[Python-modules-commits] [python-w3lib] branch master updated (a7f4900 -> bf85135)

Michael Fladischer fladi at moszumanska.debian.org
Fri Feb 17 08:24:21 UTC 2017


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

fladi pushed a change to branch master
in repository python-w3lib.

      from  a7f4900   change version to 1.16.0-1~exp1 (experimental) Team upload. [ Ondřej Nový ] Fixed homepage (https) Fixed VCS URL (https)
       new  40a898e   Import python-w3lib_1.17.0.orig.tar.gz
       new  c5a6ead   record new upstream branch created by importing python-w3lib_1.17.0.orig.tar.gz and merge it
       new  722c8fe   change version to 1.17.0-1~exp1 (UNRELEASED) New upstream release.
       new  bf85135   change target to experimental Team upload.

The 4 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:
 MANIFEST.in                                        |   2 +-
 PKG-INFO                                           |   4 +-
 debian/.git-dpm                                    |  14 +--
 debian/changelog                                   |   7 ++
 setup.cfg                                          |   1 -
 setup.py                                           |   4 +-
 tests/__init__.pyc                                 | Bin 136 -> 0 bytes
 .../test_encoding.cpython-27-PYTEST.pyc            | Bin 13289 -> 0 bytes
 tests/__pycache__/test_form.cpython-27-PYTEST.pyc  | Bin 2549 -> 0 bytes
 tests/__pycache__/test_html.cpython-27-PYTEST.pyc  | Bin 40896 -> 0 bytes
 tests/__pycache__/test_http.cpython-27-PYTEST.pyc  | Bin 3230 -> 0 bytes
 tests/__pycache__/test_url.cpython-27-PYTEST.pyc   | Bin 31802 -> 0 bytes
 tests/test_http.py                                 |   6 +-
 tests/test_url.py                                  |  92 ++++++++++++++++++-
 w3lib.egg-info/PKG-INFO                            |   4 +-
 w3lib.egg-info/SOURCES.txt                         |   6 --
 w3lib/__init__.py                                  |   2 +-
 w3lib/html.py                                      |  19 ++++
 w3lib/http.py                                      |  20 +++--
 w3lib/url.py                                       |  99 +++++++++++++++++++++
 20 files changed, 252 insertions(+), 28 deletions(-)
 delete mode 100644 tests/__init__.pyc
 delete mode 100644 tests/__pycache__/test_encoding.cpython-27-PYTEST.pyc
 delete mode 100644 tests/__pycache__/test_form.cpython-27-PYTEST.pyc
 delete mode 100644 tests/__pycache__/test_html.cpython-27-PYTEST.pyc
 delete mode 100644 tests/__pycache__/test_http.cpython-27-PYTEST.pyc
 delete mode 100644 tests/__pycache__/test_url.cpython-27-PYTEST.pyc

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



More information about the Python-modules-commits mailing list