python-stdnum (0.5-2) unstable; urgency=low

  * Add python3-setuptools to Build-Depends (closes: #634011)
  * Explicitly set the character encoding to use to UTF-8 during build to
    fix problem with building with Python3 distutils

 -- Arthur de Jong <adejong@debian.org>  Mon, 18 Jul 2011 23:20:00 +0200

python-stdnum (0.5-1) unstable; urgency=low

  * New upstream release:
    - add modules for the following number formats:
      - EAN (International Article Number)
    - refactoring to use the EAN check digit code for ISBN and ISMN checks
    - implement a conversion function from ISSN to EAN
    - support Python3 with the same codebase
    - Python 2.5 compatibility improvement
  * Switch to using dh_python2
  * Upgrade to standards-version 3.9.2 (no changes needed)
  * Also build a python3-stdnum package

 -- Arthur de Jong <adejong@debian.org>  Sat, 09 Jul 2011 22:50:00 +0200

python-stdnum (0.4-1) unstable; urgency=low

  * New upstream release:
    - add modules for the following number formats:
      - CPF (Cadastro de Pessoas Físicas, the Brazillian national
        identification number)
      - IBAN (International Bank Account Number)
      - ISIL (International Standard Identifier for Libraries and Related
        Organizations)
      - SSN (U.S. Social Security Number)
    - implement an internal module to store and handle hierarchically
      organised data structures efficiently
    - regional-specific numbers are now in ISO 3166 packages (the BSN module
      is now in stdnum.nl.bsn)
    - ISBN module functions now have a convert flag to convert to ISBN-13 on
      the fly
  * Update package description

 -- Arthur de Jong <adejong@debian.org>  Sun, 06 Feb 2011 19:40:00 +0100

python-stdnum (0.3-1) unstable; urgency=low

  * New upstream release:
    - add modules for the following number formats:
      - ISMN (International Standard Music Number)
      - ISAN (International Standard Audiovisual Number)
      - IMEI (International Mobile Equipment Identity)
      - MEID (Mobile Equipment Identifier)
      - GRid (Global Release Identifier)
    - add modules for handling the following check digit algorithms:
      - the Verhoeff algorithm
      - the Luhn and Luhn mod N algorithms
      - some algorithms described in ISO/IEC 7064: Mod 11, 2, Mod 37, 2,
        Mod 97, 10, Mod 11, 10 and Mod 37, 36
  * Update package description

 -- Arthur de Jong <adejong@debian.org>  Sat, 11 Sep 2010 11:55:57 +0200

python-stdnum (0.2-1) unstable; urgency=low

  * New upstream release:
    - rename validate() function to is_valid() for all modules
    - handle wrong types passed to is_valid() more gracefully
    - add more tests and fix some minor bugs
  * Standards-Version bumped to 3.9.1 (no changes needed).
  * Added <python-modules-team@lists.alioth.debian.org> to Uploaders.
  * Updated Vcs-* fields.

 -- Arthur de Jong <adejong@debian.org>  Mon, 16 Aug 2010 23:03:41 +0200

python-stdnum (0.1-1) unstable; urgency=low

  * Re-upload as non-native package.
  * Add debian/watch file.

 -- Arthur de Jong <adejong@debian.org>  Mon, 26 Jul 2010 22:00:00 +0200

python-stdnum (0.1) unstable; urgency=low

  * Initial release.

 -- Arthur de Jong <adejong@debian.org>  Sat, 24 Jul 2010 00:55:41 +0200
