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: Sun Aug 9 11:06:21 UTC 2026
Modified Files:
pkgsrc/net/py-tldextract: Makefile distinfo
Log Message:
py-tldextract: updated to 5.3.2
5.3.2 (2026-08-08)
* Bugfixes
* Fix `reverse_domain_name` stray dots when suffix or domain empty
* Docs
* Fix README: `extract_urllib` is on the instance, not the module
* Fix docstring: default `cache_dir` description
* Document hostname representation limits
* Document implicit PSL wildcard behavior
* Misc
* Add Markdown doctest coverage
* Remove obsolete pytest-gitignore
* Adopt uv dependency groups for contributors
* Install only test dependencies in test environments
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/net/py-tldextract/Makefile
cvs rdiff -u -r1.26 -r1.27 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.32 pkgsrc/net/py-tldextract/Makefile:1.33
--- pkgsrc/net/py-tldextract/Makefile:1.32 Mon Dec 29 11:39:50 2025
+++ pkgsrc/net/py-tldextract/Makefile Sun Aug 9 11:06:21 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2025/12/29 11:39:50 adam Exp $
+# $NetBSD: Makefile,v 1.33 2026/08/09 11:06:21 adam Exp $
-DISTNAME= tldextract-5.3.1
+DISTNAME= tldextract-5.3.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/tldextract/}
@@ -23,9 +23,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-pylin
USE_LANGUAGES= # none
-post-install:
- cd ${DESTDIR}${PREFIX}/bin && \
- ${MV} tldextract tldextract-${PYVERSSUFFIX} || ${TRUE}
+PY_RENAME_BINARIES= tldextract
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/py-tldextract/distinfo
diff -u pkgsrc/net/py-tldextract/distinfo:1.26 pkgsrc/net/py-tldextract/distinfo:1.27
--- pkgsrc/net/py-tldextract/distinfo:1.26 Mon Dec 29 11:39:50 2025
+++ pkgsrc/net/py-tldextract/distinfo Sun Aug 9 11:06:21 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2025/12/29 11:39:50 adam Exp $
+$NetBSD: distinfo,v 1.27 2026/08/09 11:06:21 adam Exp $
-BLAKE2s (tldextract-5.3.1.tar.gz) = 11fa3a5a33caa294987558dd06caa795b909efc3c2b81a5e97f46f70436e3435
-SHA512 (tldextract-5.3.1.tar.gz) = 5ad8a22360356aedd65a48488874601961c0422fa97649d75e621b49977c9d74aafb912cedf90ec96363b399b0a207b96fa8edab41ee66ff5c7ca9e7b8b64fbf
-Size (tldextract-5.3.1.tar.gz) = 126105 bytes
+BLAKE2s (tldextract-5.3.2.tar.gz) = 757be0bc6a46d22b26789318570be4f633f5a2ae843a0b45b4c0c74f2353aa65
+SHA512 (tldextract-5.3.2.tar.gz) = 8b321bd27940af3caf65e9ad9c95d74153d3e677c47251e5a728c7d4d437f57db90efde50ea44c78f1260e9e92d47202b2bb997507c46f8b7964591858bd530a
+Size (tldextract-5.3.2.tar.gz) = 191971 bytes
Home |
Main Index |
Thread Index |
Old Index