From 2f95509cdf15e80e772d54fb3eacc3da79a6b668 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 26 May 2020 03:37:23 +0200 Subject: [PATCH] Rebuilt for Python 3.9 --- python-requests-pkcs12.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-requests-pkcs12.spec b/python-requests-pkcs12.spec index fe8405a..2674513 100644 --- a/python-requests-pkcs12.spec +++ b/python-requests-pkcs12.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 1.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Add PKCS12 support to the requests library License: ISC @@ -45,5 +45,8 @@ rm -rf %{pypi_name}.egg-info %{python3_sitelib}/requests_pkcs12-%{version}-py*.egg-info/ %changelog +* Tue May 26 2020 Miro HronĨok - 1.7-2 +- Rebuilt for Python 3.9 + * Thu Mar 19 2020 Fabian Affolter - 1.7-1 - Initial package for Fedora