@python/python3.14
Project ID: 149680
Description
Fedora 43 Changes/Python3.14 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.14/builds/?dirname=python3.14:pr:<pr number here>
E.g. in python3.14:pr:1 for Pull Request with number #1, or in python3.14:pr:42 for Pull Request with number #42.
Installation Instructions
Place this mock config as ~/.config/mock/fedora-rawhide-python314.cfg
:
include('/etc/mock/fedora-rawhide-x86_64.cfg')
config_opts['root'] = 'fedora-rawhide-python314'
config_opts[f'{config_opts.package_manager}.conf'] += """
[python314]
name=Copr repo for python3.14 owned by @python
baseurl=https://copr-be.cloud.fedoraproject.org/results/@python/python3.14/fedora-rawhide-$basearch/
type=rpm-md
skip_if_unavailable=False
gpgcheck=1
gpgkey=https://copr-be.cloud.fedoraproject.org/results/@python/python3.14/pubkey.gpg
repo_gpgcheck=0
enabled=1
enabled_metadata=1
priority=9
"""
Build using mock -r fedora-rawhide-python314 --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-python314 --scrub=all
.
To do repoqueries, you might want to have the repo in your system as well as /etc/yum.repos.d/python314.repo
:
[python314]
name=Copr repo for python3.14 owned by @python
baseurl=https://copr-be.cloud.fedoraproject.org/results/@python/python3.14/fedora-rawhide-$basearch/
type=rpm-md
skip_if_unavailable=False
gpgcheck=1
gpgkey=https://copr-be.cloud.fedoraproject.org/results/@python/python3.14/pubkey.gpg
repo_gpgcheck=0
enabled=0
enabled_metadata=1
priority=9
And you can run queries like:
$ repoquery --repo python314 python-rpm-generators
python-rpm-generators-0:10-2.fc32.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.14 python-flit-core
python-flit-core-3.9.0-11.fc42~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 |
---|---|---|
Fedora rawhide | x86_64 (3344)* | Fedora rawhide (16 downloads) |
* Total number of downloaded packages.
External Repository List
The following repositories are accessible during builds