forked from pool/python-setuptools
- Update to version 0.7.4:
+ Issue #20: Fix comparison of parsed SVN version on Python 3. - Changes from version 0.7.3: + Issue #1: Disable installation of Windows-specific files on non-Windows systems. + Use new sysconfig module with Python 2.7 or >=3.2. - Changes from version 0.7.2: + Issue #14: Use markerlib when the `parser` module is not available. + Issue #10: ``ez_setup.py`` now uses HTTPS to download setuptools from PyPI. - Changes from version 0.7.1: + Fix NameError (Issue #3) again - broken in bad merge. - Changes from version 0.7: + Merged Setuptools and Distribute. See docs/merge.txt for details. + Index URL now defaults to HTTPS. + Added experimental environment marker support. Now clients may designate a PEP-426 environment marker for "extra" dependencies. Setuptools uses this feature in ``setup.py`` for optional SSL and certificate validation support on older platforms. Based on Distutils-SIG discussions, the syntax is somewhat tentative. There should probably be a PEP with a firmer spec before the feature should be considered suitable for use. + Added support for SSL certificate validation when installing packages from an HTTPS service. - Use upstream URL, SDPX style licenses - Provide/obsolete python-distribute, which merged into setuptools-0.7.x OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=39
This commit is contained in:
committed by
Git OBS Bridge
parent
36139fc71d
commit
27a64cc6fd
@@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 25 08:57:08 UTC 2013 - speilicke@suse.com
|
||||
|
||||
- Update to version 0.7.4:
|
||||
+ Issue #20: Fix comparison of parsed SVN version on Python 3.
|
||||
- Changes from version 0.7.3:
|
||||
+ Issue #1: Disable installation of Windows-specific files on non-Windows systems.
|
||||
+ Use new sysconfig module with Python 2.7 or >=3.2.
|
||||
- Changes from version 0.7.2:
|
||||
+ Issue #14: Use markerlib when the `parser` module is not available.
|
||||
+ Issue #10: ``ez_setup.py`` now uses HTTPS to download setuptools from PyPI.
|
||||
- Changes from version 0.7.1:
|
||||
+ Fix NameError (Issue #3) again - broken in bad merge.
|
||||
- Changes from version 0.7:
|
||||
+ Merged Setuptools and Distribute. See docs/merge.txt for details.
|
||||
+ Index URL now defaults to HTTPS.
|
||||
+ Added experimental environment marker support. Now clients may designate a
|
||||
PEP-426 environment marker for "extra" dependencies. Setuptools uses this
|
||||
feature in ``setup.py`` for optional SSL and certificate validation support
|
||||
on older platforms. Based on Distutils-SIG discussions, the syntax is
|
||||
somewhat tentative. There should probably be a PEP with a firmer spec before
|
||||
the feature should be considered suitable for use.
|
||||
+ Added support for SSL certificate validation when installing packages from
|
||||
an HTTPS service.
|
||||
- Use upstream URL, SDPX style licenses
|
||||
- Provide/obsolete python-distribute, which merged into setuptools-0.7.x
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 11 21:16:05 UTC 2010 - saschpe@gmx.de
|
||||
|
||||
|
Reference in New Issue
Block a user