Click here to visit the old openkoji buildsystem (Archived)

Information for build python-pyct-0.5.0-8.fc40

ID39231
Package Namepython-pyct
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version0.5.0
Release8.fc40
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/python-pyct.git#55aa28a80a0d9a1ba39ed361ab5a9fec32382094
SummaryPython packaging Common Tasks
DescriptionA utility package that includes: 1. pyct.cmd: Makes various commands available to other packages. (Currently no sophisticated plugin system, just a try import/except in the other packages.) The same commands are available from within python. Can either add new subcommands to an existing argparse based command if the module has an existing command, or create the entire command if the module has no existing command. Currently, there are commands for copying examples and fetching data. 2. pyct.build: Provides various commands to help package building, primarily as a convenience for project maintainers.
Built bykojiadmin
State complete
Volume DEFAULT
StartedSat, 04 May 2024 16:43:06 CST
CompletedSat, 04 May 2024 16:55:59 CST
Taskbuild (f40, /rpms/python-pyct.git:55aa28a80a0d9a1ba39ed361ab5a9fec32382094)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-pyct.git#55aa28a80a0d9a1ba39ed361ab5a9fec32382094'}}
Tags
f40
RPMs
src
python-pyct-0.5.0-8.fc40.src.rpm (info) (download)
noarch
python3-pyct-0.5.0-8.fc40.noarch.rpm (info) (download)
python3-pyct+build-0.5.0-8.fc40.noarch.rpm (info) (download)
python3-pyct+cmd-0.5.0-8.fc40.noarch.rpm (info) (download)
Logs
noarch
build.log
state.log
root.log
installed_pkgs.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Dec 18 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.5.0-6 - Assert that %pyproject_files contains a license file * Thu Oct 12 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.5.0-5 - F38+: Use %{py3_test_envvars} to run supplementary tests * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.5.0-3 - Rebuilt for Python 3.12 * Sat Jun 03 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.5.0-2 - Remove explicit %set_build_flags, not needed since F36 * Thu Feb 02 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.5.0-1 - Update to 0.5.0 (close RHBZ#2165496) * Sat Jan 28 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.4.8-10 - Fix a test that was skipped on Python 3.11 * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.8-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Mon Dec 19 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.4.8-8 - Drop support for i686 * Sun Nov 27 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.4.8-7 - Update License to SPDX * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.8-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 20 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.4.8-5 - Skip a failing test on Python 3.11 (close RHBZ#2099064) * Tue Jun 14 2022 Python Maint <python-maint@redhat.com> - 0.4.8-4 - Rebuilt for Python 3.11 * Fri Apr 22 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.4.8-3 - Patch out flake8 linter BR