[Python-modules-commits] [yarl] branch master updated (520ceff -> eb9d8f6)

Piotr Ożarowski piotr at moszumanska.debian.org
Thu Feb 8 20:19:37 UTC 2018


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

piotr pushed a change to branch master
in repository yarl.

      from  520ceff   change python-yarl-doc's Prioriry to optional and bump SV to 4.1.2
       new  77a0d59   record new upstream branch created by importing yarl_1.1.0.orig.tar.gz
       new  19ec690   Import yarl_1.1.0.orig.tar.gz
       new  c833c70   do not add changelog to long description
       new  9992f1a   docs: disable intersphinx
       new  f07e082   docs: disable sidebar_collapse option
       new  14b6c4d   disable privacy breach links in documentation
       new  3f4a066   merge patched into master
       new  f8f0b5c   New upstream release
       new  eb9d8f6   bump minimum required python3-multidict version

The 9 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                                        |    35 +-
 LICENSE                                            |     2 +-
 PKG-INFO                                           |   951 +-
 debian/.git-dpm                                    |    14 +-
 debian/changelog                                   |     6 +
 debian/control                                     |     2 +-
 ...-do-not-add-changelog-to-long-description.patch |     4 +-
 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                                       |    23 +-
 docs/conf.py                                       |     4 +-
 docs/make.bat                                      |     0
 setup.cfg                                          |    14 +-
 setup.py                                           |     2 +-
 tests/test_normalize_path.py                       |     4 +-
 tests/test_quoting.py                              |   262 +-
 tests/test_update_query.py                         |     9 +-
 tests/test_url.py                                  |    45 +
 tests/test_url_build.py                            |    26 +
 yarl.egg-info/PKG-INFO                             |   951 +-
 yarl.egg-info/requires.txt                         |     3 +-
 yarl/__init__.py                                   |   265 +-
 yarl/__init__.pyi                                  |    54 +-
 yarl/_quoting.c                                    | 10372 ++++++++++++++-----
 yarl/_quoting.pyx                                  |   551 +-
 yarl/quoting.py                                    |   287 +-
 27 files changed, 9486 insertions(+), 4412 deletions(-)
 mode change 100644 => 100755 docs/make.bat

-- 
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