commit python-tld for openSUSE:Leap:15.2

2020-05-24 Thread root
Hello community,

here is the log from the commit of package python-tld for openSUSE:Leap:15.2 
checked in at 2020-05-24 18:08:58

Comparing /work/SRC/openSUSE:Leap:15.2/python-tld (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-tld.new.2738 (New)


Package is "python-tld"

Sun May 24 18:08:58 2020 rev:21 rq:808449 version:0.12.1

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-tld/python-tld.changes  2020-05-14 
16:58:18.082763032 +0200
+++ /work/SRC/openSUSE:Leap:15.2/.python-tld.new.2738/python-tld.changes
2020-05-24 18:08:58.990147253 +0200
@@ -1,0 +2,5 @@
+Mon May 18 09:10:31 UTC 2020 - Petr Gajdos 
+
+- %python3_only -> %python_alternative
+
+---



Other differences:
--
++ python-tld.spec ++
--- /var/tmp/diff_new_pack.Qx4gLF/_old  2020-05-24 18:08:59.450148248 +0200
+++ /var/tmp/diff_new_pack.Qx4gLF/_new  2020-05-24 18:08:59.454148256 +0200
@@ -33,6 +33,8 @@
 BuildRequires:  python-rpm-macros
 Requires:   python-setuptools
 Requires:   python-six >= 1.9
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 BuildArch:  noarch
 # SECTION test requirements
 BuildRequires:  %{python_module Faker}
@@ -57,15 +59,22 @@
 
 %install
 %python_install
+%python_clone -a %{buildroot}%{_bindir}/update-tld-names
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
 %pytest
 
+%post
+%python_install_alternative update-tld-names
+
+%postun
+%python_uninstall_alternative update-tld-names
+
 %files %{python_files}
 %doc README.rst CHANGELOG.rst
 %license LICENSE_GPL2.0.txt LICENSE_LGPL_2.1.txt
-%python3_only %{_bindir}/update-tld-names
+%python_alternative %{_bindir}/update-tld-names
 %{python_sitelib}/*
 
 %changelog




commit python-tld for openSUSE:Leap:15.2

2020-05-14 Thread root
Hello community,

here is the log from the commit of package python-tld for openSUSE:Leap:15.2 
checked in at 2020-05-14 16:58:14

Comparing /work/SRC/openSUSE:Leap:15.2/python-tld (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-tld.new.2738 (New)


Package is "python-tld"

Thu May 14 16:58:14 2020 rev:20 rq:805471 version:0.12.1

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-tld/python-tld.changes  2020-04-30 
18:52:20.832713393 +0200
+++ /work/SRC/openSUSE:Leap:15.2/.python-tld.new.2738/python-tld.changes
2020-05-14 16:58:18.082763032 +0200
@@ -1,0 +2,6 @@
+Sun May  3 13:19:42 UTC 2020 - Sebastian Wagner 
+
+- update to version 0.12.1:
+  - Correctly handling domain names ending with dot(s).
+
+---

Old:

  tld-0.12.tar.gz

New:

  tld-0.12.1.tar.gz



Other differences:
--
++ python-tld.spec ++
--- /var/tmp/diff_new_pack.ed7qjR/_old  2020-05-14 16:58:18.502763837 +0200
+++ /var/tmp/diff_new_pack.ed7qjR/_new  2020-05-14 16:58:18.506763845 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-tld
-Version:0.12
+Version:0.12.1
 Release:0
 Summary:URL top level domain (TLD) extraction module
 License:MPL-1.1 OR GPL-2.0-only OR LGPL-2.1-only

++ tld-0.12.tar.gz -> tld-0.12.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tld-0.12/CHANGELOG.rst new/tld-0.12.1/CHANGELOG.rst
--- old/tld-0.12/CHANGELOG.rst  2020-04-19 22:37:01.0 +0200
+++ new/tld-0.12.1/CHANGELOG.rst2020-04-26 00:02:55.0 +0200
@@ -15,6 +15,12 @@
   0.3.4 to 0.4).
 - All backwards incompatible changes are mentioned in this document.
 
+0.12.1
+--
+2020-04-25
+
+- Correctly handling domain names ending with dot(s).
+
 0.12
 
 2020-04-19
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tld-0.12/PKG-INFO new/tld-0.12.1/PKG-INFO
--- old/tld-0.12/PKG-INFO   2020-04-19 22:38:52.0 +0200
+++ new/tld-0.12.1/PKG-INFO 2020-04-26 00:24:47.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: tld
-Version: 0.12
+Version: 0.12.1
 Summary: Extract the top-level domain (TLD) from the URL given.
 Home-page: https://github.com/barseghyanartur/tld
 Author: Artur Barseghyan
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tld-0.12/docs/changelog.rst 
new/tld-0.12.1/docs/changelog.rst
--- old/tld-0.12/docs/changelog.rst 2020-04-19 22:37:06.0 +0200
+++ new/tld-0.12.1/docs/changelog.rst   2020-04-26 00:03:44.0 +0200
@@ -15,6 +15,12 @@
   0.3.4 to 0.4).
 - All backwards incompatible changes are mentioned in this document.
 
+0.12.1
+--
+2020-04-25
+
+- Correctly handling domain names ending with dot(s).
+
 0.12
 
 2020-04-19
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tld-0.12/setup.py new/tld-0.12.1/setup.py
--- old/tld-0.12/setup.py   2020-04-19 22:25:59.0 +0200
+++ new/tld-0.12.1/setup.py 2020-04-26 00:03:42.0 +0200
@@ -7,7 +7,7 @@
 except:
 readme = ''
 
-version = '0.12'
+version = '0.12.1'
 
 py_where = './src'
 py_package_dir = 'src'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tld-0.12/src/tld/__init__.py 
new/tld-0.12.1/src/tld/__init__.py
--- old/tld-0.12/src/tld/__init__.py2020-04-19 22:26:27.0 +0200
+++ new/tld-0.12.1/src/tld/__init__.py  2020-04-25 23:47:59.0 +0200
@@ -9,7 +9,7 @@
 )
 
 __title__ = 'tld'
-__version__ = '0.12'
+__version__ = '0.12.1'
 __author__ = 'Artur Barseghyan'
 __copyright__ = '2013-2020 Artur Barseghyan'
 __license__ = 'MPL-1.1 OR GPL-2.0-only OR LGPL-2.1-or-later'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tld-0.12/src/tld/res/effective_tld_names.dat.txt 
new/tld-0.12.1/src/tld/res/effective_tld_names.dat.txt
--- old/tld-0.12/src/tld/res/effective_tld_names.dat.txt2020-04-19 
22:37:56.0 +0200
+++ new/tld-0.12.1/src/tld/res/effective_tld_names.dat.txt  2020-04-25 
23:47:47.0 +0200
@@ -10980,6 +10980,10 @@
 *.lcl.dev
 *.stg.dev
 
+// Clic2000 : https://clic2000.fr
+// Submitted by Mathilde Blanchemanche 
+clic2000.net
+
 // Cloud66 : https://www.cloud66.com/
 // Submitted by Khash Sajadi 
 c66.me
@@ -12791,6 +12795,10 @@
 // Submitted by Craig McMahon 
 shopitsite.com
 
+// shopware AG : https://shopware.com
+// Submitted by Jens Küper 
+shopware.store
+
 // Siemens Mobility GmbH
 // Submitted by Oliver Graebner 
 mo-sieme

commit python-tld for openSUSE:Leap:15.2

2020-04-30 Thread root
Hello community,

here is the log from the commit of package python-tld for openSUSE:Leap:15.2 
checked in at 2020-04-30 18:52:20

Comparing /work/SRC/openSUSE:Leap:15.2/python-tld (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-tld.new.2738 (New)


Package is "python-tld"

Thu Apr 30 18:52:20 2020 rev:19 rq:798410 version:0.12

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-tld/python-tld.changes  2020-03-27 
16:47:26.763909422 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-tld.new.2738/python-tld.changes
2020-04-30 18:52:20.832713393 +0200
@@ -1,0 +2,6 @@
+Wed Apr 22 19:03:54 UTC 2020 - Sebastian Wagner 
+
+- update to version 0.12:
+ - Use Public Suffix list instead of deprecated Mozilla's MXR.
+
+---

Old:

  tld-0.11.11.tar.gz

New:

  tld-0.12.tar.gz



Other differences:
--
++ python-tld.spec ++
--- /var/tmp/diff_new_pack.gjRe3s/_old  2020-04-30 18:52:21.732715294 +0200
+++ /var/tmp/diff_new_pack.gjRe3s/_new  2020-04-30 18:52:21.736715303 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-tld
-Version:0.11.11
+Version:0.12
 Release:0
 Summary:URL top level domain (TLD) extraction module
 License:MPL-1.1 OR GPL-2.0-only OR LGPL-2.1-only

++ tld-0.11.11.tar.gz -> tld-0.12.tar.gz ++
 107047 lines of diff (skipped)




commit python-tld for openSUSE:Leap:15.2

2020-03-27 Thread root
Hello community,

here is the log from the commit of package python-tld for openSUSE:Leap:15.2 
checked in at 2020-03-27 16:45:00

Comparing /work/SRC/openSUSE:Leap:15.2/python-tld (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-tld.new.3160 (New)


Package is "python-tld"

Fri Mar 27 16:45:00 2020 rev:18 rq:788704 version:0.11.11

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-tld/python-tld.changes  2020-03-02 
13:24:03.570482126 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-tld.new.3160/python-tld.changes
2020-03-27 16:47:26.763909422 +0100
@@ -1,0 +2,6 @@
+Thu Mar 26 10:43:22 UTC 2020 - pgaj...@suse.com
+
+- version update to 0.11.11
+  * - Minor speed-ups, reduce memory usage.
+
+---

Old:

  tld-0.11.10.tar.gz

New:

  tld-0.11.11.tar.gz



Other differences:
--
++ python-tld.spec ++
--- /var/tmp/diff_new_pack.GZc7bM/_old  2020-03-27 16:47:27.815910040 +0100
+++ /var/tmp/diff_new_pack.GZc7bM/_new  2020-03-27 16:47:27.843910056 +0100
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-tld
-Version:0.11.10
+Version:0.11.11
 Release:0
 Summary:URL top level domain (TLD) extraction module
 License:MPL-1.1 OR GPL-2.0-only OR LGPL-2.1-only
@@ -31,6 +31,7 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:   python-setuptools
 Requires:   python-six >= 1.9
 BuildArch:  noarch
 # SECTION test requirements

++ tld-0.11.10.tar.gz -> tld-0.11.11.tar.gz ++
 106838 lines of diff (skipped)




commit python-tld for openSUSE:Leap:15.2

2020-03-02 Thread root
Hello community,

here is the log from the commit of package python-tld for openSUSE:Leap:15.2 
checked in at 2020-03-02 13:24:02

Comparing /work/SRC/openSUSE:Leap:15.2/python-tld (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-tld.new.26092 (New)


Package is "python-tld"

Mon Mar  2 13:24:02 2020 rev:17 rq:777220 version:0.11.10

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-tld/python-tld.changes  2020-01-15 
15:53:49.851611230 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-tld.new.26092/python-tld.changes   
2020-03-02 13:24:03.570482126 +0100
@@ -1,0 +2,160 @@
+Thu Feb  6 19:50:54 UTC 2020 - Sebastian Wagner 
+
+- update to version 0.11.10:
+  - Python 2.7 and 3.5 fixes.
+
+---
+Thu Jan  2 10:14:36 UTC 2020 - Tomáš Chvátal 
+
+- Do not use setup.py test but call pytest directly
+
+---
+Tue Dec 24 10:03:46 UTC 2019 - Sebastian Wagner 
+
+- 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 
+
+- Switch to github tarball because of missing test files.
+
+---
+Sun Dec 15 09:22:45 UTC 2019 - Sebastian Wagner 
+
+- 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.
+
+---
+Tue Nov 26 14:03:36 UTC 2019 - Sebastian Wagner 
+
+- update to version 0.9.8:
+ - Fix for occasional issue when some domains are not correctly recognised.
+- update to version 0.9.7:
+ - Handling urls that are only a TLD.
+ - Accepts already splitted URLs.
+ - Tested against Python 3.8.
+
+---
+Mon Sep 16 13:21:10 UTC 2019 - Tomáš Chvátal 
+
+- Update to 0.9.6:
+  * Fix for update-tld-names returns a non-zero exit code on success
+  * Minor tests improvements.
+
+---
+Sat Sep 14 20:05:33 UTC 2019 - Sebastian Wagner 
+
+- update to version 0.9.5:
+  - Tests improvements.
+- update to version 0.9.4:
+  - Optimisations in setup.py, tests and console scripts.
+  - Skip testing the update-tld-names functionality if no internet is 
available.
+- add skip_internet_tests.patch
+- remove remove-download-test.patch
+
+---
+Sun Apr  7 11:31:45 UTC 2019 - Sebastian Wagner 
+
+- update to version 0.9.3:
+ - Added `is_tld` function.
+ - Docs updated.
+ - Upgrade test suite.
+
+---
+Wed Jan 23 21:26:49 UTC 2019 - Jan Engelhardt 
+
+- Use noun phrase.
+
+---
+Tue Jan 15 20:37:18 UTC 2019 - Sebastian Wagner 
+
+- Update to version 0.9.2:
+ * Fix an issue causing certain punycode TLDs to be deemed invalid.
+ * Tested against Python 3.7.
+ * Added tests for commands.
+ * Dropped Python 2.6 su