Mon, 30 Sep 2024 13:14:35 UTC | login

Information for build python-pymatreader-0.0.32-3.fc40

ID293452
Package Namepython-pymatreader
Version0.0.32
Release3.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/python-pymatreader.git#c7a9c8404f770e641d0aca2c2b77efa3a22690bd
SummaryConvenient reader for Matlab mat files
DescriptionA Python module to read Matlab files. This module works with both the old (< 7.3) and the new (>= 7.3) HDF5 based format. The output should be the same for both kinds of files. Documentation can be found here: http://pymatreader.readthedocs.io/en/latest/
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 29 Feb 2024 12:39:54 UTC
CompletedThu, 29 Feb 2024 13:28:10 UTC
Taskbuild (f40, /rpms/python-pymatreader.git:c7a9c8404f770e641d0aca2c2b77efa3a22690bd)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-pymatreader.git#c7a9c8404f770e641d0aca2c2b77efa3a22690bd'}}
Tags
f40
f41
RPMs
src
python-pymatreader-0.0.32-3.fc40.src.rpm (info) (download)
riscv64
python3-pymatreader-0.0.32-3.fc40.riscv64.rpm (info) (download)
Logs
riscv64
state.log
root.log
hw_info.log
build.log
mock_output.log
Changelog * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> None-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> None-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Jan 04 2024 Benjamin A. Beasley <code@musicinmybrain.net> None-1 - Assert that a license file is present in the .dist-info directory * Thu Jan 04 2024 Benjamin A. Beasley <code@musicinmybrain.net> 0.0.32-2 - Don’t pass -r to \ CFLAGS="${CFLAGS:--O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fno-omit-frame-pointer }" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fno-omit-frame-pointer }" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fno-omit-frame-pointer -I/usr/lib64/gfortran/modules }" ; export FFLAGS ; FCFLAGS="${FCFLAGS:--O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fno-omit-frame-pointer -I/usr/lib64/gfortran/modules }" ; export FCFLAGS ; VALAFLAGS="${VALAFLAGS:--g}" ; export VALAFLAGS ; RUSTFLAGS="${RUSTFLAGS:--Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none -Cforce-frame-pointers=yes -Clink-arg=-specs=/usr/lib/rpm/redhat/redhat-package-notes}" ; export RUSTFLAGS ; LDFLAGS="${LDFLAGS:--Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes }" ; export LDFLAGS ; LT_SYS_LIBRARY_PATH="${LT_SYS_LIBRARY_PATH:-/usr/lib64:}" ; export LT_SYS_LIBRARY_PATH ; CC="${CC:-gcc}" ; export CC ; CXX="${CXX:-g++}" ; export CXX echo 'pyproject-rpm-macros' # first stdout line matches the implementation in macros.aaa-pyproject-srpm echo 'python3-devel' echo 'python3dist(pip) >= 19' echo 'python3dist(packaging)' if [ -f pyproject.toml ]; then echo '(python3dist(tomli) if python3-devel < 3.11)' elif [ -f setup.py ]; then echo 'python3dist(setuptools) >= 40.8' echo 'python3dist(wheel)' else echo 'ERROR: Neither pyproject.toml nor setup.py found, consider using %pyproject_buildrequires -N <requirements-file> if this is not a Python package.' >&2 exit 1 fi rm -rfv *.dist-info/ >&2 if [ -f /usr/bin/python3 ]; then mkdir -p "/builddir/build/BUILD/pymatreader-v0.0.32/.pyproject-builddir" echo -n > /builddir/build/BUILD/python-pymatreader-0.0.32-3.fc40.riscv64-pyproject-buildrequires CFLAGS="${CFLAGS:-${RPM_OPT_FLAGS}}" LDFLAGS="${LDFLAGS:-${RPM_LD_FLAGS}}" TMPDIR="/builddir/build/BUILD/pymatreader-v0.0.32/.pyproject-builddir" \ RPM_TOXENV="py312" HOSTNAME="rpmbuild" /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_buildrequires.py --generate-extras --python3_pkgversion 3 --wheeldir /builddir/build/BUILD/pymatreader-v0.0.32/pyproject-wheeldir --output /builddir/build/BUILD/python-pymatreader-0.0.32-3.fc40.riscv64-pyproject-buildrequires since it is the default >&2 cat /builddir/build/BUILD/python-pymatreader-0.0.32-3.fc40.riscv64-pyproject-buildrequires fi rm -rfv *.dist-info/ >&2 * Fri Aug 11 2023 Packit <hello@packit.dev> 0.0.32-1 - [packit] 0.0.32 upstream release * Fri Aug 11 2023 Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com> 0.0.30-8 - chore: add packit * Sat Jul 22 2023 Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com> 0.0.30-7 - chore: modernise spec * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.30-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Wed Jul 12 2023 Python Maint <python-maint@redhat.com> - 0.0.30-4 - Rebuilt for Python 3.12 * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.30-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Tue Aug 09 2022 Alessio <alciregi@fedoraproject.org> - 0.0.30-2 - Exclude s390x arch due to failing tests * Sun Aug 07 2022 Alessio <alciregi@fedoraproject.org> - 0.0.30-1 - Update to 0.0.30 * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.24-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jul 11 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.0.24-8 - Fix extra newline in description - Drop unnecessary python_enable_dependency_generator macro * Tue Jun 14 2022 Python Maint <python-maint@redhat.com> - 0.0.24-7 - Rebuilt for Python 3.11