New upstream version 1.27
Fix serialisation on FIPS enabled system
(cherry picked from commit a98e58c610)
This commit is contained in:
parent
fbae6415b7
commit
873504ed4f
3 changed files with 9 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
/requests-pkcs12-1.7.tar.gz
|
||||
/requests-pkcs12-1.25.tar.gz
|
||||
/requests-pkcs12-1.27.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
%global pypi_name requests-pkcs12
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.25
|
||||
Release: 6%{?dist}
|
||||
Version: 1.27
|
||||
Release: 1%{?dist}
|
||||
Summary: Add PKCS12 support to the requests library
|
||||
|
||||
License: ISC
|
||||
|
|
@ -62,6 +62,11 @@ fi
|
|||
%doc README.rst
|
||||
|
||||
%changelog
|
||||
* Mon Sep 22 2025 Lukas Slebodnik <lslebodn@fedoraproject.org> - 1.27-1
|
||||
- New upstream version 1.27
|
||||
- Fix serialisation on FIPS enabled system
|
||||
- Rebuilt for Python 3.14.0rc3 bytecode
|
||||
|
||||
* Wed Aug 27 2025 Lukas Slebodnik <lslebodn@redhat.com> - 1.25-6
|
||||
- rhbz#2378169 Migrating to pyproject macros
|
||||
- https://fedoraproject.org/wiki/Changes/DeprecateSetuppyMacros
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (requests-pkcs12-1.25.tar.gz) = 7805159bdd826db34acca231236b462d514ba765bc9c3a2c0337b79b06b169ac8941f90493e24ca9eaf784f9bffabd0a6499672ddbb4f376067204d63cf1fcc7
|
||||
SHA512 (requests-pkcs12-1.27.tar.gz) = f8c2a8eb0a03ebb10f07ddf8e5470f63d7eb038938ead31053145a3eca37e77135e9d961230378d157ef616d575c1b39f9fa5fb84cb26f0d16738e1fff607ce5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue