cython/3.0.0 package update - #3651
Conversation
wolfi-bot
commented
Jul 17, 2023
Package cython: Click to expand/collapsePackage cython: |
| package: | ||
| name: cython | ||
| version: 0.29.36 | ||
| version: 3.0.0 |
There was a problem hiding this comment.
Let's check this - it seems a bit of a leap
There was a problem hiding this comment.
It is correct https://github.com/cython/cython/releases.
I wonder if it's worth adding an epoch bump to this PR for something that depends on cython?
There was a problem hiding this comment.
Yeah but only to verify that it doesn't break anything python-wise
There was a problem hiding this comment.
So I checked and below are my findings, below packages were dependent of cython:
✅ cqlsh
✅ libseccomp
❌ py3-yaml
The py3-yaml failed with error:
⚠️ aarch64 | ext.sources = self.cython_sources(ext.sources, ext)
⚠️ aarch64 | ^^^^^^^^^^^^^^^^^^^
⚠️ aarch64 | File "/usr/lib/python3.11/site-packages/setuptools/_distutils/cmd.py", line 107, in __getattr__
⚠️ aarch64 | raise AttributeError(attr)
On looking it further it seems to be an open issue and the only way I could find was this which involves using pip which I suppose we shouldn't use so this might remain broken if we don't figure out some other way or use pip
|
superceded by #4798 |