diff --git a/programming/language/python3/cython3/actions.py b/programming/language/python3/cython3/actions.py index 63b703fca0..e2b7da6903 100644 --- a/programming/language/python3/cython3/actions.py +++ b/programming/language/python3/cython3/actions.py @@ -13,7 +13,7 @@ def build(): # fix unused direct dependency analysis shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread -Wl,-O1 -Wl,-z,relro -Wl,--hash-style=gnu -Wl,--as-needed -Wl,--sort-common") # suppress compiler warnings - shelltools.export("CFLAGS", "-fno-strict-aliasing -mtune=generic -march=x86-64 -O2 -pipe -fstack-protector -D_FORTIFY_SOURCE=2 -g -fPIC -fwrapv -DNDEBUG -g -fwrapv -O3 -Wno-strict-aliasing") + #shelltools.export("CFLAGS", "-fno-strict-aliasing -mtune=generic -march=x86-64 -O2 -pipe -fstack-protector -D_FORTIFY_SOURCE=2 -g -fPIC -fwrapv -DNDEBUG -g -fwrapv -O3 -Wno-strict-aliasing") pythonmodules.compile(pyVer="3") diff --git a/programming/language/python3/cython3/pspec.xml b/programming/language/python3/cython3/pspec.xml index 22a4e143d4..0fd0feb171 100644 --- a/programming/language/python3/cython3/pspec.xml +++ b/programming/language/python3/cython3/pspec.xml @@ -14,7 +14,7 @@ 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.16.tar.gz + https://github.com/cython/cython/archive/0.29.17.tar.gz python3-setuptools python3-devel @@ -36,6 +36,13 @@ + + 2020-05-14 + 0.29.17 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + 2020-03-27 0.29.16