Skip to content

Commit 80c65c2

Browse files
author
Release Manager
committed
sagemathgh-39353: bump fpylll to 0.6.3, fplll to 5.5.0 This is needed in particular for compatibility with updated cysignals; also bump fplll to 5.5.0, for compatibility URL: sagemath#39353 Reported by: Dima Pasechnik Reviewer(s):
2 parents e7fbb31 + a7318b0 commit 80c65c2

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

build/pkgs/fplll/checksums.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tarball=fplll-VERSION.tar.gz
2-
sha1=607f5922109d93ddd5a05419682511e26579f9d6
3-
sha256=76d3778f0326597ed7505bab19493a9bf6b73a5c5ca614e8fb82f42105c57d00
2+
sha1=b40beea04697cccb26c9e6140935039ef87371df
3+
sha256=f0af6bdd0ebd5871e87ff3ef7737cb5360b1e38181a4e5a8c1236f3476fec3b2
44
upstream_url=https://github.com/fplll/fplll/releases/download/VERSION/fplll-VERSION.tar.gz
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.4.5
1+
5.5.0

build/pkgs/fplll/spkg-configure.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SAGE_SPKG_CONFIGURE([fplll], [
88
dnl Issue #31025: FPLLL/FPyLLL make no guarantee regarding compatibility
99
dnl other than "whatever versions were released at the same time should work together"
1010
PKG_CHECK_MODULES([FPLLL],
11-
[fplll >= 5.4.5 fplll <= 5.4.5],
11+
[fplll >= 5.5.0],
1212
[
1313
AC_MSG_CHECKING([whether BKZ default strategy JSON is installed])
1414
AC_LANG_PUSH([C++])

build/pkgs/fpylll/checksums.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tarball=fpylll-VERSION.tar.gz
2-
sha1=c0bcf8c5583ebf614da9b26710a2c835d498bf34
3-
sha256=dfd9529a26c50993a2a716177debd7994312219070574cad31b35b4f0c040a19
2+
sha1=9399eea85c3f4cbd0dc33893532a324adc905d4e
3+
sha256=a3f4049e1c27b52136f71f722312c4265e3a2dcb5722536ec8247d708dd4248a
44
upstream_url=https://files.pythonhosted.org/packages/source/f/fpylll/fpylll-VERSION.tar.gz

build/pkgs/fpylll/dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cython cysignals numpy fplll | $(PYTHON_TOOLCHAIN) $(PYTHON)
1+
cython cysignals numpy fplll | $(PYTHON_TOOLCHAIN) $(PYTHON)
22

33
----------
44
All lines of this file are ignored except the first.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.1
1+
0.6.3

0 commit comments

Comments
 (0)