[Python-modules-commits] [python-idna] branch upstream updated (70d8a98 -> 0034b0a)

Tristan Seligmann mithrandi at moszumanska.debian.org
Wed Apr 6 21:18:41 UTC 2016


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

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

      from  70d8a98   Imported Upstream version 2.0
       new  0034b0a   Import python-idna_2.1.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               |   13 +-
 LICENSE.rst               |    2 +-
 PKG-INFO                  |   49 +-
 README.rst                |   47 +-
 idna.egg-info/PKG-INFO    |   49 +-
 idna.egg-info/SOURCES.txt |    6 +-
 idna.egg-info/pbr.json    |    1 -
 idna/core.py              |    9 +-
 idna/idnadata.py          | 4129 ++++++++++++---------------------------------
 idna/intranges.py         |   46 +
 setup.py                  |    2 +-
 tests/test_idna_codec.py  |    2 +-
 tests/test_idna_uts46.py  |    2 +
 tests/test_intranges.py   |   61 +
 tools/build-idnadata.py   |   43 +-
 tools/build-uts46data.py  |   10 +-
 tools/intranges.py        |   46 +
 17 files changed, 1374 insertions(+), 3143 deletions(-)
 delete mode 100644 idna.egg-info/pbr.json
 create mode 100644 idna/intranges.py
 create mode 100644 tests/test_intranges.py
 create mode 100644 tools/intranges.py

-- 
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