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: wiz
Date: Sun Oct 19 18:48:00 UTC 2025
Modified Files:
pkgsrc/www/py-idna: Makefile distinfo
Log Message:
py-idna: update to 3.11.
- Update to Unicode 16.0.0, including significant changes to UTS46 processing. As a
result of Unicode ending support for it, transitional processing no longer has an
effect and returns the same result.
- Add support for Python 3.14, lowest supported version is Python 3.8.
- Various updates to packaging, including PEP 740 support.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/www/py-idna/Makefile
cvs rdiff -u -r1.20 -r1.21 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.22 pkgsrc/www/py-idna/Makefile:1.23
--- pkgsrc/www/py-idna/Makefile:1.22 Sun Feb 23 18:37:44 2025
+++ pkgsrc/www/py-idna/Makefile Sun Oct 19 18:48:00 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2025/02/23 18:37:44 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2025/10/19 18:48:00 wiz Exp $
-DISTNAME= idna-3.10
+DISTNAME= idna-3.11
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/idna/}
Index: pkgsrc/www/py-idna/distinfo
diff -u pkgsrc/www/py-idna/distinfo:1.20 pkgsrc/www/py-idna/distinfo:1.21
--- pkgsrc/www/py-idna/distinfo:1.20 Mon Sep 16 09:25:55 2024
+++ pkgsrc/www/py-idna/distinfo Sun Oct 19 18:48:00 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2024/09/16 09:25:55 adam Exp $
+$NetBSD: distinfo,v 1.21 2025/10/19 18:48:00 wiz Exp $
-BLAKE2s (idna-3.10.tar.gz) = 6290f493ea3f3a8db5d7dd74c8b77899a0b1f22f088c9e5cc82ebc70f12ce23e
-SHA512 (idna-3.10.tar.gz) = bdc00fb42c48a34ec3df91b0592fe41785061f891a252ce82f168d99089a52e8e5bc7a823794f61e7915c0f691d911ed8b3bf7aecf3e2aeb3fc85da4ef35f47e
-Size (idna-3.10.tar.gz) = 190490 bytes
+BLAKE2s (idna-3.11.tar.gz) = 84702c8189f5c0f34faf965d1c51debfda0b2aa07289b742f15bcc5b2954704d
+SHA512 (idna-3.11.tar.gz) = f99359b515ae66a124f21336c8b5a4d2842c2ac6f64b2f6f3e25502f376d799bec848fbbf49d886f4ff787e72a0aa49a3416d63f213bc872fc980eaaa977c917
+Size (idna-3.11.tar.gz) = 194582 bytes
Home |
Main Index |
Thread Index |
Old Index