[Python-modules-commits] [python-attrs] branch upstream updated (f9f1816 -> 5f47c13)

Tristan Seligmann mithrandi at moszumanska.debian.org
Fri Jun 30 02:27:37 UTC 2017


This is an automated email from the git hooks/post-receive script.

mithrandi pushed a change to branch upstream
in repository python-attrs.

      from  f9f1816   Import python-attrs_16.3.0.orig.tar.gz
       new  5f47c13   Import python-attrs_17.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:
 .travis.yml                 |  10 +-
 AUTHORS.rst                 |   2 +-
 CHANGELOG.rst               | 178 ++++++++++++++++++----
 CONTRIBUTING.rst            | 103 ++++++++++---
 MANIFEST.in                 |  14 +-
 PULL_REQUEST_TEMPLATE.md    |  12 ++
 README.rst                  |  92 +++++++-----
 conftest.py                 |   5 +-
 dev-requirements.txt        |   1 +
 docs-requirements.txt       |   3 +
 docs/_static/attrs_logo.png | Bin 0 -> 7639 bytes
 docs/api.rst                | 108 +++++++++++--
 docs/conf.py                | 189 +++--------------------
 docs/docutils.conf          |   3 +
 docs/examples.rst           | 146 +++++++++++-------
 docs/extending.rst          |   4 +-
 docs/how-does-it-work.rst   |   2 +-
 docs/index.rst              |   6 +-
 docs/license.rst            |   4 +-
 docs/why.rst                |  81 +++++-----
 src/attr/__init__.py        |  12 +-
 src/attr/_funcs.py          |  34 +++++
 src/attr/_make.py           | 358 ++++++++++++++++++++++++++++++++++----------
 src/attr/converters.py      |  24 +++
 src/attr/exceptions.py      |   9 ++
 src/attr/validators.py      |  84 +++++++++--
 tests/test_converters.py    |  36 +++++
 tests/test_dark_magic.py    |  68 ++++++++-
 tests/test_dunders.py       |  77 +++++++++-
 tests/test_funcs.py         | 143 ++++++++++++++++--
 tests/test_make.py          | 189 ++++++++++++++++++++---
 tests/test_slots.py         |  14 +-
 tests/test_validators.py    | 134 +++++++++++++++--
 tests/utils.py              |  41 ++++-
 tox.ini                     |  20 ++-
 35 files changed, 1644 insertions(+), 562 deletions(-)
 create mode 100644 PULL_REQUEST_TEMPLATE.md
 create mode 100644 docs-requirements.txt
 create mode 100644 docs/_static/attrs_logo.png
 create mode 100644 docs/docutils.conf
 create mode 100644 src/attr/converters.py
 create mode 100644 tests/test_converters.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