Skip to content

Commit 28965ac

Browse files
author
Release Manager
committed
gh-37392: `build/pkgs/pyscipopt`: Update to 4.4.0, add Cython 3 patch <!-- ^^^^^ 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: ... --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: #37392 Reported by: Matthias Köppe Reviewer(s): Martin Rubey
2 parents a85b98f + c963221 commit 28965ac

File tree

4 files changed

+1223
-10
lines changed

4 files changed

+1223
-10
lines changed

build/pkgs/pyscipopt/SPKG.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,3 @@ Upstream Contact
1616

1717
https://pypi.org/project/PySCIPOpt/
1818

19-
Dependencies
20-
------------
21-
22-
scipoptsuite

build/pkgs/pyscipopt/checksums.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
tarball=PySCIPOpt_no_C-VERSION.tar.gz
2-
sha1=cd8a7a5ee2f3d72eb0505b050ab8ffcf3acba409
3-
md5=b8a846432a7a1e6d5c6dcc547e7a6380
4-
cksum=710591360
5-
upstream_url=https://github.com/scipopt/PySCIPOpt/archive/refs/tags/vVERSION.tar.gz
1+
tarball=PySCIPOpt-VERSION.tar.gz
2+
sha1=5ae7f3d7e9d8b344ee9a4413154ae80a5ee137de
3+
md5=32a4dced7e74a1c290b32ef0da751129
4+
cksum=2258510906
5+
upstream_url=https://pypi.io/packages/source/p/pyscipopt/PySCIPOpt-VERSION.tar.gz
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.3.0
1+
4.4.0

0 commit comments

Comments
 (0)