Accepting request 319037 from devel:languages:python
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/319037 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-setuptools?expand=0&rev=17
This commit is contained in:
commit
ec64505f44
@ -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
|
Mon Jun 22 15:26:18 UTC 2015 - tbechtold@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-setuptools
|
Name: python-setuptools
|
||||||
Version: 17.1.1
|
Version: 18.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://pypi.python.org/pypi/setuptools
|
Url: http://pypi.python.org/pypi/setuptools
|
||||||
Summary: Easily download, build, install, upgrade, and uninstall Python packages
|
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
|
find . -type f -name "*.orig" -delete
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
chmod -x *txt
|
||||||
python setup.py build
|
python setup.py build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5bf42dbf406fd58a41029f53cffff1c90db5de1c5e0e560b5545cf2ec949c431
|
|
||||||
size 630390
|
|
3
setuptools-18.0.1.tar.gz
Normal file
3
setuptools-18.0.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4d49c99fd51edf22baa997fb6105b07482feaebcb174b7d348a4307c29264b94
|
||||||
|
size 630585
|
Loading…
Reference in New Issue
Block a user