]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bop-43652: Update Tcl and Tk to 8.6.11 in Windows installer (GH-25170)
authorTerry Jan Reedy <tjreedy@udel.edu>
Fri, 23 Apr 2021 21:40:42 +0000 (17:40 -0400)
committerGitHub <noreply@github.com>
Fri, 23 Apr 2021 21:40:42 +0000 (22:40 +0100)
Misc/NEWS.d/next/Windows/2021-04-03-18-54-31.bpo-43652.gNmfVN.rst [new file with mode: 0644]
PCbuild/get_externals.bat
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 (file)
index 0000000..0ef44e2
--- /dev/null
@@ -0,0 +1 @@
+Update Tcl and Tk to 8.6.11 in Windows installer.
index a8bb06f819987809c816c4d17d83ae712a1def6a..d064a12a082add71305c59d2f845e6e71c7de595 100644 (file)
@@ -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 (
index fb61bee514721100abceac395a1dbf9173f13c06..1101796bb3604a9792028511f0e29216b79d1476 100644 (file)
@@ -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>