Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also bump the release version twice since we have a 3.5.0-3 in OSG 23 already: https://github.com/opensciencegrid/xcache/releases/tag/v3.5.0-3 ``` blin@blin-work:~$ podman run --rm -it quay.io/rockylinux/rockylinux:9 rpm -q --provides python3 platform-python = 3.9.16-1.el9 platform-python(x86-64) = 3.9.16-1.el9 python(abi) = 3.9 python(abi) = 3.9 python3 = 3.9.16-1.el9 python3(x86-64) = 3.9.16-1.el9 python3.9 = 3.9.16-1.el9 python3.9(x86-64) = 3.9.16-1.el9 python39 = 3.9.16-1.el9 blin@blin-work:~$ podman run --rm -it quay.io/almalinux/almalinux:9 rpm -q --provides python3 platform-python = 3.9.14-1.el9_1.1 platform-python(x86-64) = 3.9.14-1.el9_1.1 python(abi) = 3.9 python(abi) = 3.9 python3 = 3.9.14-1.el9_1.1 python3(x86-64) = 3.9.14-1.el9_1.1 python3.9 = 3.9.14-1.el9_1.1 python3.9(x86-64) = 3.9.14-1.el9_1.1 python39 = 3.9.14-1.el9_1.1 blin@blin-work:~$ podman run --rm -it quay.io/centos/centos:stream9 rpm -q --provides python3 platform-python = 3.9.16-1.el9 platform-python(x86-64) = 3.9.16-1.el9 python(abi) = 3.9 python(abi) = 3.9 python3 = 3.9.16-1.el9 python3(x86-64) = 3.9.16-1.el9 python3.9 = 3.9.16-1.el9 python3.9(x86-64) = 3.9.16-1.el9 python39 = 3.9.16-1.el9 ```
- Loading branch information