Skip to content
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

Make python 3.13 version of virtual packages the default. - batch 02 #36429

Closed
wants to merge 5 commits into from

Conversation

smoser
Copy link
Member

@smoser smoser commented Dec 11, 2024

Make python-3.13 version of PYPI_PKG provide virtual py3-PYPI_PKG

This just makes the python v3.13 version of a package the highest
version. So now, if you do apk add py3-appnope, you'll get
py3.13-appnope where before you would get py3.12-appnope.

The 'set-313.sh' script used to do this looks like:

#!/bin/sh -e
r=' \(["'\'']*3[.]13["'\'']*\): \(["'\'']*\)[0-9]\+\(["'\'']*\)'
n=313

files=$(git grep -l "$r")
set -- $files
echo "$# files"
sed -i -e "s,$r, \1: \2${n}\3," "$@"
wolfictl bump "$@"

@smoser smoser enabled auto-merge (squash) December 11, 2024 22:06
@octo-sts octo-sts bot added the bincapz/pass bincapz/pass Bincapz (aka. malcontent) scan didn't detect any CRITICALs on the scanned packages. label Dec 11, 2024
justinvreeland
justinvreeland previously approved these changes Dec 12, 2024
imjasonh
imjasonh previously approved these changes Dec 12, 2024
Copy link
Member

@imjasonh imjasonh left a comment

Choose a reason for hiding this comment

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

Force merging since ci-apk-add and ci-sbom-validity don't currently like large PRs.

@imjasonh imjasonh disabled auto-merge December 12, 2024 23:01
@smoser smoser dismissed stale reviews from imjasonh and justinvreeland via 8cececd December 12, 2024 23:11

This comment was marked as off-topic.

@smoser smoser added the ai/skip-comment Stop AI from commenting on PR label Dec 13, 2024
@smoser smoser enabled auto-merge (squash) December 13, 2024 05:49
@smoser smoser closed this Dec 13, 2024
auto-merge was automatically disabled December 13, 2024 19:54

Pull request was closed

@smoser smoser deleted the feat/py313-pkgs-batch-02 branch December 16, 2024 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ai/skip-comment Stop AI from commenting on PR bincapz/pass bincapz/pass Bincapz (aka. malcontent) scan didn't detect any CRITICALs on the scanned packages.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants