Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-python-stdnum for
openSUSE:Factory checked in at 2026-05-04 12:54:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-stdnum (Old)
and /work/SRC/openSUSE:Factory/.python-python-stdnum.new.30200 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-stdnum"
Mon May 4 12:54:48 2026 rev:12 rq:1350591 version:2.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-python-stdnum/python-python-stdnum.changes
2025-01-07 20:55:28.486013507 +0100
+++
/work/SRC/openSUSE:Factory/.python-python-stdnum.new.30200/python-python-stdnum.changes
2026-05-04 12:58:28.565725327 +0200
@@ -1,0 +2,79 @@
+Sun May 3 21:00:05 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 2.2:
+ * VÖEN (Vergi ödəyicisinin eyniləşdirmə nömrəsi, Azerbaijan
+ tax number)
+ * Belgian OGM-VCS
+ * Leitweg-ID, a buyer reference or routing identifier for
+ electronic invoices
+ * European Excise Number (thanks Cédric Krier)
+ * n° d'accise (French number to identify taxpayers of excise
+ taxes)
+ * RCS (French trade registration number for commercial
+ companies)
+ * NUIT (Número Único de Identificação Tributaria, Mozambique
+ tax number)
+ * NINEA (Numéro d'Identification Nationale des Entreprises et
+ Associations, Senegal tax number)
+ * Fix handling of decimals in Application Identifiers (thanks
+ zipus)
+ * Update list of valid Chinese counties (thanks 电子旅人 and Luca)
+ * Mark more Romanian CNP county codes as valid (thanks
+ luella-s)
+ * Support Latvian personal codes issued after 2017 (thanks José
+ Luis López Pino)
+ * Provide aliases for Estonian numbers (thanks Joni Saarinen)
+ * Add validation of country code in BIC (thanks Luuk Gubbels)
+ * Add function to convert a French VAT number into a SIREN
+ (thanks Fabien MICHEL)
+ * Add a function to format a French SIREN (thanks Fabien
+ MICHEL)
+ * Add extra validation of Belgian VAT numbers (thanks Antonio
+ Ginestar)
+ * Add support for nace revision 2.1 (thanks KathrinM)
+ * Support the new Romanian ONRC format (thanks dotbit1)
+ * Support new format for Brazilian CNPJ (thanks Cloves
+ Oliveira)
+ * Add python_requires to setup.py to avoid installation with
+ older Python versions
+ * Remove superfluous modulus operation in Japanese Individual
+ Number
+ * Only support Python 3.8 and newer (drop Python 2 support so
+ major version bump)
+ * Include type hints for mypy (thanks David Salvisberg)
+ * eID Number (Belgian electronic Identity Card Number)
+ * SSN, INSZ, NISS (Belgian social security number)
+ * CAE (Código de Actividad y Establecimiento, Spanish
+ activity establishment code)
+ * NIK (Nomor Induk Kependudukan, Indonesian identity number)
+ * ISNI (International Standard Name Identifier) (thanks
+ Henning Kage)
+ * IN (個人番号, kojin bangō, Japanese Individual Number) (thanks
+ Luca Sicurello)
+ * Identiteitskaartnummer, Paspoortnummer (the Dutch passport
+ number)
+ * Fix Czech RČ check digit validation (thanks Jan Chaloupecky)
+ * Support Ecuador public RUC with juridical format (thanks
+ Leandro)
+ * Allow Uruguay RUT numbers starting with 22
+ * Add missing music industry ISRC country codes (thanks Victor
+ Sordoillet)
+ * Support 16 digit Indonesian NPWP numbers (thanks Chris Smola)
+ * Adjust Swiss uid module to accept numbers without CHE prefix
+ (thanks Jeff Horemans)
+ * Update Irish PPS validator to support new numbers (thanks
+ Olly Middleton)
+ * Add missing vat alias for Thailand VAT number (thanks Leandro
+ Regueiro)
+ * Add more tests for the Verhoeff implementation
+ * Ensure that certificate verification can be configured using
+ the verify
+ * argument when using web services
+ * The check_dgii() and search_dgii() functions from the
+ Dominican Republic Cedula
+ * and RNC modules no longer work due to a change in the DGII
+ online web service
+ * Various small code cleanups (thanks David Salvisberg)
+ * Various small fixes to update scripts
+
+-------------------------------------------------------------------
Old:
----
python-stdnum-1.20.tar.gz
New:
----
python_stdnum-2.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-stdnum.spec ++++++
--- /var/tmp/diff_new_pack.t8u7rV/_old 2026-05-04 12:58:29.013743765 +0200
+++ /var/tmp/diff_new_pack.t8u7rV/_new 2026-05-04 12:58:29.013743765 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-python-stdnum
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,12 +19,12 @@
%global modname python-stdnum
%{?sle15_python_module_pythons}
Name: python-%{modname}
-Version: 1.20
+Version: 2.2
Release: 0
Summary: Python module to handle standardized numbers and codes
License: LGPL-2.1-or-later
URL: https://arthurdejong.org/python-stdnum/
-Source:
https://files.pythonhosted.org/packages/source/p/python-stdnum/%{modname}-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/p/python-stdnum/python_stdnum-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pytest}
@@ -32,8 +32,7 @@
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Suggests: python-PySimpleSOAP
-Suggests: python-suds
+Suggests: python-zeep
BuildArch: noarch
%python_subpackages
@@ -45,7 +44,7 @@
parsing, validation, formatting or conversion functions.
%prep
-%setup -q -n %{modname}-%{version}
+%setup -q -n python_stdnum-%{version}
%build
%pyproject_wheel