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:           Tue Nov  5 08:37:31 UTC 2024

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

Log Message:
py-tldextract: updated to 5.1.3

5.1.3 (2024-11-04)

* Bugfixes
  * Reduce logging errors
  * Drop support for EOL Python 3.8
  * Support Python 3.13
  * Update bundled snapshot
* Documentation
  * Clarify how to use your own definitions
  * Clarify first-successful definitions vs. merged definitions
* Misc.
  * Switch from Black to Ruff
  * Switch from pip to uv, during tox


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/net/py-tldextract/Makefile
cvs rdiff -u -r1.23 -r1.24 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.27 pkgsrc/net/py-tldextract/Makefile:1.28
--- pkgsrc/net/py-tldextract/Makefile:1.27      Thu Mar 21 09:13:08 2024
+++ pkgsrc/net/py-tldextract/Makefile   Tue Nov  5 08:37:31 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2024/03/21 09:13:08 adam Exp $
+# $NetBSD: Makefile,v 1.28 2024/11/05 08:37:31 adam Exp $
 
-DISTNAME=      tldextract-5.1.2
+DISTNAME=      tldextract-5.1.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tldextract/}
@@ -22,8 +22,6 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-pylin
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} tldextract tldextract-${PYVERSSUFFIX} || ${TRUE}

Index: pkgsrc/net/py-tldextract/distinfo
diff -u pkgsrc/net/py-tldextract/distinfo:1.23 pkgsrc/net/py-tldextract/distinfo:1.24
--- pkgsrc/net/py-tldextract/distinfo:1.23      Thu Mar 21 09:13:08 2024
+++ pkgsrc/net/py-tldextract/distinfo   Tue Nov  5 08:37:31 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2024/03/21 09:13:08 adam Exp $
+$NetBSD: distinfo,v 1.24 2024/11/05 08:37:31 adam Exp $
 
-BLAKE2s (tldextract-5.1.2.tar.gz) = be0f9fea1cc5da8b47b41a2dc95ab4bfded883c0bd8b2fb179e0da3c174bae80
-SHA512 (tldextract-5.1.2.tar.gz) = 79cdab6ec9259109bdee6412206eea1cd1d760e3c8ee3483607e27adc237821ff74039b2b3c886cb21ebd76f9d636e775623d018e06e46b713d76b9e9719fa00
-Size (tldextract-5.1.2.tar.gz) = 116825 bytes
+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



Home | Main Index | Thread Index | Old Index