-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
V7.3.12 #105
V7.3.12 #105
Conversation
…nda-forge-pinning 2023.08.12.09.13.14
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 ( |
3e93741
to
302fca1
Compare
CI is green. Anyone want to review? |
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.
recipe/bld.bat
Outdated
REM Copy required DLLs so pypy can be used without activating the environment | ||
copy /b %PREFIX%\Library\bin\libexpat.dll %PREFIX% | ||
copy /b %PREFIX%\Library\bin\libbz2.dll %PREFIX% | ||
copy /b %PREFIX%\Library\bin\ffi-8.dll %PREFIX% |
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.
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.
We shouldn't copy them in this package. The copies will have precedence over the ones in %PREFIX%\Library\bin
which get upgraded through their own conda packages.
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.
Otherwise, looks good to me.
I commented out the fix for #101. That issue will have to wait for another day. |
@conda-forge-admin, please rerender |
…nda-forge-pinning 2023.08.28.12.35.38
Since the controversial fix for #101 was removed, I will merge this. |
Quick question: are you planning to do the aarch/ppc builds like for the last version bump (#99)? |
I want to make some progress with pandas first, perhaps there are more problems in the feedstock that need to be fixed. |
Checklist
0
(if the version changed)conda-smithy
(Use the phrase@conda-forge-admin, please rerender
in a comment in this PR for automated rerendering)Update the recipe. I removed
version
from the jinja2 template since python3.8 does not have a 7.3.12 release. Looking at the changelog for 7.3.12, I don't see anything that is critical for 3.8, but the backported fixes for functools may allow some progress with the pandas feedstock. Anyhow I think CPython and PyPy python3.8 will be dropped soon after the migration of CPython 3.12 starts, which should not too far in the future.I would like to add a solution for #101 as well.