From 087cf46c350324925d43c6bfc506fd79c2c00636 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Wed, 19 Jun 2024 19:00:42 +0200 Subject: [PATCH] New upstream version 1.25 Fix compatibility with python3-pyOpenSSL-24.1.0-2.fc41 from requests_pkcs12 import Pkcs12Adapter /usr/lib/python3.13/site-packages/requests_pkcs12.py:19: in from OpenSSL.crypto import load_pkcs12 E ImportError: cannot import name 'load_pkcs12' from 'OpenSSL.crypto' (unknown location) (cherry picked from commit 9b07e61fc561a9bb4ba6659e86f28c627e360fb1) --- .gitignore | 1 + python-requests-pkcs12.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index dcc0eca..ec76950 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /requests-pkcs12-1.7.tar.gz +/requests-pkcs12-1.25.tar.gz diff --git a/python-requests-pkcs12.spec b/python-requests-pkcs12.spec index 27a08c5..9afdaa8 100644 --- a/python-requests-pkcs12.spec +++ b/python-requests-pkcs12.spec @@ -1,8 +1,8 @@ %global pypi_name requests-pkcs12 Name: python-%{pypi_name} -Version: 1.7 -Release: 16%{?dist} +Version: 1.25 +Release: 1%{?dist} Summary: Add PKCS12 support to the requests library License: ISC @@ -45,6 +45,10 @@ rm -rf %{pypi_name}.egg-info %{python3_sitelib}/requests_pkcs12-%{version}-py*.egg-info/ %changelog +* Mon Jul 22 2024 Lukas Slebodnik - 1.25-1 +- New upstream version 1.25 +- rhbz#2349580 + * Fri Jul 19 2024 Fedora Release Engineering - 1.7-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild diff --git a/sources b/sources index 5fd4ed6..032723d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (requests-pkcs12-1.7.tar.gz) = 69a12a15b3f851614d8672ad5b87d72abee4156453b21013f809288005342ac3cf84d2bbb07e116ff16ad400627bbacbb5bd340d01e87389b9ee5fef7d2b35a0 +SHA512 (requests-pkcs12-1.25.tar.gz) = 7805159bdd826db34acca231236b462d514ba765bc9c3a2c0337b79b06b169ac8941f90493e24ca9eaf784f9bffabd0a6499672ddbb4f376067204d63cf1fcc7