@platforma-open/milaboratories.runenv-python-3.12.10 1.2.9 → 1.2.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/artifacts/main/archive_linux-aarch64.json +1 -1
- package/dist/artifacts/main/archive_linux-x64.json +1 -1
- package/dist/artifacts/main/archive_macosx-aarch64.json +1 -1
- package/dist/artifacts/main/archive_macosx-x64.json +1 -1
- package/dist/artifacts/main/archive_windows-x64.json +1 -1
- package/dist/tengo/software/main.sw.json +1 -1
- package/package.json +4 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
{"type":"environment","platform":"linux-aarch64","registryURL":"https://bin.pl-open.science/","registryName":"platforma-open","remoteArtifactLocation":"software/platforma-open/milaboratories.runenv-python-3.12.10/main/1.2.
|
|
1
|
+
{"type":"environment","platform":"linux-aarch64","registryURL":"https://bin.pl-open.science/","registryName":"platforma-open","remoteArtifactLocation":"software/platforma-open/milaboratories.runenv-python-3.12.10/main/1.2.11-{os}-{arch}.tgz","uploadPath":"software/platforma-open/milaboratories.runenv-python-3.12.10/main/1.2.11-linux-aarch64.tgz"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"type":"environment","platform":"linux-x64","registryURL":"https://bin.pl-open.science/","registryName":"platforma-open","remoteArtifactLocation":"software/platforma-open/milaboratories.runenv-python-3.12.10/main/1.2.
|
|
1
|
+
{"type":"environment","platform":"linux-x64","registryURL":"https://bin.pl-open.science/","registryName":"platforma-open","remoteArtifactLocation":"software/platforma-open/milaboratories.runenv-python-3.12.10/main/1.2.11-{os}-{arch}.tgz","uploadPath":"software/platforma-open/milaboratories.runenv-python-3.12.10/main/1.2.11-linux-x64.tgz"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"type":"environment","platform":"macosx-aarch64","registryURL":"https://bin.pl-open.science/","registryName":"platforma-open","remoteArtifactLocation":"software/platforma-open/milaboratories.runenv-python-3.12.10/main/1.2.
|
|
1
|
+
{"type":"environment","platform":"macosx-aarch64","registryURL":"https://bin.pl-open.science/","registryName":"platforma-open","remoteArtifactLocation":"software/platforma-open/milaboratories.runenv-python-3.12.10/main/1.2.11-{os}-{arch}.tgz","uploadPath":"software/platforma-open/milaboratories.runenv-python-3.12.10/main/1.2.11-macosx-aarch64.tgz"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"type":"environment","platform":"macosx-x64","registryURL":"https://bin.pl-open.science/","registryName":"platforma-open","remoteArtifactLocation":"software/platforma-open/milaboratories.runenv-python-3.12.10/main/1.2.
|
|
1
|
+
{"type":"environment","platform":"macosx-x64","registryURL":"https://bin.pl-open.science/","registryName":"platforma-open","remoteArtifactLocation":"software/platforma-open/milaboratories.runenv-python-3.12.10/main/1.2.11-{os}-{arch}.tgz","uploadPath":"software/platforma-open/milaboratories.runenv-python-3.12.10/main/1.2.11-macosx-x64.tgz"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"type":"environment","platform":"windows-x64","registryURL":"https://bin.pl-open.science/","registryName":"platforma-open","remoteArtifactLocation":"software/platforma-open/milaboratories.runenv-python-3.12.10/main/1.2.
|
|
1
|
+
{"type":"environment","platform":"windows-x64","registryURL":"https://bin.pl-open.science/","registryName":"platforma-open","remoteArtifactLocation":"software/platforma-open/milaboratories.runenv-python-3.12.10/main/1.2.11-{os}-{arch}.tgz","uploadPath":"software/platforma-open/milaboratories.runenv-python-3.12.10/main/1.2.11-windows-x64.tgz"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@platforma-open/milaboratories.runenv-python-3.12.10:main","runEnv":{"type":"python","registry":"platforma-open","package":"software/platforma-open/milaboratories.runenv-python-3.12.10/main/1.2.
|
|
1
|
+
{"name":"@platforma-open/milaboratories.runenv-python-3.12.10:main","runEnv":{"type":"python","python-version":"3.12.10","envVars":[],"registry":"platforma-open","package":"software/platforma-open/milaboratories.runenv-python-3.12.10/main/1.2.11-{os}-{arch}.tgz","binDir":"bin"}}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@platforma-open/milaboratories.runenv-python-3.12.10",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.11",
|
|
4
4
|
"description": "Python 3.12.10 run environment for Platforma Backend",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist/"
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
"type": "environment",
|
|
14
14
|
"runtime": "python",
|
|
15
15
|
"registry": "platforma-open",
|
|
16
|
+
"python-version": "3.12.10",
|
|
16
17
|
"roots": {
|
|
17
18
|
"linux-x64": "./pydist/linux-x64",
|
|
18
19
|
"linux-aarch64": "./pydist/linux-aarch64",
|
|
@@ -28,13 +29,13 @@
|
|
|
28
29
|
},
|
|
29
30
|
"license": "UNLICENSED",
|
|
30
31
|
"devDependencies": {
|
|
31
|
-
"@platforma-sdk/package-builder": "^3.
|
|
32
|
+
"@platforma-sdk/package-builder": "^3.6.0",
|
|
32
33
|
"tar": "^7.4.3",
|
|
33
34
|
"unzipper": "^0.12.3"
|
|
34
35
|
},
|
|
35
36
|
"scripts": {
|
|
36
37
|
"cleanup": "rm -rf ./pkg-*.tgz && rm -rf ./pydist && rm -rf ./dist/ && rm -rf ./build/",
|
|
37
|
-
"build": "node ../scripts/build.js
|
|
38
|
+
"build": "node ../scripts/build.js",
|
|
38
39
|
"after-prebuild": "pl-pkg publish packages",
|
|
39
40
|
"before-publish": "pl-pkg prepublish"
|
|
40
41
|
}
|