@platforma-open/milaboratories.top-antibodies.spectratype 1.4.3 → 1.4.4

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.
@@ -1 +1 @@
1
- {"type":"python","platform":"linux-x64","registryURL":"https://bin.pl-open.science/","registryName":"platforma-open","remoteArtifactLocation":"software/platforma-open/milaboratories.top-antibodies.spectratype/main/1.4.3.tgz","uploadPath":"software/platforma-open/milaboratories.top-antibodies.spectratype/main/1.4.3.tgz"}
1
+ {"type":"python","platform":"linux-x64","registryURL":"https://bin.pl-open.science/","registryName":"platforma-open","remoteArtifactLocation":"software/platforma-open/milaboratories.top-antibodies.spectratype/main/1.4.4.tgz","uploadPath":"software/platforma-open/milaboratories.top-antibodies.spectratype/main/1.4.4.tgz"}
@@ -1 +1 @@
1
- {"type":"docker","platform":"linux-x64","remoteArtifactLocation":"containers.pl-open.science/milaboratories/pl-containers:platforma-open.milaboratories.top-antibodies.spectratype.main.fade2a664d8b"}
1
+ {"type":"docker","platform":"linux-x64","remoteArtifactLocation":"containers.pl-open.science/milaboratories/pl-containers:platforma-open.milaboratories.top-antibodies.spectratype.main.fc53c6a43dc8"}
@@ -1,8 +1,13 @@
1
1
  # Auto-generated Dockerfile for Python package
2
- FROM python:3.12.10
2
+ FROM python:3.12-slim
3
3
 
4
4
  WORKDIR /app/
5
5
 
6
+
7
+
8
+ # Always keep basic python packaging tools fresh to avoid CVEs even in old python versions
9
+ RUN pip install --upgrade pip wheel setuptools
10
+
6
11
  # Install dependencies to leverage Docker cache
7
12
  COPY requirements.txt .
8
13
  RUN pip install --no-cache-dir -r requirements.txt
@@ -1 +1 @@
1
- {"name":"@platforma-open/milaboratories.top-antibodies.spectratype:main","binary":{"type":"python","registry":"platforma-open","package":"software/platforma-open/milaboratories.top-antibodies.spectratype/main/1.4.3.tgz","cmd":["python","{pkg}/main.py"],"envVars":[],"runEnv":{"name":"@platforma-open/milaboratories.runenv-python-3:3.12.10","type":"python","registry":"platforma-open","package":"software/platforma-open/milaboratories.runenv-python-3.12.10/main/1.2.9-{os}-{arch}.tgz","binDir":"bin"},"toolset":"pip","dependencies":{"requirements":"requirements.txt"}},"docker":{"tag":"containers.pl-open.science/milaboratories/pl-containers:platforma-open.milaboratories.top-antibodies.spectratype.main.fade2a664d8b","entrypoint":[],"cmd":["python","{pkg}/main.py"],"pkg":"/app/"}}
1
+ {"name":"@platforma-open/milaboratories.top-antibodies.spectratype:main","binary":{"type":"python","registry":"platforma-open","package":"software/platforma-open/milaboratories.top-antibodies.spectratype/main/1.4.4.tgz","cmd":["python","{pkg}/main.py"],"envVars":[],"runEnv":{"name":"@platforma-open/milaboratories.runenv-python-3:3.12.10","type":"python","registry":"platforma-open","package":"software/platforma-open/milaboratories.runenv-python-3.12.10/main/1.2.9-{os}-{arch}.tgz","binDir":"bin","python-version":""},"toolset":"pip","dependencies":{"requirements":"requirements.txt"}},"docker":{"tag":"containers.pl-open.science/milaboratories/pl-containers:platforma-open.milaboratories.top-antibodies.spectratype.main.fc53c6a43dc8","entrypoint":[],"cmd":["python","{pkg}/main.py"],"pkg":"/app/"}}
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@platforma-open/milaboratories.top-antibodies.spectratype",
3
- "version": "1.4.3",
3
+ "version": "1.4.4",
4
4
  "files": [
5
5
  "./dist/**/*"
6
6
  ],
7
7
  "dependencies": {},
8
8
  "devDependencies": {
9
- "@platforma-sdk/package-builder": "^3.5.4",
9
+ "@platforma-sdk/package-builder": "^3.8.1",
10
10
  "@platforma-open/milaboratories.runenv-python-3": "^1.4.9"
11
11
  },
12
12
  "block-software": {