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 Aug 25 10:16:50 UTC 2024

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

Log Message:
py-idna: update to 3.8.

3.8 (2024-08-23)
++++++++++++++++

- Fix regression where IDNAError exception was not being produced for
  certain inputs.
- Add support for Python 3.13, drop support for Python 3.5 as it is no
  longer testable.
- Documentation improvements
- Updates to package testing using Github actions

Thanks to Hugo van Kemenade for contributions to this release.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/py-idna/Makefile \
    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.17 pkgsrc/www/py-idna/Makefile:1.18
--- pkgsrc/www/py-idna/Makefile:1.17    Thu Apr 11 07:49:44 2024
+++ pkgsrc/www/py-idna/Makefile Sun Aug 25 10:16:50 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2024/04/11 07:49:44 adam Exp $
+# $NetBSD: Makefile,v 1.18 2024/08/25 10:16:50 wiz Exp $
 
-DISTNAME=      idna-3.7
+DISTNAME=      idna-3.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/idna/}
@@ -14,7 +14,5 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-flit_core>
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-idna/distinfo
diff -u pkgsrc/www/py-idna/distinfo:1.17 pkgsrc/www/py-idna/distinfo:1.18
--- pkgsrc/www/py-idna/distinfo:1.17    Thu Apr 11 07:49:44 2024
+++ pkgsrc/www/py-idna/distinfo Sun Aug 25 10:16:50 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2024/04/11 07:49:44 adam Exp $
+$NetBSD: distinfo,v 1.18 2024/08/25 10:16:50 wiz Exp $
 
-BLAKE2s (idna-3.7.tar.gz) = 859dac232145b3cdc479632622d431a098fa7818775016ff04681f19c02206b3
-SHA512 (idna-3.7.tar.gz) = b50e5ae117b67c7076125d6943e3436200676f85d7dd1b5a5414e217e73904ef077f0b1108d9781ab4afe2a66f7c9e1ce8262ce51edeb2d29e4c504147b6c4cc
-Size (idna-3.7.tar.gz) = 189575 bytes
+BLAKE2s (idna-3.8.tar.gz) = cd440d0e0592a2a24e2f9efe976085dd8cab48bd2510306103a98e586692270a
+SHA512 (idna-3.8.tar.gz) = 5ea57a0e21621722375b8b3b90831c1e367f738d7d96d27143990d25ef26d374bcd306956a785ebe6283445642c39b8f655ab4de4b407055e350d11012acdb62
+Size (idna-3.8.tar.gz) = 189467 bytes



Home | Main Index | Thread Index | Old Index