[Python-modules-commits] [python-attrs] branch upstream updated	(3d518ce -> 02ab5d9)
    Tristan Seligmann 
    mithrandi at moszumanska.debian.org
       
    Mon Oct 10 02:57:49 UTC 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
mithrandi pushed a change to branch upstream
in repository python-attrs.
      from  3d518ce   Import python-attrs_16.0.0.orig.tar.gz
       new  02ab5d9   Import python-attrs_16.2.0.orig.tar.gz
The 1 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                     |   3 +-
 .gitignore                      |   1 +
 CHANGELOG.rst                   |  71 ++++-
 CODE_OF_CONDUCT.rst             |   4 +-
 CONTRIBUTING.rst                |  10 +-
 README.rst                      |  67 ++++-
 conftest.py                     |   2 +
 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 +-
 33 files changed, 1578 insertions(+), 509 deletions(-)
 create mode 100644 docs/how-does-it-work.rst
 create mode 100644 docs/overview.rst
 create mode 100644 src/attr/exceptions.py
 create mode 100644 tests/utils.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