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:           Fri May  5 10:19:42 UTC 2023

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

Log Message:
py-idna: update to 3.4.

3.4 (2022-09-14)
++++++++++++++++

- Update to Unicode 15.0.0
- Migrate to pyproject.toml for build information (PEP 621)
- Correct another instance where generic exception was raised instead of
  IDNAError for malformed input
- Source distribution uses zeroized file ownership for improved
  reproducibility

Thanks to Seth Michael Larson for contributions to this release.

3.3 (2021-10-13)
++++++++++++++++

- Update to Unicode 14.0.0
- Update to in-line type annotations
- Throw IDNAError exception correctly for some malformed input
- Advertise support for Python 3.10
- Improve testing regime on Github
- Fix Russian typo in documentation

Thanks to Jon Defresne, Hugo van Kemenade, Seth Michael Larson,
Patrick Ventuzelo and Boris Verhovsky for contributions to this
release.

3.2 (2021-05-29)
++++++++++++++++

- Add type hints (Thanks, Seth Michael Larson!)
- Remove support for Python 3.4

3.1 (2021-01-04)
++++++++++++++++

- Ensure license is included in package (Thanks, Julien Schueller)
- No longer mark wheel has universal (Thanks, Matthieu Darbois)
- Test on PowerPC using Travis CI

3.0 (2021-01-01)
++++++++++++++++

- Python 2 is no longer supported (the 2.x branch supports Python 2,
  use "idna<3" in your requirements file if you need Python 2 support)
- Support for V2 UTS 46 test vectors.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/py-idna/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-idna/PLIST
cvs rdiff -u -r1.14 -r1.15 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.13 pkgsrc/www/py-idna/Makefile:1.14
--- pkgsrc/www/py-idna/Makefile:1.13    Tue Jan  4 20:55:31 2022
+++ pkgsrc/www/py-idna/Makefile Fri May  5 10:19:42 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2022/01/04 20:55:31 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2023/05/05 10:19:42 wiz Exp $
 
-DISTNAME=      idna-2.10
+DISTNAME=      idna-3.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/idna/}
 
@@ -11,7 +10,15 @@ HOMEPAGE=    https://github.com/kjd/idna
 COMMENT=       Python module for Internationalized Domain Names in Applications (IDNA)
 LICENSE=       modified-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core-[0-9]*:../../devel/py-flit_core
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+
 USE_LANGUAGES= # none
 
-.include "../../lang/python/egg.mk"
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+do-test:
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
+
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-idna/PLIST
diff -u pkgsrc/www/py-idna/PLIST:1.5 pkgsrc/www/py-idna/PLIST:1.6
--- pkgsrc/www/py-idna/PLIST:1.5        Mon Aug 14 19:29:14 2017
+++ pkgsrc/www/py-idna/PLIST    Fri May  5 10:19:42 2023
@@ -1,29 +1,25 @@
-@comment $NetBSD: PLIST,v 1.5 2017/08/14 19:29:14 wiz Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.6 2023/05/05 10:19:42 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.md
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
 ${PYSITELIB}/idna/__init__.py
 ${PYSITELIB}/idna/__init__.pyc
-${PYSITELIB}/idna/__init__.pyo
 ${PYSITELIB}/idna/codec.py
 ${PYSITELIB}/idna/codec.pyc
-${PYSITELIB}/idna/codec.pyo
 ${PYSITELIB}/idna/compat.py
 ${PYSITELIB}/idna/compat.pyc
-${PYSITELIB}/idna/compat.pyo
 ${PYSITELIB}/idna/core.py
 ${PYSITELIB}/idna/core.pyc
-${PYSITELIB}/idna/core.pyo
 ${PYSITELIB}/idna/idnadata.py
 ${PYSITELIB}/idna/idnadata.pyc
-${PYSITELIB}/idna/idnadata.pyo
 ${PYSITELIB}/idna/intranges.py
 ${PYSITELIB}/idna/intranges.pyc
-${PYSITELIB}/idna/intranges.pyo
 ${PYSITELIB}/idna/package_data.py
 ${PYSITELIB}/idna/package_data.pyc
-${PYSITELIB}/idna/package_data.pyo
+${PYSITELIB}/idna/py.typed
 ${PYSITELIB}/idna/uts46data.py
 ${PYSITELIB}/idna/uts46data.pyc
-${PYSITELIB}/idna/uts46data.pyo

Index: pkgsrc/www/py-idna/distinfo
diff -u pkgsrc/www/py-idna/distinfo:1.14 pkgsrc/www/py-idna/distinfo:1.15
--- pkgsrc/www/py-idna/distinfo:1.14    Tue Oct 26 11:30:43 2021
+++ pkgsrc/www/py-idna/distinfo Fri May  5 10:19:42 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2021/10/26 11:30:43 nia Exp $
+$NetBSD: distinfo,v 1.15 2023/05/05 10:19:42 wiz Exp $
 
-BLAKE2s (idna-2.10.tar.gz) = 6448640983008bc2bcfc776a8b104e946d8f372f6f060fb4ea11d62bef2f66e2
-SHA512 (idna-2.10.tar.gz) = 83b412de2f79a4bc86fb4bdac7252521b9d84f0be54f4fb1bde1ee13a210bbfa4b1a98247affbc7921046fb117a591316c12694c1be72865767646554c5207ac
-Size (idna-2.10.tar.gz) = 175616 bytes
+BLAKE2s (idna-3.4.tar.gz) = 18a584b3d753b05ad63255c43aa1e81e5152bcaeac4c9a52f103e0c412e8c579
+SHA512 (idna-3.4.tar.gz) = 4060a9304c9bac04efdd0b97ec8f5aeb7e17417e767bf51c5dfc26605edad25ab67456cf6f6a3c5a9f32b8247e46f6343edfd8a6ffbcd6d1075c71e66d089d6a
+Size (idna-3.4.tar.gz) = 183077 bytes



Home | Main Index | Thread Index | Old Index