diff --git a/python-setuptools.changes b/python-setuptools.changes index 3fef467..557ac90 100644 --- a/python-setuptools.changes +++ b/python-setuptools.changes @@ -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 diff --git a/python-setuptools.spec b/python-setuptools.spec index 0ae7534..d38b609 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -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 diff --git a/setuptools-18.2.tar.gz b/setuptools-18.2.tar.gz deleted file mode 100644 index 753118c..0000000 --- a/setuptools-18.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0994a58df27ea5dc523782a601357a2198b7493dcc99a30d51827a23585b5b1d -size 630990 diff --git a/setuptools-18.3.2.tar.gz b/setuptools-18.3.2.tar.gz new file mode 100644 index 0000000..243ef4b --- /dev/null +++ b/setuptools-18.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c4ab0c4f227730519dc1e020f875b3ef97e643c8f43a98a4fa0c46fbad12450 +size 626607