[Python-checkins] bop-43652: Update Tcl and Tk to 8.6.11 in Windows installer (GH-25170)

zooba webhook-mailer at python.org
Fri Apr 23 17:40:50 EDT 2021


https://github.com/python/cpython/commit/6b59e662fa39a356d6eb03d349b140477857f4b1
commit: 6b59e662fa39a356d6eb03d349b140477857f4b1
branch: master
author: Terry Jan Reedy <tjreedy at udel.edu>
committer: zooba <steve.dower at microsoft.com>
date: 2021-04-23T22:40:42+01:00
summary:

bop-43652: Update Tcl and Tk to 8.6.11 in Windows installer (GH-25170)

files:
A Misc/NEWS.d/next/Windows/2021-04-03-18-54-31.bpo-43652.gNmfVN.rst
M PCbuild/get_externals.bat
M PCbuild/tcltk.props

diff --git a/Misc/NEWS.d/next/Windows/2021-04-03-18-54-31.bpo-43652.gNmfVN.rst b/Misc/NEWS.d/next/Windows/2021-04-03-18-54-31.bpo-43652.gNmfVN.rst
new file mode 100644
index 0000000000000..0ef44e28a9a1d
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2021-04-03-18-54-31.bpo-43652.gNmfVN.rst
@@ -0,0 +1 @@
+Update Tcl and Tk to 8.6.11 in Windows installer.
diff --git a/PCbuild/get_externals.bat b/PCbuild/get_externals.bat
index a8bb06f819987..d064a12a082ad 100644
--- a/PCbuild/get_externals.bat
+++ b/PCbuild/get_externals.bat
@@ -55,8 +55,8 @@ set libraries=%libraries%                                       bzip2-1.0.6
 if NOT "%IncludeLibffiSrc%"=="false" set libraries=%libraries%  libffi
 if NOT "%IncludeSSLSrc%"=="false" set libraries=%libraries%     openssl-1.1.1k
 set libraries=%libraries%                                       sqlite-3.34.0.0
-if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tcl-core-8.6.10.0
-if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tk-8.6.10.0
+if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tcl-core-8.6.11.0
+if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tk-8.6.11.0
 if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tix-8.4.3.6
 set libraries=%libraries%                                       xz-5.2.2
 set libraries=%libraries%                                       zlib-1.2.11
@@ -78,7 +78,7 @@ echo.Fetching external binaries...
 set binaries=
 if NOT "%IncludeLibffi%"=="false"  set binaries=%binaries% libffi
 if NOT "%IncludeSSL%"=="false"     set binaries=%binaries% openssl-bin-1.1.1k-1
-if NOT "%IncludeTkinter%"=="false" set binaries=%binaries% tcltk-8.6.10.0
+if NOT "%IncludeTkinter%"=="false" set binaries=%binaries% tcltk-8.6.11.0
 if NOT "%IncludeSSLSrc%"=="false"  set binaries=%binaries% nasm-2.11.06
 
 for %%b in (%binaries%) do (
diff --git a/PCbuild/tcltk.props b/PCbuild/tcltk.props
index fb61bee514721..1101796bb3604 100644
--- a/PCbuild/tcltk.props
+++ b/PCbuild/tcltk.props
@@ -4,7 +4,7 @@
   <PropertyGroup>
     <TclMajorVersion>8</TclMajorVersion>
     <TclMinorVersion>6</TclMinorVersion>
-    <TclPatchLevel>10</TclPatchLevel>
+    <TclPatchLevel>11</TclPatchLevel>
     <TclRevision>0</TclRevision>
     <TkMajorVersion>$(TclMajorVersion)</TkMajorVersion>
     <TkMinorVersion>$(TclMinorVersion)</TkMinorVersion>



More information about the Python-checkins mailing list