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