Sun, 22 Sep 2024 09:31:43 CST | login

Information for build py3c-1.2-4.el8

ID13049
Package Namepy3c
Version1.2
Release4.el8
Epoch
Sourcegit+https://git.cclinux.org/stage/rpms/py3c.git#144fa68702a02cb2c7325e74cd7e5a64b44eb562
SummaryGuide and compatibility macros for porting extensions to Python 3
Descriptionpy3c helps you port C extensions to Python 3. It provides a detailed guide, and a set of macros to make porting easy and reduce boilerplate.
Built bydistrobuild
State complete
Volume DEFAULT
StartedTue, 27 Jul 2021 21:16:00 CST
CompletedTue, 27 Jul 2021 21:18:35 CST
Taskbuild (dist-circle8, /stage/rpms/py3c.git:144fa68702a02cb2c7325e74cd7e5a64b44eb562)
Extra{'source': {'original_url': 'git+https://git.cclinux.org/stage/rpms/py3c.git?#144fa68702a02cb2c7325e74cd7e5a64b44eb562'}}
Tags
dist-circle8
dist-circle8-compose
RPMs
src
py3c-1.2-4.el8.src.rpm (info) (download)
aarch64
py3c-devel-1.2-4.el8.aarch64.rpm (info) (download)
i686
py3c-devel-1.2-4.el8.i686.rpm (info) (download)
noarch
py3c-doc-1.2-4.el8.noarch.rpm (info) (download)
ppc64le
py3c-devel-1.2-4.el8.ppc64le.rpm (info) (download)
x86_64
py3c-devel-1.2-4.el8.x86_64.rpm (info) (download)
Logs
aarch64
build.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
i686
build.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
ppc64le
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
x86_64
build.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * Fri Oct 30 2020 Tomas Orsava <torsava@redhat.com> - 1.2-4 - Rebuild with gating - Resolves: rhbz#1841060 * Mon Sep 07 2020 Tomas Orsava <torsava@redhat.com> - 1.2-3 - Including in RHEL8 - Resolves: rhbz#1841060 * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Thu Jan 30 2020 Petr Viktorin <pviktori@redhat.com> - 1.2-1 - Update to 1.2 to fix tests under Python 3.9 - BuildRequire python3-setuptools explicitly * Thu Jan 30 2020 Petr Viktorin <pviktori@redhat.com> - 1.1-3 - Drop tests and Suggests for Python 2; require python3-devel * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Oct 04 2019 Petr Viktorin <pviktori@redhat.com> - 1.1-1 - Update to 1.1 to fix Python 3.8 compatibility in tests https://bugzilla.redhat.com/show_bug.cgi?id=1758446 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro HronĨok <mhroncok@redhat.com> - 1.0-3 - Rebuilt for Python 3.7 * Mon Feb 19 2018 Petr Viktorin <pviktori@redhat.com> - 1.0-2 - Add BuildRequires: gcc * Sun Feb 11 2018 Petr Viktorin <pviktorin@redhat.com> - 1.0-1 - Update to 1.0 (adds Py_UNREACHABLE, Py_RETURN_RICHCOMPARE, Py_UNUSED) - Strip buildroot name from the pkgconfig file * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Wed Feb 01 2017 Petr Viktorin <pviktorin@redhat.com> - 0.8-1 - Update to 0.8: - Add backports for PyMem_Raw* * Thu May 19 2016 Petr Viktorin <pviktorin@redhat.com> - 0.7-1 - Update to 0.7: - Fix file shim tests on big endian architectures (bug in the test suite only, does not affect behavior) * Thu May 19 2016 Petr Viktorin <pviktorin@redhat.com> - 0.6-2 - Initial package