Rebuilt for Python3.5 rebuild
This commit is contained in:
parent
71f16372bf
commit
d1b3ff2bbd
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
Name: python-pygments
|
Name: python-pygments
|
||||||
Version: 2.0.2
|
Version: 2.0.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Syntax highlighting engine written in Python
|
Summary: Syntax highlighting engine written in Python
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -34,7 +34,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: python2-devel >= 2.4, python-setuptools, python-nose, python-sphinx
|
BuildRequires: python2-devel >= 2.4, python-setuptools, python-nose, python-sphinx
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
BuildRequires: python3-devel, python3-setuptools, python3-sphinx
|
BuildRequires: python3-devel, python3-setuptools
|
||||||
%if 0%{?fedora} >= 15
|
%if 0%{?fedora} >= 15
|
||||||
BuildRequires: python3-nose
|
BuildRequires: python3-nose
|
||||||
%endif
|
%endif
|
||||||
@ -206,6 +206,9 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 12 2015 Robert Kuska <rkuska@redhat.com> - 2.0.2-2
|
||||||
|
- Rebuilt for Python3.5 rebuild
|
||||||
|
|
||||||
* Mon Aug 24 2015 Steve Milner <smilner@redhat.com> - 2.0.2-1
|
* Mon Aug 24 2015 Steve Milner <smilner@redhat.com> - 2.0.2-1
|
||||||
- update for upstream release.
|
- update for upstream release.
|
||||||
- Added python-pygments/python3-pygments to BuildRequires.
|
- Added python-pygments/python3-pygments to BuildRequires.
|
||||||
|
Loading…
Reference in New Issue
Block a user