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 04 #36431

Open
wants to merge 5 commits into
base: main
Choose a base branch
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:07
@smoser smoser force-pushed the feat/py313-pkgs-batch-04 branch from e1a6d6c to cf738bd Compare December 11, 2024 22:24
@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 11, 2024
@smoser smoser force-pushed the feat/py313-pkgs-batch-04 branch 2 times, most recently from ffccf92 to 501fe11 Compare December 12, 2024 02:36
@smoser smoser force-pushed the feat/py313-pkgs-batch-04 branch from 501fe11 to 25086a3 Compare December 12, 2024 03:12
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.

2 participants