forked from pool/python-urlextract
- 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:
@@ -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>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-urlextract
|
||||
Version: 1.8.0
|
||||
Version: 1.9.0
|
||||
Release: 0
|
||||
Summary: Collects and extracts URLs from given text
|
||||
License: MIT
|
||||
|
@@ -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
3
urlextract-1.9.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:686badb9599767b621456a615e96c8cb5a4d8c3c5050dbd4cc3689b531c779cf
|
||||
size 35906
|
Reference in New Issue
Block a user