Accepting request 336763 from home:frispete:python
OBS-URL: https://build.opensuse.org/request/show/336763 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=87
This commit is contained in:
parent
d4feaf340b
commit
1a38d92907
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 6 13:37:41 UTC 2015 - hpj@urpla.net
|
||||
|
||||
- update to 18.3.2:
|
||||
* Correct another regression in setuptools.findall
|
||||
where the fix for Python #12885 was lost.
|
||||
|
||||
- update to 18.3.1:
|
||||
* Issue #425: Correct regression in setuptools.findall.
|
||||
|
||||
- update to 18.3:
|
||||
* Setuptools now allows disabling of the manipulation of the sys.path
|
||||
during the processing of the easy-install.pth file. To do so, set
|
||||
the environment variable ``SETUPTOOLS_SYS_PATH_TECHNIQUE`` to
|
||||
anything but "rewrite" (consider "raw"). During any install operation
|
||||
with manipulation disabled, setuptools packages will be appended to
|
||||
sys.path naturally.
|
||||
|
||||
Future versions may change the default behavior to disable
|
||||
manipulation. If so, the default behavior can be retained by setting
|
||||
the variable to "rewrite".
|
||||
|
||||
* Issue #257: ``easy_install --version`` now shows more detail
|
||||
about the installation location and Python version.
|
||||
|
||||
* Refactor setuptools.findall in preparation for re-submission
|
||||
back to distutils.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 20 13:44:18 UTC 2015 - tbechtold@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-setuptools
|
||||
Version: 18.2
|
||||
Version: 18.3.2
|
||||
Release: 0
|
||||
Url: http://pypi.python.org/pypi/setuptools
|
||||
Summary: Easily download, build, install, upgrade, and uninstall Python packages
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0994a58df27ea5dc523782a601357a2198b7493dcc99a30d51827a23585b5b1d
|
||||
size 630990
|
3
setuptools-18.3.2.tar.gz
Normal file
3
setuptools-18.3.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8c4ab0c4f227730519dc1e020f875b3ef97e643c8f43a98a4fa0c46fbad12450
|
||||
size 626607
|
Loading…
Reference in New Issue
Block a user