Hello community,

here is the log from the commit of package python-publicsuffixlist for 
openSUSE:Leap:15.2 checked in at 2020-03-09 18:10:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-publicsuffixlist (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-publicsuffixlist.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-publicsuffixlist"

Mon Mar  9 18:10:42 2020 rev:11 rq:776939 version:0.6.11

Changes:
--------
--- 
/work/SRC/openSUSE:Leap:15.2/python-publicsuffixlist/python-publicsuffixlist.changes
        2020-01-15 15:51:43.107538583 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-publicsuffixlist.new.26092/python-publicsuffixlist.changes
     2020-03-09 18:10:42.889140596 +0100
@@ -1,0 +2,52 @@
+Tue Sep 10 12:57:43 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 0.6.11:
+  * no upstream changelog
+
+-------------------------------------------------------------------
+Tue Jul 23 10:56:41 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 0.6.9:
+  * no upstream changelog
+
+-------------------------------------------------------------------
+Mon May 20 08:06:14 UTC 2019 - [email protected]
+
+- version update to 0.6.7
+  * no upstream changelog
+
+-------------------------------------------------------------------
+Sat Mar 16 13:25:05 UTC 2019 - Sebastian Wagner <[email protected]>
+
+- Update to version 0.6.5:
+ * No changes
+- Update to version 0.6.4:
+ * No changes
+
+-------------------------------------------------------------------
+Tue Jan 15 21:29:54 UTC 2019 - Sebastian Wagner <[email protected]>
+
+- Update to version 0.6.3:
+ * No changes
+- Update to version 0.6.2:
+ * No changes
+
+-------------------------------------------------------------------
+Tue Dec  4 12:51:48 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------
+Mon May 21 06:48:00 UTC 2018 - [email protected]
+
+- update to version 0.6.1:
+ - cleanup pypi descriptors
+- update to version 0.6.0:
+ - support for icann-only suffixes
+
+-------------------------------------------------------------------
+Mon May 14 09:37:38 UTC 2018 - [email protected]
+
+- add change_psl_location.patch to use list from publicsuffix package.
+
+-------------------------------------------------------------------

Old:
----
  publicsuffixlist-0.5.1.tar.gz

New:
----
  change_psl_location.patch
  publicsuffixlist-0.6.11.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-publicsuffixlist.spec ++++++
--- /var/tmp/diff_new_pack.jgg1KJ/_old  2020-03-09 18:10:43.181141014 +0100
+++ /var/tmp/diff_new_pack.jgg1KJ/_new  2020-03-09 18:10:43.181141014 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-publicsuffixlist
 #
-# Copyright (c) 2018 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,24 +12,28 @@
 # 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-publicsuffixlist
-Version:        0.5.1
+Version:        0.6.11
 Release:        0
-License:        MPL-2.0
 Summary:        Public suffix list implementaion in Python
-Url:            https://github.com/ko-zu/psl
+License:        MPL-2.0
 Group:          Development/Languages/Python
+Url:            https://github.com/ko-zu/psl
 Source:         
https://files.pythonhosted.org/packages/source/p/publicsuffixlist/publicsuffixlist-%{version}.tar.gz
-BuildRequires:  python-rpm-macros
-BuildRequires:  %{python_module devel}
+# PATCH-FIX-OPENSUSE change_psl_location.patch -- use list from publicsuffix 
package
+Patch0:         change_psl_location.patch
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
-Requires(post):   update-alternatives
-Requires(postun):  update-alternatives
+BuildRequires:  python-rpm-macros
+# SECTION tests
+BuildRequires:  publicsuffix
+# /SECTION
+Requires:       publicsuffix
 Recommends:     python-requests
 BuildArch:      noarch
 
@@ -38,33 +42,28 @@
 %description
 Parser implementation for the Public Suffix List <https://publicsuffix.org/> 
in Python.
 
-Support for IDN (unicode or punycoded). With built-in list and an updater 
script.
+Support for IDN (unicode or punycoded).
 
 %prep
 %setup -q -n publicsuffixlist-%{version}
+%patch0 -p1
+sed -i '/public_suffix_list\.dat/ d' setup.py
+rm publicsuffixlist/update.py
 
 %build
 %python_build
 
 %install
 %python_install
+rm %{buildroot}%{_bindir}/publicsuffixlist-download
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
-%python_clone -a %{buildroot}%{_bindir}/publicsuffixlist-download
 
 %check
 %python_exec setup.py test
 
-%post
-%python_install_alternative publicsuffixlist-download
-
-%postun
-%python_uninstall_alternative publicsuffixlist-download
-
 %files %{python_files}
 %doc README.md
 %license LICENSE
 %{python_sitelib}/*
-%{_bindir}/publicsuffixlist-download-%{python_bin_suffix}
-%python_alternative %{_bindir}/publicsuffixlist-download
 
 %changelog

++++++ change_psl_location.patch ++++++
--- publicsuffixlist-0.5.1/publicsuffixlist/__init__.py 2018-03-31 
04:11:06.000000000 +0200
+++ publicsuffixlist-0.5.1/publicsuffixlist/__init__.py 2018-05-14 
11:35:04.328909547 +0200
@@ -16,7 +16,7 @@
 
 PSLURL = "https://publicsuffix.org/list/public_suffix_list.dat";
 
-PSLFILE = os.path.join(os.path.dirname(__file__), "public_suffix_list.dat")
+PSLFILE = "/usr/share/publicsuffix/public_suffix_list.dat"
 
 if sys.version_info >= (3, ):
     # python3.x
++++++ publicsuffixlist-0.5.1.tar.gz -> publicsuffixlist-0.6.11.tar.gz ++++++
++++ 4702 lines of diff (skipped)


Reply via email to