pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/py-tldextract



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Apr 28 20:55:42 UTC 2025

Modified Files:
        pkgsrc/net/py-tldextract: Makefile distinfo

Log Message:
py-tldextract: updated to 5.3.0

5.3.0 (2025-04-21)

* Features
  * Add result field `registry_suffix`
    * To complement the existing public suffix field `suffix`
  * Add result property `top_domain_under_public_suffix`
  * Add result property `top_domain_under_registry_suffix`
  * Deprecate `registered_domain` property
    * Use `top_domain_under_public_suffix` instead, which has the same behavior
      but a more accurate name
* Bugfixes
  * Fix missing `reverse_domain_name` property in CLI `--json` output
* Misc.
    * Expand internal `suffix_index` return type to be richer than bools, and
      include the registry suffix during trie traversal

5.2.0 (2025-04-07)

* Features
  * Add `reverse_domain_name` result property
* Bugfixes
  * Extend exported public interface with `ExtractResult` and `update`
    * These were always meant to be public. Eases user import.
* Docs
  * Document result fields
  * Note all return values
  * Colocate usage in the usage section
  * Link to private domain docs
* Misc.
  * Update bundled snapshot


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/net/py-tldextract/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/py-tldextract/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/py-tldextract/Makefile
diff -u pkgsrc/net/py-tldextract/Makefile:1.30 pkgsrc/net/py-tldextract/Makefile:1.31
--- pkgsrc/net/py-tldextract/Makefile:1.30      Sat Apr 19 20:12:31 2025
+++ pkgsrc/net/py-tldextract/Makefile   Mon Apr 28 20:55:42 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2025/04/19 20:12:31 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2025/04/28 20:55:42 adam Exp $
 
-DISTNAME=      tldextract-5.1.3
+DISTNAME=      tldextract-5.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tldextract/}
 
@@ -18,6 +17,7 @@ DEPENDS+=     ${PYPKGPREFIX}-idna-[0-9]*:../
 DEPENDS+=      ${PYPKGPREFIX}-requests>=2.1.0:../../devel/py-requests
 DEPENDS+=      ${PYPKGPREFIX}-requests-file>=1.4:../../devel/py-requests-file
 TEST_DEPENDS+= ${PYPKGPREFIX}-responses-[0-9]*:../../net/py-responses
+TEST_DEPENDS+= ${PYPKGPREFIX}-syrupy-[0-9]*:../../devel/py-syrupy
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock-[0-9]*:../../devel/py-test-mock
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-pylint-[0-9]*:../../devel/py-test-pylint
 

Index: pkgsrc/net/py-tldextract/distinfo
diff -u pkgsrc/net/py-tldextract/distinfo:1.24 pkgsrc/net/py-tldextract/distinfo:1.25
--- pkgsrc/net/py-tldextract/distinfo:1.24      Tue Nov  5 08:37:31 2024
+++ pkgsrc/net/py-tldextract/distinfo   Mon Apr 28 20:55:42 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2024/11/05 08:37:31 adam Exp $
+$NetBSD: distinfo,v 1.25 2025/04/28 20:55:42 adam Exp $
 
-BLAKE2s (tldextract-5.1.3.tar.gz) = 6b441c977c3c0de81405616d6ab64aa945adb2a0a381ab31a40de584f6d1fa28
-SHA512 (tldextract-5.1.3.tar.gz) = be10b4a6f227af9249f59c3b810a2ba08efb45ca18bbd9cef3f554671bc665ba596d7ee3f2bbfa789dacca6fc4b09c9178e9f658f7c920f8667566652ee5624f
-Size (tldextract-5.1.3.tar.gz) = 125033 bytes
+BLAKE2s (tldextract-5.3.0.tar.gz) = fdb32a50ad629c6884ef318487378e9187e431ad58b933cfc3fb317cf64cc41b
+SHA512 (tldextract-5.3.0.tar.gz) = 8745464464355be830f30ee4a694ede58f3e6ee3339c38d32e2cdca4c5cffb5178b64f8c463d0c824034ea1c0b3eefd42e5b1dd694fa8971771444c34f4c01f5
+Size (tldextract-5.3.0.tar.gz) = 128502 bytes



Home | Main Index | Thread Index | Old Index