14
0

- Update to 5.1.0:

Features:
  * Allow passing in `requests.Session`
    #gh/john-kurkowski/tldextract#311
  * Add "-j, --json" option to support output in json format
    #gh/john-kurkowski/tldextract#313

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tldextract?expand=0&rev=43
This commit is contained in:
2023-11-06 23:34:14 +00:00
committed by Git OBS Bridge
parent 8a54570db3
commit 9882488e24
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Nov 6 23:25:32 UTC 2023 - Mia Herkt <mia@0x0.st>
- Update to 5.1.0:
Features:
* Allow passing in `requests.Session`
#gh/john-kurkowski/tldextract#311
* Add "-j, --json" option to support output in json format
#gh/john-kurkowski/tldextract#313
-------------------------------------------------------------------
Mon Oct 23 00:56:58 UTC 2023 - Mia Herkt <mia@0x0.st>