Hello community,
here is the log from the commit of package python-phonenumbers for
openSUSE:Leap:15.2 checked in at 2020-03-09 18:10:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-phonenumbers (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-phonenumbers.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-phonenumbers"
Mon Mar 9 18:10:15 2020 rev:11 rq:776910 version:8.10.18
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/python-phonenumbers/python-phonenumbers.changes
2020-01-15 15:51:32.931532750 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-phonenumbers.new.26092/python-phonenumbers.changes
2020-03-09 18:10:16.573102880 +0100
@@ -1,0 +2,41 @@
+Tue Sep 10 13:23:27 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 8.10.18:
+ * metadata updates
+
+-------------------------------------------------------------------
+Tue Jul 23 11:30:41 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 8.10.15:
+ * updates to metadata informations
+
+-------------------------------------------------------------------
+Mon Jun 3 10:51:02 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 8.10.13:
+ * Updates from upstream project metadata
+
+-------------------------------------------------------------------
+Mon Mar 25 12:52:32 UTC 2019 - [email protected]
+
+- version update to 8.10.8
+ * Merge metadata changes from upstream
+ * Only compare national number patterns
+ * Use class name for repr() instead of hard-coded string
+- deleted sources
+ - LICENSE (already provided upstream)
+
+-------------------------------------------------------------------
+Mon Dec 10 12:03:02 UTC 2018 - Tomáš Chvátal <[email protected]>
+
+- Fix fdupes call
+- Install license file
+- Update to 8.10.2:
+ * no upstream changelog available
+
+-------------------------------------------------------------------
+Tue Dec 4 12:51:28 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------
Old:
----
phonenumbers-8.8.9.tar.gz
New:
----
phonenumbers-8.10.18.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-phonenumbers.spec ++++++
--- /var/tmp/diff_new_pack.4De1E7/_old 2020-03-09 18:10:16.977103459 +0100
+++ /var/tmp/diff_new_pack.4De1E7/_new 2020-03-09 18:10:16.981103465 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-phonenumbers
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,26 +12,23 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-
Name: python-phonenumbers
-Version: 8.8.9
+Version: 8.10.18
Release: 0
-License: Apache-2.0
Summary: Python version of Google's common library for international
phone numbers
-Url: https://github.com/daviddrysdale/python2-phonenumbers
+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
-BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
-BuildRequires: python-rpm-macros
BuildRequires: fdupes
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
+BuildRequires: python-rpm-macros
BuildArch: noarch
-
%python_subpackages
%description
@@ -46,13 +43,13 @@
%install
%python_install
-%fdupes %{buildroot}%{_prefix}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_exec setup.py test
%files %{python_files}
-%defattr(-,root,root,-)
+%license LICENSE
%{python_sitelib}/phonenumbers
%{python_sitelib}/phonenumbers-%{version}-py*.egg-info/
++++++ phonenumbers-8.8.9.tar.gz -> phonenumbers-8.10.18.tar.gz ++++++
++++ 600433 lines of diff (skipped)