Sat, 04 May 2024 22:59:44 UTC | login

Information for build python-pyrsistent-0.20.0-2.fc40

ID261996
Package Namepython-pyrsistent
Version0.20.0
Release2.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/python-pyrsistent.git#4d5f5a5f0d619fc5fe353247f64320cc975cb122
SummaryPersistent/Functional/Immutable data structures
DescriptionPyrsistent is a number of persistent collections (by some referred to as functional data structures). Persistent in the sense that they are immutable. All methods on a data structure that would normally mutate it instead return a new copy of the structure containing the requested updates. The original structure is left untouched.
Built bydavidlt
State complete
Volume DEFAULT
StartedMon, 06 Nov 2023 06:21:33 UTC
CompletedMon, 06 Nov 2023 10:18:24 UTC
Taskbuild (f40, /rpms/python-pyrsistent.git:4d5f5a5f0d619fc5fe353247f64320cc975cb122)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-pyrsistent.git#4d5f5a5f0d619fc5fe353247f64320cc975cb122'}}
Tags
f40
RPMs
src
python-pyrsistent-0.20.0-2.fc40.src.rpm (info) (download)
noarch
python-pyrsistent-doc-0.20.0-2.fc40.noarch.rpm (info) (download)
riscv64
python3-pyrsistent-0.20.0-2.fc40.riscv64.rpm (info) (download)
python-pyrsistent-debugsource-0.20.0-2.fc40.riscv64.rpm (info) (download)
python3-pyrsistent-debuginfo-0.20.0-2.fc40.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Thu Oct 26 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.20.0-2 - Patch for Python 3.13 (close RHBZ#2246349) * Thu Oct 26 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.20.0-1 - Update to 0.20.0 (fix RHBZ#2246235, fix RHBZ#2246349) * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.19.3-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Wed Jul 12 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.19.3-9 - When PDF docs are disabled, omit the -doc subpackage * Fri Jul 07 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.19.3-8 - Use new (rpm 4.17.1+) bcond style * Thu Jun 15 2023 Python Maint <python-maint@redhat.com> - 0.19.3-7 - Rebuilt for Python 3.12 * Mon May 29 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.19.3-6 - Drop an unnecessary BuildRequires on pytest-runner * Sat Mar 18 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.19.3-4 - Don’t assume %_smp_mflags is -j%_smp_build_ncpus * Fri Feb 10 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 0.19.3-3 - Avoid python-hypothesis dependency in RHEL builds * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.19.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Dec 29 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.19.3-1 - Update to 0.19.3 (close RHBZ#2156882) * Thu Dec 29 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.19.2-3 - Package from git tag instead of commit * Wed Nov 30 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.19.2-2 - Drop default -r argument to pyproject_buildrequires * Thu Nov 03 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.19.2-1 - Update to 0.19.2 (close RHBZ#2138666) * Mon Oct 31 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.18.1-5 - Update License to SPDX * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.18.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.18.1-3 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.18.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jan 14 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.18.1-1 - Update to 0.18.1 * Fri Jan 14 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.18.0-11 - Make pyrsistent._pmap doctests order-insensitive * Thu Jan 13 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.18.0-10 - Skip doctest that fails on Python 3.11a3 (close RHBZ#2040164) * Fri Nov 26 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 0.18.0-9 - Reduce LaTeX PDF build verbosity