summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2021-07-13 17:25:36 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2021-07-13 17:25:36 (GMT)
commit573e5d8642daba23495870ff0ca9a5d53a5f5cbe (patch)
tree750153d16e6168967f5e23021a517930fc5e5d5e
parent5ed9c524816eee410a751a43c257e32bab1e172c (diff)
downloadSCons-573e5d8642daba23495870ff0ca9a5d53a5f5cbe.zip
SCons-573e5d8642daba23495870ff0ca9a5d53a5f5cbe.tar.gz
SCons-573e5d8642daba23495870ff0ca9a5d53a5f5cbe.tar.bz2
Add python 3.5 deprecation notices and update copyright dates
-rwxr-xr-xCHANGES.txt2
-rwxr-xr-xREADME-SF.rst5
-rw-r--r--README-local3
-rwxr-xr-xREADME-package.rst8
-rwxr-xr-xREADME.rst10
-rwxr-xr-xRELEASE.txt3
6 files changed, 23 insertions, 8 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 6afd4c0..3932a1f 100755
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -5,7 +5,7 @@
Change Log
NOTE: The 4.0.0 Release of SCons dropped Python 2.7 Support
-NOTE: The 4.2.0 Release of SCons will drop Python 3.5 Support
+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.
RELEASE VERSION/DATE TO BE FILLED IN LATER
diff --git a/README-SF.rst b/README-SF.rst
index fce28d9..337fbf5 100755
--- a/README-SF.rst
+++ b/README-SF.rst
@@ -50,6 +50,9 @@ Execution Requirements
Running SCons requires Python 3.5 or higher. There should be no other
dependencies or requirements to run scons.
+As of SCons 4.2.0 support for Python 3.5 is deprecated and will be removed
+with the next major release.
+
The default SCons configuration assumes use of the Microsoft Visual C++
compiler suite on Win32 systems, and assumes a C compiler named 'cc', a C++
compiler named 'c++', and a Fortran compiler named 'gfortran' (such as found
@@ -609,5 +612,5 @@ many contributors, including but not at all limited to:
\... and many others.
-Copyright (c) 2001 - 2020 The SCons Foundation
+Copyright (c) 2001 - 2021 The SCons Foundation
diff --git a/README-local b/README-local
index 2d3dac1..86f5268 100644
--- a/README-local
+++ b/README-local
@@ -47,6 +47,9 @@ EXECUTION REQUIREMENTS
Running SCons requires Python 3.5 or higher.
There should be no other dependencies or requirements to run SCons.
+As of SCons 4.2.0 support for Python 3.5 is deprecated and will be removed
+with the next major release.
+
The default SCons configuration assumes use of the Microsoft Visual C++
compiler suite on WIN32 systems (either through the Visual Studio
product, or through the separate Build Tools), and assumes a C compiler
diff --git a/README-package.rst b/README-package.rst
index bc0e7ef..f9833f7 100755
--- a/README-package.rst
+++ b/README-package.rst
@@ -13,8 +13,8 @@ SCons - a software construction tool
:target: https://sourceforge.net/projects/scons
:alt: Sourceforge Total Downloads
-.. image:: https://travis-ci.org/SCons/scons.svg?branch=master
- :target: https://travis-ci.org/SCons/scons
+.. image:: https://travis-ci.com/SCons/scons.svg?branch=master
+ :target: https://travis-ci.com/SCons/scons
:alt: Travis CI build status
.. image:: https://ci.appveyor.com/api/projects/status/github/SCons/scons?svg=true&branch=master
@@ -47,6 +47,8 @@ Requirements
Running SCons requires Python 3.5 or higher. There should be no other
dependencies or requirements to run SCons.
+As of SCons 4.2.0 support for Python 3.5 is deprecated and will be removed
+with the next major release.
By default, SCons knows how to search for available programming tools on
various systems--see the SCons man page for details. You may, of course,
@@ -129,5 +131,5 @@ Check the SCons web site at:
http://www.scons.org/
-Copyright (c) 2001 - 2020 The SCons Foundation
+Copyright (c) 2001 - 2021 The SCons Foundation
diff --git a/README.rst b/README.rst
index cc14a01..54232f8 100755
--- a/README.rst
+++ b/README.rst
@@ -13,8 +13,8 @@ SCons - a software construction tool
:target: https://sourceforge.net/projects/scons
:alt: Sourceforge Total Downloads
-.. image:: https://travis-ci.org/SCons/scons.svg?branch=master
- :target: https://travis-ci.org/SCons/scons
+.. image:: https://travis-ci.com/SCons/scons.svg?branch=master
+ :target: https://travis-ci.com/SCons/scons
:alt: Travis CI build status
.. image:: https://ci.appveyor.com/api/projects/status/github/SCons/scons?svg=true&branch=master
@@ -79,6 +79,10 @@ Execution Requirements
Running SCons requires Python 3.5 or higher. There should be no other
dependencies or requirements to run scons
+As of SCons 4.2.0 support for Python 3.5 is deprecated and will be removed
+with the next major release.
+
+
The default SCons configuration assumes use of the Microsoft Visual C++
compiler suite on Win32 systems, and assumes a C compiler named 'cc', a C++
compiler named 'c++', and a Fortran compiler named 'gfortran' (such as found
@@ -629,5 +633,5 @@ many contributors, including but not at all limited to:
\... and many others.
-Copyright (c) 2001 - 2020 The SCons Foundation
+Copyright (c) 2001 - 2021 The SCons Foundation
diff --git a/RELEASE.txt b/RELEASE.txt
index 71536c0..6886739 100755
--- a/RELEASE.txt
+++ b/RELEASE.txt
@@ -6,6 +6,9 @@ on the SCons download page:
Here is a summary of the changes since 4.1.0:
+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.
+
+
NEW FUNCTIONALITY
-----------------