-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cython: update to 3.0.10 #2815
cython: update to 3.0.10 #2815
Conversation
I just checked the release notes for this and there are ~3k commits between the version you're upgrading from and the version you're upgrading too. With that much churn in the code base I'd want to see every single package that has cython as a builddep (it's a compiler, so it's only used during builds) rebuilt as well as part of this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See above comment
Thanks for the feedback @ReillyBrogan I have now rebuilt all the packages, there are some issues in this pull request now as you can see but those are orders of dependencies and a package not bumped. This I will fix. There were three that did not build, two complaining on cython and one not building whatsoever.
Arch seems to have solved this problem by having two packages. One legacy for 0.x and one for 3.x I'm not sure what the best way forward from here would be. |
ad546ea
to
aa5f8e9
Compare
460b7aa
to
85b1735
Compare
Ignore the above. Everything builds now. |
f59af27
to
e452124
Compare
@ReillyBrogan do you have time to check this? 👍 |
b88b80a
to
92fb943
Compare
92fb943
to
076ad24
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will try to get this merge soon, but there are few problems:
python-h5py
is included inpython-gssapi
commitscikit-learn
is included incython
commitprintrun
is included innumpy
commitpyyaml
needs a rebuild too
076ad24
to
0af6ce9
Compare
**Summary** - Rebuild against cython
**Summary** Rebuild against cython
**Summary** Rebuild against cython
**Summary** - The test_feed_parser test could fail if lxml_html_clean was not installed. It is now skipped in that case. - The minimum CPU architecture for the Linux x86 binary wheels was set back to "core2", without SSE 4.2. - If libxml2 uses iconv, the compile time version is available as etree.ICONV_COMPILED_VERSION.
**Summary** - Rebuild against cython
**Summary** - Rebuild against cython
**Summary** - Rebuild against cython
**Summary** - Rebuild against cython
**Summary** - Release notes can be found [here](https://github.com/fonttools/pyclipper/releases).
**Summary** - Rebuild against cython
**Summary** - Rebuild against cython
**Summary** - Rebuild against cython
**Summary** - Rebuild against cython
**Summary** - Rebuild against cython
**Summary** - Rebuild against cython
**Summary** - No release notes for this version.
**Summary** - Rebuild against cython.
**Summary** - Rebuild against cython
**Summary** - Rebuild against cython
**Summary** - Rebuild against cython
**Summary** - Rebuild against cython
**Summary** - Rebuild against cython
**Summary** - Rebuild against cython
**Summary** - Rebuild against cython
**Summary** - Rebuild against cython
**Summary** - Rebuild against cython
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Made edits to a few commit messages. Merge time!
Summary
Test Plan
Checklist
Packaging notes