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

Michael Fladischer fladi at moszumanska.debian.org
Tue Jan 24 20:34:10 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  85ff9ee   Fixed VCS URL (https)
       new  93569ce   Import python-w3lib_1.16.0.orig.tar.gz
       new  16b6302   record new upstream branch created by importing python-w3lib_1.16.0.orig.tar.gz and merge it
       new  9988ff7   change version to 1.16.0-1 [ Ondřej Nový ] [ Michael Fladischer ] New upstream release. change urgency to low
       new  c339164   Clean files in w3lib.egg-info/ to allow two builds in a row.
       new  7f3d552   Add python(3)-six to Build-Depends so tests can run.
       new  4155a91   Bump Standards-Version to 3.9.8.
       new  cd51919   Use https:// for copyright-format 1.0 URL.
       new  ae6f670   Remove version requirement from python-all for Build-Depends.
       new  d2cafca   Reformat packaging files with cme for better readability.
       new  fad8a41   Fix spelling error in long description.
       new  a5d267f   Restructure d/copyright to remove duplicate license texts and rename to BSD-3-clause.
       new  6342f81   Remove duplicate words from short description.
       new  a7f4900   change version to 1.16.0-1~exp1 (experimental) Team upload. [ Ondřej Nový ] Fixed homepage (https) Fixed VCS URL (https)

The 13 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 +
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |  19 +-
 debian/clean                                       |   1 +
 debian/control                                     |  43 +-
 debian/copyright                                   |  40 +-
 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 ++
 31 files changed, 1904 insertions(+), 139 deletions(-)
 create mode 100644 MANIFEST.in
 create mode 100644 debian/clean
 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