diff --git a/python-python-stdnum.changes b/python-python-stdnum.changes index 10f48bf..9be3ef4 100644 --- a/python-python-stdnum.changes +++ b/python-python-stdnum.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Fri Apr 12 14:00:38 UTC 2019 - pgajdos@suse.com + +- 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) + ------------------------------------------------------------------- Fri Dec 7 10:31:53 UTC 2018 - Tomáš Chvátal diff --git a/python-python-stdnum.spec b/python-python-stdnum.spec index ae27e56..ad77b3e 100644 --- a/python-python-stdnum.spec +++ b/python-python-stdnum.spec @@ -1,7 +1,7 @@ # # spec file for package python-python-stdnum # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define modname python-stdnum %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-%{modname} -Version: 1.10 +Version: 1.11 Release: 0 Summary: Python module to handle standardized numbers and codes License: LGPL-2.0-or-later diff --git a/python-stdnum-1.10.tar.gz b/python-stdnum-1.10.tar.gz deleted file mode 100644 index e74a9a8..0000000 --- a/python-stdnum-1.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:caa050aed5d1d4825cc3294c99dc03d498aaf71f4415d659c9fcb58ff0303a5f -size 477929 diff --git a/python-stdnum-1.11.tar.gz b/python-stdnum-1.11.tar.gz new file mode 100644 index 0000000..8e4b3e3 --- /dev/null +++ b/python-stdnum-1.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5f0af1bee9ddd9a20b398b46ce062dbd4d41fcc9646940f2667256a44df3854 +size 835905