[Python-modules-commits] [python-attrs] 02/06: record new upstream branch created by importing python-attrs_16.0.0.orig.tar.gz and merge it

Tristan Seligmann mithrandi at moszumanska.debian.org
Sun Jun 26 18:00:17 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 683c549ae77d028c3a70c8b17490b21ef83fc5cc
Merge: 9d05806 3d518ce
Author: Tristan Seligmann <mithrandi at mithrandi.net>
Date:   Thu Jun 23 19:50:02 2016 +0200

    record new upstream branch created by importing python-attrs_16.0.0.orig.tar.gz and merge it

 .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 +-
 debian/.git-dpm                 |  14 +-
 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 ++-
 30 files changed, 925 insertions(+), 209 deletions(-)

diff --cc debian/.git-dpm
index 50e16fa,0000000..86ff985
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
- 2d9191a8b72d88d9e7f1525e00075ba19b5dd0e5
- 2d9191a8b72d88d9e7f1525e00075ba19b5dd0e5
- 2d9191a8b72d88d9e7f1525e00075ba19b5dd0e5
- 2d9191a8b72d88d9e7f1525e00075ba19b5dd0e5
- python-attrs_15.2.0.orig.tar.gz
- a5eb9abd8eb514e9b2427f916e974354dfeb8694
- 33849
++3d518ce7a5493e4ff32fb21ce0e1ae29d9b60d21
++3d518ce7a5493e4ff32fb21ce0e1ae29d9b60d21
++3d518ce7a5493e4ff32fb21ce0e1ae29d9b60d21
++3d518ce7a5493e4ff32fb21ce0e1ae29d9b60d21
++python-attrs_16.0.0.orig.tar.gz
++8faedcfe74b79c9394b3c152886e9fb1fe70b235
++38824
 +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