From a2188c81736f32ada1b7c2f1b05dec54a8cef201 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 19 Jun 2018 11:12:47 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- python-pdfkit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pdfkit.spec b/python-pdfkit.spec index 3fcabbf..2fd40bb 100644 --- a/python-pdfkit.spec +++ b/python-pdfkit.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 0.5.0 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Wkhtmltopdf python wrapper Group: Development/Libraries @@ -72,6 +72,9 @@ rm -rf %{pypi_name}.egg-info %{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info %changelog +* Tue Jun 19 2018 Miro HronĨok - 0.5.0-10 +- Rebuilt for Python 3.7 + * Fri Feb 09 2018 Iryna Shcherbina - 0.5.0-9 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)