Skip to content

Commit

Permalink
Update python-tldextract to version 5.1.2 / rev 24 via SR 1163368
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1163368
by user mia + anag+factory
- Update to 5.1.2:
  * Remove socket.inet_pton, to fix platform-dependent IP parsing
    #gh/john-kurkowski/tldextract#318
  * Use non-capturing groups for IPv4 address detection, for a
    slight speed boost
    #gh/john-kurkowski/tldextract#323
  • Loading branch information
mia authored and bmwiedemann committed Mar 29, 2024
1 parent 0d39654 commit 09ea91b
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 5 deletions.
Binary file modified packages/p/python-tldextract/.files
Binary file not shown.
13 changes: 13 additions & 0 deletions packages/p/python-tldextract/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -352,4 +352,17 @@ Features:
- Fix homepage URL in specfile</comment>
<requestid>1132106</requestid>
</revision>
<revision rev="24" vrev="1">
<srcmd5>1d2b687f4b1928ce7c9116ace0451e99</srcmd5>
<version>5.1.2</version>
<time>1711714205</time>
<user>anag+factory</user>
<comment>- Update to 5.1.2:
* Remove socket.inet_pton, to fix platform-dependent IP parsing
#gh/john-kurkowski/tldextract#318
* Use non-capturing groups for IPv4 address detection, for a
slight speed boost
#gh/john-kurkowski/tldextract#323</comment>
<requestid>1163368</requestid>
</revision>
</revisionlist>
10 changes: 10 additions & 0 deletions packages/p/python-tldextract/python-tldextract.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Mar 28 16:29:56 UTC 2024 - Mia Herkt <mia@0x0.st>

- Update to 5.1.2:
* Remove socket.inet_pton, to fix platform-dependent IP parsing
#gh/john-kurkowski/tldextract#318
* Use non-capturing groups for IPv4 address detection, for a
slight speed boost
#gh/john-kurkowski/tldextract#323

-------------------------------------------------------------------
Fri Dec 8 13:44:38 UTC 2023 - Dirk Müller <dmueller@suse.com>

Expand Down
8 changes: 4 additions & 4 deletions packages/p/python-tldextract/python-tldextract.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# spec file for package python-tldextract
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
Expand All @@ -19,7 +19,7 @@
%define oldpython python
%{?sle15_python_module_pythons}
Name: python-tldextract
Version: 5.1.1
Version: 5.1.2
Release: 0
Summary: Python module to separate the TLD of a URL
License: BSD-3-Clause
Expand All @@ -38,6 +38,7 @@ BuildRequires: %{python_module responses}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
BuildRequires: %{python_module syrupy}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Expand All @@ -46,10 +47,9 @@ Requires: python-idna >= 2.1.0
Requires: python-requests >= 2.1.0
Requires: python-requests-file >= 1.4
Requires(post): update-alternatives
Requires(postun):update-alternatives
Requires(postun): update-alternatives
Obsoletes: %{oldpython}-tldextract <= 2.0.1
BuildArch: noarch

%python_subpackages

%description
Expand Down
1 change: 0 additions & 1 deletion packages/p/python-tldextract/tldextract-5.1.1.tar.gz

This file was deleted.

1 change: 1 addition & 0 deletions packages/p/python-tldextract/tldextract-5.1.2.tar.gz

0 comments on commit 09ea91b

Please sign in to comment.