From dc7835a3272eea3b16aced44573c280bcf53e5d1 Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Dec 10 2016 14:27:51 +0000 Subject: Rebuild for Python 3.6 Add missing BuildRequires for python-setuptools --- diff --git a/pyparsing.spec b/pyparsing.spec index 5dba8a1..2228f21 100644 --- a/pyparsing.spec +++ b/pyparsing.spec @@ -4,7 +4,7 @@ Summary: %{sum} Name: pyparsing Version: 2.1.5 -Release: 2%{?dist} +Release: 3%{?dist} License: MIT URL: http://pyparsing.wikispaces.com/ @@ -13,7 +13,9 @@ Source0: http://downloads.sourceforge.net/pyparsing/pyparsing-%{version}. BuildArch: noarch BuildRequires: dos2unix BuildRequires: python2-devel +BuildRequires: python2-setuptools BuildRequires: python3-devel +BuildRequires: python3-setuptools Requires: python-%{srcname} = %{version}-%{release} @@ -80,6 +82,10 @@ dos2unix -k CHANGES LICENSE README %doc CHANGES README HowToUsePyparsing.html docs examples htmldoc %changelog +* Fri Dec 09 2016 Charalampos Stratakis - 2.1.5-3 +- Rebuild for Python 3.6 +- Add missing BuildRequires for python-setuptools + * Tue Jul 19 2016 Fedora Release Engineering - 2.1.5-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages