[Python-modules-commits] [python-uritools] branch master updated (d798bc3 -> 2dd621c)
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 master
in repository python-uritools.
from d798bc3 Fixed VCS URL (https)
new 1f4a349 Import python-uritools_1.0.2.orig.tar.gz
new a3e1843 record new upstream branch created by importing python-uritools_1.0.2.orig.tar.gz and merge it
new 1dca430 New upstream release
new 21b5e1a Bump Standards-Version to 3.9.8
new 2dd621c Upload to unstable
The 5 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 ++--
debian/.git-dpm | 14 +-
debian/changelog | 10 +-
debian/control | 2 +-
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 +-
24 files changed, 467 insertions(+), 384 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