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 05 #36432

Merged
merged 6 commits into from
Dec 12, 2024

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 "$@"

justinvreeland
justinvreeland previously approved these changes Dec 11, 2024
@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
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:00
@imjasonh imjasonh merged commit f2efd45 into wolfi-dev:main Dec 12, 2024
8 checks passed
@smoser smoser deleted the feat/py313-pkgs-batch-05 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
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