forked from pool/python-setuptools
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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user