New upstream version 1.27

Fix serialisation on FIPS enabled system

(cherry picked from commit a98e58c610)
This commit is contained in:
Lukas Slebodnik 2025-09-22 12:24:12 +02:00
commit 873504ed4f
3 changed files with 9 additions and 3 deletions

View file

@ -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