-
Notifications
You must be signed in to change notification settings - Fork 45
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
Outdated SoS conda packages #1544
Comments
Just to let you know that we are taking a look into this with help from @danielnachun, hopefully pushing a fix soon. |
An important update here - many of the feedstocks are out of date because the issue with
Of the remaining outdated feedstocks:
|
For the kernels, maybe we can comment out the tests and check only if the modules can be imported. |
Okay we'll do that and send in PR |
@BoPeng I think all the kernel recipes already have an import check. For most of them we'll just end up deleting the |
Thanks. I have merged the PRs and released sos-pbs 0.20.9. It contains a few bug fixes that I am not sure if it is the fault of sos-pbs or my local configuration, but I made the release anyway. |
Thank you so much! I made a PR for The only remaining question brought up by @gaow was the version of |
Thanks! To clarify, we should not have arch specific release for these packages right? Still here for example: https://anaconda.org/conda-forge/sos-notebook I see the noarch is up to date but there are arch specific releases. |
Regarding transient-display-data, a commit message for the release of version 0.4.3 has a tupo for version 0.5.3. Then version 0.4.4 for Jlab 4.x was released without an explicit "release" message. The current pypi (and conda) release of |
Both conda-forge and bioconda don't allow the deletion of old packages unless they contain malicious code or constitute license violations. So the arch-specific packages won't disappear, but won't be updated anymore. They can just be ignored - the only time they'd be an issue is if the user wanted to use the old version that was still arch specific on a platform that didn't support it, and I don't think for this type of software someone is going to need to do that. |
Thanks @BoPeng for clarifying this, in that case we are good to go for |
Thanks for taking care of this mess. |
Here is the list of outdated packages on conda-forge that we would need to fix, comparing pypi vs conda-forge:
https://anaconda.org/conda-forge/jupyterlab-sos Not all platforms have the same version of build. Need a fix.
https://github.com/conda-forge/jupyterlab-transient-display-data-feedstock is 0.4.3, is 0.4.4 at https://pypi.org/project/transient-display-data/, should be 0.5.3 based on GitHub commit message
https://github.com/conda-forge/sos-bash-feedstock is 0.20.0, should be 0.21.0 at https://pypi.org/project/sos-bash/
https://github.com/conda-forge/markdown-kernel-feedstock is 0.2.1, should be 0.2.2 https://pypi.org/project/markdown-kernel/
https://github.com/conda-forge/sos-matlab-feedstock is 0.18.8, should be 0.20.3
https://github.com/conda-forge/sos-rmarkdown-feedstock is 0.1.3, should be 0.1.4
https://github.com/conda-forge/sos-python-feedstock is 0.18.4, should be 0.18.5
https://github.com/conda-forge/sos-pbs-feedstock is 0.20.8, should be 0.20.9
The text was updated successfully, but these errors were encountered: