Hello community,
here is the log from the commit of package python-python-stdnum for
openSUSE:Leap:15.2 checked in at 2020-03-23 07:14:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-python-stdnum (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-python-stdnum.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-stdnum"
Mon Mar 23 07:14:02 2020 rev:12 rq:787262 version:1.13
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/python-python-stdnum/python-python-stdnum.changes
2020-03-02 13:21:42.170200983 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-python-stdnum.new.3160/python-python-stdnum.changes
2020-03-23 07:14:58.186537316 +0100
@@ -1,0 +2,68 @@
+Fri Mar 20 11:34:32 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Drop not really needed nose dependency
+
+-------------------------------------------------------------------
+Fri Mar 20 11:04:16 UTC 2020 - [email protected]
+
+- 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)
+ (thanks Dimitri Papadopoulos)
+ - IRD number (New Zealand Inland Revenue Department (Te Tari Tāke) number)
+ (thanks Leandro Regueiro)
+ - CUI (Cédula Única de Identidad, Peruvian identity number)
+ - RUC (Registro Único de Contribuyentes, Peruvian company tax number)
+ - RUC number (Registro Único de Contribuyentes, Paraguay tax number)
+ (thanks Leandro Regueiro)
+ - VKN (Vergi Kimlik Numarası, Turkish tax identification number)
+ (thanks Leandro Regueiro)
+ - RUT (Registro Único Tributario, Uruguay tax number)
+ (Leandro Regueiro)
+ - RIF (Registro de Identificación Fiscal, Venezuelan VAT number)
+ (thanks Kevin Kaiser)
+ - TIN (South African Tax Identification Number) (thanks Leandro Regueiro)
+ * Support GTIN (EAN-14) validation as part of EAN
+ (thanks Sergi Almacellas Abellana)
+ * Support Dominican Republic e-CF within NCF (thanks Jeffry Jesus De La Rosa)
+ * Fix Dominican Republic DGII lookups of NCF (thanks Jeffry Jesus De La Rosa)
+ * Fix German Handelsregisternummer to not confuse Hamburg with Homburg and to
+ accept shorter numbers (thanks Kevin Kaiser)
+ * Support lookups of German Handelsregisternummer in OffeneRegister.de web
+ service
+ * Handle - and + sign correctly in Swedish Personnummer
+ (thanks Amin Solhizadeh)
+ * Provide various personalid and vat aliases for existing numbers
+ (thanks Andreas Häber)
+ * Improve descriptions of Spanish codes (thanks Gerard Dalmau)
+ * Fix handling and normalisation of various Unicode digit representations
+ (thanks Helge Munk Jacobsen)
+
+-------------------------------------------------------------------
Old:
----
python-stdnum-1.11.tar.gz
New:
----
python-stdnum-1.13.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-stdnum.spec ++++++
--- /var/tmp/diff_new_pack.JUgmLP/_old 2020-03-23 07:14:58.614537573 +0100
+++ /var/tmp/diff_new_pack.JUgmLP/_new 2020-03-23 07:14:58.614537573 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-python-stdnum
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,14 +19,13 @@
%define modname python-stdnum
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-%{modname}
-Version: 1.11
+Version: 1.13
Release: 0
Summary: Python module to handle standardized numbers and codes
License: LGPL-2.0-or-later
-Group: Development/Languages/Python
-URL: http://arthurdejong.org/python-stdnum/
+URL: https://arthurdejong.org/python-stdnum/
Source:
https://files.pythonhosted.org/packages/source/p/python-stdnum/%{modname}-%{version}.tar.gz
-BuildRequires: %{python_module nose}
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -54,7 +53,7 @@
%check
export LANG=en_US.UTF-8
-%python_exec -m nose
+%pytest
%files %{python_files}
%license COPYING
++++++ python-stdnum-1.11.tar.gz -> python-stdnum-1.13.tar.gz ++++++
++++ 22571 lines of diff (skipped)