Update to 12.0.3
This commit is contained in:
parent
30ed86dd9e
commit
09e41c2eb3
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
|||||||
/setuptools-8.2.1.tar.gz
|
/setuptools-8.2.1.tar.gz
|
||||||
/setuptools-11.0.tar.gz
|
/setuptools-11.0.tar.gz
|
||||||
/setuptools-11.3.1.tar.gz
|
/setuptools-11.3.1.tar.gz
|
||||||
|
/setuptools-12.0.3.tar.gz
|
||||||
|
@ -26,8 +26,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-setuptools
|
Name: python-setuptools
|
||||||
Version: 11.3.1
|
Version: 12.0.3
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Easily build and distribute Python packages
|
Summary: Easily build and distribute Python packages
|
||||||
|
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -36,8 +36,6 @@ URL: http://pypi.python.org/pypi/%{srcname}
|
|||||||
Source0: http://pypi.python.org/packages/source/s/%{srcname}/%{srcname}-%{version}.tar.gz
|
Source0: http://pypi.python.org/packages/source/s/%{srcname}/%{srcname}-%{version}.tar.gz
|
||||||
Source1: psfl.txt
|
Source1: psfl.txt
|
||||||
Source2: zpl.txt
|
Source2: zpl.txt
|
||||||
# https://bitbucket.org/pypa/setuptools/pull-request/116
|
|
||||||
Patch0: setuptools-fix-pytest-contexts.patch
|
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# Require this so that we use a system copy of the match_hostname() function
|
# Require this so that we use a system copy of the match_hostname() function
|
||||||
@ -100,8 +98,6 @@ execute the software that requires pkg_resources.py.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{srcname}-%{version}
|
%setup -q -n %{srcname}-%{version}
|
||||||
|
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
# We can't remove .egg-info (but it doesn't matter, since it'll be rebuilt):
|
# We can't remove .egg-info (but it doesn't matter, since it'll be rebuilt):
|
||||||
# The problem is that to properly execute setuptools' setup.py,
|
# The problem is that to properly execute setuptools' setup.py,
|
||||||
# it is needed for setuptools to be loaded as a Distribution
|
# it is needed for setuptools to be loaded as a Distribution
|
||||||
@ -210,6 +206,9 @@ popd
|
|||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 20 2015 Kevin Fenzi <kevin@scrye.com> 12.0.3-1
|
||||||
|
- Update to 12.0.3
|
||||||
|
|
||||||
* Fri Jan 09 2015 Slavek Kabrda <bkabrda@redhat.com> - 11.3.1-2
|
* Fri Jan 09 2015 Slavek Kabrda <bkabrda@redhat.com> - 11.3.1-2
|
||||||
- Huge spec cleanup
|
- Huge spec cleanup
|
||||||
- Make spec buildable on all Fedoras and RHEL 6 and 7
|
- Make spec buildable on all Fedoras and RHEL 6 and 7
|
||||||
|
Loading…
Reference in New Issue
Block a user