* [PR PATCH] python3-openssl: update to 24.2.1
@ 2024-07-25 10:29 chrysos349
2024-07-25 10:52 ` [PR PATCH] [Updated] " chrysos349
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: chrysos349 @ 2024-07-25 10:29 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 510 bytes --]
There is a new 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: 1836 bytes --]
From a081974665096b90dcedf7cb7c1b4cfe0257f723 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 | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/python3-openssl/template b/srcpkgs/python3-openssl/template
index da1506d761ac6b..d223fb5f7a2a0e 100644
--- a/srcpkgs/python3-openssl/template
+++ b/srcpkgs/python3-openssl/template
@@ -1,18 +1,25 @@
# 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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PR PATCH] [Updated] python3-openssl: update to 24.2.1
2024-07-25 10:29 [PR PATCH] python3-openssl: update to 24.2.1 chrysos349
@ 2024-07-25 10:52 ` chrysos349
2024-07-25 14:07 ` [PR PATCH] [Closed]: " cinerea0
2024-07-25 14:07 ` cinerea0
2 siblings, 0 replies; 4+ messages in thread
From: chrysos349 @ 2024-07-25 10:52 UTC (permalink / raw)
To: ml
[-- 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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PR PATCH] [Closed]: python3-openssl: update to 24.2.1
2024-07-25 10:29 [PR PATCH] python3-openssl: update to 24.2.1 chrysos349
2024-07-25 10:52 ` [PR PATCH] [Updated] " chrysos349
@ 2024-07-25 14:07 ` cinerea0
2024-07-25 14:07 ` cinerea0
2 siblings, 0 replies; 4+ messages in thread
From: cinerea0 @ 2024-07-25 14:07 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 345 bytes --]
There's a closed pull request on the void-packages repository
python3-openssl: update to 24.2.1
https://github.com/void-linux/void-packages/pull/51442
Description:
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)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: python3-openssl: update to 24.2.1
2024-07-25 10:29 [PR PATCH] python3-openssl: update to 24.2.1 chrysos349
2024-07-25 10:52 ` [PR PATCH] [Updated] " chrysos349
2024-07-25 14:07 ` [PR PATCH] [Closed]: " cinerea0
@ 2024-07-25 14:07 ` cinerea0
2 siblings, 0 replies; 4+ messages in thread
From: cinerea0 @ 2024-07-25 14:07 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 207 bytes --]
New comment by cinerea0 on void-packages repository
https://github.com/void-linux/void-packages/pull/51442#issuecomment-2250416058
Comment:
Superseded by 7da93c4af4a7c7405e92935e916b46de891ad544, closing.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-07-25 14:07 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-25 10:29 [PR PATCH] python3-openssl: update to 24.2.1 chrysos349
2024-07-25 10:52 ` [PR PATCH] [Updated] " chrysos349
2024-07-25 14:07 ` [PR PATCH] [Closed]: " cinerea0
2024-07-25 14:07 ` cinerea0
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).