forked from pool/python-python-stdnum
- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user