[Python-modules-commits] [yarl] branch upstream updated (33967f0 -> c0e15ae)

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


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

piotr pushed a change to branch upstream
in repository yarl.

      from  33967f0   Import yarl_0.10.3.orig.tar.gz
       new  c0e15ae   Import yarl_0.11.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:
 CHANGES.rst                     |   7 +
 LICENSE                         |   2 +-
 PKG-INFO                        |   9 +-
 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 +-
 18 files changed, 629 insertions(+), 454 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