Skip to content

Commit 41625b8

Browse files
author
Release Manager
committed
gh-36477: fplll 5.4.5, fpylll 0.6 <!-- ^^^^^ Please provide a concise, informative and self-explanatory title. Don't put issue numbers in there, do this in the PR body below. For example, instead of "Fixes #1234" use "Introduce new method to calculate 1+1" --> <!-- Describe your changes here in detail --> <!-- Why is this change required? What problem does it solve? --> <!-- If this PR resolves an open issue, please link to it here. For example "Fixes #12345". --> <!-- If your change requires a documentation PR, please link it appropriately. --> ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> <!-- If your change requires a documentation PR, please link it appropriately --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> <!-- Feel free to remove irrelevant items. --> - [x] The title is concise, informative, and self-explanatory. - [ ] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation accordingly. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on - #12345: short description why this is a dependency - #34567: ... --> - #36482 (merged here) <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: #36477 Reported by: Matthias Köppe Reviewer(s): Dima Pasechnik, Tobias Diez
2 parents bfc9c01 + a3b2f9b commit 41625b8

File tree

6 files changed

+10
-47
lines changed

6 files changed

+10
-47
lines changed

build/pkgs/fplll/checksums.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tarball=fplll-VERSION.tar.gz
2-
sha1=8353a0db588d891951aa9760fbe490f4e308de8d
3-
md5=7e333d7d0e535d27c591271340e28865
4-
cksum=2543682321
2+
sha1=607f5922109d93ddd5a05419682511e26579f9d6
3+
md5=fa4e1f24994c0345a9530397a3369b27
4+
cksum=4174005926
55
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.4
1+
5.4.5

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 Trac #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.4 fplll <= 5.4.4],
11+
[fplll >= 5.4.5 fplll <= 5.4.5],
1212
[
1313
AC_MSG_CHECKING([whether BKZ default strategy JSON is installed])
1414
AC_LANG_PUSH([C++])

build/pkgs/fpylll/checksums.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tarball=fpylll-VERSION.tar.gz
2-
sha1=2dcc29155ee11b4460fc79c2d933b6b8230c89f6
3-
md5=828b3a382594d34d8788e9ff041125bd
4-
cksum=921330875
5-
upstream_url=https://github.com/fplll/fpylll/releases/download/VERSION/fpylll-VERSION.tar.gz
2+
sha1=f23835208fc048028c849bb5b566f2fe631df7f4
3+
md5=c81a1af8ecf57ae740366a110dfbbbaf
4+
cksum=398170701
5+
upstream_url=https://pypi.io/packages/source/f/fpylll/fpylll-VERSION.tar.gz
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.9
1+
0.6.0

build/pkgs/fpylll/patches/cython3-legacy.patch

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)