From b23cb52b6f091e626812c988847a2790412fba48e6d5caa249e2e3eda1c84ca1 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 21 Mar 2024 17:09:03 +0000 Subject: [PATCH] - 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-stdnum?expand=0&rev=22 --- python-python-stdnum.changes | 14 ++++++++++++++ python-python-stdnum.spec | 4 ++-- python-stdnum-1.19.tar.gz | 3 --- python-stdnum-1.20.tar.gz | 3 +++ 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 python-stdnum-1.19.tar.gz create mode 100644 python-stdnum-1.20.tar.gz diff --git a/python-python-stdnum.changes b/python-python-stdnum.changes index da05656..b2ca600 100644 --- a/python-python-stdnum.changes +++ b/python-python-stdnum.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Mar 21 17:08:02 UTC 2024 - Dirk Müller + +- 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 + ------------------------------------------------------------------- Tue Jan 23 21:40:07 UTC 2024 - Dirk Müller diff --git a/python-python-stdnum.spec b/python-python-stdnum.spec index b0e7d94..e580462 100644 --- a/python-python-stdnum.spec +++ b/python-python-stdnum.spec @@ -1,5 +1,5 @@ # -# spec file +# spec file for package python-python-stdnum # # Copyright (c) 2024 SUSE LLC # @@ -19,7 +19,7 @@ %global modname python-stdnum %{?sle15_python_module_pythons} Name: python-%{modname} -Version: 1.19 +Version: 1.20 Release: 0 Summary: Python module to handle standardized numbers and codes License: LGPL-2.0-or-later diff --git a/python-stdnum-1.19.tar.gz b/python-stdnum-1.19.tar.gz deleted file mode 100644 index 82f2639..0000000 --- a/python-stdnum-1.19.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:133ec82f56390ea74c190569e98f2fb14b869808b1d54785708f22d0fead8b3f -size 1134517 diff --git a/python-stdnum-1.20.tar.gz b/python-stdnum-1.20.tar.gz new file mode 100644 index 0000000..e8557b9 --- /dev/null +++ b/python-stdnum-1.20.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad2a2cf2eb025de408210235f36b4ae31252de3186240ccaa8126e117cb82690 +size 1191978