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:           Wed Sep 20 07:30:28 UTC 2023

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

Log Message:
py-tldextract: updated to 3.6.0

3.6.0 (2023-09-19)

* **Breaking** bugfixes
    * Always include suffix if private suffix enabled and private suffix exists
        * Add a 4th field `is_private: bool`, to the `ExtractResult`
          `namedtuple`, indicating whether the extraction came from the PSL's
          private domains or not.
        * **This could cause issues when iterating over the tuple and assuming
          only 3 fields.**
        * Previously, the docs promoted iteration to rejoin parts of the tuple.
          This is better achieved by individual access of fields of interest
          (e.g. `ExtractResult.subdomain`) or convenience properties (e.g.
          `ExtractResult.{fqdn,registered_domain}`).


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/net/py-tldextract/Makefile
cvs rdiff -u -r1.19 -r1.20 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.22 pkgsrc/net/py-tldextract/Makefile:1.23
--- pkgsrc/net/py-tldextract/Makefile:1.22      Thu Sep 14 12:43:43 2023
+++ pkgsrc/net/py-tldextract/Makefile   Wed Sep 20 07:30:28 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2023/09/14 12:43:43 adam Exp $
+# $NetBSD: Makefile,v 1.23 2023/09/20 07:30:28 adam Exp $
 
-DISTNAME=      tldextract-3.5.0
+DISTNAME=      tldextract-3.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tldextract/}

Index: pkgsrc/net/py-tldextract/distinfo
diff -u pkgsrc/net/py-tldextract/distinfo:1.19 pkgsrc/net/py-tldextract/distinfo:1.20
--- pkgsrc/net/py-tldextract/distinfo:1.19      Thu Sep 14 12:43:43 2023
+++ pkgsrc/net/py-tldextract/distinfo   Wed Sep 20 07:30:28 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2023/09/14 12:43:43 adam Exp $
+$NetBSD: distinfo,v 1.20 2023/09/20 07:30:28 adam Exp $
 
-BLAKE2s (tldextract-3.5.0.tar.gz) = b748e50763962acaf25bd49524406caaf185e8206cb3f57fbb6c12c8f0bf8e81
-SHA512 (tldextract-3.5.0.tar.gz) = 95ad41f2957f5bada03706930d89add7c86361547303170c155d2fe60916d7052d4b19ba67a32ec35da58ab5ff7153de6085e5fa0898cb4a9dd5ef47710d983b
-Size (tldextract-3.5.0.tar.gz) = 109922 bytes
+BLAKE2s (tldextract-3.6.0.tar.gz) = 89fde54d1f9c65f03f7d66b4435dfcd88ad026406a88fda704f9f83154c350d7
+SHA512 (tldextract-3.6.0.tar.gz) = 5cfae8bc293d5ce774f648186a4256477049ef2f6b916d4895636fdd50067cecf4ddea11962d9d4557c29c9ab6e62ba6306062c6219178573c9747a56036318d
+Size (tldextract-3.6.0.tar.gz) = 110460 bytes



Home | Main Index | Thread Index | Old Index