diff --git a/python-tldextract.changes b/python-tldextract.changes index 6d78100..0fd2e7e 100644 --- a/python-tldextract.changes +++ b/python-tldextract.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Nov 10 09:04:18 UTC 2022 - Mia Herkt + +- Update to 3.4.0 +Features + * Add method extract_urllib to extract from a + urllib.parse.{ParseResult,SplitResult} + #gh/john-kurkowski/tldextract#274 +Bugfixes + * Fix internal type-var error, in newer versions of mypy + #gh/john-kurkowski/tldextract#275 + ------------------------------------------------------------------- Sun Jul 24 17:00:27 UTC 2022 - Mia Herkt diff --git a/python-tldextract.spec b/python-tldextract.spec index 1f430e8..ff5e0f3 100644 --- a/python-tldextract.spec +++ b/python-tldextract.spec @@ -20,7 +20,7 @@ %define skip_python2 1 %define oldpython python Name: python-tldextract -Version: 3.3.1 +Version: 3.4.0 Release: 0 Summary: Python module to separate the TLD of a URL License: BSD-3-Clause diff --git a/tldextract-3.3.1.tar.gz b/tldextract-3.3.1.tar.gz deleted file mode 100644 index 4dc8dad..0000000 --- a/tldextract-3.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe15ac3205e5a25b61689369f98cb45c7778a8f2af113d7c11559ece5195f2d6 -size 110819 diff --git a/tldextract-3.4.0.tar.gz b/tldextract-3.4.0.tar.gz new file mode 100644 index 0000000..fa3e985 --- /dev/null +++ b/tldextract-3.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78aef13ac1459d519b457a03f1f74c1bf1c2808122a6bcc0e6840f81ba55ad73 +size 111437