[Python-modules-commits] [python-idna] branch upstream updated (86ac8ba -> e4e478f)

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


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

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

      from  86ac8ba   Import python-idna_2.5.orig.tar.gz
       new  e4e478f   Import python-idna_2.6.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:
 HISTORY.rst               |  14 +
 PKG-INFO                  |  37 ++-
 README.rst                |  35 +++
 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 ++++++++++++++++++++++++++++++++++++++++++++++
 14 files changed, 805 insertions(+), 226 deletions(-)
 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