-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
release 4.2.3 #4
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 ( |
It is true that much newer versions of We have been extraordinarily reluctant to use pre-releases of At least from my perspective, these newer releases of Based on discussion from our last meeting, it sounds like seeing formal releases of these is a few weeks off. Though, as mentioned, they are going to entail a lot of work. Personally I'm not ready for this work until I have some more information and a large enough block of time to dedicate to it. In any event, if there is another path forward for you that works like If there is info that I'm missing or have misunderstood myself, please feel free to correct me, @msarahan. |
It's only a large rebuild if we support long prefixes for absolutely everything. We have to rebuild the core at a minimum - things like libpng, zlib, etc. Just about everything else can be on-demand, and that time period can go on for a while. I don't think it needs to be done all in one go. Also, keep conda and conda-build separate here. There are reasons for being cautious about both of them, but they are different reasons, with very different sources of potential breakage. Please do not evaluate one on the basis of the other. Honestly, rebuilding the stack is probably less work than coming up with the proposal for how to do prereleases on conda-forge. |
It was my understanding that we would need to update this at the same time we switch to |
Conda build 1.21.11 includes fixes so that binary prefixes are detected with case insensitivity on Windows. Packages built by earlier versions will not have the prefix detected on Windows, so conda won't be able to replace prefixes when these packages are installed. Conda build will not support long prefixes until 2.0, but that is irrelevant here. Conda will not support binary prefixes on Windows until 4.2.3. |
appears to be needed for setuptools entrypoints to work.
cf conda/conda-build#1171