[Python-modules-commits] [python-attrs] branch upstream updated (2d9191a -> 3d518ce)

Tristan Seligmann mithrandi at moszumanska.debian.org
Sun Jun 26 18:00:18 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  2d9191a   Import python-attrs_15.2.0.tar.gz
       new  3d518ce   Import python-attrs_16.0.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                     |  12 ++
 .travis.yml                     |  16 ++-
 docs/license.rst => AUTHORS.rst |  13 +-
 CHANGELOG.rst                   |  50 +++++--
 CODE_OF_CONDUCT.rst             |  62 ++++++---
 CONTRIBUTING.rst                |   6 +-
 README.rst                      |  12 +-
 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 ++-
 29 files changed, 918 insertions(+), 202 deletions(-)
 create mode 100644 .coveragerc
 copy docs/license.rst => AUTHORS.rst (62%)
 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