Skip to content

Commit 280d511

Browse files
author
Release Manager
committed
sagemathgh-38501: `build/pkgs/cython`: Update to 3.0.11 <!-- ^ Please provide a concise and informative title. --> <!-- ^ Don't put issue numbers in the title, do this in the PR description below. --> <!-- ^ For example, instead of "Fixes sagemath#12345" use "Introduce new method to calculate 1 + 2". --> <!-- v Describe your changes below in detail. --> <!-- v Why is this change required? What problem does it solve? --> <!-- v If this PR resolves an open issue, please link to it here. For example, "Fixes sagemath#12345". --> Various bug fixes, preparation for Python 3.13 - https://cython.readthedocs.io/en/latest/src/changes.html#id2 ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [x] The title is concise and informative. - [x] 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 and checked the documentation preview. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on. For example, --> <!-- - sagemath#12345: short description why this is a dependency --> <!-- - sagemath#34567: ... --> - Depends on sagemath#38500 (merged here) URL: sagemath#38501 Reported by: Matthias Köppe Reviewer(s): Kwankyu Lee
2 parents 473a571 + c39c670 commit 280d511

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build/pkgs/cython/checksums.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
tarball=Cython-VERSION.tar.gz
2-
sha1=83d6428e3bb7869f44f92ed75d7dff867c2a38ce
3-
sha256=dcc96739331fb854dcf503f94607576cfe8488066c61ca50dfd55836f132de99
4-
upstream_url=https://pypi.io/packages/source/C/Cython/Cython-VERSION.tar.gz
1+
tarball=cython-VERSION.tar.gz
2+
sha1=f692b0c6f209b75b6bbd69bdbd57fac23785c23e
3+
sha256=7146dd2af8682b4ca61331851e6aebce9fe5158e75300343f80c07ca80b1faff
4+
upstream_url=https://pypi.io/packages/source/c/cython/cython-VERSION.tar.gz
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.10
1+
3.0.11

0 commit comments

Comments
 (0)