[Python-modules-commits] [python-w3lib] branch upstream updated (40a898e -> 1d11e20)
Michael Fladischer
fladi at moszumanska.debian.org
Tue Aug 8 11:04:01 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 40a898e Import python-w3lib_1.17.0.orig.tar.gz
new 1d11e20 New upstream version 1.18.0
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:
LICENSE | 27 +++++
MANIFEST.in | 8 ++
PKG-INFO | 2 +-
docs/Makefile | 153 +++++++++++++++++++++++++++
docs/conf.py | 251 ++++++++++++++++++++++++++++++++++++++++++++
docs/index.rst | 77 ++++++++++++++
docs/make.bat | 190 +++++++++++++++++++++++++++++++++
docs/w3lib.rst | 28 +++++
pytest.ini | 2 +
setup.py | 2 +-
tests/test_url.py | 4 +
tox.ini | 17 +++
w3lib.egg-info/PKG-INFO | 2 +-
w3lib.egg-info/SOURCES.txt | 8 ++
w3lib.egg-info/requires.txt | 2 +-
w3lib/__init__.py | 2 +-
w3lib/url.py | 96 +++++++++--------
17 files changed, 821 insertions(+), 50 deletions(-)
create mode 100644 LICENSE
create mode 100644 docs/Makefile
create mode 100644 docs/conf.py
create mode 100644 docs/index.rst
create mode 100644 docs/make.bat
create mode 100644 docs/w3lib.rst
create mode 100644 pytest.ini
create mode 100644 tox.ini
--
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