Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Python3 cryptography 40.0.2
@ 2023-05-17 14:39 ahesford
  2023-05-31 14:18 ` [PR PATCH] [Updated] python3-cryptography: update to 40.0.2 ahesford
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ahesford @ 2023-05-17 14:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1587 bytes --]

There is a new pull request by ahesford against master on the void-packages repository

https://github.com/ahesford/void-packages python3-cryptography-40.0.2
https://github.com/void-linux/void-packages/pull/43916

Python3 cryptography 40.0.2
#### Testing the changes
The major version bump might break some version restrictions. The following dependants need to be checked and, when necessary, updated or patched for compatibility:
- [ ] Electron-Cash-4.2.10_3
- [ ] Uranium-4.13.1_2
- [ ] ansible-core-2.14.4_1
- [ ] buku-4.8_1
- [ ] certbot-1.31.0_2
- [ ] electrum-4.2.0_3
- [ ] esptool-4.5.1_1
- [ ] gajim-omemo-2.9.0_1
- [ ] jrnl-3.3_1
- [ ] mitmproxy-9.0.1_1
- [ ] pass-import-3.4_1
- [ ] python3-PGPy-0.6.0_1
- [ ] python3-PyFxA-0.7.3_5
- [ ] python3-PyJWT-2.1.0_3
- [ ] python3-SecretStorage-3.3.1_3
- [ ] python3-acme-1.31.0_2
- [ ] python3-autobahn-23.1.2_1
- [ ] python3-axolotl-0.2.3_6
- [ ] python3-etesync-0.12.1_4
- [ ] python3-fido2-1.1.0_1
- [ ] python3-josepy-1.13.0_2
- [ ] python3-msoffcrypto-tool-5.0.1_1
- [ ] python3-ntlm-auth-1.5.0_4
- [ ] python3-opcua-0.98.13_3
- [ ] python3-openssl-23.0.0_1
- [ ] python3-paramiko-2.11.0_3
- [ ] python3-pdfminer.six-20221105_1
- [ ] python3-ripe-atlas-sagan-1.3.0_6
- [ ] python3-saml2-7.4.1_1
- [ ] python3-service_identity-18.1.0_7
- [ ] python3-stem-1.8.1_2
- [ ] python3-trustme-1.0.0_1
- [ ] python3-txtorcon-22.0.0_1
- [ ] sabnzbd-3.7.1_1
- [ ] synapse-1.82.0_1
- [ ] yubikey-manager-5.0.0_1

A patch file from https://github.com/void-linux/void-packages/pull/43916.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-cryptography-40.0.2-43916.patch --]
[-- Type: text/x-diff, Size: 3069 bytes --]

From ccfff4199020cb69ef6ffd0bda8a2a12f3ce77d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 17 May 2023 10:29:21 -0400
Subject: [PATCH 1/2] python3-cryptography_vectors: update to 40.0.2.

---
 srcpkgs/python3-cryptography_vectors/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cryptography_vectors/template b/srcpkgs/python3-cryptography_vectors/template
index 03820c77e330..65e923b872f9 100644
--- a/srcpkgs/python3-cryptography_vectors/template
+++ b/srcpkgs/python3-cryptography_vectors/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-cryptography_vectors'
 pkgname=python3-cryptography_vectors
-version=39.0.2
+version=40.0.2
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -10,7 +10,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
 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=a81b8779072362a8231d5e711bc1095fdb6552125edf2807cdc2a59078be0c9a
 
 post_install() {
 	vlicense LICENSE

From ce3f8ba7d1ea103fc3daff85bd6ab2cd2f34e7b0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 17 May 2023 10:38:16 -0400
Subject: [PATCH 2/2] python3-cryptography: update to 40.0.2.

---
 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..5f14281600a1 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=40.0.2
 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 <ajh@sideband.org>"
 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=c33c0d32b8594fa647d2e01dbccc303478e16fdd7cf98652d5b3ed11aa5e5c99
 
 if [ "$CROSS_BUILD" ]; then
 	makedepends+=" rust-std"

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] python3-cryptography: update to 40.0.2
  2023-05-17 14:39 [PR PATCH] Python3 cryptography 40.0.2 ahesford
@ 2023-05-31 14:18 ` ahesford
  2023-05-31 14:20 ` python3-cryptography: update to 41.0.0 ahesford
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2023-05-31 14:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1603 bytes --]

There is an updated pull request by ahesford against master on the void-packages repository

https://github.com/ahesford/void-packages python3-cryptography-40.0.2
https://github.com/void-linux/void-packages/pull/43916

python3-cryptography: update to 40.0.2
#### Testing the changes
The major version bump might break some version restrictions. The following dependants need to be checked and, when necessary, updated or patched for compatibility:
- [x] Electron-Cash-4.2.10_3
- [x] Uranium-4.13.1_2
- [x] ansible-core-2.14.4_1
- [x] buku-4.8_1
- [x] certbot-1.31.0_2
- [x] electrum-4.2.0_3
- [x] esptool-4.5.1_1
- [x] gajim-omemo-2.9.0_1
- [x] jrnl-3.3_1
- [ ] mitmproxy-9.0.1_1
- [x] pass-import-3.4_1
- [x] python3-PGPy-0.6.0_1
- [x] python3-PyFxA-0.7.3_5
- [x] python3-PyJWT-2.1.0_3
- [x] python3-SecretStorage-3.3.1_3
- [x] python3-acme-1.31.0_2
- [x] python3-autobahn-23.1.2_1
- [x] python3-axolotl-0.2.3_6
- [x] python3-etesync-0.12.1_4
- [x] python3-fido2-1.1.0_1
- [x] python3-josepy-1.13.0_2
- [x] python3-msoffcrypto-tool-5.0.1_1
- [x] python3-ntlm-auth-1.5.0_4
- [x] python3-opcua-0.98.13_3
- [x] python3-openssl-23.0.0_1
- [x] python3-paramiko-2.11.0_3
- [x] python3-pdfminer.six-20221105_1
- [x] python3-ripe-atlas-sagan-1.3.0_6
- [x] python3-saml2-7.4.1_1
- [x] python3-service_identity-18.1.0_7
- [x] python3-stem-1.8.1_2
- [x] python3-trustme-1.0.0_1
- [x] python3-txtorcon-22.0.0_1
- [ ] sabnzbd-3.7.1_1
- [x] synapse-1.82.0_1
- [x] yubikey-manager-5.0.0_1

A patch file from https://github.com/void-linux/void-packages/pull/43916.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-cryptography-40.0.2-43916.patch --]
[-- Type: text/x-diff, Size: 9144 bytes --]

From 9bbf8209330d26aee60213f186b0da56abacf782 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
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 <ajh@sideband.org>"
 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" <ajh@sideband.org>
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 <ajh@sideband.org>"
 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" <ajh@sideband.org>
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 <fosslinux@aussies.space>"
 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" <ajh@sideband.org>
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" <ajh@sideband.org>
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 <congdanhqx@gmail.com>"
 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" <ajh@sideband.org>
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 <leah@vuxu.org>"
 license="MIT"

From 5af8fac9c95e2da0ea35c4ca31026079dec49484 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
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 <congdanhqx@gmail.com>"
 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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: python3-cryptography: update to 41.0.0.
  2023-05-17 14:39 [PR PATCH] Python3 cryptography 40.0.2 ahesford
  2023-05-31 14:18 ` [PR PATCH] [Updated] python3-cryptography: update to 40.0.2 ahesford
