[Python-modules-commits] [python-idna] branch master updated (501ea0f -> b552df6)

Ondrej Novy onovy at debian.org
Mon Dec 11 20:52:40 UTC 2017


This is an automated email from the git hooks/post-receive script.

onovy pushed a change to branch master
in repository python-idna.

      from  501ea0f   Update changelog for release.
       new  1c820f1   Bump debhelper compat level to 10
       new  1ce4e22   d/watch: Use https
       new  38560d8   Standards-Version is 4.1.2 now (no changes needed)
       new  9dbcdcb   Enable autopkgtest-pkg-python testsuite
       new  e4e478f   Import python-idna_2.6.orig.tar.gz
       new  6046d7d   record new upstream branch created by importing python-idna_2.6.orig.tar.gz and merge it
       new  b552df6   New upstream release

The 7 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:
 HISTORY.rst                                |  14 +
 PKG-INFO                                   |  37 +-
 README.rst                                 |  35 ++
 debian/.git-dpm                            |  14 +-
 debian/changelog                           |  11 +
 debian/compat                              |   2 +-
 debian/control                             |   5 +-
 debian/tests/{control => control.autodep8} |   0
 debian/watch                               |   2 +-
 idna.egg-info/PKG-INFO                     |  37 +-
 idna.egg-info/SOURCES.txt                  |   5 +-
 idna.egg-info/pbr.json                     |   1 -
 idna/__init__.py                           |   1 +
 idna/idnadata.py                           |   3 +-
 idna/package_data.py                       |   2 +
 idna/uts46data.py                          |   3 +-
 setup.py                                   |   6 +-
 tools/build-idnadata.py                    | 110 -----
 tools/build-uts46data.py                   | 106 -----
 tools/idna-data                            | 671 +++++++++++++++++++++++++++++
 20 files changed, 828 insertions(+), 237 deletions(-)
 rename debian/tests/{control => control.autodep8} (100%)
 delete mode 100644 idna.egg-info/pbr.json
 create mode 100644 idna/package_data.py
 delete mode 100755 tools/build-idnadata.py
 delete mode 100755 tools/build-uts46data.py
 create mode 100755 tools/idna-data

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-idna.git



More information about the Python-modules-commits mailing list