Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ed588ce

Browse files
authored
Merge pull request #1436 from stonebig/master
WinPython 2024-05 final
2 parents e84d18e + 6ba8293 commit ed588ce

9 files changed

+1326
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
## WinPython 3.12.8.0dot
2+
3+
The following packages are included in WinPython-64bit v3.12.8.0dot .
4+
5+
<details>
6+
7+
### Tools
8+
9+
Name | Version | Description
10+
-----|---------|------------
11+
12+
13+
### Python packages
14+
15+
Name | Version | Description
16+
-----|---------|------------
17+
[Python](http://www.python.org/) | 3.12.8 | Python programming language with standard library
18+
[build](https://pypi.org/project/build) | 1.2.2.post1 | A simple, correct Python build frontend
19+
[colorama](https://pypi.org/project/colorama) | 0.4.6 | Cross-platform colored terminal text.
20+
[packaging](https://pypi.org/project/packaging) | 24.2 | Core utilities for Python packages
21+
[pip](https://pypi.org/project/pip) | 24.3.1 | The PyPA recommended tool for installing Python packages.
22+
[pyproject_hooks](https://pypi.org/project/pyproject_hooks) | 1.1.0 | Wrappers to call pyproject.toml-based build backend hooks.
23+
[setuptools](https://pypi.org/project/setuptools) | 75.6.0 | Easily download, build, install, upgrade, and uninstall Python packages
24+
[sqlite_bro](https://pypi.org/project/sqlite_bro) | 0.13.1 | a graphic SQLite Client in 1 Python file
25+
[wheel](https://pypi.org/project/wheel) | 0.44.0 | A built-package format for Python
26+
[winpython](https://pypi.org/project/winpython) | 11.2.20241228 | WinPython distribution tools, including WPPM
27+
28+
</details>

changelogs/WinPythondot-64bit-3.12.8.0_History.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## History of changes for WinPython-64bit 3.12.8.0dot
2+
3+
The following changes were made to WinPython-64bit distribution since version 3.12.6.0dot.
4+
5+
<details>
6+
### Python packages
7+
8+
Upgraded packages:
9+
10+
* [build](https://pypi.org/project/build) 1.2.1 → 1.2.2.post1 (A simple, correct Python build frontend)
11+
* [packaging](https://pypi.org/project/packaging) 24.1 → 24.2 (Core utilities for Python packages)
12+
* [pip](https://pypi.org/project/pip) 24.2 → 24.3.1 (The PyPA recommended tool for installing Python packages.)
13+
* [Python](http://www.python.org/) 3.12.6 → 3.12.8 (Python programming language with standard library)
14+
* [setuptools](https://pypi.org/project/setuptools) 72.2.0 → 75.6.0 (Easily download, build, install, upgrade, and uninstall Python packages)
15+
* [winpython](https://pypi.org/project/winpython) 10.7.20240908 → 11.2.20241228 (WinPython distribution tools, including WPPM)
16+
17+
Removed packages:
18+
19+
* [msvc_runtime](https://pypi.org/project/msvc_runtime) 14.40.33807 (Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories)
20+
21+
22+
</details>
23+
* * *
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
## WinPython 3.13.1.0dot
2+
3+
The following packages are included in WinPython-64bit v3.13.1.0dot .
4+
5+
<details>
6+
7+
### Tools
8+
9+
Name | Version | Description
10+
-----|---------|------------
11+
12+
13+
### Python packages
14+
15+
Name | Version | Description
16+
-----|---------|------------
17+
[Python](http://www.python.org/) | 3.13.1 | Python programming language with standard library
18+
[build](https://pypi.org/project/build) | 1.2.2.post1 | A simple, correct Python build frontend
19+
[colorama](https://pypi.org/project/colorama) | 0.4.6 | Cross-platform colored terminal text.
20+
[packaging](https://pypi.org/project/packaging) | 24.2 | Core utilities for Python packages
21+
[pip](https://pypi.org/project/pip) | 24.3.1 | The PyPA recommended tool for installing Python packages.
22+
[pyproject_hooks](https://pypi.org/project/pyproject_hooks) | 1.1.0 | Wrappers to call pyproject.toml-based build backend hooks.
23+
[setuptools](https://pypi.org/project/setuptools) | 75.6.0 | Easily download, build, install, upgrade, and uninstall Python packages
24+
[sqlite_bro](https://pypi.org/project/sqlite_bro) | 0.13.1 | a graphic SQLite Client in 1 Python file
25+
[wheel](https://pypi.org/project/wheel) | 0.44.0 | A built-package format for Python
26+
[winpython](https://pypi.org/project/winpython) | 11.2.20241228 | WinPython distribution tools, including WPPM
27+
28+
</details>

changelogs/WinPythondot-64bit-3.13.1.0_History.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
## History of changes for WinPython-64bit 3.13.1.0dot
2+
3+
The following changes were made to WinPython-64bit distribution since version 3.13.0.1dot.
4+
5+
<details>
6+
### Python packages
7+
8+
Upgraded packages:
9+
10+
* [build](https://pypi.org/project/build) 1.2.1 → 1.2.2.post1 (A simple, correct Python build frontend)
11+
* [packaging](https://pypi.org/project/packaging) 24.1 → 24.2 (Core utilities for Python packages)
12+
* [pip](https://pypi.org/project/pip) 24.2 → 24.3.1 (The PyPA recommended tool for installing Python packages.)
13+
* [Python](http://www.python.org/) 3.13.0 → 3.13.1 (Python programming language with standard library)
14+
* [setuptools](https://pypi.org/project/setuptools) 72.2.0 → 75.6.0 (Easily download, build, install, upgrade, and uninstall Python packages)
15+
* [winpython](https://pypi.org/project/winpython) 10.7.20240908 → 11.2.20241228 (WinPython distribution tools, including WPPM)
16+
17+
Removed packages:
18+
19+
* [interpreters_pep_734](https://pypi.org/project/interpreters_pep_734) 0.1.0 (Use this module to try out multiple interpreters and a per-interpreter GIL in Python 3.13+. Do not use this for anything important yet.)
20+
* [msvc_runtime](https://pypi.org/project/msvc_runtime) 14.40.33807 (Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories)
21+
22+
23+
</details>
24+
* * *

0 commit comments

Comments
 (0)