Mon, 06 May 2024 11:48:33 UTC | login

Information for build scons-4.4.0-1.fc37

ID204013
Package Namescons
Version4.4.0
Release1.fc37
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
StartedMon, 19 Sep 2022 23:15:06 UTC
CompletedMon, 19 Sep 2022 23:15:06 UTC
Tags
f37
f38
RPMs
src
scons-4.4.0-1.fc37.src.rpm (info) (download)
noarch
python3-scons-4.4.0-1.fc37.noarch.rpm (info) (download)
scons-doc-4.4.0-1.fc37.noarch.rpm (info) (download)
Changelog * Wed Aug 03 2022 Antonio Trande <sagitter@fedoraproject.org> - 4.4.0-1 - Release 4.4.0 * Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.3.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 4.3.0-4 - Rebuilt for Python 3.11 * Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.3.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Tue Dec 14 2021 Antonio Trande <sagitter@fedoraproject.org> - 4.3.0-2 - Rebuild on EPEL9 * Sun Nov 28 2021 Antonio Trande <sagitter@fedoraproject.org> - 4.3.0-1 - Release 4.3.0 * Sun Aug 01 2021 Antonio Trande <sagitter@fedoraproject.org> - 4.2.0-1 - Release 4.2.0 * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 4.1.0-4 - Rebuilt for Python 3.10 * Sun May 23 2021 Robert-André Mauchin <zebob.m@gmail.com> - 4.1.0-3 - Install prebuilt docs to avoid dependency on fop, affected by the Java apocalypse * Fri Apr 16 2021 Antonio Trande <sagitter@fedoraproject.org> - 4.1.0-2 - Exclude documentation build in epel8 - Prepare this package for epel8 + python38 * Thu Jan 28 2021 Antonio Trande <sagitter@fedoraproject.org> - 4.1.0-1 - Release 4.1.0 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jan 13 2021 Antonio Trande <sagitter@fedoraproject.org> - 4.0.1-4 - Patched for Python-310 (rhbz#1914318) * Mon Oct 05 2020 Antonio Trande <sagitter@fedoraproject.org> - 4.0.1-3 - BuildRequires python3-setuptools explicitly