Thu, 28 Mar 2024 21:51:53 UTC | login

Information for build pyparted-3.11.5-3.fc33

ID184278
Package Namepyparted
Version3.11.5
Release3.fc33
Epoch1
Sourcegit+https://src.fedoraproject.org/rpms/pyparted.git#6e7f603dcaeec1eddc02ce72fecd64eabe27189d
SummaryPython module for GNU parted
DescriptionPython module for the parted library. It is used for manipulating partition tables.
Built bydavidlt
State complete
Volume DEFAULT
StartedSat, 15 Aug 2020 07:55:27 UTC
CompletedSat, 15 Aug 2020 08:22:28 UTC
Taskbuild (f33, /rpms/pyparted.git:6e7f603dcaeec1eddc02ce72fecd64eabe27189d)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/pyparted.git#6e7f603dcaeec1eddc02ce72fecd64eabe27189d'}}
Tags
f33
f37
f38
RPMs
src
pyparted-3.11.5-3.fc33.src.rpm (info) (download)
riscv64
python3-pyparted-3.11.5-3.fc33.riscv64.rpm (info) (download)
pyparted-debugsource-3.11.5-3.fc33.riscv64.rpm (info) (download)
python3-pyparted-debuginfo-3.11.5-3.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 1:3.11.5-3 - Use make macros - https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro * Sat May 23 2020 Miro Hrončok <mhroncok@redhat.com> - 1:3.11.5-2 - Rebuilt for Python 3.9 * Mon Mar 09 2020 David Cantrell <dcantrell@redhat.com> - 1:3.11.5-1 - Require at least libparted 3.3 and python 3.7 (dcantrell) - pedmodule.c: Fix partition enum flag handling (bcl) - Add support for chromeos_kernel and bls_boot partition flags (bcl) - Move exception declarations to _pedmodule.c (dcantrell) * Tue Feb 11 2020 David Cantrell <dcantrell@redhat.com> - 1:3.11.4-1 - Use Decimal for Device.getSize() operations, return a float (#1801355) - Update the 'twine upload' line in the Makefile - Don't intentionally prohibit Python 2 usage (#67) - mips64 support * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.11.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Nov 15 2019 David Cantrell <dcantrell@redhat.com> - 1:3.11.3-1 - Fix deprecation warning in parted/cachedlist.py (#1772060) * Sun Oct 20 2019 Miro Hrončok <mhroncok@redhat.com> - 1:3.11.2-5 - Remove python2-pyparted from Fedora 32+ * Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1:3.11.2-4 - Rebuilt for Python 3.8.0rc1 (#1748018) * Fri Aug 16 2019 Miro Hrončok <mhroncok@redhat.com> - 1:3.11.2-3 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.11.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri Feb 01 2019 David Cantrell <dcantrell@redhat.com> - 1:3.11.2-1 - pyparted-3.11.2 (dcantrell) - Do not remove the generated tarballs. (dcantrell) - Update the RELEASE file. (dcantrell) - tests: Fix flag_get_name tests (bcl) - Avoid potential NULL dereferences in pydisk.c and pytimer.c (dcantrell) - New - example to query device capacity (jflorian) - correct spelling mistake (edward) - _ped's *_flag_get_name methods now throw a PartedException instead of ValueError on unsupported flags. (lukasz.zemczak) - Make the partition name a property on parted.Partition objects (#34) (dcantrell)