cb82de79db- Update to 0.13.0: * Drop Python 2.7, 3.5 and 3.6 support. Minimum required version now is Python 3.7. - Switch to autosetup and pyproject macros. - No more greedy globs in %files.Steve Kowalik2024-03-05 01:58:19 +00:00
8295a77aa5- update to version 0.12.6: - Move Registry class from tld.registry to tld.base. - Reformat code using black. - Log information on updated resources of the update_tld_names.
Sebastian Wagner
2021-06-21 06:20:22 +00:00
8e92254001- Update to version 0.12.5: Release dedicated to defenders of Armenia and Artsakh (Nagorno Karabakh) and all the victims of Turkish and Azerbaijani aggression. - Fixed lower-cased parsed_url attributes (SplitResult) when getting tld as object (as_object=True). - Update to version 0.12.4: - Tested against Python 3.9.
Sebastian Wagner
2021-05-19 07:42:21 +00:00
7396558820- Update to version 0.12.3 - Separate parsers for (a) public and private and (b) public only domains. This fixes a bug. If you want an old behaviour: The following code would raise exception in past. .. code-block:: python from tld import get_tld get_tld( 'http://silly.cc.ua', search_private=False ) Now it would return ua. .. code-block:: python get_tld( 'http://silly.cc.ua', search_private=False ) If you want old behavior, do as follows: .. code-block:: python from tld.utils import MozillaTLDSourceParser get_tld( 'http://silly.cc.ua', search_private=False, parser_class=MozillaTLDSourceParser ) Same goes for `get_fld, process_url, parse_tld and is_tld` functions.
Sebastian Wagner
2020-12-20 16:18:03 +00:00
e0361b07b4Accepting request 809926 from devel:languages:pythonYuchen Lin2020-07-07 10:57:49 +00:00
317286f987- Update to version 0.12.2: - Add mozilla license to dist. - Fix MyPy issues.
Sebastian Wagner
2020-05-21 11:38:28 +00:00
836c036437- update to version 2.4.125: - New - Extended option on get event. [Raphaël Vinot] Related to #567 - Changes - Bump objects, deps. [Raphaël Vinot] - Bump dependencies. [Raphaël Vinot] - Remove old suricata script, keep reference to old code. [Raphaël Vinot] - Fix - Enable autoalert on admin user. [Raphaël Vinot] - [abstract] Forces file to be read with utf8 encoding. [mokaddem] - Properly handle timezone in tests. [Raphaël Vinot] - Other - Update up.py. [Raphaël Vinot] Fix#563 - Fixed __query_virustotal return type. [DocArmoryTech] __query_virustotal returned a Response object and not the json expected; modified so that report_json is returned instead of report.
Sebastian Wagner
2020-05-03 13:20:51 +00:00
96d1b1bf2b- update to version 0.9.8: - Fix for occasional issue when some domains are not correctly recognised. - update to version 0.9.7: - Handling urls that are only a TLD. - Accepts already splitted URLs. - Tested against Python 3.8.
Sebastian Wagner
2019-11-26 14:05:08 +00:00
847c173db2- Update to 0.9.6: * Fix for update-tld-names returns a non-zero exit code on success * Minor tests improvements.
Tomáš Chvátal
2019-09-16 13:22:48 +00:00
ef1ed8e356- update to version 0.9.5: - Tests improvements. - update to version 0.9.4: - Optimisations in setup.py, tests and console scripts. - Skip testing the update-tld-names functionality if no internet is available. - add skip_internet_tests.patch - remove remove-download-test.patch
Sebastian Wagner
2019-09-14 20:24:33 +00:00
d2980ecfc4Accepting request 668199 from home:jengelh:branches:devel:languages:python
Tomáš Chvátal
2019-01-24 07:17:16 +00:00
d757ac1a72- Update to version 0.9.2: * Fix an issue causing certain punycode TLDs to be deemed invalid. * Tested against Python 3.7. * Added tests for commands. * Dropped Python 2.6 support. * TLD source updated to the latest version. - Update and extend remove-download-test.patch
Sebastian Wagner
2019-01-15 20:52:43 +00:00
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.
Sebastian Wagner
2018-07-09 20:33:11 +00:00
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.
Sebastian Wagner
2018-07-07 08:33:43 +00:00
cbd014554dfix docs
Sebastian Wagner
2018-04-07 20:46:18 +00:00
2ba92d60d7- update to version 0.7.10: * more documentation files included * included license file * update tld data
Sebastian Wagner
2018-04-07 19:19:39 +00:00