Upstream 0.6c9

This commit is contained in:
Konstantin Ryabitsev 2008-11-23 19:41:34 +00:00
parent 5a12225173
commit 613f26d4d7
3 changed files with 10 additions and 6 deletions

View File

@ -1 +1 @@
setuptools-0.6c8.tar.gz setuptools-0.6c9.tar.gz

View File

@ -1,13 +1,13 @@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: python-setuptools Name: python-setuptools
Version: 0.6c8 Version: 0.6c9
Release: 1%{?dist} Release: 1%{?dist}
Summary: Download, build, install, upgrade, and uninstall Python packages Summary: Easily build and distribute Python packages
Group: Applications/System Group: Applications/System
License: Python or ZPLv2.0 License: Python or ZPLv2.0
URL: http://peak.telecommunity.com/DevCenter/setuptools URL: http://pypi.python.org/pypi/setuptools
Source0: http://pypi.python.org/packages/source/s/setuptools/setuptools-%{version}.tar.gz Source0: http://pypi.python.org/packages/source/s/setuptools/setuptools-%{version}.tar.gz
Source1: psfl.txt Source1: psfl.txt
Source2: zpl.txt Source2: zpl.txt
@ -17,7 +17,7 @@ BuildArch: noarch
BuildRequires: python-devel BuildRequires: python-devel
%description %description
setuptools is a collection of enhancements to the Python distutils that allow Setuptools is a collection of enhancements to the Python distutils that allow
you to more easily build and distribute Python packages, especially ones that you to more easily build and distribute Python packages, especially ones that
have dependencies on other packages. have dependencies on other packages.
@ -84,6 +84,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Sun Nov 23 2008 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.6c9-1
- Update to 0.6c9
- Small fixes to URL, summary and description
* Sat Jun 21 2008 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.6c8-1 * Sat Jun 21 2008 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.6c8-1
- Update to 0.6c8 - Update to 0.6c8
- Accept small tweaks from Gareth Armstrong - Accept small tweaks from Gareth Armstrong

View File

@ -1 +1 @@
0e9bbe1466f3ee29588cc09d3211a010 setuptools-0.6c8.tar.gz 3864c01d9c719c8924c455714492295e setuptools-0.6c9.tar.gz