14
0
forked from pool/python-tld
Commit Graph

4 Commits

Author SHA256 Message Date
Sebastian Wagner
892cde046a - remove fix-setup-test.patch, merged upstream
- update to version 0.9.1:
  * Correctly handling nested TLDs.
- update to version 0.9:
 * This release contains backward incompatible changes. You should update your code.
 * The active_only option has been removed from get_tld, get_fld and parse_url functions. Update your code accordingly.
 * Removed active_only option from get_tld, get_fld and parse_url functions.
 * Correctly handling exceptions (!) in the original TLD list.
 * Fixes in documentation.
 * Added parse_tld function.
 * Fixes the python setup.py test command.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tld?expand=0&rev=7
2018-07-09 20:33:11 +00:00
Sebastian Wagner
eee0e82ae7 - add remove-download-test.patch to remove download test requiring internet
- update to version 0.8:
 - This release contains backward incompatible changes. You should update
   your code.
   Old `get_tld` functionality remain is moved to `get_fld` (first-level
   domain definition). The `as_object` argument (False by default) has been
   deprecated for `get_fld`.
   Have a look at the packages' documentation and changelog for details and examples.
 - Move to a Trie to match TLDs. This brings a speed up of 15-20%.
 - It's now possible to search in public, private or all suffixes (old
   behaviour). Use `search_public` and `search_private` arguments accordingly.
   By default (to support old behavior), both are set to True.
 - Correct TLD definitions.
 - Domains like `*****.xn--fiqs8s` are now recognized as well.
 - Due to usage of `urlsplit` instead of `urlparse`, the initial list of TLDs
   is assembled quicker (a speed-up of 15-20%).
 - Docs/ directory is included in source distribution tarball.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tld?expand=0&rev=6
2018-07-07 08:33:43 +00:00
Sebastian Wagner
2ba92d60d7 - update to version 0.7.10:
* more documentation files included
 * included license file
 * update tld data

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tld?expand=0&rev=3
2018-04-07 19:19:39 +00:00
Tomáš Chvátal
e6219d10e5 Accepting request 556067 from home:sebix
now with removed test condition

OBS-URL: https://build.opensuse.org/request/show/556067
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tld?expand=0&rev=1
2017-12-12 08:28:51 +00:00