@ 2023-05-31 14:20 ` ahesford
  2023-06-01 13:12 ` [PR PATCH] [Closed]: " ahesford
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2023-05-31 14:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 575 bytes --]

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/43916#issuecomment-1570334600

Comment:
Alright, every package either has a compatible version range or does not specify a range (after I bumped a few packages), with the exception of the ridiculous restriction on `mitmproxy` and a very specific version pin on `sabnzbd`. If those break, we can worry about fixing it after the fact.

@sgn I bumped `yubikey-manager` and `python3-fido2` and, while I don't expect anything has broken, I'd appreciate your consent to merge.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Closed]: python3-cryptography: update to 41.0.0.
  2023-05-17 14:39 [PR PATCH] Python3 cryptography 40.0.2 ahesford
  2023-05-31 14:18 ` [PR PATCH] [Updated] python3-cryptography: update to 40.0.2 ahesford
  2023-05-31 14:20 ` python3-cryptography: update to 41.0.0 ahesford
@ 2023-06-01 13:12 ` ahesford
  2023-06-01 13:13 ` ahesford
  2023-06-01 15:32 ` sgn
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2023-06-01 13:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1426 bytes --]

There's a closed pull request on the void-packages repository

python3-cryptography: update to 41.0.0.
https://github.com/void-linux/void-packages/pull/43916

Description:
#### Testing the changes
The major version bump might break some version restrictions. The following dependants need to be checked and, when necessary, updated or patched for compatibility:
- [x] Electron-Cash-4.2.10_3
- [x] Uranium-4.13.1_2
- [x] ansible-core-2.14.4_1
- [x] buku-4.8_1
- [x] certbot-1.31.0_2
- [x] electrum-4.2.0_3
- [x] esptool-4.5.1_1
- [x] gajim-omemo-2.9.0_1
- [x] jrnl-3.3_1
- [ ] mitmproxy-9.0.1_1
- [x] pass-import-3.4_1
- [x] python3-PGPy-0.6.0_1
- [x] python3-PyFxA-0.7.3_5
- [x] python3-PyJWT-2.1.0_3
- [x] python3-SecretStorage-3.3.1_3
- [x] python3-acme-1.31.0_2
- [x] python3-autobahn-23.1.2_1
- [x] python3-axolotl-0.2.3_6
- [x] python3-etesync-0.12.1_4
- [x] python3-fido2-1.1.0_1
- [x] python3-josepy-1.13.0_2
- [x] python3-msoffcrypto-tool-5.0.1_1
- [x] python3-ntlm-auth-1.5.0_4
- [x] python3-opcua-0.98.13_3
- [x] python3-openssl-23.0.0_1
- [x] python3-paramiko-2.11.0_3
- [x] python3-pdfminer.six-20221105_1
- [x] python3-ripe-atlas-sagan-1.3.0_6
- [x] python3-saml2-7.4.1_1
- [x] python3-service_identity-18.1.0_7
- [x] python3-stem-1.8.1_2
- [x] python3-trustme-1.0.0_1
- [x] python3-txtorcon-22.0.0_1
- [ ] sabnzbd-3.7.1_1
- [x] synapse-1.82.0_1
- [x] yubikey-manager-5.0.0_1

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: python3-cryptography: update to 41.0.0.
  2023-05-17 14:39 [PR PATCH] Python3 cryptography 40.0.2 ahesford
                   ` (2 preceding siblings ...)
  2023-06-01 13:12 ` [PR PATCH] [Closed]: " ahesford
@ 2023-06-01 13:13 ` ahesford
  2023-06-01 15:32 ` sgn
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2023-06-01 13:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 213 bytes --]

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/43916#issuecomment-1572031708

Comment:
Bit the bullet and merged in b3b0a3469ebe9d9492ab86705c95d661db75847c.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: python3-cryptography: update to 41.0.0.
  2023-05-17 14:39 [PR PATCH] Python3 cryptography 40.0.2 ahesford
                   ` (3 preceding siblings ...)
  2023-06-01 13:13 ` ahesford
@ 2023-06-01 15:32 ` sgn
  4 siblings, 0 replies; 6+ messages in thread
From: sgn @ 2023-06-01 15:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 312 bytes --]

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/43916#issuecomment-1572280557

Comment:
Oops, I saw the mention when I just woke up in the morning but I forgot about it. :|

I think yubikey-manager is fine, in the worst case, I can update yubikey-manager later. 

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-06-01 15:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-17 14:39 [PR PATCH] Python3 cryptography 40.0.2 ahesford
2023-05-31 14:18 ` [PR PATCH] [Updated] python3-cryptography: update to 40.0.2 ahesford
2023-05-31 14:20 ` python3-cryptography: update to 41.0.0 ahesford
2023-06-01 13:12 ` [PR PATCH] [Closed]: " ahesford
2023-06-01 13:13 ` ahesford
2023-06-01 15:32 ` sgn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).