Github messages for voidlinux
 help / color / mirror / Atom feed
From: ahesford <ahesford@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] Python3 cryptography 40.0.2
Date: Wed, 17 May 2023 16:39:38 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43916@inbox.vuxu.org> (raw)

[-- 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"

             reply	other threads:[~2023-05-17 14:39 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-17 14:39 ahesford [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43916@inbox.vuxu.org \
    --to=ahesford@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).