14
0

Accepting request 783786 from home:pgajdos:python

- version update to 2.2.2
  * Bugfixes
    * Catch file not found
    * Use pkgutil instead of pkg_resources ([#163](https://github.com/john-kurkowski/tldextract/pull/163))
    * Performance: avoid recomputes, a regex, and a partition
  * Misc.
    * Update LICENSE from GitHub template
    * Fix warning about literal comparison
    * Modernize testing ([#177](https://github.com/john-kurkowski/tldextract/issues/177))
        * Use the latest pylint that works in Python 2
        * Appease pylint with the new rules
        * Support Python 3.8-dev
        * Drop support for EOL Python 3.4

OBS-URL: https://build.opensuse.org/request/show/783786
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tldextract?expand=0&rev=11
This commit is contained in:
Tomáš Chvátal
2020-03-11 11:46:24 +00:00
committed by Git OBS Bridge
parent 064d729ce0
commit ccf9cd1601
4 changed files with 27 additions and 9 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Mar 11 11:24:28 UTC 2020 - pgajdos@suse.com
- version update to 2.2.2
* Bugfixes
* Catch file not found
* Use pkgutil instead of pkg_resources ([#163](https://github.com/john-kurkowski/tldextract/pull/163))
* Performance: avoid recomputes, a regex, and a partition
* Misc.
* Update LICENSE from GitHub template
* Fix warning about literal comparison
* Modernize testing ([#177](https://github.com/john-kurkowski/tldextract/issues/177))
* Use the latest pylint that works in Python 2
* Appease pylint with the new rules
* Support Python 3.8-dev
* Drop support for EOL Python 3.4
-------------------------------------------------------------------
Sun Mar 10 19:57:13 UTC 2019 - Martin Herkt <9+suse@cirno.systems>