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

@@ -17,7 +17,7 @@
Name: python-setuptools
Version: 17.1.1
Version: 18.0.1
Release: 0
Url: http://pypi.python.org/pypi/setuptools
Summary: Easily download, build, install, upgrade, and uninstall Python packages
@@ -65,6 +65,7 @@ especially ones that have dependencies on other packages.
find . -type f -name "*.orig" -delete
%build
chmod -x *txt
python setup.py build
%install