[Python-modules-commits] [python-idna] branch master updated (a398e5a -> 3ce0457)

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


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

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

      from  a398e5a   Fixed VCS URL (https)
       new  0034b0a   Import python-idna_2.1.orig.tar.gz
       new  34d3c44   record new upstream branch created by importing python-idna_2.1.orig.tar.gz and merge it
       new  30163b0   New upstream release.
       new  3ce0457   Bump Standards-Version to 3.9.7 (no changes).

The 4 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 +-
 debian/.git-dpm           |   14 +-
 debian/changelog          |    9 +-
 debian/control            |    2 +-
 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 +
 20 files changed, 1389 insertions(+), 3153 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