Skip to content

Commit

Permalink
update cython to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
infmagic2047 committed Sep 4, 2023
1 parent cba7b31 commit 703ec1b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 553 deletions.
6 changes: 3 additions & 3 deletions build/pkgs/cython/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tarball=Cython-VERSION.tar.gz
sha1=762987c737acfe7532cb3da38b450fb6e0cf1d7b
md5=a4d0f9fbc9c137f1a88937cd40e8c5ee
cksum=2260471737
sha1=08eb99f7c95b7ca667b1547575e7369d8064b4b3
md5=00def3f2b96c393098e01eb2f1f169ad
cksum=2321746451
upstream_url=https://pypi.io/packages/source/C/Cython/Cython-VERSION.tar.gz
2 changes: 1 addition & 1 deletion build/pkgs/cython/install-requires.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cython >=0.29.21, <1.0
cython >=3.0, <4.0
2 changes: 1 addition & 1 deletion build/pkgs/cython/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.29.36
3.0.2

This file was deleted.

Loading

1 comment on commit 703ec1b

@dimpase
Copy link
Member

@dimpase dimpase commented on 703ec1b Oct 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it seems we need to add the patch for cython/cython#5552 - cython/cython#5690 (cf. #36332)

This pops up while testing with --enable-system-site-packages on Fedora

@orlitzky @mkoeppe - I've added this patch to #36332

Please sign in to comment.