py-idna: updated to 3.6
3.6 (2023-11-25) Fix regression to include tests in source distribution. 3.5 (2023-11-24) Update to Unicode 15.1.0 String codec name is now "idna2008" as overriding the system codec "idna" was not working. Fix typing error for codec encoding "setup.cfg" has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly. Removed reliance on a symlink for the "idna-data" tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives. Added security reporting protocol for project
This commit is contained in:
parent
f28ca62ea9
commit
8b71d57649
2 changed files with 7 additions and 12 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.15 2023/10/28 19:57:23 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.16 2023/11/26 09:53:22 adam Exp $
|
||||
|
||||
DISTNAME= idna-3.4
|
||||
DISTNAME= idna-3.6
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=i/idna/}
|
||||
|
||||
|
@ -11,15 +10,11 @@ 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
|
||||
TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.2:../../devel/py-flit_core
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
||||
|
||||
do-test:
|
||||
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
|
||||
|
||||
.include "../../lang/python/wheel.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.15 2023/05/05 10:19:42 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.16 2023/11/26 09:53:22 adam Exp $
|
||||
|
||||
BLAKE2s (idna-3.4.tar.gz) = 18a584b3d753b05ad63255c43aa1e81e5152bcaeac4c9a52f103e0c412e8c579
|
||||
SHA512 (idna-3.4.tar.gz) = 4060a9304c9bac04efdd0b97ec8f5aeb7e17417e767bf51c5dfc26605edad25ab67456cf6f6a3c5a9f32b8247e46f6343edfd8a6ffbcd6d1075c71e66d089d6a
|
||||
Size (idna-3.4.tar.gz) = 183077 bytes
|
||||
BLAKE2s (idna-3.6.tar.gz) = ec6b9f2865af9688d7a139e6058b72e9035faeda4de3baaab688281e81f34206
|
||||
SHA512 (idna-3.6.tar.gz) = 8bea880d1b2fae1511f21381d73445f62e786c385eb949d2c39e611f71cb6f31f7e54927833a0f456e340857d384d960ab9e6ae31ac7481314254646de656cc0
|
||||
Size (idna-3.6.tar.gz) = 175426 bytes
|
||||
|
|
Loading…
Reference in a new issue