nv-ingest-api 2025.3.8.dev20250308233351__tar.gz → 2025.3.10.dev20250310__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 nv-ingest-api might be problematic. Click here for more details.
- {nv_ingest_api-2025.3.8.dev20250308233351/src/nv_ingest_api.egg-info → nv_ingest_api-2025.3.10.dev20250310}/PKG-INFO +1 -1
- {nv_ingest_api-2025.3.8.dev20250308233351 → nv_ingest_api-2025.3.10.dev20250310/src/nv_ingest_api.egg-info}/PKG-INFO +1 -1
- {nv_ingest_api-2025.3.8.dev20250308233351 → nv_ingest_api-2025.3.10.dev20250310}/src/version.py +1 -1
- {nv_ingest_api-2025.3.8.dev20250308233351 → nv_ingest_api-2025.3.10.dev20250310}/LICENSE +0 -0
- {nv_ingest_api-2025.3.8.dev20250308233351 → nv_ingest_api-2025.3.10.dev20250310}/MANIFEST.in +0 -0
- {nv_ingest_api-2025.3.8.dev20250308233351 → nv_ingest_api-2025.3.10.dev20250310}/README.md +0 -0
- {nv_ingest_api-2025.3.8.dev20250308233351 → nv_ingest_api-2025.3.10.dev20250310}/pyproject.toml +0 -0
- {nv_ingest_api-2025.3.8.dev20250308233351 → nv_ingest_api-2025.3.10.dev20250310}/setup.cfg +0 -0
- {nv_ingest_api-2025.3.8.dev20250308233351 → nv_ingest_api-2025.3.10.dev20250310}/src/nv_ingest_api/__init__.py +0 -0
- {nv_ingest_api-2025.3.8.dev20250308233351 → nv_ingest_api-2025.3.10.dev20250310}/src/nv_ingest_api/primitives/__init__.py +0 -0
- {nv_ingest_api-2025.3.8.dev20250308233351 → nv_ingest_api-2025.3.10.dev20250310}/src/nv_ingest_api/primitives/control_message_task.py +0 -0
- {nv_ingest_api-2025.3.8.dev20250308233351 → nv_ingest_api-2025.3.10.dev20250310}/src/nv_ingest_api/primitives/ingest_control_message.py +0 -0
- {nv_ingest_api-2025.3.8.dev20250308233351 → nv_ingest_api-2025.3.10.dev20250310}/src/nv_ingest_api.egg-info/SOURCES.txt +0 -0
- {nv_ingest_api-2025.3.8.dev20250308233351 → nv_ingest_api-2025.3.10.dev20250310}/src/nv_ingest_api.egg-info/dependency_links.txt +0 -0
- {nv_ingest_api-2025.3.8.dev20250308233351 → nv_ingest_api-2025.3.10.dev20250310}/src/nv_ingest_api.egg-info/requires.txt +0 -0
- {nv_ingest_api-2025.3.8.dev20250308233351 → nv_ingest_api-2025.3.10.dev20250310}/src/nv_ingest_api.egg-info/top_level.txt +0 -0
{nv_ingest_api-2025.3.8.dev20250308233351 → nv_ingest_api-2025.3.10.dev20250310}/src/version.py
RENAMED
|
@@ -26,7 +26,7 @@ def get_version():
|
|
|
26
26
|
# If rev is not specified and defaults to 0 lets create a more meaningful development
|
|
27
27
|
# identifier that is pep440 compliant
|
|
28
28
|
if int(rev) == 0:
|
|
29
|
-
rev = datetime.datetime.now().strftime("%Y%m%d
|
|
29
|
+
rev = datetime.datetime.now().strftime("%Y%m%d")
|
|
30
30
|
final_version = f"{version}.dev{rev}"
|
|
31
31
|
elif release_type == "release":
|
|
32
32
|
final_version = f"{version}.post{rev}" if int(rev) > 0 else version
|
|
File without changes
|
{nv_ingest_api-2025.3.8.dev20250308233351 → nv_ingest_api-2025.3.10.dev20250310}/MANIFEST.in
RENAMED
|
File without changes
|
|
File without changes
|
{nv_ingest_api-2025.3.8.dev20250308233351 → nv_ingest_api-2025.3.10.dev20250310}/pyproject.toml
RENAMED
|
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
|