forked from pool/python-tldextract
* Fix concurrent access to cache file when using tldextract in multiple threads ([#146](https://github.com/john-kurkowski/tldextract/pull/146)) * Relocate version number, to avoid costly imports ([#187](https://github.com/john-kurkowski/tldextract/pull/187)) * Catch `IndexError` caused by upstream punycode bug ([#200](https://github.com/john-kurkowski/tldextract/pull/200)) * Drop support for EOL Python 3.4 ([#186](https://github.com/john-kurkowski/tldextract/pull/186)) * Explain warning better - update to 2.2.2: * Fix concurrent access to cache file when using tldextract in multiple threads ([#146](https://github.com/john-kurkowski/tldextract/pull/146)) * Relocate version number, to avoid costly imports ([#187](https://github.com/john-kurkowski/tldextract/pull/187)) * Catch `IndexError` caused by upstream punycode bug ([#200](https://github.com/john-kurkowski/tldextract/pull/200)) * Drop support for EOL Python 3.4 ([#186](https://github.com/john-kurkowski/tldextract/pull/186)) * Explain warning better OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tldextract?expand=0&rev=15
100 lines
4.0 KiB
Plaintext
100 lines
4.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Sep 17 11:47:16 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
|
|
|
- update to 2.2.3:
|
|
* Fix concurrent access to cache file when using tldextract in multiple threads ([#146](https://github.com/john-kurkowski/tldextract/pull/146))
|
|
* Relocate version number, to avoid costly imports ([#187](https://github.com/john-kurkowski/tldextract/pull/187))
|
|
* Catch `IndexError` caused by upstream punycode bug ([#200](https://github.com/john-kurkowski/tldextract/pull/200))
|
|
* Drop support for EOL Python 3.4 ([#186](https://github.com/john-kurkowski/tldextract/pull/186))
|
|
* Explain warning better
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 16 21:32:26 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
|
|
|
- update to 2.2.2:
|
|
* Fix concurrent access to cache file when using tldextract in multiple threads ([#146](https://github.com/john-kurkowski/tldextract/pull/146))
|
|
* Relocate version number, to avoid costly imports ([#187](https://github.com/john-kurkowski/tldextract/pull/187))
|
|
* Catch `IndexError` caused by upstream punycode bug ([#200](https://github.com/john-kurkowski/tldextract/pull/200))
|
|
* Drop support for EOL Python 3.4 ([#186](https://github.com/john-kurkowski/tldextract/pull/186))
|
|
* Explain warning better
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 18 09:10:32 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
|
|
|
|
- %python3_only -> %python_alternative
|
|
|
|
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Run test suite
|
|
- Add tldextract-tests-offline.patch
|
|
No internet connection on OBS build hosts; skip suffix list
|
|
snapshot diff
|
|
- 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>
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 16 15:38:22 UTC 2018 - jengelh@inai.de
|
|
|
|
- Update summary.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 6 22:24:40 UTC 2018 - 9+suse@cirno.systems
|
|
|
|
- Convert to singlespec, fix non-SPDX license tag
|
|
- Add rpmlintrc for (required) hidden file
|
|
- Add README.md to docs and use %license macro
|
|
- Update to 2.2.0
|
|
* Bugfixes:
|
|
- Switch to explicit Python version check
|
|
- Work around `pkg_resources` missing
|
|
- Always close sessions
|
|
* Features:
|
|
- Add `fqdn` and `ipv4` convenience properties
|
|
- Add `cache_fetch_timeout` kwarg
|
|
and `TLDEXTRACT_CACHE_TIMEOUT` env var
|
|
* Misc:
|
|
- Document public vs. private domains
|
|
- Document support for Python 3.6
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 24 02:06:44 UTC 2016 - archie.cobbs@gmail.com
|
|
|
|
- Correct license in spec file (MIT -> BSD)
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jun 19 21:38:28 UTC 2016 - archie.cobbs@gmail.com
|
|
|
|
- Fix homepage URL in specfile
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 14 08:38:36 CDT 2016 - archie.cobbs@gmail.com
|
|
|
|
- Initial creation of package, version 2.0.1
|
|
|