Next | Query returned 28 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2022-10-05 09:59:22 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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
   2021-09-15 09:29:07 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-tldextract: updated to 3.1.2

3.1.2 (2021-09-01)

* Misc.
    * Only run pylint in Tox environments, i.e. CI, not by default in tests
   2020-11-27 20:36:27 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-tldextract: updated to 3.1.0

3.1.0 (2020-11-22)

* Features
    * Prefer to cache in XDG cache directory in user folder, vs. in Python \ 
install folder
* Bugfixes
    * Fix `AttributeError` on `--update`

3.0.2 (2020-10-24)

* Bugfixes
    * Catch permission error when making cache dir, as well as cache file

3.0.1 (2020-10-21)

* Bugfixes
    * Fix `tlds` property `AttributeError`
    * Allow `include_psl_private_domains` in global `extract` too

3.0.0 (2020-10-20)

No changes since 3.0.0.rc1.

3.0.0.rc1 (2020-10-12)

This release fixes the long standing bug that public and private suffixes were
generated separately and could not be switched at runtime,

* Breaking Changes
    * Rename `cache_file` to `cache_dir` as it is no longer a single file but a \ 
directory
    * 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
* Removals
    * Do not `debug` log the diff during update

Next | Query returned 28 messages, browsing 11 to 20 | Previous