diff --git a/programming/language/python/cython/actions.py b/programming/language/python/cython/actions.py index 48640958bc..23a0a16bd2 100644 --- a/programming/language/python/cython/actions.py +++ b/programming/language/python/cython/actions.py @@ -4,10 +4,10 @@ # Licensed under the GNU General Public License, version 3. # See the file http://www.gnu.org/licenses/gpl.txt -from pisi.actionsapi import pythonmodules -from pisi.actionsapi import shelltools -from pisi.actionsapi import pisitools from pisi.actionsapi import get +from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools +from pisi.actionsapi import pythonmodules def build(): # fix unused direct dependency analysis diff --git a/programming/language/python/cython/pspec.xml b/programming/language/python/cython/pspec.xml index 4a05373f5d..d4354e810c 100644 --- a/programming/language/python/cython/pspec.xml +++ b/programming/language/python/cython/pspec.xml @@ -14,10 +14,10 @@ library C extensions for the Python Cython is a language that makes writing C extensions for the Python language as easy as Python itself. - https://github.com/cython/cython/archive/0.29.19.tar.gz + https://github.com/cython/cython/archive/0.29.21.tar.gz - python-setuptools python-devel + python-setuptools @@ -25,19 +25,26 @@ cython C extensions for the Python - python-setuptools python + python-setuptools - /usr/bin/cythonize-py2 - /usr/bin/cython-py2 - /usr/bin/cygdb-py2 - /usr/lib/python2* /usr/share/doc/cython + /usr/lib/python2* + /usr/bin/cygdb-py2 + /usr/bin/cython-py2 + /usr/bin/cythonize-py2 + + 2020-07-21 + 0.29.21 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + 2020-05-24 0.29.19