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