[Python-modules-commits] [yarl] branch master updated (c30a06e -> 97dd5a4)

Piotr Ożarowski piotr at moszumanska.debian.org
Fri Jun 30 13:09:46 UTC 2017


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

piotr pushed a change to branch master
in repository yarl.

      from  c30a06e   d/control: add version restrictions to build-deps to help backports
       new  05305d6   record new upstream branch created by importing yarl_0.11.0.orig.tar.gz
       new  c0e15ae   Import yarl_0.11.0.orig.tar.gz
       new  daa5e5f   do not add changelog to long description
       new  b3b409a   docs: disable intersphinx
       new  3ea4dc4   docs: disable sidebar_collapse option
       new  3a37b3f   disable privacy breach links in documentation
       new  4837b2a   merge patched into master
       new  97dd5a4   New upstream release

The 8 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:
 CHANGES.rst                                        |   7 +
 LICENSE                                            |   2 +-
 PKG-INFO                                           |   9 +-
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |   8 +-
 ...-do-not-add-changelog-to-long-description.patch |   2 +-
 debian/patches/0002-docs-disable-intersphinx.patch |   4 +-
 ...0003-docs-disable-sidebar_collapse-option.patch |   4 +-
 ...ble-privacy-breach-links-in-documentation.patch |   4 +-
 docs/api.rst                                       |   2 +-
 docs/conf.py                                       |   2 +-
 setup.cfg                                          |   3 +-
 tests/test_normalize_path.py                       |  21 +
 tests/test_pickle.py                               |  29 ++
 tests/test_url.py                                  | 481 +++------------------
 tests/test_url_build.py                            | 124 ++++++
 tests/test_url_cmp_and_hash.py                     |  89 ++++
 tests/test_url_query.py                            |  72 +++
 tests/test_url_update_netloc.py                    | 155 +++++++
 yarl.egg-info/PKG-INFO                             |   9 +-
 yarl.egg-info/SOURCES.txt                          |   6 +
 yarl/__init__.py                                   |  69 ++-
 yarl/__init__.pyi                                  |   1 +
 yarl/_quoting.c                                    |   2 +-
 24 files changed, 649 insertions(+), 470 deletions(-)
 create mode 100644 tests/test_normalize_path.py
 create mode 100644 tests/test_pickle.py
 create mode 100644 tests/test_url_build.py
 create mode 100644 tests/test_url_cmp_and_hash.py
 create mode 100644 tests/test_url_query.py
 create mode 100644 tests/test_url_update_netloc.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/yarl.git



More information about the Python-modules-commits mailing list