[Python-modules-commits] [python-attrs] branch master updated (5de6ead -> 76c97e6)
Tristan Seligmann
mithrandi at moszumanska.debian.org
Mon Oct 10 02:57:47 UTC 2016
This is an automated email from the git hooks/post-receive script.
mithrandi pushed a change to branch master
in repository python-attrs.
from 5de6ead Install doc-base entry.
new 02ab5d9 Import python-attrs_16.2.0.orig.tar.gz
new b8fd80d record new upstream branch created by importing python-attrs_16.2.0.orig.tar.gz and merge it
new 846c504 New upstream release. - Doc build is now reproducible (closes: #833886).
new d122a2c Point intersphinx_mapping at local Python docs.
new 01c1935 merge patched into master
new f3e629e Add build directory to sys.path for autodoc.
new 7bc6466 merge patched into master
new 1433382 Fix API documentation build, and use the local copy of the Python documentation (closes: #834639).
new 0fa216d Point intersphinx_mapping at local Python docs.
new a1e2d3c Add build directory to sys.path for autodoc.
new 76c97e6 merge patched into master
The 11 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 +
debian/.git-dpm | 14 +-
debian/changelog | 9 +
debian/control | 2 +
...-intersphinx_mapping-at-local-Python-docs.patch | 20 +
...d-build-directory-to-sys.path-for-autodoc.patch | 23 +
debian/patches/series | 2 +
debian/rules | 3 +
docs/api.rst | 46 +-
docs/backward-compatibility.rst | 10 +-
docs/conf.py | 13 +-
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 +-
40 files changed, 1646 insertions(+), 517 deletions(-)
create mode 100644 debian/patches/0001-Point-intersphinx_mapping-at-local-Python-docs.patch
create mode 100644 debian/patches/0002-Add-build-directory-to-sys.path-for-autodoc.patch
create mode 100644 debian/patches/series
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