[Python-modules-commits] [python-w3lib] branch upstream updated (36127e1 -> 93569ce)
Michael Fladischer
fladi at moszumanska.debian.org
Tue Jan 24 20:34:11 UTC 2017
This is an automated email from the git hooks/post-receive script.
fladi pushed a change to branch upstream
in repository python-w3lib.
from 36127e1 Imported Upstream version 1.11.0
new 93569ce Import python-w3lib_1.16.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 | 3 +
PKG-INFO | 2 +-
README.rst | 5 +
setup.py | 4 +-
{w3lib => tests}/__init__.py | 0
tests/__init__.pyc | Bin 0 -> 136 bytes
.../test_encoding.cpython-27-PYTEST.pyc | Bin 0 -> 13289 bytes
tests/__pycache__/test_form.cpython-27-PYTEST.pyc | Bin 0 -> 2549 bytes
tests/__pycache__/test_html.cpython-27-PYTEST.pyc | Bin 0 -> 40896 bytes
tests/__pycache__/test_http.cpython-27-PYTEST.pyc | Bin 0 -> 3230 bytes
tests/__pycache__/test_url.cpython-27-PYTEST.pyc | Bin 0 -> 31802 bytes
tests/py3-ignores.txt | 5 +
tests/test_encoding.py | 253 +++++++++
tests/test_form.py | 67 +++
tests/test_html.py | 444 ++++++++++++++++
tests/test_http.py | 89 ++++
tests/test_url.py | 579 +++++++++++++++++++++
w3lib.egg-info/PKG-INFO | 2 +-
w3lib.egg-info/SOURCES.txt | 15 +
.../{dependency_links.txt => not-zip-safe} | 0
w3lib.egg-info/requires.txt | 2 +-
w3lib/__init__.py | 3 +
w3lib/encoding.py | 17 +-
w3lib/html.py | 85 +--
w3lib/url.py | 319 ++++++++++--
w3lib/util.py | 32 ++
26 files changed, 1847 insertions(+), 79 deletions(-)
create mode 100644 MANIFEST.in
copy {w3lib => tests}/__init__.py (100%)
create mode 100644 tests/__init__.pyc
create mode 100644 tests/__pycache__/test_encoding.cpython-27-PYTEST.pyc
create mode 100644 tests/__pycache__/test_form.cpython-27-PYTEST.pyc
create mode 100644 tests/__pycache__/test_html.cpython-27-PYTEST.pyc
create mode 100644 tests/__pycache__/test_http.cpython-27-PYTEST.pyc
create mode 100644 tests/__pycache__/test_url.cpython-27-PYTEST.pyc
create mode 100644 tests/py3-ignores.txt
create mode 100644 tests/test_encoding.py
create mode 100644 tests/test_form.py
create mode 100644 tests/test_html.py
create mode 100644 tests/test_http.py
create mode 100644 tests/test_url.py
copy w3lib.egg-info/{dependency_links.txt => not-zip-safe} (100%)
--
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