diff --git a/python-tldextract.changes b/python-tldextract.changes index 1d73ae1..56c0324 100644 --- a/python-tldextract.changes +++ b/python-tldextract.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Dec 8 13:44:38 UTC 2023 - Dirk Müller + +- update to 5.1.1: + * Fix path join on Windows (#314) + * Support Python 3.12 + ------------------------------------------------------------------- Fri Nov 10 07:40:00 UTC 2023 - ecsos @@ -296,12 +303,12 @@ Tue Feb 6 22:24:40 UTC 2018 - 9+suse@cirno.systems ------------------------------------------------------------------- Fri Jun 24 02:06:44 UTC 2016 - archie.cobbs@gmail.com -- Correct license in spec file (MIT -> BSD) +- Correct license in spec file (MIT -> BSD) ------------------------------------------------------------------- Sun Jun 19 21:38:28 UTC 2016 - archie.cobbs@gmail.com -- Fix homepage URL in specfile +- Fix homepage URL in specfile ------------------------------------------------------------------- Tue Jun 14 08:38:36 CDT 2016 - archie.cobbs@gmail.com diff --git a/python-tldextract.spec b/python-tldextract.spec index b24056d..d1b9a50 100644 --- a/python-tldextract.spec +++ b/python-tldextract.spec @@ -19,7 +19,7 @@ %define oldpython python %{?sle15_python_module_pythons} Name: python-tldextract -Version: 5.1.0 +Version: 5.1.1 Release: 0 Summary: Python module to separate the TLD of a URL License: BSD-3-Clause diff --git a/tldextract-5.1.0.tar.gz b/tldextract-5.1.0.tar.gz deleted file mode 100644 index dbc3650..0000000 --- a/tldextract-5.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:366acfb099c7eb5dc83545c391d73da6e3afe4eaec652417c3cf13b002a160e1 -size 112124 diff --git a/tldextract-5.1.1.tar.gz b/tldextract-5.1.1.tar.gz new file mode 100644 index 0000000..bed4e85 --- /dev/null +++ b/tldextract-5.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b6dbf803cb5636397f0203d48541c0da8ba53babaf0e8a6feda2d88746813d4 +size 112645