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

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.5.0.tgz","uploadPath":"software/platforma-open/milaboratories.top-antibodies.spectratype/main/1.5.0.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.6d1bd0cb751d"}
@@ -1,17 +1,22 @@
1
1
  # Auto-generated Dockerfile for Python package
2
- FROM python:3.12.10
2
+ FROM python:3.12-slim
3
3
 
4
- WORKDIR /app/
4
+ WORKDIR /app
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
5
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
9
14
 
10
15
  # Copy package source
11
- COPY . /app/
16
+ COPY . /app
12
17
 
13
18
  # Set Python path
14
- ENV PYTHONPATH=/app/
19
+ ENV PYTHONPATH=/app
15
20
 
16
21
  # Default command (will be overridden by entrypoint)
17
22
  CMD ["bash"]
@@ -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.5.0.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.20-{os}-{arch}.tgz","python-version":"3.12.10","envVars":[],"binDir":"bin"},"toolset":"pip","dependencies":{"requirements":"requirements.txt"}},"docker":{"tag":"containers.pl-open.science/milaboratories/pl-containers:platforma-open.milaboratories.top-antibodies.spectratype.main.6d1bd0cb751d","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.5.0",
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.10.6",
10
10
  "@platforma-open/milaboratories.runenv-python-3": "^1.4.9"
11
11
  },
12
12
  "block-software": {