pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-idna



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Apr 23 07:32:37 UTC 2026

Modified Files:
        pkgsrc/www/py-idna: Makefile distinfo

Log Message:
py-idna: updated to 3.13

3.13 (2026-04-22)

- Correct classification error for codepoint U+A7F1

3.12 (2026-04-21)

- Update to Unicode 17.0.0.
- Issue a deprecation warning for the transitional argument.
- Added lazy-loading to provide some performance improvements.
- Removed vestiges of code related to Python 2 support, including
  segmentation of data structures specific to Jython.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/www/py-idna/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/py-idna/distinfo

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

Modified files:

Index: pkgsrc/www/py-idna/Makefile
diff -u pkgsrc/www/py-idna/Makefile:1.23 pkgsrc/www/py-idna/Makefile:1.24
--- pkgsrc/www/py-idna/Makefile:1.23    Sun Oct 19 18:48:00 2025
+++ pkgsrc/www/py-idna/Makefile Thu Apr 23 07:32:37 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2025/10/19 18:48:00 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2026/04/23 07:32:37 adam Exp $
 
-DISTNAME=      idna-3.11
+DISTNAME=      idna-3.13
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/idna/}

Index: pkgsrc/www/py-idna/distinfo
diff -u pkgsrc/www/py-idna/distinfo:1.21 pkgsrc/www/py-idna/distinfo:1.22
--- pkgsrc/www/py-idna/distinfo:1.21    Sun Oct 19 18:48:00 2025
+++ pkgsrc/www/py-idna/distinfo Thu Apr 23 07:32:37 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2025/10/19 18:48:00 wiz Exp $
+$NetBSD: distinfo,v 1.22 2026/04/23 07:32:37 adam Exp $
 
-BLAKE2s (idna-3.11.tar.gz) = 84702c8189f5c0f34faf965d1c51debfda0b2aa07289b742f15bcc5b2954704d
-SHA512 (idna-3.11.tar.gz) = f99359b515ae66a124f21336c8b5a4d2842c2ac6f64b2f6f3e25502f376d799bec848fbbf49d886f4ff787e72a0aa49a3416d63f213bc872fc980eaaa977c917
-Size (idna-3.11.tar.gz) = 194582 bytes
+BLAKE2s (idna-3.13.tar.gz) = 97f9aa20ff03145dbb760cd79b8e8098169aaec7805c7edbc80363ecf2e21829
+SHA512 (idna-3.13.tar.gz) = 831ed3e23808dd85285973e9ac7717dad0dd4dbb5aeef6a0532fbc04b41c0714ce83cdc1a8efb6c8311a0160ce00abcbb8ff7064633e2a2bde32c0c2017e39b5
+Size (idna-3.13.tar.gz) = 194210 bytes



Home | Main Index | Thread Index | Old Index