From: chrysos349 <chrysos349@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] python3-openssl: update to 24.2.1
Date: Thu, 25 Jul 2024 12:52:24 +0200 [thread overview]
Message-ID: <20240725105224.ED35A2022E@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-51442@inbox.vuxu.org>
[-- Attachment #1: Type: text/plain, Size: 515 bytes --]
There is an updated pull request by chrysos349 against master on the void-packages repository
https://github.com/chrysos349/void-packages python3-openssl
https://github.com/void-linux/void-packages/pull/51442
python3-openssl: update to 24.2.1
closes #51438
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86-64)
A patch file from https://github.com/void-linux/void-packages/pull/51442.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-openssl-51442.patch --]
[-- Type: text/x-diff, Size: 1941 bytes --]
From 100916eaf80dbfc0141de0aa8591e7d0518852c9 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Thu, 25 Jul 2024 13:26:53 +0300
Subject: [PATCH] python3-openssl: update to 24.2.1
---
srcpkgs/python3-openssl/template | 16 +++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)
diff --git a/srcpkgs/python3-openssl/template b/srcpkgs/python3-openssl/template
index da1506d761ac6b..995e2926f9b39b 100644
--- a/srcpkgs/python3-openssl/template
+++ b/srcpkgs/python3-openssl/template
@@ -1,20 +1,26 @@
# Template file for 'python3-openssl'
pkgname=python3-openssl
-version=24.0.0
+version=24.2.1
revision=1
build_style=python3-module
+# disabled tests require pytest-rerunfailures which isn't packaged
+make_check_args="
+ --deselect tests/test_crypto.py::TestX509::test_gmtime_adj_notBefore
+ --deselect tests/test_crypto.py::TestX509::test_gmtime_adj_notAfter
+ --deselect tests/test_ssl.py::TestContext::test_set_cipher_list_no_cipher_match"
hostmakedepends="python3-setuptools"
depends="python3-cryptography"
-checkdepends="python3-pytest $depends python3-flaky python3-pretend"
+checkdepends="python3-pytest $depends python3-flaky python3-pretend
+ python3-pytest-xdist"
short_desc="Python3 interface to the OpenSSL library"
maintainer="Orphaned <orphan@voidlinux.org>"
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=6aa33039a93fffa4563e655b61d11364d01264be8ccb49906101e02a334530bf
+distfiles="${PYPI_SITE}/p/pyOpenSSL/pyopenssl-${version}.tar.gz"
+checksum=4247f0dbe3748d560dcbb2ff3ea01af0f9a1a001ef5f7c4c647956ed8cbf0e95
if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
# https://github.com/pyca/pyopenssl/issues/974
- make_check_args="-k not(test_verify_with_time)"
+ make_check_args+=" -k not(test_verify_with_time)"
fi
next prev parent reply other threads:[~2024-07-25 10:52 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-25 10:29 [PR PATCH] " chrysos349
2024-07-25 10:52 ` chrysos349 [this message]
2024-07-25 14:07 ` cinerea0
2024-07-25 14:07 ` [PR PATCH] [Closed]: " cinerea0
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=20240725105224.ED35A2022E@inbox.vuxu.org \
--to=chrysos349@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).