[Python-modules-commits] [python-attrs] branch master updated (8b513f2 -> e710009)

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


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

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

      from  8b513f2   New upstream release.
       new  a629ccd   record new upstream branch created by importing python-attrs_17.2.0.orig.tar.gz
       new  5f47c13   Import python-attrs_17.2.0.orig.tar.gz
       new  c8973ab   Point intersphinx_mapping at local Python docs.
       new  73fe836   Add build directory to sys.path for autodoc.
       new  85189a1   merge patched into master
       new  7beef09   New upstream release.
       new  5c9d28d   Add build-dependency on six.
       new  3b8aee4   Add build directory to sys.path for autodoc.
       new  e47589a   merge patched into master
       new  01bd851   Link to local copy of logo.
       new  72a52d2   merge patched into master
       new  d6877bf   Update changelog.
       new  9d47d0d   Bump Standards-Version to 4.0.0 (no changes).
       new  a588edc   Update repository location in debian/watch.
       new  e710009   Add DEP-8 tests.

The 15 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 +-
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |  13 +
 debian/control                                     |   4 +-
 ...-intersphinx_mapping-at-local-Python-docs.patch |  10 +-
 ...d-build-directory-to-sys.path-for-autodoc.patch |  24 +-
 .../patches/0003-Link-to-local-copy-of-logo.patch  |  22 ++
 debian/patches/series                              |   1 +
 debian/tests/control                               |  11 +
 debian/tests/python-attrs                          |   9 +
 debian/watch                                       |   2 +-
 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 +-
 45 files changed, 1734 insertions(+), 582 deletions(-)
 create mode 100644 PULL_REQUEST_TEMPLATE.md
 create mode 100644 debian/patches/0003-Link-to-local-copy-of-logo.patch
 create mode 100644 debian/tests/control
 create mode 100644 debian/tests/python-attrs
 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