[Python-modules-commits] [python-uritools] branch upstream updated (327533f -> 1f4a349)
Stein Magnus Jodal
jodal at moszumanska.debian.org
Tue Aug 9 20:59:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
jodal pushed a change to branch upstream
in repository python-uritools.
from 327533f import python_uritools_1.0.1.orig.tar.gz
new 1f4a349 Import python-uritools_1.0.2.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:
.gitignore | 7 -
.travis.yml | 12 --
CHANGES.rst | 95 ++++++------
LICENSE | 2 +-
MANIFEST.in | 4 +
PKG-INFO | 121 ++++++++++++++++
README.rst | 29 ++--
docs/conf.py | 257 ++-------------------------------
docs/index.rst | 16 +-
setup.cfg | 20 +--
setup.py | 40 ++---
tests/test_encoding.py | 5 +-
tox.ini | 32 ++++
uritools.egg-info/PKG-INFO | 121 ++++++++++++++++
uritools.egg-info/SOURCES.txt | 30 ++++
uritools.egg-info/dependency_links.txt | 1 +
uritools.egg-info/requires.txt | 7 +
uritools.egg-info/top_level.txt | 1 +
uritools/__init__.py | 2 +-
uritools/compose.py | 19 ++-
uritools/encoding.py | 4 +-
21 files changed, 451 insertions(+), 374 deletions(-)
delete mode 100644 .gitignore
delete mode 100644 .travis.yml
create mode 100644 PKG-INFO
create mode 100644 tox.ini
create mode 100644 uritools.egg-info/PKG-INFO
create mode 100644 uritools.egg-info/SOURCES.txt
create mode 100644 uritools.egg-info/dependency_links.txt
create mode 100644 uritools.egg-info/requires.txt
create mode 100644 uritools.egg-info/top_level.txt
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-uritools.git
More information about the Python-modules-commits
mailing list