-
-
Notifications
You must be signed in to change notification settings - Fork 5
Rebuild for python 3.13 #53
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
Rebuild for python 3.13 #53
Conversation
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
Yeah, this cannot be built for 3.13 until srsly can be built with cython 3. @conda-forge/spacy |
…onda-forge-pinning 2025.01.03.14.12.46
4fbc279
to
d72f239
Compare
Rebased after #54, which should have 3.13 support |
Hi! This is the friendly conda-forge automerge bot! I considered the following status checks when analyzing this PR:
Thus the PR was not passing and not merged. |
It seems like vendoring all dependencies was an explicit decision they made. For conda, it probably makes more sense to rely on runtime dependencies and have these broken out, would that be something conda-forge would want in its recipe? I can take a look at it if so. |
yes, that would be great, as long as we can get the test suite to pass. I hadn't attempted this because I don't know how closely srsly depends on exact versions/behaviour of those vendored dependencies. |
OK sounds good. As a first step, I walked through the bundled dependencies, looked at the related artifacts of the same version, and compared them to determine what the relationship was with the upstream package:
From that, I think its clear that unbundling |
Thanks for the analysis. I agree! |
@h-vetinari OK, gave this a shot, just for now with the source repository before exporting to patches: explosion/srsly@release-v2.5.1...scw:srsly:unvendor-deps This unvendors both |
I suggest to reduce the patch to those files that need changes, rather than deletions. In particular, we could do something like
after downloading the sources. |
Sounds good! I will get that together today. |
@h-vetinari OK, put together a PR for this change here: #55 |
Done in #55 |
This PR has been triggered in an effort to update python313.
Notes and instructions for merging this PR:
Please note that if you close this PR we presume that the feedstock has been rebuilt, so if you are going to perform the rebuild yourself don't close this PR until the your rebuild has been merged.
If this PR was opened in error or needs to be updated please add the
bot-rerun
label to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase@conda-forge-admin, please rerun bot
in a PR comment to have theconda-forge-admin
add it for you.This PR was created by the regro-cf-autotick-bot. The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. Feel free to drop us a line if there are any issues! This PR was generated by https://github.com/regro/cf-scripts/actions/runs/12625639484 - please use this URL for debugging.