14
0

- update to 1.9.0:

* Adding support for Python 3.12
  * Accepting only ASCII characters left from TLD.
  * Fixing parsing of Markdown links
  * Fixing filter of mixed case hostnames
  * updated list of TLDs

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urlextract?expand=0&rev=14
This commit is contained in:
2024-03-19 13:02:08 +00:00
committed by Git OBS Bridge
parent 9529474f39
commit 5b774c2bd5
4 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Mar 19 13:01:45 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.9.0:
* Adding support for Python 3.12
* Accepting only ASCII characters left from TLD.
* Fixing parsing of Markdown links
* Fixing filter of mixed case hostnames
* updated list of TLDs
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 13 10:26:02 UTC 2023 - Dirk Müller <dmueller@suse.com> Wed Dec 13 10:26:02 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-urlextract # spec file for package python-urlextract
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1 %define skip_python2 1
Name: python-urlextract Name: python-urlextract
Version: 1.8.0 Version: 1.9.0
Release: 0 Release: 0
Summary: Collects and extracts URLs from given text Summary: Collects and extracts URLs from given text
License: MIT License: MIT

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:06f01a6a986bba64a9c450ef3f290f9b86b89d977a7038a1023b816091f42ce1
size 35595

3
urlextract-1.9.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:686badb9599767b621456a615e96c8cb5a4d8c3c5050dbd4cc3689b531c779cf
size 35906