Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
087cf46c35 |
3 changed files with 8 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
/requests-pkcs12-1.7.tar.gz
|
||||
/requests-pkcs12-1.25.tar.gz
|
||||
|
|
|
|||
|
|
@ -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 <lslebodn@redhat.com> - 1.25-1
|
||||
- New upstream version 1.25
|
||||
- rhbz#2349580
|
||||
|
||||
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-16
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (requests-pkcs12-1.7.tar.gz) = 69a12a15b3f851614d8672ad5b87d72abee4156453b21013f809288005342ac3cf84d2bbb07e116ff16ad400627bbacbb5bd340d01e87389b9ee5fef7d2b35a0
|
||||
SHA512 (requests-pkcs12-1.25.tar.gz) = 7805159bdd826db34acca231236b462d514ba765bc9c3a2c0337b79b06b169ac8941f90493e24ca9eaf784f9bffabd0a6499672ddbb4f376067204d63cf1fcc7
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue