OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=17
This commit is contained in:
parent
7783efecfb
commit
a3d96e5cce
@ -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 c7
|
||||
%define extraver c8
|
||||
Release: 1
|
||||
License: PSF or ZPL
|
||||
Group: Development/Libraries/Python
|
||||
@ -46,6 +46,21 @@ rm -rf %{buildroot}
|
||||
|
||||
%changelog
|
||||
|
||||
* Wed May 21 2008 - James Oakley <jfunk@funktronics.ca> - 0.6-1
|
||||
- Update to 0.6c8
|
||||
- Fixed a missing files problem when using Windows source distributions on
|
||||
non-Windows platforms, due to distutils not handling manifest file line
|
||||
endings correctly
|
||||
- Updated Pyrex support to work with Pyrex 0.9.6 and higher
|
||||
- Minor changes for Jython compatibility
|
||||
- Fixed not installing eggs in install_requires if they were also used for
|
||||
setup_requires or tests_require
|
||||
- Fixed not fetching eggs in install_requires when running tests
|
||||
- Allow ez_setup.use_setuptools() to upgrade existing setuptools
|
||||
installations when called from a standalone setup.py
|
||||
- Added a warning if a namespace package is declared, but its parent package
|
||||
is not also declared as a namespace
|
||||
|
||||
* 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
|
||||
|
3
setuptools-0.6c8.tar.bz2
Normal file
3
setuptools-0.6c8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2af1a92e42bd4e4a16f8e44a456de854d1d081dd206d24cabe2d70f78f5778db
|
||||
size 189910
|
Loading…
Reference in New Issue
Block a user