512cf05c22
Accepting request 851574 from devel:languages:python
...
- Update to 3.1.0:
* Features
+ Prefer to cache in XDG cache directory in user folder,
vs. in Python install folder
(https://github.com/john-kurkowski/tldextract/issues/213 )
+ Fix `AttributeError` on `--update`
(https://github.com/john-kurkowski/tldextract/issues/215 )
OBS-URL: https://build.opensuse.org/request/show/851574
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tldextract?expand=0&rev=11
2020-11-29 11:31:16 +00:00
f085ca62da
- Update to 3.1.0:
...
* Features
+ Prefer to cache in XDG cache directory in user folder,
vs. in Python install folder
(https://github.com/john-kurkowski/tldextract/issues/213 )
+ Fix `AttributeError` on `--update`
(https://github.com/john-kurkowski/tldextract/issues/215 )
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tldextract?expand=0&rev=24
2020-11-28 20:35:56 +00:00
d154404eeb
Accepting request 843974 from devel:languages:python
...
- Update to 3.0.2:
* Catch permission error when making cache dir, as well as cache
file (https://github.com/john-kurkowski/tldextract/issues/211 )
OBS-URL: https://build.opensuse.org/request/show/843974
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tldextract?expand=0&rev=10
2020-10-26 15:21:12 +00:00
f91f0b1796
- Update to 3.0.2:
...
* Catch permission error when making cache dir, as well as cache
file (https://github.com/john-kurkowski/tldextract/issues/211 )
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tldextract?expand=0&rev=22
2020-10-26 00:31:37 +00:00
dc57ba27a1
Accepting request 843692 from devel:languages:python
...
- Update to 3.0.1:
* Fix `tlds` property `AttributeError`
(https://github.com/john-kurkowski/tldextract/issues/210 )
* Allow `include_psl_private_domains` in global `extract` too
(https://github.com/john-kurkowski/tldextract/issues/210 )
OBS-URL: https://build.opensuse.org/request/show/843692
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tldextract?expand=0&rev=9
2020-10-24 13:18:22 +00:00
fc15b124ff
- Update to 3.0.1:
...
* Fix `tlds` property `AttributeError`
(https://github.com/john-kurkowski/tldextract/issues/210 )
* Allow `include_psl_private_domains` in global `extract` too
(https://github.com/john-kurkowski/tldextract/issues/210 )
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tldextract?expand=0&rev=20
2020-10-23 21:47:59 +00:00
68e13e9188
Accepting request 843031 from devel:languages:python
...
- Update to 3.0.0:
This release fixes the long standing bug that public and private
suffixes were generated separately and could not be switched at
runtime, https://github.com/john-kurkowski/tldextract/issues/66
* Breaking Changes
+ Rename `cache_file` to `cache_dir` as it is no longer a
single file but a directory
(https://github.com/john-kurkowski/tldextract/issues/207 )
+ Rename CLI arg also, from `--cache_file` to `--cache_dir`
+ Remove Python 2.7 support
* Features
+ Can pass `include_psl_private_domains` on call, not only on
construction
+ Use filelocking to support multi-processing and
multithreading environments
* Bugfixes
+ Select public or private suffixes at runtime
(https://github.com/john-kurkowski/tldextract/issues/66 )
* Removals
+ Do not `debug` log the diff during update
* Drop tldextract-tests-offline.patch
OBS-URL: https://build.opensuse.org/request/show/843031
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tldextract?expand=0&rev=8
2020-10-21 12:39:08 +00:00
67d919f828
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tldextract?expand=0&rev=18
2020-10-20 23:00:20 +00:00
970282fe7c
- Update to 3.0.0:
...
This release fixes the long standing bug that public and private
suffixes were generated separately and could not be switched at
runtime, https://github.com/john-kurkowski/tldextract/issues/66
* Breaking Changes
+ Rename `cache_file` to `cache_dir` as it is no longer a
single file but a directory
(https://github.com/john-kurkowski/tldextract/issues/207 )
+ Rename CLI arg also, from `--cache_file` to `--cache_dir`
+ Remove Python 2.7 support
* Features
+ Can pass `include_psl_private_domains` on call, not only on
construction
+ Use filelocking to support multi-processing and
multithreading environments
* Bugfixes
+ Select public or private suffixes at runtime
(https://github.com/john-kurkowski/tldextract/issues/66 )
* Removals
+ Do not `debug` log the diff during update
* Drop tldextract-tests-offline.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tldextract?expand=0&rev=17
2020-10-20 22:54:55 +00:00
07867c2f7a
Accepting request 835186 from devel:languages:python
...
- 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
- 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/request/show/835186
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tldextract?expand=0&rev=7
2020-09-21 15:17:08 +00:00
0eca0fbc80
- 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
- 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
2020-09-17 11:47:58 +00:00
2149f72bdd
Accepting request 806949 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/806949
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tldextract?expand=0&rev=6
2020-05-19 12:48:05 +00:00
52dedfdae4
Accepting request 806913 from home:pgajdos:python
...
submit
OBS-URL: https://build.opensuse.org/request/show/806913
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tldextract?expand=0&rev=13
2020-05-18 12:16:11 +00:00
bb6f7985ca
Accepting request 783797 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/783797
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tldextract?expand=0&rev=5
2020-03-11 17:54:27 +00:00
Tomáš Chvátal
ccf9cd1601
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
2020-03-11 11:46:24 +00:00
4eda368efc
Accepting request 683625 from devel:languages:python
...
- 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
OBS-URL: https://build.opensuse.org/request/show/683625
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tldextract?expand=0&rev=4
2019-03-11 10:16:15 +00:00
Mia Herkt
064d729ce0
- Run test suite
...
- Add tldextract-tests-offline.patch
No internet connection on OBS build hosts; skip suffix list
snapshot diff
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tldextract?expand=0&rev=9
2019-03-10 20:27:50 +00:00
Mia Herkt
73a3d5784b
- 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
2019-03-10 20:02:20 +00:00
0017e630f5
Accepting request 659721 from devel:languages:python
...
Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/request/show/659721
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tldextract?expand=0&rev=3
2018-12-24 10:45:19 +00:00
7b91232a44
Remove superfluous devel dependency for noarch package
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tldextract?expand=0&rev=6
2018-12-04 14:10:05 +00:00
c7e2643e01
Accepting request 603098 from devel:languages:python
...
- Update summary.
OBS-URL: https://build.opensuse.org/request/show/603098
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tldextract?expand=0&rev=2
2018-05-08 11:36:42 +00:00
8642afea32
Accepting request 596760 from devel:languages:python
...
- 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
- Correct license in spec file (MIT -> BSD)
- Fix homepage URL in specfile
- Initial creation of package, version 2.0.1
Needed for python-dns-lexicon
OBS-URL: https://build.opensuse.org/request/show/596760
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tldextract?expand=0&rev=1
2018-04-19 13:29:14 +00:00
Tomáš Chvátal
19d0b1b304
Accepting request 597129 from home:jengelh:branches:devel:languages:python
...
Noun missing in summary
OBS-URL: https://build.opensuse.org/request/show/597129
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tldextract?expand=0&rev=3
2018-04-16 16:04:18 +00:00
Tomáš Chvátal
b3883e1cf8
Accepting request 573550 from home:lachs0r:branches:devel:languages:python
...
- 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
Feel free to add me as maintainer.
OBS-URL: https://build.opensuse.org/request/show/573550
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tldextract?expand=0&rev=2
2018-02-07 12:00:14 +00:00
208ec0f103
Accepting request 404375 from home:archie172
...
New python package
OBS-URL: https://build.opensuse.org/request/show/404375
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tldextract?expand=0&rev=1
2016-06-24 08:19:18 +00:00