From 2f9e0f94cd5f396a426bebb3946324f074c76fe4 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 09 2018 13:40:50 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/python-pdfkit.spec b/python-pdfkit.spec index 36d1e73..3fcabbf 100644 --- a/python-pdfkit.spec +++ b/python-pdfkit.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 0.5.0 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Wkhtmltopdf python wrapper Group: Development/Libraries @@ -11,7 +11,7 @@ URL: https://github.com/JazzCore/python-pdfkit Source0: https://pypi.python.org/packages/source/p/%{pypi_name}/%{pypi_name}-%{version}.zip BuildArch: noarch -BuildRequires: python-setuptools +BuildRequires: python2-setuptools BuildRequires: python2-devel BuildRequires: python3-setuptools BuildRequires: python3-devel @@ -72,6 +72,10 @@ rm -rf %{pypi_name}.egg-info %{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info %changelog +* 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) + * Fri Feb 09 2018 Fedora Release Engineering - 0.5.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild