[Python-modules-commits] [python-attrs] 01/11: record new upstream branch created by importing python-attrs_16.2.0.orig.tar.gz and merge it
Tristan Seligmann
mithrandi at moszumanska.debian.org
Mon Oct 10 02:57:48 UTC 2016
This is an automated email from the git hooks/post-receive script.
mithrandi pushed a commit to branch master
in repository python-attrs.
commit b8fd80d5a14337185d0c23c69389e11f79579ea9
Merge: 5de6ead 02ab5d9
Author: Tristan Seligmann <mithrandi at mithrandi.net>
Date: Mon Oct 10 01:08:21 2016 +0200
record new upstream branch created by importing python-attrs_16.2.0.orig.tar.gz and merge it
.coveragerc | 3 +-
.gitignore | 1 +
CHANGELOG.rst | 71 ++++-
CODE_OF_CONDUCT.rst | 4 +-
CONTRIBUTING.rst | 10 +-
README.rst | 67 ++++-
conftest.py | 2 +
debian/.git-dpm | 14 +-
docs/api.rst | 46 +++-
docs/backward-compatibility.rst | 10 +-
docs/conf.py | 10 +-
docs/examples.rst | 118 ++++++---
docs/extending.rst | 4 +-
docs/how-does-it-work.rst | 76 ++++++
docs/index.rst | 27 +-
docs/overview.rst | 79 ++++++
docs/why.rst | 31 ++-
setup.cfg | 4 +-
src/attr/__init__.py | 15 +-
src/attr/_compat.py | 7 -
src/attr/_funcs.py | 149 ++++++++---
src/attr/_make.py | 561 ++++++++++++++++++++++++++--------------
src/attr/exceptions.py | 30 +++
src/attr/filters.py | 8 +-
src/attr/validators.py | 8 +-
tests/__init__.py | 77 ------
tests/test_dark_magic.py | 61 ++++-
tests/test_dunders.py | 29 ++-
tests/test_filters.py | 26 +-
tests/test_funcs.py | 253 ++++++++++++++++--
tests/test_make.py | 103 +++++---
tests/test_validators.py | 3 +-
tests/utils.py | 176 +++++++++++++
tox.ini | 18 +-
34 files changed, 1585 insertions(+), 516 deletions(-)
diff --cc debian/.git-dpm
index 86ff985,0000000..dc8e8c1
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
+# see git-dpm(1) from git-dpm package
- 3d518ce7a5493e4ff32fb21ce0e1ae29d9b60d21
- 3d518ce7a5493e4ff32fb21ce0e1ae29d9b60d21
- 3d518ce7a5493e4ff32fb21ce0e1ae29d9b60d21
- 3d518ce7a5493e4ff32fb21ce0e1ae29d9b60d21
- python-attrs_16.0.0.orig.tar.gz
- 8faedcfe74b79c9394b3c152886e9fb1fe70b235
- 38824
++02ab5d9c3a881e4198d291bc7b69b58616faf533
++02ab5d9c3a881e4198d291bc7b69b58616faf533
++02ab5d9c3a881e4198d291bc7b69b58616faf533
++02ab5d9c3a881e4198d291bc7b69b58616faf533
++python-attrs_16.2.0.orig.tar.gz
++c406dab4789ed7260fd2718037acb7ad039dcef4
++49512
+debianTag="debian/%e%v"
+patchedTag="patched/%e%v"
+upstreamTag="upstream/%e%u"
--
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