Skip to content

Commit

Permalink
gh-36477: fplll 5.4.5, fpylll 0.6
Browse files Browse the repository at this point in the history
    
<!-- ^^^^^
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
  • Loading branch information
Release Manager committed Nov 5, 2023
2 parents bfc9c01 + a3b2f9b commit 41625b8
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 47 deletions.
6 changes: 3 additions & 3 deletions build/pkgs/fplll/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tarball=fplll-VERSION.tar.gz
sha1=8353a0db588d891951aa9760fbe490f4e308de8d
md5=7e333d7d0e535d27c591271340e28865
cksum=2543682321
sha1=607f5922109d93ddd5a05419682511e26579f9d6
md5=fa4e1f24994c0345a9530397a3369b27
cksum=4174005926
upstream_url=https://github.com/fplll/fplll/releases/download/VERSION/fplll-VERSION.tar.gz
2 changes: 1 addition & 1 deletion build/pkgs/fplll/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.4.4
5.4.5
2 changes: 1 addition & 1 deletion build/pkgs/fplll/spkg-configure.m4
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SAGE_SPKG_CONFIGURE([fplll], [
dnl Trac #31025: FPLLL/FPyLLL make no guarantee regarding compatibility
dnl other than "whatever versions were released at the same time should work together"
PKG_CHECK_MODULES([FPLLL],
[fplll >= 5.4.4 fplll <= 5.4.4],
[fplll >= 5.4.5 fplll <= 5.4.5],
[
AC_MSG_CHECKING([whether BKZ default strategy JSON is installed])
AC_LANG_PUSH([C++])
Expand Down
8 changes: 4 additions & 4 deletions build/pkgs/fpylll/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tarball=fpylll-VERSION.tar.gz
sha1=2dcc29155ee11b4460fc79c2d933b6b8230c89f6
md5=828b3a382594d34d8788e9ff041125bd
cksum=921330875
upstream_url=https://github.com/fplll/fpylll/releases/download/VERSION/fpylll-VERSION.tar.gz
sha1=f23835208fc048028c849bb5b566f2fe631df7f4
md5=c81a1af8ecf57ae740366a110dfbbbaf
cksum=398170701
upstream_url=https://pypi.io/packages/source/f/fpylll/fpylll-VERSION.tar.gz
2 changes: 1 addition & 1 deletion build/pkgs/fpylll/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.9
0.6.0
37 changes: 0 additions & 37 deletions build/pkgs/fpylll/patches/cython3-legacy.patch

This file was deleted.

0 comments on commit 41625b8

Please sign in to comment.