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:           Thu Mar 21 09:13:08 UTC 2024

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

Log Message:
py-tldextract: updated to 5.1.2

5.1.2 (2024-03-18)

* Bugfixes
  * Remove `socket.inet_pton`, to fix platform-dependent IP parsing
  * Use non-capturing groups for IPv4 address detection, for a slight speed boost
* Misc.
  * Add CI for PyPy3.9 and PyPy3.10
  * Add script to automate package release process
  * Update LICENSE copyright years


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/net/py-tldextract/Makefile
cvs rdiff -u -r1.22 -r1.23 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.26 pkgsrc/net/py-tldextract/Makefile:1.27
--- pkgsrc/net/py-tldextract/Makefile:1.26      Sun Nov 19 17:35:54 2023
+++ pkgsrc/net/py-tldextract/Makefile   Thu Mar 21 09:13:08 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2023/11/19 17:35:54 adam Exp $
+# $NetBSD: Makefile,v 1.27 2024/03/21 09:13:08 adam Exp $
 
-DISTNAME=      tldextract-5.1.1
+DISTNAME=      tldextract-5.1.2
 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.22 pkgsrc/net/py-tldextract/distinfo:1.23
--- pkgsrc/net/py-tldextract/distinfo:1.22      Sun Nov 19 17:35:54 2023
+++ pkgsrc/net/py-tldextract/distinfo   Thu Mar 21 09:13:08 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2023/11/19 17:35:54 adam Exp $
+$NetBSD: distinfo,v 1.23 2024/03/21 09:13:08 adam Exp $
 
-BLAKE2s (tldextract-5.1.1.tar.gz) = 9e137311bf9e21a434cacf7877b53497d0a2aac1d4c54c73a9af6e12a935d6b2
-SHA512 (tldextract-5.1.1.tar.gz) = 805266da1d66e9a8c43edc02014835abf691ab5b25262c63815a2e5b4d41c4e68944aafd35aad6abce650c762284e3a4281716c2d30c0e2d2c2ecccbb0139df9
-Size (tldextract-5.1.1.tar.gz) = 112645 bytes
+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



Home | Main Index | Thread Index | Old Index