Hello community,

here is the log from the commit of package python-tld for openSUSE:Factory 
checked in at 2019-12-31 15:49:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-tld (Old)
 and      /work/SRC/openSUSE:Factory/.python-tld.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-tld"

Tue Dec 31 15:49:09 2019 rev:9 rq:760159 version:0.11.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-tld/python-tld.changes    2019-12-04 
14:20:07.370425125 +0100
+++ /work/SRC/openSUSE:Factory/.python-tld.new.6675/python-tld.changes  
2019-12-31 15:49:11.772354532 +0100
@@ -1,0 +2,55 @@
+Tue Dec 24 10:03:46 UTC 2019 - Sebastian Wagner <[email protected]>
+
+- update to version 0.11.9:
+ - Adding test TLDs list to the package.
+- switch back to pypi file.
+
+-------------------------------------------------------------------
+Sun Dec 15 22:01:42 UTC 2019 - Sebastian Wagner <[email protected]>
+
+- Switch to github tarball because of missing test files.
+
+-------------------------------------------------------------------
+Sun Dec 15 09:22:45 UTC 2019 - Sebastian Wagner <[email protected]>
+
+- update to version 0.11.8:
+ - Minor fixes in setup.py.
+- update to version 0.11.7
+ - There have been no code changes since 0.11.2. The only change is that
+   support for Python 2.7 and 3.5 has been added.
+ - Added support for Python 2.7.
+- update to version 0.11.6:
+ - Targeted releases for all supported Python versions.
+- update to version 0.11.5:
+ - Targeted releases for all supported Python versions.
+- update to version 0.11.4:
+ - Changed order of the releases (Python 3.6 and up come first, then Python 
3.5).
+ - Make all distributions except Python 3.5 universal.
+- update to version 0.11.3:
+ - Added missing resources to the Python 3.5 release.
+- update to version 0.11.2:
+ - Bring back Python 3.5 support.
+- update to version 0.11.1:
+ - Minor speed ups.
+ - More on adding typing.
+- update to version 0.11:
+ - Since introduction of parser classes, usage of
+   ``NAMES_SOURCE_URL`` and ``NAMES_LOCAL_PATH`` of the ``tld.conf``
+   module is deprecated. Also, ``tld_names_local_path``
+   and ``tld_names_source_url`` arguments are deprecated as well.
+   If you want to customise things, implement your own parser (inherit from
+   ``BaseTLDSourceParser``).
+ - Drop support for Python versions prior to 3.6.
+ - Clean-up dependencies.
+ - Introduce parsers.
+ - Drop ``tld_names_source_url`` and ``tld_names_local_path`` introduced
+   in the previous release.
+ - Minor speed-ups (including tests).
+- update to version 0.10:
+ - This is the last release to support Python 2.
+ - Make it possible to provide a custom path to the TLD names file.
+ - Make it possible to free up some resources occupied due to loading custom
+   tld names by calling the ``reset_tld_names`` function
+   with ``tld_names_local_path`` parameter.
+
+-------------------------------------------------------------------

Old:
----
  tld-0.9.8.tar.gz

New:
----
  tld-0.11.9.tar.gz

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

Other differences:
------------------
++++++ python-tld.spec ++++++
--- /var/tmp/diff_new_pack.VF1PKl/_old  2019-12-31 15:49:12.512354980 +0100
+++ /var/tmp/diff_new_pack.VF1PKl/_new  2019-12-31 15:49:12.516354982 +0100
@@ -17,8 +17,9 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:           python-tld
-Version:        0.9.8
+Version:        0.11.9
 Release:        0
 Summary:        URL top level domain (TLD) extraction module
 License:        MPL-1.1 OR GPL-2.0-only OR LGPL-2.1-only
@@ -49,8 +50,9 @@
 
 %prep
 %setup -q -n tld-%{version}
-#sed -i '1s/^#!.*/#!\/usr\/bin\/python3/' src/tld/bin/update-tld-names
 %patch0 -p1
+# https://github.com/barseghyanartur/tld/issues/75
+chmod -x src/tld/res/old/effective_tld_names-2015-07-19.dat.txt
 
 %build
 %python_build
@@ -58,7 +60,6 @@
 %install
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
-%{python_expand chmod -x 
%{buildroot}%{$python_sitelib}/tld/res/old/effective_tld_names-2015-07-19.dat.txt}
 
 %check
 %python_exec setup.py test

++++++ tld-0.9.8.tar.gz -> tld-0.11.9.tar.gz ++++++
++++ 97320 lines of diff (skipped)


Reply via email to