Skip to content

Commit 18cc2bd

Browse files
committed
WinPython 2021-05
1 parent 0eb2a93 commit 18cc2bd

19 files changed

+1906
-16
lines changed

Qt5_requirements64.txt

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ bokeh
9595
twitter
9696

9797
# dev complements
98+
# cx_Freeze out of fathion
9899
cx_Freeze
99100
pytest
100101
# nose
@@ -126,7 +127,7 @@ PythonQwt
126127
guidata
127128

128129
# for dask
129-
bloscpack
130+
##bloscpack dead
130131

131132

132133
lmfit
@@ -370,10 +371,11 @@ pyinstaller
370371
winrt
371372

372373
# swifter uses modin-0.7.4 + pickle5: two problematic dependancies as of 2020-07-27
373-
#swifter
374+
swifter
374375

375376
paramiko
376-
python_language_server
377+
#python_language_server no more
378+
python_lsp_server
377379
pexpect
378380

379381
#swagger flask (still no asyncio choice)
@@ -389,12 +391,12 @@ databases[sqlite]
389391

390392
altair-transform
391393
altair_data_server
392-
ibis-framework
394+
## ibis-framework no big life
393395

394396
folium
395397
shap
396398
plotly
397-
tranquilizer
399+
## tranquilizer no more needed
398400
#nbdev
399401
umap-learn
400402
flask-sqlalchemy
@@ -446,7 +448,7 @@ wasmer_compiler_cranelift
446448
wasmer_compiler_singlepass
447449

448450
voila
449-
voila_gridstack
451+
## voila_gridstack no more 2022-01-16
450452

451453
fastapi
452454

@@ -456,6 +458,7 @@ onnxruntime
456458
sklearn-contrib-lightning
457459
openpyxl
458460
zstandard
461+
pyzstd
459462
jupyterlab_lsp
460463
jupyter_lsp
461464
pynndescent
@@ -474,4 +477,8 @@ dask_image
474477

475478
#orjson for ipycanvas speed-up
476479
orjson
477-
480+
fastai
481+
streamlit
482+
dash
483+
jupyter_packaging
484+
alembic

changelogs/WinPython-64bit-3.10.2.0.md

Lines changed: 570 additions & 0 deletions
Large diffs are not rendered by default.

changelogs/WinPython-64bit-3.10.2.0_History.md

Lines changed: 289 additions & 0 deletions
Large diffs are not rendered by default.

changelogs/WinPython-64bit-3.9.10.0.md

Lines changed: 591 additions & 0 deletions
Large diffs are not rendered by default.

changelogs/WinPython-64bit-3.9.10.0_History.md

