Skip to content

replace python3Packages with python310Packages#646

Closed
Artturin wants to merge 2 commits intoNixOS:releasedfrom
Artturin:buildpython3packages
Closed

replace python3Packages with python310Packages#646
Artturin wants to merge 2 commits intoNixOS:releasedfrom
Artturin:buildpython3packages

Conversation

@Artturin
Copy link
Member

so when its in commit message build it

];

const TITLE_REPLACEMENTS: [(&str, &str); 1] = [
("python3Packages", "python310Packages"),
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
("python3Packages", "python310Packages"),
("python3Packages", "python3.pkgs"),

That is less of a moving target and references the default python version.

Copy link
Member Author

Choose a reason for hiding this comment

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

Won't work for the same reason why python3Packages won't work https://gist.github.com/GrahamcOfBorg/f9eea356a93c92631f3d2b4304070282

Copy link
Member

Choose a reason for hiding this comment

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

So we need to bump the version here every year, when we move the default python version? Will be 3.11 in a few weeks.

Copy link
Member

Choose a reason for hiding this comment

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

Is python311Packages now on python-updates and soon on staging.

@rhendric
Copy link
Member

Fixes #577, if merged?

(I still have my probably-stupid question unanswered over there.)

@wolfgangwalther
Copy link
Contributor

This seems to work by now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants