14
0

- update to 18.0.1:

* Issue #401: Fix failure in test suite.
  * Dropped support for builds with Pyrex. Only Cython is supported.
  * Issue #288: Detect Cython later in the build process, after
    ``setup_requires`` dependencies are resolved.
  * Issue #396: Fixed test failure on OS X.
  * Pull Request #136: Remove excessive quoting from shebang headers
    for Jython.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=81
This commit is contained in:
2015-07-20 19:41:28 +00:00
committed by Git OBS Bridge
parent f0e872dd94
commit 87baaf2616
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Jul 20 19:39:31 UTC 2015 - dmueller@suse.com
- update to 18.0.1:
* Issue #401: Fix failure in test suite.
* Dropped support for builds with Pyrex. Only Cython is supported.
* Issue #288: Detect Cython later in the build process, after
``setup_requires`` dependencies are resolved.
* Issue #396: Fixed test failure on OS X.
* Pull Request #136: Remove excessive quoting from shebang headers
for Jython.
-------------------------------------------------------------------
Mon Jun 22 15:26:18 UTC 2015 - tbechtold@suse.com