Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-phonenumbers for
openSUSE:Factory checked in at 2023-12-15 21:48:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-phonenumbers (Old)
and /work/SRC/openSUSE:Factory/.python-phonenumbers.new.25432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-phonenumbers"
Fri Dec 15 21:48:20 2023 rev:23 rq:1133190 version:8.13.26
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-phonenumbers/python-phonenumbers.changes
2023-08-10 15:35:01.904587101 +0200
+++
/work/SRC/openSUSE:Factory/.python-phonenumbers.new.25432/python-phonenumbers.changes
2023-12-15 21:48:30.328845327 +0100
@@ -1,0 +2,12 @@
+Thu Dec 14 21:00:52 UTC 2023 - Dirk Müller <[email protected]>
+
+- update to 8.13.26:
+ Updated phone metadata for region code(s): EH, HK, HR, MA, MK,
+ PK, RO, TJ
+ - Updated geocoding data for country calling code(s): 212 (en, fr)
+ - Updated carrier data for country calling code(s):
+ 40 (en), 45 (en), 86 (en, zh), 92 (en), 228 (en), 385 (en),
+ 852 (en, zh), 992 (en)
+- use packaged LICENSE
+
+-------------------------------------------------------------------
Old:
----
LICENSE
phonenumbers-8.13.18.tar.gz
New:
----
phonenumbers-8.13.26.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-phonenumbers.spec ++++++
--- /var/tmp/diff_new_pack.3AbkAM/_old 2023-12-15 21:48:31.132874910 +0100
+++ /var/tmp/diff_new_pack.3AbkAM/_new 2023-12-15 21:48:31.136875057 +0100
@@ -18,17 +18,16 @@
%{?sle15_python_module_pythons}
Name: python-phonenumbers
-Version: 8.13.18
+Version: 8.13.26
Release: 0
Summary: Python version of Google's common library for international
phone numbers
License: Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/daviddrysdale/python-phonenumbers
Source:
https://files.pythonhosted.org/packages/source/p/phonenumbers/phonenumbers-%{version}.tar.gz
-# https://github.com/daviddrysdale/python-phonenumbers/issues/176 for missing
LICENSE
-Source1:
https://raw.githubusercontent.com/daviddrysdale/python-phonenumbers/dev/LICENSE
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
-BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Provides: python-phonenumberslite = %{version}
@@ -41,13 +40,12 @@
%prep
%setup -q -n phonenumbers-%{version}
-cp %{SOURCE1} .
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -57,5 +55,5 @@
%doc README.md HISTORY.md
%license LICENSE
%{python_sitelib}/phonenumbers
-%{python_sitelib}/phonenumbers-%{version}-py*.egg-info/
+%{python_sitelib}/phonenumbers-%{version}.dist-info
++++++ phonenumbers-8.13.18.tar.gz -> phonenumbers-8.13.26.tar.gz ++++++
++++ 3120 lines of diff (skipped)