From 9bbf8209330d26aee60213f186b0da56abacf782 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 17 May 2023 10:29:21 -0400 Subject: [PATCH 1/7] python3-cryptography_vectors: update to 41.0.0. --- srcpkgs/python3-cryptography_vectors/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-cryptography_vectors/template b/srcpkgs/python3-cryptography_vectors/template index 03820c77e330..8a900ad9d118 100644 --- a/srcpkgs/python3-cryptography_vectors/template +++ b/srcpkgs/python3-cryptography_vectors/template @@ -1,16 +1,16 @@ # Template file for 'python3-cryptography_vectors' pkgname=python3-cryptography_vectors -version=39.0.2 +version=41.0.0 revision=1 -build_style=python3-module -hostmakedepends="python3-setuptools" +build_style=python3-pep517 +hostmakedepends="python3-setuptools python3-wheel" depends="python3" short_desc="Test vectors for python3-cryptography" maintainer="Andrew J. Hesford " license="BSD-3-Clause, Apache-2.0" homepage="https://github.com/pyca/cryptography" distfiles="${PYPI_SITE}/c/cryptography_vectors/cryptography_vectors-${version}.tar.gz" -checksum=a68f106f7a4322cf1e7ed51e3fc6d5c1e0b11d337ed918ec879e8afe0c2a5220 +checksum=7c77787f6f1e3065aed0af9b0113d3736f2d0a80e0ed1ddbd296cf5ac638df00 post_install() { vlicense LICENSE From 4a496ccbebb8ef82e19697b0f50c732de92ba6c4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 17 May 2023 10:38:16 -0400 Subject: [PATCH 2/7] python3-cryptography: update to 41.0.0. --- srcpkgs/python3-cryptography/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-cryptography/template b/srcpkgs/python3-cryptography/template index c20ac3848c02..f5a45e5277a5 100644 --- a/srcpkgs/python3-cryptography/template +++ b/srcpkgs/python3-cryptography/template @@ -1,23 +1,23 @@ # Template file for 'python3-cryptography' pkgname=python3-cryptography -version=39.0.2 +version=41.0.0 revision=1 build_style=python3-module build_helper="rust" make_check_args="--ignore tests/bench/test_x509.py --ignore tests/bench/test_aead.py" -hostmakedepends="python3-setuptools-rust python3-cffi cargo" +hostmakedepends="python3-setuptools-rust python3-cffi cargo pkg-config" makedepends="python3-devel openssl-devel" depends="python3-cffi" checkdepends="python3-pytest-subtests python3-pytest-xdist python3-iso8601 python3-pytz python3-cryptography_vectors - python3-pretend python3-hypothesis $depends" + python3-pretend python3-hypothesis python3-pytest-benchmark $depends" short_desc="Python3 library that provides cryptographic recipes and primitives" maintainer="Andrew J. Hesford " license="BSD-3-Clause, Apache-2.0" homepage="https://github.com/pyca/cryptography" changelog="https://raw.githubusercontent.com/pyca/cryptography/master/CHANGELOG.rst" distfiles="${PYPI_SITE}/c/cryptography/cryptography-${version}.tar.gz" -checksum=bc5b871e977c8ee5a1bbc42fa8d19bcc08baf0c51cbf1586b0e87a2694dde42f +checksum=6b71f64beeea341c9b4f963b48ee3b62d62d57ba93eb120e1196b31dc1025e78 if [ "$CROSS_BUILD" ]; then makedepends+=" rust-std" From 5dcbef970b5674fe44311246fc7bca71b291deb4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 31 May 2023 09:51:52 -0400 Subject: [PATCH 3/7] python3-PyJWT: update to 2.7.0. --- srcpkgs/python3-PyJWT/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-PyJWT/template b/srcpkgs/python3-PyJWT/template index f9ad9a2125fa..4cfacce25953 100644 --- a/srcpkgs/python3-PyJWT/template +++ b/srcpkgs/python3-PyJWT/template @@ -1,7 +1,7 @@ # Template file for 'python3-PyJWT' pkgname=python3-PyJWT -version=2.1.0 -revision=3 +version=2.7.0 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-cryptography" @@ -11,7 +11,7 @@ maintainer="fosslinux " license="MIT" homepage="https://pyjwt.readthedocs.io/" distfiles="https://github.com/jpadilla/pyjwt/archive/${version}.tar.gz" -checksum=054d212924baff4052fc587d71b8d489082e675c22d86a035a133b119e79bb29 +checksum=9a4e2843c027dc4ee0c0b514e3b21b7549b40b75fd8f50351f6b6e9ab2807f40 post_install() { vlicense LICENSE From 299fa10b4ca15c7100a6fd8210403465ea287d69 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 31 May 2023 09:52:18 -0400 Subject: [PATCH 4/7] python3-openssl: update to 23.2.0. --- srcpkgs/python3-openssl/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-openssl/template b/srcpkgs/python3-openssl/template index e21b02bf2942..0823e4fa891a 100644 --- a/srcpkgs/python3-openssl/template +++ b/srcpkgs/python3-openssl/template @@ -1,6 +1,6 @@ # Template file for 'python3-openssl' pkgname=python3-openssl -version=23.1.1 +version=23.2.0 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" @@ -12,7 +12,7 @@ license="Apache-2.0" homepage="https://pyopenssl.org/" changelog="https://raw.githubusercontent.com/pyca/pyopenssl/master/CHANGELOG.rst" distfiles="${PYPI_SITE}/p/pyOpenSSL/pyOpenSSL-${version}.tar.gz" -checksum=841498b9bec61623b1b6c47ebbc02367c07d60e0e195f19790817f10cc8db0b7 +checksum=276f931f55a452e7dea69c7173e984eb2a4407ce413c918aa34b55f82f9b8bac if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then # https://github.com/pyca/pyopenssl/issues/974 From ef9e34affe81dbbda6d6203e7b6593b78aadb70d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 31 May 2023 10:04:52 -0400 Subject: [PATCH 5/7] python3-fido2: update to 1.1.1. --- srcpkgs/python3-fido2/template | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/srcpkgs/python3-fido2/template b/srcpkgs/python3-fido2/template index c63372c96a19..e0153c6fa3a9 100644 --- a/srcpkgs/python3-fido2/template +++ b/srcpkgs/python3-fido2/template @@ -1,10 +1,10 @@ # Template file for 'python3-fido2' pkgname=python3-fido2 _pkgname=fido2 -version=1.1.0 +version=1.1.1 revision=1 -build_style=python3-module -hostmakedepends="python3-setuptools" +build_style=python3-pep517 +hostmakedepends="python3-poetry-core" depends="python3-six python3-cryptography python3-pyscard" # Missing fakefs will be pulled from pypi checkdepends="$depends python3-mock python3-pytest" @@ -13,12 +13,7 @@ maintainer="Đoàn Trần Công Danh " license="BSD-2-Clause" homepage="https://github.com/Yubico/python-fido2" distfiles="${PYPI_SITE}/f/${_pkgname}/${_pkgname}-${version}.tar.gz" -checksum=2b4b4e620c2100442c20678e0e951ad6d1efb3ba5ca8ebb720c4c8d543293674 - -post_extract() { - # pytest mis-recognises this file as a test case - rm -f examples/test_config.py -} +checksum=5dc495ca8c59c1c337383b4b8c314d46b92d5c6fc650e71984c6d7f954079fc3 post_install() { vlicense COPYING From 590604866a1d86991de71f43b64e8e9769d600c5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 31 May 2023 10:07:26 -0400 Subject: [PATCH 6/7] python3-ntlm-auth: enable tests --- srcpkgs/python3-ntlm-auth/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/python3-ntlm-auth/template b/srcpkgs/python3-ntlm-auth/template index 81dba6f7dcef..0f9f4950039c 100644 --- a/srcpkgs/python3-ntlm-auth/template +++ b/srcpkgs/python3-ntlm-auth/template @@ -5,6 +5,7 @@ revision=4 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3 python3-six python3-cryptography" +checkdepends="python3-pytest python3-requests $depends" short_desc="Creates NTLM authentication structures" maintainer="Leah Neukirchen " license="MIT" From 5af8fac9c95e2da0ea35c4ca31026079dec49484 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 31 May 2023 10:11:06 -0400 Subject: [PATCH 7/7] yubikey-manager: update to 5.1.1. --- srcpkgs/yubikey-manager/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/yubikey-manager/template b/srcpkgs/yubikey-manager/template index 0792f9e3a4c0..e744cfeb88ff 100644 --- a/srcpkgs/yubikey-manager/template +++ b/srcpkgs/yubikey-manager/template @@ -1,9 +1,9 @@ # Template file for 'yubikey-manager' pkgname=yubikey-manager -version=5.0.0 +version=5.1.1 revision=1 -build_style=python3-module -hostmakedepends="python3-setuptools" +build_style=python3-pep517 +hostmakedepends="python3-poetry-core" depends="libfido2 python3-click python3-fido2 python3-cryptography python3-setuptools python3-keyring python3-pyscard" checkdepends="$depends python3-pytest python3-makefun" @@ -12,7 +12,7 @@ maintainer="Đoàn Trần Công Danh " license="BSD-2-Clause" homepage="https://developers.yubico.com/yubikey-manager/" distfiles="https://developers.yubico.com/yubikey-manager/Releases/${pkgname/-/_}-${version}.tar.gz" -checksum=c741747200ced1b5803dfdef6718b07a41e109ccb03dd7b72d3a307a3fb33bb5 +checksum=6487db976d8b5b52965db55d084f9d2aef2b96f77da785dc13f6dfdd3302aace post_install() { vman man/ykman.1