[Python-modules-commits] [python-attrs] branch master updated (9d05806 -> 5de6ead)
Tristan Seligmann
mithrandi at moszumanska.debian.org
Sun Jun 26 18:00:16 UTC 2016
This is an automated email from the git hooks/post-receive script.
mithrandi pushed a change to branch master
in repository python-attrs.
from 9d05806 Bump Standards-Version to 3.9.8 (no changes).
new 3d518ce Import python-attrs_16.0.0.orig.tar.gz
new 683c549 record new upstream branch created by importing python-attrs_16.0.0.orig.tar.gz and merge it
new 3e62803 New upstream release.
new 5db3ff3 Update build dependencies.
new 3b4d053 Clean up Hypothesis.
new 5de6ead Install doc-base entry.
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.coveragerc | 12 ++
.travis.yml | 16 ++-
docs/license.rst => AUTHORS.rst | 13 +-
CHANGELOG.rst | 50 +++++--
CODE_OF_CONDUCT.rst | 62 ++++++---
CONTRIBUTING.rst | 6 +-
README.rst | 12 +-
debian/.git-dpm | 14 +-
debian/changelog | 7 +
debian/control | 2 +
debian/python-attr-doc.doc-base | 7 +
debian/rules | 4 +
dev-requirements.txt | 5 +
docs/api.rst | 2 +-
docs/contributing.rst | 2 +
docs/examples.rst | 86 +++++++++++-
docs/extending.rst | 2 +-
docs/license.rst | 18 +--
docs/why.rst | 8 +-
setup.cfg | 2 +-
setup.py | 22 ++-
src/attr/__init__.py | 4 +-
src/attr/_compat.py | 16 +++
src/attr/_funcs.py | 18 ++-
src/attr/_make.py | 86 +++++++++---
src/attr/filters.py | 5 +-
src/attr/validators.py | 6 +-
tests/__init__.py | 39 +++++-
tests/test_dark_magic.py | 68 +++++++--
tests/test_dunders.py | 163 ++++++++++++++++------
tests/test_funcs.py | 61 ++++++--
tests/test_make.py | 16 ++-
tests/test_slots.py | 300 ++++++++++++++++++++++++++++++++++++++++
tox.ini | 20 ++-
34 files changed, 945 insertions(+), 209 deletions(-)
create mode 100644 .coveragerc
copy docs/license.rst => AUTHORS.rst (62%)
create mode 100644 debian/python-attr-doc.doc-base
create mode 100644 dev-requirements.txt
create mode 100644 tests/test_slots.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-attrs.git
More information about the Python-modules-commits
mailing list