14
0
forked from pool/python-Cython

Accepting request 248948 from home:TheBlackCat:branches:devel:languages:python

- Add Cython-fix-version-detection.patch
  This is a patch from upstream that restores version information whose removal is preventing several packages from correctly detecting Cython's presence.  It is already merged upstream and so should be in the next release.
Note that despite what upstream says, python-tables/python3-tables is NOT the only package affected by this, which is why the patch is going here instead of python-tables/python3-tables.
python-bcolz/python3-bcolz is an example of another package affected.

OBS-URL: https://build.opensuse.org/request/show/248948
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=47
This commit is contained in:
Todd R
2014-09-12 11:35:14 +00:00
committed by Git OBS Bridge
parent b4fe873312
commit c6bdb0a00f
3 changed files with 62 additions and 0 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Sep 12 10:52:18 UTC 2014 - toddrme2178@gmail.com
- Add Cython-fix-version-detection.patch
This is a patch from upstream that restores version information
whose removal is preventing several packages from correctly
detecting Cython's presence. It is already merged upstream and
so should be in the next release.
Note that despite what upstream says,
python-tables/python3-tables is NOT the only package affected by
this, which is why the patch is going here instead of
python-tables/python3-tables.
python-bcolz/python3-bcolz is an example of another package
affected.
-------------------------------------------------------------------
Thu Sep 11 09:30:20 UTC 2014 - toddrme2178@gmail.com