1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00

main/cython: upgrade to 3.0.12

https://github.com/cython/cython/blob/3.0.12/CHANGES.rst
This commit is contained in:
Daniel Néri 2025-03-14 09:43:14 +01:00 committed by J0WI
parent 512287538b
commit ce9e861ef5

View file

@ -2,7 +2,7 @@
# Contributor: Oleg Titov <oleg.titov@gmail.com>
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname=cython
pkgver=3.0.11
pkgver=3.0.12
pkgrel=0
pkgdesc="Cython is an optimising static compiler for both the Python & the extended Cython programming languages."
url="https://cython.org/"
@ -31,5 +31,5 @@ package() {
}
sha512sums="
8f7982af5be1db1072b1090257a9d487dc341d79522f442f4608303d18b388349a7d586ec74e66fbffd0ce88c00ca622202729907fe7cefef71828cfd3f68fe6 cython-3.0.11.tar.gz
bbf2cc662b846cf5ff9b686046ec210ea9d3893482e2b5a2696d2ad44f12facd15075b168a3eb6d1f4ea799786f676868eab2593451bceb2937aec2cb1aea99e cython-3.0.12.tar.gz
"