14
0

- Update to 2.2.1

* Bugfixes
    - Ignore case on punycode prefix check
    - Drop support for EOL Python 2.6
    - Improve sundry doc and README bits

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tldextract?expand=0&rev=8
This commit is contained in:
Mia Herkt
2019-03-10 20:02:20 +00:00
committed by Git OBS Bridge
parent 7b91232a44
commit 73a3d5784b
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Mar 10 19:57:13 UTC 2019 - Martin Herkt <9+suse@cirno.systems>
- Update to 2.2.1
* Bugfixes
- Ignore case on punycode prefix check
- Drop support for EOL Python 2.6
- Improve sundry doc and README bits
-------------------------------------------------------------------
Tue Dec 4 12:55:20 UTC 2018 - Matej Cepl <mcepl@suse.com>