[Python-modules-commits] [python-w3lib] 02/13: record new upstream branch created by importing python-w3lib_1.16.0.orig.tar.gz and merge it

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 commit to branch master
in repository python-w3lib.

commit 16b630260567160a026071da6e3c9d0bdf5cdac8
Merge: 85ff9ee 93569ce
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Tue Jan 24 16:34:45 2017 +0100

    record new upstream branch created by importing python-w3lib_1.16.0.orig.tar.gz and merge it

 MANIFEST.in                                        |   3 +
 PKG-INFO                                           |   2 +-
 README.rst                                         |   5 +
 debian/.git-dpm                                    |  14 +-
 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 +
 w3lib.egg-info/not-zip-safe                        |   1 +
 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 ++
 27 files changed, 1855 insertions(+), 86 deletions(-)

diff --cc debian/.git-dpm
index 4c8c9ef,0000000..564d98a
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
 +# see git-dpm(1) from git-dpm package
- 36127e182d334ea290eb4f9a2c1cd6fad48cd89a
- 36127e182d334ea290eb4f9a2c1cd6fad48cd89a
- 36127e182d334ea290eb4f9a2c1cd6fad48cd89a
- 36127e182d334ea290eb4f9a2c1cd6fad48cd89a
- python-w3lib_1.11.0.orig.tar.gz
- d06c67f78dc2d46b0dbf2f44f2f9adba5662dae1
- 12083
++93569ce6f5c44a1d85da06f72c12e14443b4cc61
++93569ce6f5c44a1d85da06f72c12e14443b4cc61
++93569ce6f5c44a1d85da06f72c12e14443b4cc61
++93569ce6f5c44a1d85da06f72c12e14443b4cc61
++python-w3lib_1.16.0.orig.tar.gz
++a7c9df97501628ec4f2981cf8ca70b5c8dac953d
++48838
 +debianTag="debian/%e%v"
 +patchedTag="patched/%e%v"
 +upstreamTag="upstream/%e%u"

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