lr-gladiator 0.9.0__tar.gz → 0.10.0__tar.gz
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.
Potentially problematic release.
This version of lr-gladiator might be problematic. Click here for more details.
- {lr_gladiator-0.9.0/src/lr_gladiator.egg-info → lr_gladiator-0.10.0}/PKG-INFO +1 -1
- {lr_gladiator-0.9.0 → lr_gladiator-0.10.0}/pyproject.toml +1 -1
- {lr_gladiator-0.9.0 → lr_gladiator-0.10.0}/src/gladiator/cli.py +1 -1
- {lr_gladiator-0.9.0 → lr_gladiator-0.10.0/src/lr_gladiator.egg-info}/PKG-INFO +1 -1
- {lr_gladiator-0.9.0 → lr_gladiator-0.10.0}/LICENSE +0 -0
- {lr_gladiator-0.9.0 → lr_gladiator-0.10.0}/README.md +0 -0
- {lr_gladiator-0.9.0 → lr_gladiator-0.10.0}/setup.cfg +0 -0
- {lr_gladiator-0.9.0 → lr_gladiator-0.10.0}/src/gladiator/__init__.py +0 -0
- {lr_gladiator-0.9.0 → lr_gladiator-0.10.0}/src/gladiator/arena.py +0 -0
- {lr_gladiator-0.9.0 → lr_gladiator-0.10.0}/src/gladiator/checksums.py +0 -0
- {lr_gladiator-0.9.0 → lr_gladiator-0.10.0}/src/gladiator/config.py +0 -0
- {lr_gladiator-0.9.0 → lr_gladiator-0.10.0}/src/lr_gladiator.egg-info/SOURCES.txt +0 -0
- {lr_gladiator-0.9.0 → lr_gladiator-0.10.0}/src/lr_gladiator.egg-info/dependency_links.txt +0 -0
- {lr_gladiator-0.9.0 → lr_gladiator-0.10.0}/src/lr_gladiator.egg-info/entry_points.txt +0 -0
- {lr_gladiator-0.9.0 → lr_gladiator-0.10.0}/src/lr_gladiator.egg-info/requires.txt +0 -0
- {lr_gladiator-0.9.0 → lr_gladiator-0.10.0}/src/lr_gladiator.egg-info/top_level.txt +0 -0
- {lr_gladiator-0.9.0 → lr_gladiator-0.10.0}/tests/test_checksums.py +0 -0
- {lr_gladiator-0.9.0 → lr_gladiator-0.10.0}/tests/test_smoke.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lr-gladiator
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.10.0
|
|
4
4
|
Summary: CLI and Python client for Arena PLM (app.bom.com): login, get revisions, list/download attachments, and upload to working revisions.
|
|
5
5
|
Author-email: Jonas Estberger <jonas.estberger@lumenradio.com>
|
|
6
6
|
License: MIT
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "lr-gladiator"
|
|
7
|
-
version = "0.
|
|
7
|
+
version = "0.10.0"
|
|
8
8
|
description = "CLI and Python client for Arena PLM (app.bom.com): login, get revisions, list/download attachments, and upload to working revisions."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.9"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lr-gladiator
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.10.0
|
|
4
4
|
Summary: CLI and Python client for Arena PLM (app.bom.com): login, get revisions, list/download attachments, and upload to working revisions.
|
|
5
5
|
Author-email: Jonas Estberger <jonas.estberger@lumenradio.com>
|
|
6
6
|
License: MIT
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|