Lines changed: 248 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## WinPython 3.10.2.0dot
2+
3+
The following packages are included in WinPython-32bit v3.10.2.0dot .
4+
5+
### Tools
6+
7+
Name | Version | Description
8+
-----|---------|------------
9+
10+
11+
### Python packages
12+
13+
Name | Version | Description
14+
-----|---------|------------
15+
[Python](http://www.python.org/) | 3.10.2 | Python programming language with standard library
16+
[msvc_runtime](https://pypi.org/project/msvc_runtime) | 14.29.30036 | Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories
17+
[pip](https://pypi.org/project/pip) | 21.3.1 | The PyPA recommended tool for installing Python packages.
18+
[setuptools](https://pypi.org/project/setuptools) | 60.5.0 | Easily download, build, install, upgrade, and uninstall Python packages
19+
[sqlite_bro](https://pypi.org/project/sqlite_bro) | 0.12.1 | a graphic SQLite Client in 1 Python file
20+
[wheel](https://pypi.org/project/wheel) | 0.37.1 | A built-package format for Python
21+
[winpython](http://winpython.github.io/) | 4.6.20220116 | WinPython distribution tools, including WPPM

changelogs/WinPythondot-32bit-3.10.2.0_History.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## History of changes for WinPython-32bit 3.10.2.0dot
2+
3+
The following changes were made to WinPython-32bit distribution since version 3.10.0.1dot.
4+
5+
### Python packages
6+
7+
Upgraded packages:
8+
9+
* [Python](http://www.python.org/) 3.10.0 → 3.10.2 (Python programming language with standard library)
10+
* [setuptools](https://pypi.org/project/setuptools) 58.5.3 → 60.5.0 (Easily download, build, install, upgrade, and uninstall Python packages)
11+
* [wheel](https://pypi.org/project/wheel) 0.37.0 → 0.37.1 (A built-package format for Python)
12+
* [winpython](http://winpython.github.io/) 4.6.20211106 → 4.6.20220116 (WinPython distribution tools, including WPPM)
13+
14+
* * *
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## WinPython 3.9.10.0dot
2+
3+
The following packages are included in WinPython-32bit v3.9.10.0dot .
4+
5+
### Tools
6+
7+
Name | Version | Description
8+
-----|---------|------------
9+
10+
11+
### Python packages
12+
13+
Name | Version | Description
14+
-----|---------|------------
15+
[Python](http://www.python.org/) | 3.9.10 | Python programming language with standard library
16+
[msvc_runtime](https://pypi.org/project/msvc_runtime) | 14.29.30036 | Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories
17+
[pip](https://pypi.org/project/pip) | 21.3.1 | The PyPA recommended tool for installing Python packages.
18+
[setuptools](https://pypi.org/project/setuptools) | 60.5.0 | Easily download, build, install, upgrade, and uninstall Python packages
19+
[sqlite_bro](https://pypi.org/project/sqlite_bro) | 0.12.1 | a graphic SQLite Client in 1 Python file
20+
[wheel](https://pypi.org/project/wheel) | 0.37.1 | A built-package format for Python
21+
[winpython](http://winpython.github.io/) | 4.6.20220116 | WinPython distribution tools, including WPPM

changelogs/WinPythondot-32bit-3.9.10.0_History.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## History of changes for WinPython-32bit 3.9.10.0dot
2+
3+
The following changes were made to WinPython-32bit distribution since version 3.9.8.0dot.
4+
5+
### Python packages
6+
7+
Upgraded packages:
8+
9+
* [Python](http://www.python.org/) 3.9.8 → 3.9.10 (Python programming language with standard library)
10+
* [setuptools](https://pypi.org/project/setuptools) 58.5.3 → 60.5.0 (Easily download, build, install, upgrade, and uninstall Python packages)
11+
* [wheel](https://pypi.org/project/wheel) 0.37.0 → 0.37.1 (A built-package format for Python)
12+
* [winpython](http://winpython.github.io/) 4.6.20211106 → 4.6.20220116 (WinPython distribution tools, including WPPM)
13+
14+
* * *
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## WinPython 3.10.2.0dot
2+
3+
The following packages are included in WinPython-64bit v3.10.2.0dot .
4+
5+
### Tools
6+
7+
Name | Version | Description
8+
-----|---------|------------
9+
10+
11+
### Python packages
12+
13+
Name | Version | Description
14+
-----|---------|------------
15+
[Python](http://www.python.org/) | 3.10.2 | Python programming language with standard library
16+
[msvc_runtime](https://pypi.org/project/msvc_runtime) | 14.29.30133 | Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories
17+
[pip](https://pypi.org/project/pip) | 21.3.1 | The PyPA recommended tool for installing Python packages.
18+
[setuptools](https://pypi.org/project/setuptools) | 60.5.0 | Easily download, build, install, upgrade, and uninstall Python packages
19+
[sqlite_bro](https://pypi.org/project/sqlite_bro) | 0.12.1 | a graphic SQLite Client in 1 Python file
20+
[wheel](https://pypi.org/project/wheel) | 0.37.1 | A built-package format for Python
21+
[winpython](http://winpython.github.io/) | 4.6.20220116 | WinPython distribution tools, including WPPM

changelogs/WinPythondot-64bit-3.10.2.0_History.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## History of changes for WinPython-64bit 3.10.2.0dot
2+
3+
The following changes were made to WinPython-64bit distribution since version 3.10.0.1dot.
4+
5+
### Python packages
6+
7+
Upgraded packages:
8+
9+
* [Python](http://www.python.org/) 3.10.0 → 3.10.2 (Python programming language with standard library)
10+
* [setuptools](https://pypi.org/project/setuptools) 58.5.3 → 60.5.0 (Easily download, build, install, upgrade, and uninstall Python packages)
11+
* [wheel](https://pypi.org/project/wheel) 0.37.0 → 0.37.1 (A built-package format for Python)
12+
* [winpython](http://winpython.github.io/) 4.6.20211106 → 4.6.20220116 (WinPython distribution tools, including WPPM)
13+
14+
* * *
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## WinPython 3.11.0.0dot
2+
3+
The following packages are included in WinPython-64bit v3.11.0.0dot a4.
4+
5+
### Tools
6+
7+
Name | Version | Description
8+
-----|---------|------------
9+
10+
11+
### Python packages
12+
13+
Name | Version | Description
14+
-----|---------|------------
15+
[Python](http://www.python.org/) | 3.11.0 | Python programming language with standard library
16+
[msvc_runtime](https://pypi.org/project/msvc_runtime) | 14.29.30133 | Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories
17+
[pip](https://pypi.org/project/pip) | 21.3.1 | The PyPA recommended tool for installing Python packages.
18+
[setuptools](https://pypi.org/project/setuptools) | 60.5.0 | Easily download, build, install, upgrade, and uninstall Python packages
19+
[sqlite_bro](https://pypi.org/project/sqlite_bro) | 0.12.1 | a graphic SQLite Client in 1 Python file
20+
[wheel](https://pypi.org/project/wheel) | 0.37.1 | A built-package format for Python
21+
[winpython](http://winpython.github.io/) | 4.6.20220116 | WinPython distribution tools, including WPPM
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## WinPython 3.9.10.0dot
2+
3+
The following packages are included in WinPython-64bit v3.9.10.0dot .
4+
5+
### Tools
6+
7+
Name | Version | Description
8+
-----|---------|------------
9+
10+
11+
### Python packages
12+
13+
Name | Version | Description
14+
-----|---------|------------
15+
[Python](http://www.python.org/) | 3.9.10 | Python programming language with standard library
16+
[msvc_runtime](https://pypi.org/project/msvc_runtime) | 14.29.30133 | Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories
17+
[pip](https://pypi.org/project/pip) | 21.3.1 | The PyPA recommended tool for installing Python packages.
18+
[setuptools](https://pypi.org/project/setuptools) | 60.5.0 | Easily download, build, install, upgrade, and uninstall Python packages
19+
[sqlite_bro](https://pypi.org/project/sqlite_bro) | 0.12.1 | a graphic SQLite Client in 1 Python file
20+
[wheel](https://pypi.org/project/wheel) | 0.37.1 | A built-package format for Python
21+
[winpython](http://winpython.github.io/) | 4.6.20220116 | WinPython distribution tools, including WPPM

changelogs/WinPythondot-64bit-3.9.10.0_History.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## History of changes for WinPython-64bit 3.9.10.0dot
2+
3+
The following changes were made to WinPython-64bit distribution since version 3.9.8.0dot.
4+
5+
### Python packages
6+
7+
Upgraded packages:
8+
9+
* [Python](http://www.python.org/) 3.9.8 → 3.9.10 (Python programming language with standard library)
10+
* [setuptools](https://pypi.org/project/setuptools) 58.5.3 → 60.5.0 (Easily download, build, install, upgrade, and uninstall Python packages)
11+
* [wheel](https://pypi.org/project/wheel) 0.37.0 → 0.37.1 (A built-package format for Python)
12+
* [winpython](http://winpython.github.io/) 4.6.20211106 → 4.6.20220116 (WinPython distribution tools, including WPPM)
13+
14+
* * *

changelogs/md5_sha1.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
### WinPython 2021-05 release (January 25th, 2022)
2+
3+
MD5 | SHA-1 | SHA-256 | Binary | Size | SHA3-256
4+
---------------------------------|------------------------------------------|------------------------------------------------------------------|-----------------------------------|--------------------|------------------------------------------------------------------
5+
f89ffddb6baafd0cda00639cb27be51f | 7e7b86b05a8ba04b5eee1d8c7be580350fd6af18 | 3e7668eb8206b5e63ce52aef2f81c3513e51614acc9b8b7447e7c7af183f56cb | Winpython64-3.11.0.0dota4.exe | 27 320 030 Bytes | 09d2caa336aa0b19230b1ce60eb16570d67b299a51de08a401f334b90752958d
6+
b129f1cce35343fd96f824fc19a25f23 | 4c0c25c08f738341879143e37ce15bb162be23d3 | aeb1a08b0e0d80f1c3088fae1069f3a913da00dffe3be7b25800257c137ac51b | Winpython64-3.10.2.0dot.exe | 26 265 889 Bytes | 394b0687284e41239356407d572eca23d76e97014c2f78371d17396fa8f4f7f7
7+
875470e76953b37ddfe1f0c8f2489ad9 | 2a8c0431c86998c3f7339ef50d8d270abe7824a8 | d762e9c74016947d50451fd14033927c861bbc1801ad02a86f727f1503ebe59a | Winpython32-3.10.2.0dot.exe | 25 034 027 Bytes | 3b45eeb727bb1dfed5ed732c8f7646e7246ff6e75c06ded62ace85b2e7af115a
8+
27c7f5ba309c75d4156472f94df5f999 | e96cabce38ddc6178575127281f4f2ab5cdee0ad | c7d41083435940906998f07f4d2abfad27108b7854653d4e41c0e329e32c55b0 | Winpython64-3.9.10.0dot.exe | 26 475 751 Bytes | 78d302debbc4488d992f5594bd469b2a86ff9bf8bbbf09f25658e1f32f2bc1cf
9+
03150fc86fd56d8d067721100fd2a097 | 1c72ea2134ca71edf346cff60f64db81fbc4d94b | 497f9b4d1d3bebc3606c94911673b843dda3f0b226876b7240982e3e874bb52f | Winpython32-3.9.10.0dot.exe | 25 358 253 Bytes | 91ba91f6999331d2bd902cdf29141bffd18d31dc159d943cbcf6b46dc57ca3bd
10+
54c3befe8eca7c62ae453fa497228ce2 | f2c867670e877bd7d22077d1761cfcb4a00f8d22 | 09d197889b86062e9090fdc716bd16f5f604290cec3c68a0444eb7cd18f24f93 | Winpython64-3.9.10.0.exe | 857 520 123 Bytes | 82c08f19ef5fc7232c5bae5deef042d2b09f61835cd713a61bc97e8b109e2b6e
11+
ea78ad02b6ac45e9025c9340836fc3d6 | 7db8d4d2e2c04fb4b41731d6287a3b2a02edec6b | 26f057ccbad8b9dd5b42a18ba2dc8d3a8c2a8a9cbd6d199239e956d361540790 | Winpython64-3.10.2.0.exe | 710 798 132 Bytes | 2e9270f58bbc55044301b94a47a900181b3830ba6bc074a2d2a45c6bd822a34d
12+
13+
114
### WinPython 2021-04 release (November 11th, 2021)
215

316
MD5 | SHA-1 | SHA-256 | Binary | Size | SHA3-256

generate_a_winpython_distro.bat

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ set my_buildenv=C:\WinPython-64bit-3.6.8.0
5151

5252
rem handle alpha set my_release_level=a0
5353
if "%my_release_level%"=="" set my_release_level=
54+
rem b5
5455

5556
rem ---------
5657
rem newAge 20191022
@@ -59,24 +60,31 @@ rem change is we must help by giving my_python_target_release
5960
rem --------
6061

6162
if %my_python_target%==37 (
62-
set my_python_target_release=3710
63-
set my_release=0
63+
set my_python_target_release=3712
64+
set my_release=1
6465
)
6566
if %my_python_target%==38 (
66-
set my_python_target_release=3810
67-
set my_release=0
67+
set my_python_target_release=3812
68+
set my_release=1
6869
)
6970
if %my_python_target%==39 (
70-
set my_python_target_release=395
71+
set my_python_target_release=3910
7172
set my_release=0
7273
)
7374

7475
if %my_python_target%==310 (
75-
set my_python_target_release=3100
76+
set my_python_target_release=3102
7677
set my_release=0
7778
)
7879

7980

81+
if %my_python_target%==311 (
82+
set my_python_target_release=3110
83+
set my_release=0
84+
)
85+
86+
87+
8088
rem **** 2018-10-30 create_installer **
8189
if "%my_create_installer%"=="" set my_create_installer=True
8290
rem ***********************************************************

generate_winpython_distros310_dot.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ set my_pyver=3.10
1010

1111
set my_flavor=dot
1212

13-
set my_release=0
13+
set my_release=
1414

15-
set my_release_level=b3
15+
set my_release_level=
1616

1717
rem set my_create_installer=False
1818
set my_create_installer=nsis.zip

generate_winpython_distros310_qt5.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ set my_flavor=
1212

1313
set my_release=0
1414

15-
set my_release_level=b3
15+
set my_release_level=
1616

1717
rem set my_create_installer=False
1818
set my_create_installer=nsis.zip

run_complement_newbuild.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,15 @@ rem * ==================
4646
echo finish install of nteract_on_jupyter (2018-12-27)
4747
rem * =================
4848
if exist "%WINPYDIR%\Lib\site-packages\nteract_on_jupyter" "%WINPYDIR%\Scripts\jupyter.exe" serverextension enable nteract_on_jupyter
49+
if exist "%WINPYDIR%\Lib\site-packages\nteract_on_jupyter" "%WINPYDIR%\Scripts\jupyter.exe" server extension enable nteract_on_jupyter
4950

5051

5152
rem * ==================
5253
echo finish install of Voila (2019-07-21)
5354
rem * =================
5455
if exist "%WINPYDIR%\Lib\site-packages\voila" "%WINPYDIR%\Scripts\jupyter.exe" serverextension enable voila --sys-prefix
56+
if exist "%WINPYDIR%\Lib\site-packages\voila" "%WINPYDIR%\Scripts\jupyter.exe" server extension enable voila --sys-prefix
57+
5558

5659

5760
rem * =================

0 commit comments

Comments
 (0)