@python/python3.15
Project ID: 201014
Description
Fedora 45 Changes/Python3.15 test builds happen here. Don't add to your system, only use in mock.
If you need to test a change in a Fedora package in this copr, open pull request at src.fedoraproject.org and observe the results in:
https://copr.fedorainfracloud.org/coprs/g/python/python3.15/builds/?dirname=python3.15:pr:fork-<fas_username>-rpms-<pkgname>-<pr number here>
E.g. in python3.15:pr-fork-ksurma-rpms-python-typing-extensions-19 for Pull Request with number #19 in a given fork.
Installation Instructions
Place this mock config as ~/.config/mock/fedora-rawhide-python315.cfg
:
include('/etc/mock/fedora-rawhide-x86_64.cfg')
config_opts['root'] = 'fedora-rawhide-python315'
config_opts[f'{config_opts.package_manager}.conf'] += """
[python315]
name=Copr repo for python3.15 owned by @python
baseurl=https://copr-be.cloud.fedoraproject.org/results/@python/python3.15/fedora-rawhide-$basearch/
type=rpm-md
skip_if_unavailable=False
gpgcheck=1
gpgkey=https://copr-be.cloud.fedoraproject.org/results/@python/python3.15/pubkey.gpg
repo_gpgcheck=0
enabled=1
enabled_metadata=1
priority=9
"""
Build using mock -r fedora-rawhide-python315 --enablerepo=local
. Until dnf is built here, you'll need to disable bootstrap with --no-bootstrap-chroot
.
There is no upgrade path. Clean your mock regularly. Sometimes with mock -r fedora-rawhide-python315 --scrub=all
.
To do repoqueries, you might want to have the repo in your system as well as /etc/yum.repos.d/python315.repo
:
[python315]
name=Copr repo for python3.15 owned by @python
baseurl=https://copr-be.cloud.fedoraproject.org/results/@python/python3.15/fedora-rawhide-$basearch/
type=rpm-md
skip_if_unavailable=False
gpgcheck=1
gpgkey=https://copr-be.cloud.fedoraproject.org/results/@python/python3.15/pubkey.gpg
repo_gpgcheck=0
enabled=0
enabled_metadata=1
priority=9
And you can run queries like:
$ repoquery --repo python315 python-rpm-macros
python-rpm-macros-0:3.15-8.fc44.noarch
python-rpm-macros-0:3.15-8.fc44.src
Alternatively, you can skip adding the repo to your system, and instead install and run queries with fedrq
tool:
$ dnf install fedrq
$ fedrq pkgs -r @copr:@python/python3.15 python-flit-core
python-flit-core-3.12.0-10.fc44~bootstrap.src
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
![]() |
x86_64 (24)* | Fedora rawhide (8 downloads) |
* Total number of downloaded packages.
External Repository List
The following repositories are accessible during builds