From 0af6c178cca3ab47499e4174d24904c668ca2071 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Sat, 29 Aug 2020 23:12:45 +0200 Subject: [PATCH] cython3: ver bump --- programming/language/python3/cython3/actions.py | 6 +++--- programming/language/python3/cython3/pspec.xml | 13 ++++++++++--- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/programming/language/python3/cython3/actions.py b/programming/language/python3/cython3/actions.py index e2b7da6903..d0c431ea52 100644 --- a/programming/language/python3/cython3/actions.py +++ b/programming/language/python3/cython3/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/python3/cython3/pspec.xml b/programming/language/python3/cython3/pspec.xml index 3431e34274..e1cdd38ac8 100644 --- a/programming/language/python3/cython3/pspec.xml +++ b/programming/language/python3/cython3/pspec.xml @@ -14,10 +14,10 @@ library C extensions for the Python3 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 - python3-setuptools python3-devel + python3-setuptools @@ -25,8 +25,8 @@ cython3 C extensions for the Python3 - python3-setuptools python3 + python3-setuptools /usr/bin @@ -36,6 +36,13 @@ + + 2020-07-21 + 0.29.21 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + 2020-05-24 0.29.19