OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=14
This commit is contained in:
parent
e85fb23d59
commit
29f9e7fb09
@ -3,7 +3,7 @@ Name: python-%{modname}
|
||||
URL: http://peak.telecommunity.com/DevCenter/setuptools
|
||||
Summary: Download, build, install, upgrade, and uninstall Python packages -- easily!
|
||||
Version: 0.6
|
||||
%define extraver c6
|
||||
%define extraver c7
|
||||
Release: 1
|
||||
License: PSF or ZPL
|
||||
Group: Development/Libraries/Python
|
||||
@ -45,6 +45,15 @@ rm -rf %{buildroot}
|
||||
%exclude %{py_sitedir}/setuptools/*.exe
|
||||
|
||||
%changelog
|
||||
|
||||
* Tue Oct 23 2007 - James Oakley <jfunk@funktronics.ca> - 0.6-1
|
||||
- Update to 0.6c7
|
||||
- Fixed distutils.filelist.findall() crashing on broken symlinks, and
|
||||
egg_info command failing on new, uncommitted SVN directories
|
||||
- Fix import problems with nested namespace packages installed via --root or
|
||||
--single-version-externally-managed, due to the parent package not having
|
||||
the child package as an attribute
|
||||
|
||||
* Sun Jan 28 2007 - judas_iscariote@shorewall.net
|
||||
- update to version 0.6c5
|
||||
|
||||
|
3
setuptools-0.6c7.tar.bz2
Normal file
3
setuptools-0.6c7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:78555747fdd730762db26b7377f72ee1c31e61670affacbfb3e7971db32a639d
|
||||
size 188242
|
Loading…
Reference in New Issue
Block a user