Mon, 06 May 2024 17:24:17 UTC | login

Information for build scons-4.0.1-2.fc33

ID175877
Package Namescons
Version4.0.1
Release2.fc33
Epoch
SummaryAn Open Source software construction tool
DescriptionSCons is an Open Source software construction tool--that is, a build tool; an improved substitute for the classic Make utility; a better way to build software. SCons is based on the design which won the Software Carpentry build tool design competition in August 2000. SCons "configuration files" are Python scripts, eliminating the need to learn a new build tool syntax. SCons maintains a global view of all dependencies in a tree, and can scan source (or other) files for implicit dependencies, such as files specified on #include lines. SCons uses MD5 signatures to rebuild only when the contents of a file have really changed, not just when the timestamp has been touched. SCons supports side-by-side variant builds, and is easily extended with user- defined Builder and/or Scanner objects.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 13 Aug 2020 13:28:21 UTC
CompletedThu, 13 Aug 2020 13:28:21 UTC
Tags
f33
f37
f38
RPMs
src
scons-4.0.1-2.fc33.src.rpm (info) (download)
noarch
python3-scons-4.0.1-2.fc33.noarch.rpm (info) (download)
scons-doc-4.0.1-2.fc33.noarch.rpm (info) (download)
Changelog * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri Jul 17 2020 Antonio Trande <sagitter@fedoraproject.org> - 4.0.1-1 - Release 4.0.1 * Mon Jul 06 2020 Antonio Trande <sagitter@fedoraproject.org> - 4.0.0-1 - Release 4.0.0 - Obolete Python2 builds * Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 3.1.2-3 - Rebuilt for Python 3.9 * Fri Feb 07 2020 Antonio Trande <sagitter@fedoraproject.org> - 3.1.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - Remove missing dependencies (fop) for building doc - %py3_install macro is bugged * Tue Dec 17 2019 Antonio Trande <sagitter@fedoraproject.org> - 3.1.2-1 - Update to 3.1.2 - Use pathfix.py - Add python-lxml lynx BR * Fri Nov 15 2019 Antonio Trande <sagitter@fedoraproject.org> - 3.1.1-4 - Fix Changelog * Fri Nov 15 2019 Antonio Trande <sagitter@fedoraproject.org> - 3.1.1-3 - Python2 SCons no longer built on Fedora 32+ * Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 3.1.1-2 - Rebuilt for Python 3.8.0rc1 (#1748018) * Tue Aug 27 2019 Mosaab Alzoubi <moceap@hotmail.com> - 3.1.1-1 - Update to 3.1.1 * Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 3.1.0-2 - Rebuilt for Python 3.8 * Fri Aug 16 2019 Antonio Trande <sagitter@fedoraproject.org> - 3.1.0-1 - Release 3.1.0 * Mon Aug 12 2019 Antonio Trande <sagitterATfedoraproject.org> - 3.0.5-5 - Provides *-3 dummy commands on Fedora and EPEL7+ * Sat Aug 03 2019 Antonio Trande <sagitterATfedoraproject.org> - 3.0.5-4 - Remove wrong links of scons-2 * Wed Jul 24 2019 Antonio Trande <sagitterATfedoraproject.org> - 3.0.5-3 - Fix builds on EPEL7 * Tue Jul 23 2019 Antonio Trande <sagitterATfedoraproject.org> - 3.0.5-2 - Unversioned commands point to Python3 on Fedora - Obsolete Python2 version on Fedora * Wed Mar 27 2019 Antonio Trande <sagitter@fedoraproject.org> - 3.0.5-1 - Release 3.0.5 * Thu Mar 14 2019 Antonio Trande <sagitter@fedoraproject.org> - 3.0.4-4 - Fix Provides of scons-python3 * Thu Mar 14 2019 Antonio Trande <sagitter@fedoraproject.org> - 3.0.4-3 - Reorganize distro macros * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Wed Jan 23 2019 Antonio Trande <sagitter@fedoraproject.org> - 3.0.4-1 - Release 3.0.4 (bz#1668876) * Wed Aug 22 2018 Antonio Trande <sagitter@fedoraproject.org> - 3.0.1-12 - Reintroduce python2-scons on Fedora 30+ * Wed Aug 22 2018 Antonio Trande <sagitter@fedoraproject.org> - 3.0.1-11 - Deprecate Python2 on Fedora 30+ and EPEL 8+ - Use python3_other macros (https://fedoraproject.org/wiki/User:Bkabrda/EPEL7_Python3)