Revisions of python-python-stdnum

buildservice-autocommit accepted request 1160435 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 23)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 22)
- update to 1.20:
  * Add modules for the following number formats:
    - BC PHN (British Columbia Personal Health Number)
    - EC Number (European Community number)
    - VID (Indian personal virtual identity number)
  * Fix typo in German Umsatzsteur Identifikationnummer
  * Ensure EU VAT numbers don't accept duplicate country codes
  * Fix vatin number compacting for "EU" VAT numbers
  * Add check digit validation to French NIF
  * Fix Ukrainian EDRPOU check digit calculation
buildservice-autocommit accepted request 1142872 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 21)
baserev update by copy to link target
buildservice-autocommit accepted request 1141065 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 20)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 19)
- update to 1.19:
  * Add modules for the following number formats:
    - Tax Registration Number (الرقم الضريبي, Egypt tax number)
    - Postcode (the Spanish postal code) (thanks Víctor)
    - NIFp (Numéro d'Identification Fiscale Permanent, Guinea
      tax number)
    - BIS (Belgian BIS number) (thanks Jeff Horemans)
    - Matična številka poslovnega registra (Corporate
      Registration Number) (thanks Blaž Bregar)
    - OSS (European VAT on e-Commerce - One Stop Shop) (thanks
      Sergi Almacellas Abellana)
  * Extend the validation of the Albanian NIPT
  * Support different date formats in parsing GS1-128 application
    identifiers
  * Add get_county() function to Romanian CNP
  * Add functionality to get gender from Belgian National Number
  * Add support for Finland HETU new century indicating signs
  * Add functionality to get (partial) birth date from Belgian
    National Number
  * Extend validation of Canadian SIN (thanks Marcel Lecker)
  * Fix Belarusian UNP online validation
  * Various typo and documentation fixes (thanks valeriko,
    Dimitri Papadopoulos,
  * Add contribution information to documentation
  * Test suite improvements (including checking file headers)
  * Add modules for the following number formats:
    - NN, NISS (Belgian national number) (thanks Cédric Krier)
    - CFI (ISO 10962 Classification of Financial Instruments)
    - Czech bank account number (thanks Petr Přikryl)
    - NIF, sometimes N.I.F. (Numéro d'Identification Fiscale,
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1141024 from Axel Braun's avatar Axel Braun (DocB) (revision 18)
- enable %{?sle15_python_module_pythons}
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 17)
- Fix incorrect update: it is README.md not README these days.
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 927123 from Axel Braun's avatar Axel Braun (DocB) (revision 16)
- version 1.17
  for changeslog see NEWS
buildservice-autocommit accepted request 786833 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 15)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 14)
- Drop not really needed nose dependency
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 786829 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 13)
- version update to 1.13
  * Add modules for the following number formats:
    - ESR, ISR, QR-reference (reference number on Swiss payment slips)
      (thanks Kurt Keller)
    - ID number (South African Identity Document number)
  * Add format function for ISO 11649 numbers (thanks Kurt Keller)
  * Add support for Python 3.8 (thanks Sergi Almacellas Abellana)
  * Clarify that the Italian Codice Fiscale can also be the IVA for companies
    (thanks Nicholas Fiorentini)
  * Support the new Dutch btw-identificatienummer (thanks Cas Vissers,
    Jeroen van Heiningen, Jerome Hanke, Nicolas Martinelli, Ronald Portier and
    Tim Muller)
  * Extend test for Argentinian CUIT to check first two digits
  * Add more country codes to ISIN (thanks nocluebutalotofit, Anwar Baroudi and
    alexbond73)
  * Add modules for the following number formats:
    - NRT (Número de Registre Tributari, Andorra tax number)
      (thanks Leandro Regueiro)
    - CPF (Cédula de Persona Física, Costa Rica physical person ID number)
      (thanks Leandro Regueiro)
    - CPJ (Cédula de Persona Jurídica, Costa Rica tax number)
      (thanks Leandro Regueiro)
    - CR (Cédula de Residencia, Costa Rica foreigners ID number)
      (thanks Leandro Regueiro)
    - NIT (Número de Identificación Tributaria, Guatemala tax number)
      (thanks Leandro Regueiro)
    - Identity Number (Mispar Zehut, מספר זהות, Israeli identity number)
    - CN (法人番号, hōjin bangō, Japanese Corporate Number)
      (thanks Alan Hettinger)
    - RRN (South Korean resident registration number)
buildservice-autocommit accepted request 694212 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 12)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 693729 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 11)
- version update to 1.11
  * Add modules for the following number formats:
    - DNI (Documento Nacional de Identidad, Argentinian national identity nr.)
    - VNR, SVNR, VSNR (Versicherungsnummer, Austrian social security number)
    - NI (Número de identidad, Cuban identity card numbers)
    - AMKA (Αριθμός Μητρώου Κοινωνικής Ασφάλισης, Greek social security number)
    - Asmens kodas (Lithuanian, personal numbers)
    - MAC address (Media Access Control address)
    - IDNO (Moldavian company identification number)
    - CURP (Clave Única de Registro de Población, Mexican personal ID)
    - Fødselsnummer (Norwegian birth number, the national identity number) (thanks Ilya Vihtinsky)
    - New Zealand bank account number
    - Personnummer (Swedish personal identity number) (thanks Ilya Vihtinsky)
  * Code style improvements
  * Change Dominican Republic DGII check URL to HTTPS (thanks Gustavo Valverde)
  * Support Ecuadorian Cedula and RUC of foreigners (thanks Christopher Ormaza)
  * Add format() function for Argentinian CUIT number (thanks Mario Puntin)
  * Support passing formatted numbers to all get_birth_date() and similar functions
  * Handle Dominican Republic DGII lookup returning multiple entities (thanks Andrés R)
buildservice-autocommit accepted request 655997 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 10)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 9)
- Version update to 1.10:
  * More formats supported
  * More expanded testsuite
  * Many bugfixes

- Fix fdupes call
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 8)
Clean up the SPEC file
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 7)
Remove superfluous devel dependency for noarch package
buildservice-autocommit accepted request 507101 from Jan Matejek's avatar Jan Matejek (matejcik) (revision 6)
baserev update by copy to link target
Jan Matejek's avatar Jan Matejek (matejcik) committed (revision 5)
- convert to singlespec
- enable tests
- update to 1.6
  * support more number formats
  * many bugs fixed
  * extended test suite
buildservice-autocommit accepted request 429762 from Denisart Benjamin's avatar Denisart Benjamin (posophe) (revision 4)
baserev update by copy to link target
Displaying revisions 1 - 20 of 23
openSUSE Build Service is sponsored by