2023-05-19 10:21:29 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-tldextract: updated to 3.4.3
3.4.3 (2023-05-18)
* Bugfixes
* Speed up 10-15% over all inputs
* Refactor `suffix_index()` to use a trie
* Docs
* Adopt PEP257 doc style
3.4.2 (2023-05-16)
* Bugfixes
* Speed up 10-40% on "average" inputs, and even more on pathological \
inputs, like long subdomains
* Optimize `suffix_index()`
* Optimize netloc extraction
|
2023-04-27 10:21:07 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-tldextract: updated to 3.4.1
3.4.1 (2023-04-26)
* Bugfixes
* Fix Pyright not finding tldextract public interface
* Fix various Pyright checks
* Use SPDX license identifier
* Support Python 3.11
* Docs
* Add FAQ about private domains
* Misc.
* Update bundled snapshot
* Fix lint in newer pylint
|
2022-10-05 09:59:22 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-tldextract: updated to 3.4.0
3.4.0 (2022-10-04)
* Features
* Add method `extract_urllib` to extract from a \
`urllib.parse.{ParseResult,SplitResult}`
* Bugfixes
* Fix internal type-var error, in newer versions of mypy
|
2022-07-11 08:15:10 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-tldextract: updated to 3.3.1
3.3.1 (2022-07-08)
* Bugfixes
* Fix documented types, in README and in exception message
* Misc.
* Format source code
|
2022-05-10 09:24:45 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-tldextract: updated to 3.3.0
3.3.0
* Features
* Add CLI flag `--suffix_list_url` to set the suffix list URL(s) or source file(s)
* Add CLI flag `--no_fallback_to_snapshot` to not fall back to the snapshot
* Add alias `--include_psl_private_domains` for CLI flag `--private_domains`
* Bugfixes
* Handle more internationalized domain name dots
* Misc.
* Update bundled snapshot
* Add basic CLI test coverage
|
2022-04-26 12:35:44 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-tldextract: updated to 3.2.1
3.2.1 (2022-04-11)
* Bugfixes
* Fix incorrect namespace used for caching function returns
* Remove redundant encode
* Remove redundant lowercase
* Remove unused `try`/`except` path
* Add types to the private API (disallow untyped calls and defs)
* Rely on `python_requires` instead of runtime check
* Docs
* Fix docs with updated types
* Fix link in Travis CI badge
* Rewrite documentation intro
* Remove unnecessary subheading
* Unify case
3.2.0 (2022-02-20)
* Features
* Add types to the public API
* Bugfixes
* Add support for Python 3.10
* Drop support for EOL Python 3.6
* Remove py2 tag from wheel
* Remove extra backtick in README
|
2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289) |
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 13:07:15 by Nia Alarie | Files touched by this commit (958) |
Log message:
net: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Not committed (merge conflicts...):
net/radsecproxy/distinfo
The following distfiles could not be fetched (fetched conditionally?):
./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch
|
2021-10-07 16:43:07 by Nia Alarie | Files touched by this commit (962) |
Log message:
net: Remove SHA1 hashes for distfiles
|