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 <module>
    from OpenSSL.crypto import load_pkcs12
E   ImportError: cannot import name 'load_pkcs12' from 'OpenSSL.crypto' (unknown location)
This commit is contained in:
Lukas Slebodnik 2024-06-19 19:00:42 +02:00
commit 9b07e61fc5
3 changed files with 7 additions and 3 deletions

View file

@ -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,9 @@ rm -rf %{pypi_name}.egg-info
%{python3_sitelib}/requests_pkcs12-%{version}-py*.egg-info/
%changelog
* Mon Jul 22 2024 Lukas Slebodnik <lslebodn@redhat.com> - 1.25-1
- New upstream version 1.25
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild