+9
-9
lines changedFilter options
+9
-9
lines changed Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1
1
export PYVERSION ?= 3.12.7
2
2
export PYODIDE_EMSCRIPTEN_VERSION ?= 3.1.58
3
-
export PYODIDE_VERSION ?= 0.27.5
3
+
export PYODIDE_VERSION ?= 0.27.6
4
4
export PYODIDE_ABI_VERSION ?= 2024_0
5
5
6
6
export PYTHON_ARCHIVE_SHA256=73ac8fe780227bf371add8373c3079f42a0dc62deff8d612cd15a618082ab623
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@ list from there with "The Pyodide development team" like in the example below:
45
45
month = aug,
46
46
year = 2021,
47
47
publisher = {Zenodo},
48
-
version = {0.27.5},
48
+
version = {0.27.6},
49
49
doi = {10.5281/zenodo.5156931},
50
50
url = {https://doi.org/10.5281/zenodo.5156931}
51
51
}
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ const API = Module.API;
2
2
const Hiwire = {};
3
3
const Tests = {};
4
4
API.tests = Tests;
5
-
API.version = "0.27.5";
5
+
API.version = "0.27.6";
6
6
Module.hiwire = Hiwire;
7
7
8
8
function getTypeTag(x) {
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "pyodide",
3
-
"version": "0.27.5",
3
+
"version": "0.27.6",
4
4
"description": "The Pyodide JavaScript package",
5
5
"keywords": [
6
6
"python",
Original file line number Diff line number Diff line change
@@ -6,4 +6,4 @@
6
6
* from the version in ``package.json`` which follows the node package manager
7
7
* version convention.
8
8
*/
9
-
export const version: string = "0.27.5";
9
+
export const version: string = "0.27.6";
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
10
10
# This package is imported by the test suite as well, and currently we don't use
11
11
# pytest mocks for js or pyodide_js, so make sure to test "if IN_BROWSER" before
12
12
# importing from these.
13
-
__version__ = "0.27.5"
13
+
__version__ = "0.27.6"
14
14
15
15
__all__ = ["__version__", "console", "code", "ffi", "http", "webloop"]
16
16
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project]
6
6
name = "pyodide-py"
7
-
version = "0.27.5"
7
+
version = "0.27.6"
8
8
authors = [{name = "Pyodide developers"}]
9
9
description = "A Python package providing core interpreter functionality for Pyodide"
10
10
classifiers = [
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4