[Python-modules-commits] [python-stdnum] branch master updated (701200c -> 5b9d5a7)

Arthur de Jong adejong at moszumanska.debian.org
Sun Nov 13 22:57:51 UTC 2016


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

adejong pushed a change to branch master
in repository python-stdnum.

      from  701200c   Update debian/copyright
       new  ec00083   Import python-stdnum_1.5.orig.tar.gz
       new  08d7865   New upstream release (1.5)
       new  5b9d5a7   Update debian/copyright

The 3 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:
 ChangeLog                                          | 214 +++++-
 NEWS                                               |  16 +
 PKG-INFO                                           |  11 +-
 README                                             |   9 +-
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |  17 +-
 debian/copyright                                   |   4 +-
 docs/index.rst                                     |   7 +
 docs/stdnum.au.abn.rst                             |   5 +
 docs/stdnum.au.acn.rst                             |   5 +
 docs/stdnum.au.tfn.rst                             |   5 +
 docs/stdnum.es.ccc.rst                             |   5 +
 docs/stdnum.es.cups.rst                            |   5 +
 docs/stdnum.es.iban.rst                            |   5 +
 docs/stdnum.es.referenciacatastral.rst             |   5 +
 getiban.py                                         |  62 +-
 getisbn.py                                         |  10 +-
 python_stdnum.egg-info/PKG-INFO                    |  11 +-
 python_stdnum.egg-info/SOURCES.txt                 |  20 +
 stdnum/__init__.py                                 |  11 +-
 stdnum/{br => au}/__init__.py                      |   6 +-
 stdnum/{no/orgnr.py => au/abn.py}                  |  54 +-
 stdnum/{no/orgnr.py => au/acn.py}                  |  56 +-
 stdnum/{no/orgnr.py => au/tfn.py}                  |  49 +-
 stdnum/be/__init__.py                              |   5 +-
 stdnum/be/vat.py                                   |   8 +-
 stdnum/cn/loc.dat                                  |   2 +-
 stdnum/es/ccc.py                                   | 127 ++++
 stdnum/es/cups.py                                  | 113 ++++
 stdnum/es/iban.py                                  |  79 +++
 stdnum/es/referenciacatastral.py                   | 118 ++++
 stdnum/eu/at_02.py                                 |  26 +-
 stdnum/eu/vat.py                                   |   6 +-
 stdnum/exceptions.py                               |   2 +-
 stdnum/iban.dat                                    |  72 +-
 stdnum/iban.py                                     |  58 +-
 stdnum/imsi.dat                                    | 723 ++++++++++++---------
 stdnum/isbn.dat                                    |  29 +-
 stdnum/isil.dat                                    |   4 +-
 stdnum/numdb.py                                    |   3 +-
 stdnum/util.py                                     |  25 +-
 tests/test_au_abn.doctest                          | 136 ++++
 tests/test_au_acn.doctest                          | 125 ++++
 .../{test_fr_siren.doctest => test_au_tfn.doctest} |  29 +-
 tests/test_es_cups.doctest                         |  83 +++
 tests/test_es_referenciacatastral.doctest          | 295 +++++++++
 tests/test_iban.doctest                            |  37 +-
 47 files changed, 2169 insertions(+), 542 deletions(-)
 create mode 100644 docs/stdnum.au.abn.rst
 create mode 100644 docs/stdnum.au.acn.rst
 create mode 100644 docs/stdnum.au.tfn.rst
 create mode 100644 docs/stdnum.es.ccc.rst
 create mode 100644 docs/stdnum.es.cups.rst
 create mode 100644 docs/stdnum.es.iban.rst
 create mode 100644 docs/stdnum.es.referenciacatastral.rst
 copy stdnum/{br => au}/__init__.py (85%)
 copy stdnum/{no/orgnr.py => au/abn.py} (54%)
 copy stdnum/{no/orgnr.py => au/acn.py} (56%)
 copy stdnum/{no/orgnr.py => au/tfn.py} (60%)
 create mode 100644 stdnum/es/ccc.py
 create mode 100644 stdnum/es/cups.py
 create mode 100644 stdnum/es/iban.py
 create mode 100644 stdnum/es/referenciacatastral.py
 create mode 100644 tests/test_au_abn.doctest
 create mode 100644 tests/test_au_acn.doctest
 copy tests/{test_fr_siren.doctest => test_au_tfn.doctest} (66%)
 create mode 100644 tests/test_es_cups.doctest
 create mode 100644 tests/test_es_referenciacatastral.doctest

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



More information about the Python-modules-commits mailing list