pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-spake2



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Oct 22 12:40:47 UTC 2024

Modified Files:
        pkgsrc/security/py-spake2: Makefile PLIST distinfo
Removed Files:
        pkgsrc/security/py-spake2/patches: patch-versioneer.py

Log Message:
py-spake2: updated to 0.9

Release 0.9 (24-Sep-2024)

This release mainly deals with packaging simplifications: two dependencies ("six" and "hkdf") are removed.
The "cryptography" library takes the place of "hkdf" for key derivation.

There is no longer a vendored version of "six" (nor internal use of it, thanks a-dieste).

The "versioneer" library is updated to 0.29.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/py-spake2/Makefile \
    pkgsrc/security/py-spake2/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py-spake2/PLIST
cvs rdiff -u -r1.2 -r0 pkgsrc/security/py-spake2/patches/patch-versioneer.py

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-spake2/Makefile
diff -u pkgsrc/security/py-spake2/Makefile:1.5 pkgsrc/security/py-spake2/Makefile:1.6
--- pkgsrc/security/py-spake2/Makefile:1.5      Sun Nov  5 10:59:32 2023
+++ pkgsrc/security/py-spake2/Makefile  Tue Oct 22 12:40:47 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2023/11/05 10:59:32 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2024/10/22 12:40:47 adam Exp $
 
-DISTNAME=      spake2-0.8
+DISTNAME=      spake2-0.9
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   3
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/spake2/}
 
@@ -13,9 +12,7 @@ LICENSE=      mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
-DEPENDS+=      ${PYPKGPREFIX}-hkdf-[0-9]*:../../security/py-hkdf
-
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+DEPENDS+=      ${PYPKGPREFIX}-cryptography-[0-9]*:../../security/py-cryptography
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/py-spake2/distinfo
diff -u pkgsrc/security/py-spake2/distinfo:1.5 pkgsrc/security/py-spake2/distinfo:1.6
--- pkgsrc/security/py-spake2/distinfo:1.5      Wed Oct 25 10:34:37 2023
+++ pkgsrc/security/py-spake2/distinfo  Tue Oct 22 12:40:47 2024
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.5 2023/10/25 10:34:37 wiz Exp $
+$NetBSD: distinfo,v 1.6 2024/10/22 12:40:47 adam Exp $
 
-BLAKE2s (spake2-0.8.tar.gz) = 92ae5e3805861ce50f2589089a7b16a1ca7331dacb8701400995f45de8ecad6a
-SHA512 (spake2-0.8.tar.gz) = 406719ebb9731f7900a8a5c913dd63a81dd6d48da8b8d1f8ebc903fcfca01a8638032a1a757fe402a701a65ecca6be91a42b2271db251c06adfa8bf0daa35973
-Size (spake2-0.8.tar.gz) = 58088 bytes
-SHA1 (patch-versioneer.py) = 137bc2bae0060ad31733830a6fab4b1302ec3d1c
+BLAKE2s (spake2-0.9.tar.gz) = 20ec5cd521cceaf8145f002a6145e02d1ecf419c6ec80f2bbcddc535972f84af
+SHA512 (spake2-0.9.tar.gz) = e484b6301add166623b60b7171658ba34e2643f9353e98e7c3620a70513f7c5ce535e33b28bf381997b9a88ff369f1b4b03a9b1fa6b7714b6f1083fe414f7230
+Size (spake2-0.9.tar.gz) = 55092 bytes

Index: pkgsrc/security/py-spake2/PLIST
diff -u pkgsrc/security/py-spake2/PLIST:1.2 pkgsrc/security/py-spake2/PLIST:1.3
--- pkgsrc/security/py-spake2/PLIST:1.2 Sun Nov  5 10:59:32 2023
+++ pkgsrc/security/py-spake2/PLIST     Tue Oct 22 12:40:47 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2023/11/05 10:59:32 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2024/10/22 12:40:47 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -40,9 +40,6 @@ ${PYSITELIB}/spake2/parameters/i3072.pyo
 ${PYSITELIB}/spake2/params.py
 ${PYSITELIB}/spake2/params.pyc
 ${PYSITELIB}/spake2/params.pyo
-${PYSITELIB}/spake2/six.py
-${PYSITELIB}/spake2/six.pyc
-${PYSITELIB}/spake2/six.pyo
 ${PYSITELIB}/spake2/spake2.py
 ${PYSITELIB}/spake2/spake2.pyc
 ${PYSITELIB}/spake2/spake2.pyo



Home | Main Index | Thread Index | Old Index