14
0

- 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
This commit is contained in:
2024-03-21 17:09:03 +00:00
committed by Git OBS Bridge
parent 20c937c01a
commit b23cb52b6f
4 changed files with 19 additions and 5 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Mar 21 17:08:02 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>