10000 WinPython 2020-04 · winpython/winpython@201c7db · GitHub
[go: up one dir, main page]

Skip to content

Commit 201c7db

Browse files
committed
WinPython 2020-04
1 parent 2285694 commit 201c7db

16 files changed

+2623
-0
lines changed

changelogs/WinPython-64bit-3.8.6.0.md

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

changelogs/WinPython-64bit-3.8.6.0_History.md

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

changelogs/WinPython-64bit-3.9.0.2.md

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

changelogs/WinPython-64bit-3.9.0.2_History.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## History of changes for WinPython-64bit 3.9.0.2
2+
3+
The following changes were made to WinPython-64bit distribution since version 3.9.0.2.
4+
5+
* * *

changelogs/WinPythoncod-64bit-3.8.6.0.md

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

changelogs/WinPythoncod-64bit-3.8.6.0_History.md

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

changelogs/WinPythoncod-64bit-3.9.0.2.md

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

changelogs/WinPythoncod-64bit-3.9.0.2_History.md

Lines changed: 199 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.8.6.0dot
2+
3+
The following packages are included in WinPython-32bit v3.8.6.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.8.6 | Python programming language with standard library
16+
[msvc_runtime](https://pypi.org/project/msvc_runtime) | 14.27.29016.1 | Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories
17+
[pip](https://pypi.org/project/pip) | 20.2.4 | The PyPA recommended tool for installing Python packages.
18+
[setuptools](https://pypi.org/project/setuptools) | 50.3.2 | Easily download, build, install, upgrade, and uninstall Python packages
19+
[sqlite_bro](https://pypi.org/project/sqlite_bro) | 0.9.1 | a graphic SQLite Client in 1 Python file
20+
[wheel](https://pypi.org/project/wheel) | 0.35.1 | A built-package format for Python
21+
[winpython](http://winpython.github.io/) | 3.0.20201028 | WinPython distribution tools, including WPPM

changelogs/WinPythondot-32bit-3.8.6.0_History.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## History of changes for WinPython-32bit 3.8.6.0dot
2+
3+
The following changes were made to WinPython-32bit distribution since version 3.8.5.0dot.
4+
5+
### Python packages
6+
7+
Upgraded packages:
8+
9+
* [msvc_runtime](https://pypi.org/project/msvc_runtime) 14.27.29016 → 14.27.29016.1 (Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories)
10+
* [pip](https://pypi.org/project/pip) 20.2.2 → 20.2.4 (The PyPA recommended tool for installing Python packages.)
11+
* [Python](http://www.python.org/) 3.8.5 → 3.8.6 (Python programming language with standard library)
12+
* [setuptools](https://pypi.org/project/setuptools) 49.6.0 → 50.3.2 (Easily download, build, install, upgrade, and uninstall Python packages)
13+
* [winpython](http://winpython.github.io/) 3.0.20200808 → 3.0.20201028 (WinPython distribution tools, including WPPM)
14+
15+
* * *
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## WinPython 3.9.0.2dot
2+
3+
The following packages are included in WinPython-32bit v3.9.0.2dot .
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.0 | Python programming language with standard library
16+
[msvc_runtime](https://pypi.org/project/msvc_runtime) | 14.27.29016.1 | Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories
17+
[pip](https://pypi.org/project/pip) | 20.2.4 | The PyPA recommended tool for installing Python packages.
18+
[setuptools](https://pypi.org/project/setuptools) | 50.3.2 | Easily download, build, install, upgrade, and uninstall Python packages
19+
[sqlite_bro](https://pypi.org/project/sqlite_bro) | 0.9.1 | a graphic SQLite Client in 1 Python file
20+
[wheel](https://pypi.org/project/wheel) | 0.35.1 | A built-package format for Python
21+
[winpython](http://winpython.github.io/) | 3.0.20201028 | WinPython distribution tools, including WPPM

changelogs/WinPythondot-32bit-3.9.0.2_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.0.2dot
2+
3+
The following changes were made to WinPython-32bit distribution since version 3.9.0.1dot.
4+
5+
### Python packages
6+
7+
Upgraded packages:
8+
9+
* [msvc_runtime](https://pypi.org/project/msvc_runtime) 14.27.29016 → 14.27.29016.1 (Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories)
10+
* [pip](https://pypi.org/project/pip) 20.2.2 → 20.2.4 (The PyPA recommended tool for installing Python packages.)
11+
* [setuptools](https://pypi.org/project/setuptools) 49.6.0 → 50.3.2 (Easily download, build, install, upgrade, and uninstall Python packages)
12+
* [winpython](http://winpython.github.io/) 3.0.20200808 → 3.0.20201028 (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.8.6.0dot
2+
3+
The following packages are included in WinPython-64bit v3.8.6.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.8.6 | Python programming language with standard library
16+
[msvc_runtime](https://pypi.org/project/msvc_runtime) | 14.27.29016.1 | Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories
17+
[pip](https://pypi.org/project/pip) | 20.2.4 | The PyPA recommended tool for installing Python packages.
18+
[setuptools](https://pypi.org/project/setuptools) | 50.3.2 | Easily download, build, install, upgrade, and uninstall Python packages
19+
[sqlite_bro](https://pypi.org/project/sqlite_bro) | 0.9.1 | a graphic SQLite Client in 1 Python file
20+
[wheel](https://pypi.org/project/wheel) | 0.35.1 | A built-package format for Python
21+
[winpython](http://winpython.github.io/) | 3.0.20201028 | WinPython distribution tools, including WPPM

changelogs/WinPythondot-64bit-3.8.6.0_History.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## History of changes for WinPython-64bit 3.8.6.0dot
2+
3+
The following changes were made to WinPython-64bit distribution since version 3.8.5.0dot.
4+
5+
### Python packages
6+
7+
Upgraded packages:
8+
9+
* [msvc_runtime](https://pypi.org/project/msvc_runtime) 14.27.29016 → 14.27.29016.1 (Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories)
10+
* [pip](https://pypi.org/project/pip) 20.2.2 → 20.2.4 (The PyPA recommended tool for installing Python packages.)
11+
* [Python](http://www.python.org/) 3.8.5 → 3.8.6 (Python programming language with standard library)
12+
* [setuptools](https://pypi.org/project/setuptools) 49.6.0 → 50.3.2 (Easily download, build, install, upgrade, and uninstall Python packages)
13+
* [winpython](http://winpython.github.io/) 3.0.20200808 → 3.0.20201028 (WinPython distribution tools, including WPPM)
14+
15+
* * *
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## WinPython 3.9.0.2dot
2+
3+
The following packages are included in WinPython-64bit v3.9.0.2dot .
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.0 | Python programming language with standard library
16+
[msvc_runtime](https://pypi.org/project/msvc_runtime) | 14.27.29016.1 | Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories
17+
[pip](https://pypi.org/project/pip) | 20.2.4 | The PyPA recommended tool for installing Python packages.
18+
[setuptools](https://pypi.org/project/setuptools) | 50.3.2 | Easily download, build, install, upgrade, and uninstall Python packages
19+
[sqlite_bro](https://pypi.org/project/sqlite_bro) | 0.9.1 | a graphic SQLite Client in 1 Python file
20+
[wheel](https://pypi.org/project/wheel) | 0.35.1 | A built-package format for Python
21+
[winpython](http://winpython.github.io/) | 3.0.20201028 | WinPython distribution tools, including WPPM

changelogs/WinPythondot-64bit-3.9.0.2_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.0.2dot
2+
3+
The following changes were made to WinPython-64bit distribution since version 3.9.0.1dot.
4+
5+
### Python packages
6+
7+
Upgraded packages:
8+
9+
* [msvc_runtime](https://pypi.org/project/msvc_runtime) 14.27.29016 → 14.27.29016.1 (Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories)
10+
* [pip](https://pypi.org/project/pip) 20.2.2 → 20.2.4 (The PyPA recommended tool for installing Python packages.)
11+
* [setuptools](https://pypi.org/project/setuptools) 49.6.0 → 50.3.2 (Easily download, build, install, upgrade, and uninstall Python packages)
12+
* [winpython](http://winpython.github.io/) 3.0.20200808 → 3.0.20201028 (WinPython distribution tools, including WPPM)
13+
14+
* * *

0 commit comments

Comments
 (0)
0