pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-trustme



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Oct 10 12:31:46 UTC 2024

Modified Files:
        pkgsrc/security/py-trustme: Makefile PLIST distinfo

Log Message:
py-trustme: updated to 1.2.0

1.2.0

Features

Add support for Python 3.13.
Allow setting of cert's notBefore attribute

Bugfixes

Add the Authority Key Identifier extension to child CA certificates.

Deprecations and Removals

Remove support for Python 3.8 and PyPy 3.9.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/security/py-trustme/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/py-trustme/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/security/py-trustme/distinfo

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

Modified files:

Index: pkgsrc/security/py-trustme/Makefile
diff -u pkgsrc/security/py-trustme/Makefile:1.16 pkgsrc/security/py-trustme/Makefile:1.17
--- pkgsrc/security/py-trustme/Makefile:1.16    Mon Jul 17 14:42:50 2023
+++ pkgsrc/security/py-trustme/Makefile Thu Oct 10 12:31:46 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2023/07/17 14:42:50 adam Exp $
+# $NetBSD: Makefile,v 1.17 2024/10/10 12:31:46 adam Exp $
 
-DISTNAME=      trustme-1.1.0
+DISTNAME=      trustme-1.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/trustme/}
@@ -10,16 +10,13 @@ HOMEPAGE=   https://github.com/python-trio
 COMMENT=       Number on quality TLS certs while you wait
 LICENSE=       apache-2.0 OR mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
 DEPENDS+=      ${PYPKGPREFIX}-idna>=2.0:../../www/py-idna
 TEST_DEPENDS+= ${PYPKGPREFIX}-service_identity-[0-9]*:../../security/py-service_identity
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+USE_LANGUAGES= # none
 
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
-
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 PYTHON_VERSIONED_DEPENDENCIES+=        cryptography
 .include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/py-trustme/PLIST
diff -u pkgsrc/security/py-trustme/PLIST:1.3 pkgsrc/security/py-trustme/PLIST:1.4
--- pkgsrc/security/py-trustme/PLIST:1.3        Sun Aug 29 13:02:44 2021
+++ pkgsrc/security/py-trustme/PLIST    Thu Oct 10 12:31:46 2024
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.3 2021/08/29 13:02:44 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.4 2024/10/10 12:31:46 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.APACHE2
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.MIT
 ${PYSITELIB}/trustme/__init__.py
 ${PYSITELIB}/trustme/__init__.pyc
 ${PYSITELIB}/trustme/__init__.pyo

Index: pkgsrc/security/py-trustme/distinfo
diff -u pkgsrc/security/py-trustme/distinfo:1.13 pkgsrc/security/py-trustme/distinfo:1.14
--- pkgsrc/security/py-trustme/distinfo:1.13    Mon Jul 17 14:42:50 2023
+++ pkgsrc/security/py-trustme/distinfo Thu Oct 10 12:31:46 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2023/07/17 14:42:50 adam Exp $
+$NetBSD: distinfo,v 1.14 2024/10/10 12:31:46 adam Exp $
 
-BLAKE2s (trustme-1.1.0.tar.gz) = 73f4fd7bcbf37e033f5564afa8f17d1c9c176f4aca20ad143b0a1cef31e58537
-SHA512 (trustme-1.1.0.tar.gz) = f0ad39ffd9f4074107c90258738412ff8ca8ed1b4138e38edc6edad9a5cb8787a53a47fa78b12eba189774902ee3728961feed54b3b5e944e4737749912627b2
-Size (trustme-1.1.0.tar.gz) = 29611 bytes
+BLAKE2s (trustme-1.2.0.tar.gz) = 6206105bf65b5d2017c3928fca40801e21e4d937526fd4a50c83b155b4efa6ed
+SHA512 (trustme-1.2.0.tar.gz) = 84cfa02cf00bac1a304dacbae8b3d673307d066116e38c396f25fb868174f020c415921d4c56a6a37354e5205f294cf95611a8c4f2b02f82dda2aa9b2e80192b
+Size (trustme-1.2.0.tar.gz) = 26350 bytes



Home | Main Index | Thread Index | Old Index