File tree Expand file tree Collapse file tree 6 files changed +15
-13
lines changed Expand file tree Collapse file tree 6 files changed +15
-13
lines changed Original file line number Diff line number Diff line change 5
5
Change Log
6
6
7
7
NOTE: The 4.0.0 Release of SCons dropped Python 2.7 Support
8
- NOTE: The 4.2 .0 Release of SCons will deprecate Python 3.5 Support . Python 3.5 support will be dropped in the next major release.
8
+ NOTE: 4.3 .0 now requires Python 3.6.0 and above . Python 3.5.x is no longer supported
9
9
10
10
RELEASE 4.3.0 - Tue, 16 Nov 2021 18:12:46 -0700
11
11
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ on the SCons download page:
4
4
https://scons.org/pages/download.html
5
5
6
6
7
+ NOTE: 4.3.0 now requires Python 3.6.0 and above. Python 3.5.x is no longer supported
8
+
7
9
Here is a summary of the changes since 4.2.0:
8
10
9
11
NEW FUNCTIONALITY
Original file line number Diff line number Diff line change 32
32
"""
33
33
34
34
# these define the range of versions SCons supports
35
- unsupported_python_version = (3 , 4 , 0 )
35
+ unsupported_python_version = (3 , 5 , 0 )
36
36
deprecated_python_version = (3 , 6 , 0 )
37
37
38
38
import SCons .compat
Original file line number Diff line number Diff line change 1
- __version__ = "4.2 .0"
1
+ __version__ = "4.3 .0"
2
2
__copyright__ = "Copyright (c) 2001 - 2021 The SCons Foundation"
3
- __developer__ = "bdbaddog "
4
- __date__ = "Sat, 31 Jul 2021 18:12:46 -0700 "
5
- __buildsys__ = "ProDog2020 "
6
- __revision__ = "fcdadeef19fe5fead09fa7544a27502be65312be "
7
- __build__ = "fcdadeef19fe5fead09fa7544a27502be65312be "
3
+ __developer__ = "bdeegan "
4
+ __date__ = "Tue, 16 Nov 2021 19:09:21 +0000 "
5
+ __buildsys__ = "octodog "
6
+ __revision__ = "559790274f66fa55251f5754de34820a29c7327a "
7
+ __build__ = "559790274f66fa55251f5754de34820a29c7327a "
8
8
# make sure compatibility is always in place
9
9
import SCons .compat # noqa
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ SF_TOPDIR='/home/frs/project/scons'
18
18
# the build products are here:
19
19
cd build/dist
20
20
cp -f ../../CHANGES.txt ../../RELEASE.txt .
21
- cp -f ../../README-sf .rst ./README.rst
21
+ cp -f ../../README-SF .rst ./README.rst
22
22
23
23
set -x
24
24
@@ -30,8 +30,8 @@ $RSYNC $RSYNCOPTS\
30
30
31
31
# Upload main scons release files:
32
32
$RSYNC $RSYNCOPTS \
33
- scons -$VERSION .tar.gz \
34
- scons -$VERSION .zip \
33
+ SCons -$VERSION .tar.gz \
34
+ SCons -$VERSION .zip \
35
35
CHANGES.txt RELEASE.txt \
36
36
$SF_USER @$SF_MACHINE :$SF_TOPDIR /scons/$VERSION /
37
37
Original file line number Diff line number Diff line change 1
1
<screen xmlns =" http://www.scons.org/dbxsd/v1.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://www.scons.org/dbxsd/v1.0 http://www.scons.org/dbxsd/v1.0/scons.xsd" >% <userinput >scons -Q</userinput >
2
- cc -o f4.o -c f4.c
3
- cc -o f3.o -c f3.c
4
2
cc -o f5.o -c f5.c
5
3
cc -o f2.o -c f2.c
4
+ cc -o f4.o -c f4.c
6
5
cc -o f1.o -c f1.c
6
+ cc -o f3.o -c f3.c
7
7
cc -o prog f1.o f2.o f3.o f4.o f5.o
8
8
</screen >
You can’t perform that action at this time.
0 commit comments