Skip to content

usrlocalpkg: Change python default from 3.9.7 to 3.9.12 #253

Merged
merged 3 commits into from
May 19, 2022
Merged

Conversation

donald
Copy link
Collaborator

@donald donald commented May 19, 2022

No description provided.

@thomas
Copy link
Contributor

thomas commented May 19, 2022

There is some danger with snakemake, python-3.9.7-0 has snakemake version 6.8.0. And at least the snakemake6 alias must be removed. python-3.9.12-0 has snakemake 7.7.0 what now will cause confusion with the former snakemake7 pointing to snakemake-7.1.1-0.

snakemake in python-3.9.12-0 is 7.7.0, so point snakemake6 to
snakemake 6.8.0 in python-3.9.7-0 as before.
@donald
Copy link
Collaborator Author

donald commented May 19, 2022

Fixed for snakemake6. snakemake7 should be fixed to point to 7.7.0 in the new python package instead of 7.1.1 in the snakemake-7.1.1 package, correct?

Copy link
Contributor

@thomas thomas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Jepp, I'll inform the only 'snakemake7' user I know of.

Snakemake has version 7.7.0 in the new python 3.9.12 package, so prefer
this newer version for the snakemake7 alias over the version in the
snakemake 7.1.1 package.
@donald donald merged commit 52f5e52 into master May 19, 2022
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants