Mon, 29 Apr 2024 08:41:03 UTC | login

Information for build python3-3.7.1-4.fc29

ID75337
Package Namepython3
Version3.7.1
Release4.fc29
Epoch
SummaryInterpreter of the Python programming language
DescriptionPython is an accessible, high-level, dynamically typed, interpreted programming language, designed with an emphasis on code readability. It includes an extensive standard library, and has a vast ecosystem of third-party libraries. The python3 package provides the "python3" executable: the reference interpreter for the Python language, version 3. The majority of its standard library is provided in the python3-libs package, which should be installed automatically along with python3. The remaining parts of the Python standard library are broken out into the python3-tkinter and python3-test packages, which may need to be installed separately. Documentation for Python is provided in the python3-docs package. Packages containing additional libraries for Python are generally named with the "python3-" prefix.
Built bydavidlt
State complete
Volume DEFAULT
StartedTue, 27 Nov 2018 02:00:04 UTC
CompletedTue, 27 Nov 2018 11:36:36 UTC
Taskbuild (f29-candidate, python3-3.7.1-4.fc29.src.rpm)
Tags
f29
f30
RPMs
src
python3-3.7.1-4.fc29.src.rpm (info) (download)
riscv64
python3-3.7.1-4.fc29.riscv64.rpm (info) (download)
python3-debug-3.7.1-4.fc29.riscv64.rpm (info) (download)
python3-devel-3.7.1-4.fc29.riscv64.rpm (info) (download)
python3-idle-3.7.1-4.fc29.riscv64.rpm (info) (download)
python3-libs-3.7.1-4.fc29.riscv64.rpm (info) (download)
python3-test-3.7.1-4.fc29.riscv64.rpm (info) (download)
python3-tkinter-3.7.1-4.fc29.riscv64.rpm (info) (download)
python3-debuginfo-3.7.1-4.fc29.riscv64.rpm (info) (download)
python3-debugsource-3.7.1-4.fc29.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Wed Nov 21 2018 Miro Hrončok <mhroncok@redhat.com> - 3.7.1-4 - Make sure the entire test.support module is in python3-libs (#1651245) * Tue Nov 06 2018 Victor Stinner <vstinner@redhat.com> - 3.7.1-3 - Verify the value of '-s' when execute the CLI of cProfile (rhbz#1160640) * Sun Nov 04 2018 Miro Hrončok <mhroncok@redhat.com> - 3.7.1-2 - Temporarily revert upstream commit 3b699932e5ac3e7 - This is dirty workaround for (#1644936) * Mon Oct 22 2018 Miro Hrončok <mhroncok@redhat.com> - 3.7.1-1 - Update to 3.7.1 * Thu Sep 27 2018 Petr Viktorin <pviktori@redhat.com> - 3.7.0-10 - Compile the debug build with -Og rather than -O0 * Thu Aug 30 2018 Miro Hrončok <mhroncok@redhat.com> - 3.7.0-9 - Require python3-setuptools from python3-devel to prevent packaging errors (#1623914) * Fri Aug 17 2018 Miro Hrončok <mhroncok@redhat.com> - 3.7.0-8 - Add /usr/bin/pygettext3.py and msgfmt3.py to python3-devel Resolves: rhbz#1571474 * Fri Aug 17 2018 Miro Hrončok <mhroncok@redhat.com> - 3.7.0-7 - Backport TLS 1.3 related fixes to fix FTBFS Resolves: rhbz#1609291 * Wed Aug 15 2018 Miro Hrončok <mhroncok@redhat.com> - 3.7.0-6 - Use RPM built wheels of pip and setuptools in ensurepip instead of our rewheel patch * Fri Aug 10 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.7.0-5 - Fix wrong requirement on gdbm * Fri Jul 20 2018 Miro Hrončok <mhroncok@redhat.com> - 3.7.0-4 - Allow to call Py_Main() after Py_Initialize() Resolves: rhbz#1595421 * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Jul 12 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.7.0-2 - Rebuild for new gdbm * Wed Jun 27 2018 Miro Hrončok <mhroncok@redhat.com> - 3.7.0-1 - Update to 3.7.0 final * Wed Jun 13 2018 Miro Hrončok <mhroncok@redhat.com> - 3.7.0-0.21.rc1 - Finish bootstrapping, enable rewheel, tests, optimizations * Tue Jun 12 2018 Miro Hrončok <mhroncok@redhat.com> - 3.7.0-0.20.rc1 - Update to 3.7.0rc1 - Bootstrap, disable rewheel, tests, optimizations * Mon Apr 23 2018 Miro Hrončok <mhroncok@redhat.com> - 3.6.5-4 - Fix multiprocessing regression on newer glibcs - Enable test_multiprocessing_fork(server) and _spawn again Resolves: rhbz#1569933 * Thu Apr 19 2018 Miro Hrončok <mhroncok@redhat.com> - 3.6.5-3 - Skip test_multiprocessing_fork(server) and _spawn for now * Wed Apr 18 2018 Miro Hrončok <mhroncok@redhat.com> - 3.6.5-2 - Add flatpackage conditionals * Thu Mar 29 2018 Charalampos Stratakis <cstratak@redhat.com> - 3.6.5-1 - Update to 3.6.5 * Sat Mar 24 2018 Miro Hrončok <mhroncok@redhat.com> - 3.6.4-20 - Fix broken macro invocation and broken building of C Python extensions Resolves: rhbz#1560103 * Fri Mar 16 2018 Miro Hrončok <mhroncok@redhat.com> - 3.6.4-19 - Add -n option for pathfix.py Resolves: rhbz#1546990 * Thu Mar 15 2018 Miro Hrončok <mhroncok@redhat.com> - 3.6.4-18 - Fix the py_byte_compile macro to work on Python 2 - Remove the pybytecompile macro file from the flat package Resolves: rhbz#1484993 * Tue Mar 13 2018 Charalampos Stratakis <cstratak@redhat.com> - 3.6.4-17 - Do not send IP addresses in SNI TLS extension * Sat Feb 24 2018 Florian Weimer <fweimer@redhat.com> - 3.6.4-16 - Rebuild with new LDFLAGS from redhat-rpm-config * Wed Feb 21 2018 Miro Hrončok <mhroncok@redhat.com> - 3.6.4-15 - Filter out automatic /usr/bin/python3.X requirement, recommend the main package from libs instead Resolves: rhbz#1547131 * Thu Feb 15 2018 Iryna Shcherbina <ishcherb@redhat.com> - 3.6.4-14 - Remove the python3-tools package (#rhbz 1312030) - Move /usr/bin/2to3 to python3-devel - Move /usr/bin/idle and idlelib to python3-idle - Provide python3-tools from python3-idle * Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.6.4-13 - Escape macros in %changelog * Fri Feb 02 2018 Michal Cyprian <mcyprian@redhat.com> - 3.6.4-12 - Remove sys.executable check from change-user-install-location patch Resolves: rhbz#1532287 * Thu Feb 01 2018 Charalampos Stratakis <cstratak@redhat.com> - 3.6.4-11 - Define TLS cipher suite on build time. * Wed Jan 31 2018 Tomas Orsava <torsava@redhat.com> - 3.6.4-10 - Disable test_gdb for all arches and test_buffer for ppc64le in anticipation of the F28 mass rebuild - Re-enable these tests after the mass rebuild when they can be properly addressed * Tue Jan 23 2018 Charalampos Stratakis <cstratak@redhat.com> - 3.6.4-9 - Restore the PyExc_RecursionErrorInst public symbol * Tue Jan 23 2018 Björn Esser <besser82@fedoraproject.org> - 3.6.4-8 - Add patch to explicitly link _ctypes module with -ldl (#1537489) - Refactored patch for libxcrypt - Re-enable strict symbol checks in the link editor * Mon Jan 22 2018 Björn Esser <besser82@fedoraproject.org> - 3.6.4-7 - Add patch for libxcrypt - Disable strict symbol checks in the link editor * Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 3.6.4-6 - Rebuilt for switch to libxcrypt * Fri Jan 19 2018 Charalampos Stratakis <cstratak@redhat.com> - 3.6.4-5 - Fix localeconv() encoding for LC_NUMERIC * Thu Jan 18 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.6.4-4 - R: gdbm-devel → R: gdbm for python3-libs * Wed Jan 17 2018 Miro Hrončok <mhroncok@redhat.com> - 3.6.4-3 - Require large enough gdbm (fixup for previous bump) * Tue Jan 16 2018 Charalampos Stratakis <cstratak@redhat.com> - 3.6.4-2 - Rebuild for reverted gdbm 1.13 on Fedora 27 * Mon Jan 15 2018 Charalampos Stratakis <cstratak@redhat.com> - 3.6.4-1 - Update to version 3.6.4 * Fri Jan 12 2018 Charalampos Stratakis <cstratak@redhat.com> - 3.6.3-5 - Fix the compilation of the nis module. * Tue Nov 21 2017 Miro Hrončok <mhroncok@redhat.com> - 3.6.3-4 - Raise the release of platform-python obsoletes for better maintainability * Wed Nov 15 2017 Miro Hrončok <mhroncok@redhat.com> - 3.6.3-3 - Obsolete platform-python and it's subpackages * Mon Oct 09 2017 Charalampos Stratakis <cstratak@redhat.com> - 3.6.3-2 - Fix memory corruption due to allocator mix Resolves: rhbz#1498207 * Fri Oct 06 2017 Charalampos Stratakis <cstratak@redhat.com> - 3.6.3-1 - Update to Python 3.6.3 * Fri Sep 29 2017 Miro Hrončok <mhroncok@redhat.com> - 3.6.2-19 - Move pathfix.py to bindir, https://github.com/fedora-python/python-rpm-porting/issues/24 - Make the -devel package require redhat-rpm-config Resolves: rhbz#1496757 * Wed Sep 13 2017 Iryna Shcherbina <ishcherb@redhat.com> - 3.6.2-18 - Fix /usr/bin/env dependency from python3-tools Resolves: rhbz#1482118 * Wed Sep 06 2017 Iryna Shcherbina <ishcherb@redhat.com> - 3.6.2-17 - Include `-g` in the flags sent to the linker (LDFLAGS) Resolves: rhbz#1483222 * Tue Sep 05 2017 Petr Viktorin <pviktori@redhat.com> - 3.6.2-16 - Specfile cleanup - Make the main description also applicable to the SRPM - Add audiotest.au to the test package * Fri Sep 01 2017 Miro Hrončok <mhroncok@redhat.com> - 3.6.2-15 - Remove %{pylibdir}/Tools/scripts/2to3 * Fri Sep 01 2017 Miro Hrončok <mhroncok@redhat.com> - 3.6.2-14 - Expat >= 2.1.0 is everywhere, remove explicit requires - Conditionalize systemtap-devel BuildRequires - For consistency, require /usr/sbin/ifconfig instead of net-tools * Mon Aug 28 2017 Petr Viktorin <pviktori@redhat.com> - 3.6.2-13 - Rename patch files to be consistent - Run autotools to generate the configure script before building - Merge lib64 patches (104 into 102) - Skip test_bdist_rpm using test config rather than a patch (removes patch 137) - Remove patches 157 and 186, which had test changes left over after upstreaming - Remove patch 188, a temporary workaround for hashlib tests - Merge patches 180, 206, 243, 5001 (architecture naming) into new patch 274 - Move python2-tools conflicts to tools subpackage (it was wrongly in tkinter) * Mon Aug 28 2017 Michal Cyprian <mcyprian@redhat.com> - 3.6.2-12 - Use python3 style of calling super() without arguments in rpath patch to prevent recursion in UnixCCompiler subclasses Resolves: rhbz#1458122 * Mon Aug 21 2017 Petr Viktorin <pviktori@redhat.com> - 3.6.2-11 - Add bcond for --without optimizations - Reword package descriptions - Remove Group declarations - Skip failing test_float_with_comma * Mon Aug 21 2017 Miro Hrončok <mhroncok@redhat.com> - 3.6.2-10 - Remove system-python, see https://fedoraproject.org/wiki/Changes/Platform_Python_Stack * Wed Aug 16 2017 Petr Viktorin <pviktori@redhat.com> - 3.6.2-9 - Use bconds for configuring the build - Reorganize the initial sections * Wed Aug 16 2017 Miro Hrončok <mhroncok@redhat.com> - 3.6.2-8 - Have /usr/bin/2to3 (rhbz#1111275) - Provide 2to3 and idle3, list them in summary and description (rhbz#1076401) * Fri Aug 11 2017 Michal Cyprian <mcyprian@redhat.com> - 3.6.2-7 - Revert "Add --executable option to install.py command" This enhancement is currently not needed and it can possibly collide with `pip --editable`option * Mon Aug 07 2017 Iryna Shcherbina <ishcherb@redhat.com> - 3.6.2-6 - Fix the "urllib FTP protocol stream injection" vulnerability Resolves: rhbz#1478916 * Tue Aug 01 2017 Tomas Orsava <torsava@redhat.com> - 3.6.2-5 - Dropped BuildRequires on db4-devel which was useful for Python 2 (module bsddb), however, no longer needod for Python 3 - Tested building Python 3 with and without the dependency, all tests pass and filelists of resulting RPMs are identical * Sun Jul 30 2017 Florian Weimer <fweimer@redhat.com> - 3.6.2-4 - Do not generate debuginfo subpackages (#1476593) - Rebuild with binutils fix for ppc64le (#1475636) * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Tue Jul 25 2017 Charalampos Stratakis <cstratak@redhat.com> - 3.6.2-2 - Make test_asyncio to not depend on the current SIGHUP signal handler. * Tue Jul 18 2017 Charalampos Stratakis <cstratak@redhat.com> - 3.6.2-1 - Update to Python 3.6.2 * Tue Jun 27 2017 Charalampos Stratakis <cstratak@redhat.com> - 3.6.1-10 - Update to the latest upstream implementation of PEP 538 * Mon Jun 26 2017 Michal Cyprian <mcyprian@redhat.com> - 3.6.1-9 - Make pip and distutils in user environment install into separate location * Fri Jun 23 2017 Charalampos Stratakis <cstratak@redhat.com> - 3.6.1-8 - Fix test_alpn_protocols from test_ssl - Do not require rebundled setuptools dependencies * Tue May 16 2017 Tomas Orsava <torsava@redhat.com> - 3.6.1-7 - Added a dependency to the devel subpackage on python3-rpm-generators which have been excised out of rpm-build - Updated notes on bootstrapping Python on top of this specfile accordingly - Involves: rhbz#1410631, rhbz#1444925 * Tue May 09 2017 Charalampos Stratakis <cstratak@redhat.com> - 3.6.1-6 - Enable profile guided optimizations for x86_64 and i686 architectures - Update to a newer implementation of PEP 538 - Update description to reflect that Python 3 is now the default Python * Fri May 05 2017 Charalampos Stratakis <cstratak@redhat.com> - 3.6.1-5 - Update PEP 538 to the latest upstream implementation * Tue Apr 18 2017 Charalampos Stratakis <cstratak@redhat.com> - 3.6.1-4 - Enable link time optimizations - Move windows executables to the devel subpackage (rhbz#1426257) * Thu Apr 13 2017 Tomas Orsava <torsava@redhat.com> - 3.6.1-3 - Rename python3.Xdm-config script from -debug to be arch specific Resolves: rhbz#1179073 * Wed Apr 05 2017 Charalampos Stratakis <cstratak@redhat.com> - 3.6.1-2 - Install the Makefile in its proper location (rhbz#1438219) * Wed Mar 22 2017 Iryna Shcherbina <ishcherb@redhat.com> - 3.6.1-1 - Update to version 3.6.1 final * Tue Mar 21 2017 Tomas Orsava <torsava@redhat.com> - 3.6.1-0.2.rc1 - Fix syntax error in %py_byte_compile macro (rhbz#1433569) * Thu Mar 16 2017 Iryna Shcherbina <ishcherb@redaht.com> - 3.6.1-0.1.rc1 - Update to Python 3.6.1 release candidate 1 - Add patch 264 to skip a known test failure on aarch64 * Fri Mar 10 2017 Charalampos Stratakis <cstratak@redhat.com> - 3.6.0-21 - Use proper command line parsing in _testembed - Backport of PEP 538: Coercing the legacy C locale to a UTF-8 based locale https://fedoraproject.org/wiki/Changes/python3_c.utf-8_locale * Mon Feb 27 2017 Charalampos Stratakis <cstratak@redhat.com> - 3.6.0-20 - Add desktop entry and appdata.xml file for IDLE 3 (rhbz#1392049) * Fri Feb 24 2017 Michal Cyprian <mcyprian@redhat.com> - 3.6.0-19 - Revert "Set values of prefix and exec_prefix to /usr/local for /usr/bin/python* executables..." to prevent build failures of packages using alternate build tools * Tue Feb 21 2017 Michal Cyprian <mcyprian@redhat.com> - 3.6.0-18 - Set values of prefix and exec_prefix to /usr/local for /usr/bin/python* executables - Use new %_module_build macro * Fri Feb 17 2017 Michal Cyprian <mcyprian@redhat.com> - 3.6.0-13 - Add --executable option to install.py command * Wed Feb 15 2017 Charalampos Stratakis <cstratak@redhat.com> - 3.6.0-12 - BuildRequire the new dependencies of setuptools when rewheel mode is enabled in order for the virtualenvs to work properly * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Wed Feb 01 2017 Stephen Gallagher <sgallagh@redhat.com> - 3.6.0-10 - Add missing %license macro * Thu Jan 26 2017 Tomas Orsava <torsava@redhat.com> - 3.6.0-9 - Modify the runtime dependency of python3-libs on system-python-libs again, because previous attempt didn't work properly with dnf resolving mechanism * Wed Jan 25 2017 Tomas Orsava <torsava@redhat.com> - 3.6.0-8 - Modify the runtime dependency of python3-libs on system-python-libs to use just the version and release number, but not the dist tag due to Modularity * Mon Jan 16 2017 Charalampos Stratakis <cstratak@redhat.com> - 3.6.0-7 - Fix error check, so that Random.seed actually uses OS randomness (rhbz#1412275) - Skip test_aead_aes_gcm during rpmbuild * Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 3.6.0-6 - Rebuild for readline 7.x * Tue Jan 10 2017 Charalampos Stratakis <cstratak@redhat.com> - 3.6.0-5 - Require glibc >= 2.24.90-26 for system-python-libs (rhbz#1410644) * Mon Jan 09 2017 Charalampos Stratakis <cstratak@redhat.com> - 3.6.0-4 - Define HAVE_LONG_LONG as 1 for backwards compatibility * Thu Jan 05 2017 Miro Hrončok <mhroncok@redhat.com> - 3.6.0-3 - Don't blow up on EL7 kernel (random generator) (rhbz#1410175) * Tue Dec 27 2016 Charalampos Stratakis <cstratak@redhat.com> - 3.6.0-1 - Update to Python 3.6.0 final * Fri Dec 09 2016 Charalampos Stratakis <cstratak@redhat.com> - 3.6.0-0.6.rc1 - Enable rewheel * Wed Dec 07 2016 Charalampos Stratakis <cstratak@redhat.com> - 3.6.0-0.5.rc1 - Update to Python 3.6.0 release candidate 1 * Mon Dec 05 2016 Charalampos Stratakis <cstratak@redhat.com> - 3.6.0-0.4.b4 - Update to Python 3.6.0 beta 4 * Mon Dec 05 2016 Charalampos Stratakis <cstratak@redhat.com> - 3.5.2-7 - Set to work with pip version 9.0.1