[Python-modules-commits] [python-w3lib] branch patched updated (93569ce -> 40a898e)
Michael Fladischer
fladi at moszumanska.debian.org
Fri Feb 17 08:24:22 UTC 2017
This is an automated email from the git hooks/post-receive script.
fladi pushed a change to branch patched
in repository python-w3lib.
from 93569ce Import python-w3lib_1.16.0.orig.tar.gz
new 40a898e Import python-w3lib_1.17.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:
MANIFEST.in | 2 +-
PKG-INFO | 4 +-
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 +++++++++++++++++++++
18 files changed, 238 insertions(+), 21 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