python3-fpylll: update to 0.5.7.
This commit is contained in:
parent
79fd2afc31
commit
4cd696b7e6
@ -1,11 +0,0 @@
|
||||
--- a/src/fpylll/gmp/pylong.pxd
|
||||
+++ b/src/fpylll/gmp/pylong.pxd
|
||||
@@ -3,7 +3,7 @@
|
||||
Various functions to deal with conversion mpz <-> Python int/long
|
||||
"""
|
||||
|
||||
-cdef extern from "longintrepr.h":
|
||||
+cdef extern from "Python.h":
|
||||
cdef _PyLong_New(Py_ssize_t s)
|
||||
cdef long PyLong_SHIFT
|
||||
ctypedef unsigned int digit
|
@ -1,6 +1,6 @@
|
||||
# Template file for 'python3-fpylll'
|
||||
pkgname=python3-fpylll
|
||||
version=0.5.6
|
||||
version=0.5.7
|
||||
revision=1
|
||||
wrksrc="fpylll-${version}"
|
||||
build_style=python3-module
|
||||
@ -13,7 +13,7 @@ maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://github.com/fplll/fpylll"
|
||||
distfiles="${PYPI_SITE}/f/fpylll/fpylll-${version}.tar.gz"
|
||||
checksum=6eb8a63fb933c0bf92f290dd66fd884807659214d0ce524afe3687a6a6b13a8b
|
||||
checksum=1afc88feee50a3e84de55e3913295922c25691f6edafb9ecfe8f2e90306758f6
|
||||
|
||||
case $XBPS_TARGET_MACHINE in
|
||||
# skip a test with numerical noise on 32 bit
|
||||
|
Loading…
x
Reference in New Issue
Block a user