pybuilder-docker-too 44__tar.gz → 45__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.
- {pybuilder-docker-too-44 → pybuilder_docker_too-45}/PKG-INFO +1 -1
- {pybuilder-docker-too-44 → pybuilder_docker_too-45}/pybuilder_docker_too/__init__.py +1 -1
- {pybuilder-docker-too-44 → pybuilder_docker_too-45}/pybuilder_docker_too.egg-info/PKG-INFO +1 -1
- {pybuilder-docker-too-44 → pybuilder_docker_too-45}/setup.py +1 -1
- {pybuilder-docker-too-44 → pybuilder_docker_too-45}/pybuilder_docker_too.egg-info/SOURCES.txt +0 -0
- {pybuilder-docker-too-44 → pybuilder_docker_too-45}/pybuilder_docker_too.egg-info/dependency_links.txt +0 -0
- {pybuilder-docker-too-44 → pybuilder_docker_too-45}/pybuilder_docker_too.egg-info/namespace_packages.txt +0 -0
- {pybuilder-docker-too-44 → pybuilder_docker_too-45}/pybuilder_docker_too.egg-info/top_level.txt +0 -0
- {pybuilder-docker-too-44 → pybuilder_docker_too-45}/pybuilder_docker_too.egg-info/zip-safe +0 -0
- {pybuilder-docker-too-44 → pybuilder_docker_too-45}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pybuilder-docker-too
|
|
3
|
-
Version:
|
|
3
|
+
Version: 45
|
|
4
4
|
Summary: A pybuilder plugin that stages a python package into a docker container and optionally publishes it to a registry.
|
|
5
5
|
Home-page: https://github.com/rspitler/pybuilder-docker
|
|
6
6
|
Author:
|
|
@@ -442,7 +442,7 @@ def _get_docker_compose_file(project):
|
|
|
442
442
|
|
|
443
443
|
|
|
444
444
|
def get_dist_file_name(project):
|
|
445
|
-
default_dist_file = "{name}-{version}.tar.gz".
|
|
445
|
+
default_dist_file = f"{project.name}-{project.version}.tar.gz".replace('-', '_')
|
|
446
446
|
return project.get_property("docker_package_dist_file", default_dist_file)
|
|
447
447
|
|
|
448
448
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pybuilder-docker-too
|
|
3
|
-
Version:
|
|
3
|
+
Version: 45
|
|
4
4
|
Summary: A pybuilder plugin that stages a python package into a docker container and optionally publishes it to a registry.
|
|
5
5
|
Home-page: https://github.com/rspitler/pybuilder-docker
|
|
6
6
|
Author:
|
|
@@ -21,7 +21,7 @@ class install(_install):
|
|
|
21
21
|
if __name__ == '__main__':
|
|
22
22
|
setup(
|
|
23
23
|
name = 'pybuilder-docker-too',
|
|
24
|
-
version = '
|
|
24
|
+
version = '45',
|
|
25
25
|
description = 'A pybuilder plugin that stages a python package into a docker container and optionally publishes it to a registry.',
|
|
26
26
|
long_description = 'A pybuilder plugin that stages a python package into a docker container and optionally publishes it to a registry.',
|
|
27
27
|
long_description_content_type = None,
|
{pybuilder-docker-too-44 → pybuilder_docker_too-45}/pybuilder_docker_too.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pybuilder-docker-too-44 → pybuilder_docker_too-45}/pybuilder_docker_too.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|