14
0
forked from pool/python-tld

- 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tld?expand=0&rev=19
This commit is contained in:
2019-11-26 14:05:08 +00:00
committed by Git OBS Bridge
parent 847c173db2
commit 96d1b1bf2b
4 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Nov 26 14:03:36 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>
- 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 <tchvatal@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-tld
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-tld
Version: 0.9.6
Version: 0.9.8
Release: 0
Summary: URL top level domain (TLD) extraction module
License: MPL-1.1 OR GPL-2.0-only OR LGPL-2.1-only
Group: Development/Languages/Python
Url: https://github.com/barseghyanartur/tld
URL: https://github.com/barseghyanartur/tld
Source: https://files.pythonhosted.org/packages/source/t/tld/tld-%{version}.tar.gz
# PATCH-FIX-OPENSUSE skip_internet_tests.patch
Patch0: skip_internet_tests.patch

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:89a7a403a4a5de1ca7b64550df8a8a2abdfbbd1556e1b8cdfe251c0f90ab2f3a
size 251010

3
tld-0.9.8.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5963b22029e632a17bde87e35a19dc8c5b17266fb8c58e4d550d5593307e3a72
size 251551