Mon, 06 May 2024 07:08:43 UTC | login

Information for build python-pikepdf-7.2.0-3.fc38

ID248482
Package Namepython-pikepdf
Version7.2.0
Release3.fc38
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/python-pikepdf.git#2b65199b2f45dc1a751b1569dda3b294ecc02818
SummaryRead and write PDFs with Python, powered by qpdf
Descriptionpikepdf is a Python library for reading and writing PDF files. pikepdf is based on QPDF, a powerful PDF manipulation and repair library.
Built bydavidlt
State complete
Volume DEFAULT
StartedMon, 24 Jul 2023 11:56:14 UTC
CompletedMon, 24 Jul 2023 22:34:28 UTC
Taskbuild (f38, /rpms/python-pikepdf.git:2b65199b2f45dc1a751b1569dda3b294ecc02818)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-pikepdf.git#2b65199b2f45dc1a751b1569dda3b294ecc02818'}}
Tags
f38
f39
f40
RPMs
src
python-pikepdf-7.2.0-3.fc38.src.rpm (info) (download)
riscv64
python-pikepdf-doc-7.2.0-3.fc38.riscv64.rpm (info) (download)
python3-pikepdf-7.2.0-3.fc38.riscv64.rpm (info) (download)
python-pikepdf-debugsource-7.2.0-3.fc38.riscv64.rpm (info) (download)
python3-pikepdf-debuginfo-7.2.0-3.fc38.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * Sat Apr 15 2023 Elliott Sales de Andrade <quantum.analyst@gmail.com> None-3 - Update to latest version (#2186421) * Mon Mar 27 2023 Tomáš Hrnčiar <thrnciar@redhat.com> None-2 - Drop -r option from \ CFLAGS="${CFLAGS:--O2 -flto=auto -ffat-lto-objects -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 -fstack-clash-protection -fno-omit-frame-pointer }" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -flto=auto -ffat-lto-objects -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 -fstack-clash-protection -fno-omit-frame-pointer }" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -flto=auto -ffat-lto-objects -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 -fstack-clash-protection -fno-omit-frame-pointer -I/usr/lib64/gfortran/modules }" ; export FFLAGS ; FCFLAGS="${FCFLAGS:--O2 -flto=auto -ffat-lto-objects -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 -fstack-clash-protection -fno-omit-frame-pointer -I/usr/lib64/gfortran/modules }" ; export FCFLAGS ; VALAFLAGS="${VALAFLAGS:--g}" ; export VALAFLAGS ; LDFLAGS="${LDFLAGS:--Wl,-z,relro -Wl,--as-needed -Wl,-z,now -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/pikepdf-7.2.0/.pyproject-builddir" echo -n > /builddir/build/BUILD/python-pikepdf-7.2.0-3.fc38.riscv64-pyproject-buildrequires CFLAGS="${CFLAGS:-${RPM_OPT_FLAGS}}" LDFLAGS="${LDFLAGS:-${RPM_LD_FLAGS}}" TMPDIR="/builddir/build/BUILD/pikepdf-7.2.0/.pyproject-builddir" \ RPM_TOXENV="py311" HOSTNAME="rpmbuild" /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_buildrequires.py --generate-extras --python3_pkgversion 3 --wheeldir /builddir/build/BUILD/pikepdf-7.2.0/pyproject-wheeldir --output /builddir/build/BUILD/python-pikepdf-7.2.0-3.fc38.riscv64-pyproject-buildrequires macro, it's enabled by >&2 cat /builddir/build/BUILD/python-pikepdf-7.2.0-3.fc38.riscv64-pyproject-buildrequires fi rm -rfv *.dist-info/ >&2 * Mon Mar 27 2023 Tomáš Hrnčiar <thrnciar@redhat.com> None-1 - Add bconds to disable tests and docs * Sun Mar 26 2023 Elliott Sales de Andrade <quantum.analyst@gmail.com> 7.1.2-1 - Update to latest version (#2181776) * Mon Feb 20 2023 Elliott Sales de Andrade <quantum.analyst@gmail.com> 7.1.1-1 - Update to latest version (#2158843) * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> 6.2.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sat Dec 31 2022 Elliott Sales de Andrade <quantum.analyst@gmail.com> 6.2.7-1 - Update to latest version (#2157162) * Sun Dec 18 2022 Elliott Sales de Andrade <quantum.analyst@gmail.com> 6.2.6-1 - Update to latest version (#2153665) * Tue Dec 06 2022 Elliott Sales de Andrade <quantum.analyst@gmail.com> 6.2.5-1 - Update to latest version (#2150602) * Mon Nov 14 2022 Elliott Sales de Andrade <quantum.analyst@gmail.com> 6.2.4-1 - Update to latest version (#2140871) * Sun Oct 23 2022 Elliott Sales de Andrade <quantum.analyst@gmail.com> 6.2.1-1 - Update to latest version (#2136456) * Thu Oct 13 2022 Elliott Sales de Andrade <quantum.analyst@gmail.com> 6.2.0-1 - Update to latest version (#2131530) * Sat Sep 24 2022 Elliott Sales de Andrade <quantum.analyst@gmail.com> 6.0.2-1 - Update to latest version (#2121905) * Sat Sep 24 2022 Elliott Sales de Andrade <quantum.analyst@gmail.com> 5.6.1-1 - Updatte to latest v5 release (#2121905) * Mon Aug 22 2022 Elliott Sales de Andrade <quantum.analyst@gmail.com> 5.5.0-1 - Update to latest version (#2095189) * Tue Aug 02 2022 Elliott Sales de Andrade <quantum.analyst@gmail.com> 5.3.0-1 - Update to 5.3.0 * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> 5.1.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jun 16 2022 Python Maint <python-maint@redhat.com> 5.1.3-2 - Rebuilt for Python 3.11 * Sat May 21 2022 Elliott Sales de Andrade <quantum.analyst@gmail.com> 5.1.3-1 - Update to latest version (#2086355) * Tue May 03 2022 Lumir Balhar <lbalhar@redhat.com> 5.1.2-2 - Fix test_page_attrs for Python 3.11 * Sun Apr 17 2022 Elliott Sales de Andrade <quantum.analyst@gmail.com> 5.1.2-1 - Update to latest version (#2055603) * Mon Mar 21 2022 Elliott Sales de Andrade <quantum.analyst@gmail.com> 5.1.0-1 - Update to latest version (#2055603) * Sun Feb 13 2022 Elliott Sales de Andrade <quantum.analyst@gmail.com> 4.5.0-1 - Update to latest version (#2053921) * Wed Jan 26 2022 Elliott Sales de Andrade <quantum.analyst@gmail.com> 4.4.1-1 - Update to latest version (#2036185) * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> 4.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Sun Dec 19 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> 4.2.0-1 - Update to latest version (#2031366) * Wed Dec 01 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> 4.1.0-1 - Update to latest version (#2025358) * Mon Nov 29 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> 4.0.2-1 - Update to latest version (#2025358) * Sun Nov 21 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> 4.0.1-2 - Force in-tree build for older pip * Sun Nov 21 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> 4.0.1-1 - Update to latest version (#2012531) * Mon Nov 01 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> 4.0.0-1 - Update to latest version (#2012531) * Sat Oct 09 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> 3.1.1-1 - Update to latest version (#2010654) * Wed Sep 22 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> 3.1.0-1 - Update to latest version (#2006573) * Sun Aug 29 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> 3.0.0-0.3.b3 - Update to 3.0.0b3 (#1993602) * Sat Aug 21 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> 3.0.0-0.2.b2 - Update to 3.0.0b2 (#1993602) * Fri Aug 20 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> 3.0.0-0.1.b1 - Update to 3.0.0b1. * Thu Aug 19 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> 2.16.1-2 - Switch to latest Python macros. * Sat Jul 31 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> 2.16.1-1 - Update to latest version (#1986379) * Mon Jul 26 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.15.1-1 - Update to latest version (#1983955) * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.15.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jul 16 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.15.0-1 - Update to latest version (#1981984) * Sun Jul 11 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.14.2-1 - Update to latest version (#1979400) * Mon Jun 28 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.13.0-1 - Update to latest version (#1974617) * Sat Jun 19 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.12.2-1 - Update to latest version (#1968156) * Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 2.12.1-2 - Rebuilt for Python 3.10 * Sat May 22 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.12.1-1 - Update to latest version (#1963060) * Sun May 09 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.12.0-1 - Update to latest version (#1958620) * Thu Apr 29 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.11.4-1 - Update to latest version (#1953935) * Tue Apr 27 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.11.3-1 - Update to latest version (#1953935) * Fri Apr 23 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.11.2-1 - Update to latest version (#1952724) * Thu Apr 15 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.11.1-1 - Update to latest version (#1948784)