taskfile 0.3.7__tar.gz → 0.3.8__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.
- {taskfile-0.3.7/src/taskfile.egg-info → taskfile-0.3.8}/PKG-INFO +1 -1
- {taskfile-0.3.7 → taskfile-0.3.8}/pyproject.toml +1 -1
- {taskfile-0.3.7 → taskfile-0.3.8}/src/taskfile/__init__.py +1 -1
- {taskfile-0.3.7 → taskfile-0.3.8/src/taskfile.egg-info}/PKG-INFO +1 -1
- {taskfile-0.3.7 → taskfile-0.3.8}/LICENSE +0 -0
- {taskfile-0.3.7 → taskfile-0.3.8}/README.md +0 -0
- {taskfile-0.3.7 → taskfile-0.3.8}/setup.cfg +0 -0
- {taskfile-0.3.7 → taskfile-0.3.8}/src/taskfile/cigen/__init__.py +0 -0
- {taskfile-0.3.7 → taskfile-0.3.8}/src/taskfile/cigen/base.py +0 -0
- {taskfile-0.3.7 → taskfile-0.3.8}/src/taskfile/cigen/drone.py +0 -0
- {taskfile-0.3.7 → taskfile-0.3.8}/src/taskfile/cigen/gitea.py +0 -0
- {taskfile-0.3.7 → taskfile-0.3.8}/src/taskfile/cigen/github.py +0 -0
- {taskfile-0.3.7 → taskfile-0.3.8}/src/taskfile/cigen/gitlab.py +0 -0
- {taskfile-0.3.7 → taskfile-0.3.8}/src/taskfile/cigen/jenkins.py +0 -0
- {taskfile-0.3.7 → taskfile-0.3.8}/src/taskfile/cigen/makefile.py +0 -0
- {taskfile-0.3.7 → taskfile-0.3.8}/src/taskfile/cirunner.py +0 -0
- {taskfile-0.3.7 → taskfile-0.3.8}/src/taskfile/cli/__init__.py +0 -0
- {taskfile-0.3.7 → taskfile-0.3.8}/src/taskfile/cli/ci.py +0 -0
- {taskfile-0.3.7 → taskfile-0.3.8}/src/taskfile/cli/deploy.py +0 -0
- {taskfile-0.3.7 → taskfile-0.3.8}/src/taskfile/cli/main.py +0 -0
- {taskfile-0.3.7 → taskfile-0.3.8}/src/taskfile/cli/quadlet.py +0 -0
- {taskfile-0.3.7 → taskfile-0.3.8}/src/taskfile/compose.py +0 -0
- {taskfile-0.3.7 → taskfile-0.3.8}/src/taskfile/models.py +0 -0
- {taskfile-0.3.7 → taskfile-0.3.8}/src/taskfile/parser.py +0 -0
- {taskfile-0.3.7 → taskfile-0.3.8}/src/taskfile/quadlet.py +0 -0
- {taskfile-0.3.7 → taskfile-0.3.8}/src/taskfile/runner.py +0 -0
- {taskfile-0.3.7 → taskfile-0.3.8}/src/taskfile/scaffold/__init__.py +0 -0
- {taskfile-0.3.7 → taskfile-0.3.8}/src/taskfile/scaffold/codereview.py +0 -0
- {taskfile-0.3.7 → taskfile-0.3.8}/src/taskfile/scaffold/full.py +0 -0
- {taskfile-0.3.7 → taskfile-0.3.8}/src/taskfile/scaffold/minimal.py +0 -0
- {taskfile-0.3.7 → taskfile-0.3.8}/src/taskfile/scaffold/multiplatform.py +0 -0
- {taskfile-0.3.7 → taskfile-0.3.8}/src/taskfile/scaffold/podman.py +0 -0
- {taskfile-0.3.7 → taskfile-0.3.8}/src/taskfile/scaffold/web.py +0 -0
- {taskfile-0.3.7 → taskfile-0.3.8}/src/taskfile.egg-info/SOURCES.txt +0 -0
- {taskfile-0.3.7 → taskfile-0.3.8}/src/taskfile.egg-info/dependency_links.txt +0 -0
- {taskfile-0.3.7 → taskfile-0.3.8}/src/taskfile.egg-info/entry_points.txt +0 -0
- {taskfile-0.3.7 → taskfile-0.3.8}/src/taskfile.egg-info/requires.txt +0 -0
- {taskfile-0.3.7 → taskfile-0.3.8}/src/taskfile.egg-info/top_level.txt +0 -0
- {taskfile-0.3.7 → taskfile-0.3.8}/tests/test_cigen.py +0 -0
- {taskfile-0.3.7 → taskfile-0.3.8}/tests/test_cli.py +0 -0
- {taskfile-0.3.7 → taskfile-0.3.8}/tests/test_compose.py +0 -0
- {taskfile-0.3.7 → taskfile-0.3.8}/tests/test_models.py +0 -0
- {taskfile-0.3.7 → taskfile-0.3.8}/tests/test_parser.py +0 -0
- {taskfile-0.3.7 → taskfile-0.3.8}/tests/test_quadlet.py +0 -0
- {taskfile-0.3.7 → taskfile-0.3.8}/tests/test_runner.py +0 -0
- {taskfile-0.3.7 → taskfile-0.3.8}/tests/test_scaffold.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: taskfile
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.8
|
|
4
4
|
Summary: Universal Taskfile runner with multi-environment deploy support. CI/CD agnostic — run locally or from any pipeline.
|
|
5
5
|
Author-email: Tom Sapletta <tom@sapletta.com>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "taskfile"
|
|
7
|
-
version = "0.3.
|
|
7
|
+
version = "0.3.8"
|
|
8
8
|
description = "Universal Taskfile runner with multi-environment deploy support. CI/CD agnostic — run locally or from any pipeline."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = "Apache-2.0"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: taskfile
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.8
|
|
4
4
|
Summary: Universal Taskfile runner with multi-environment deploy support. CI/CD agnostic — run locally or from any pipeline.
|
|
5
5
|
Author-email: Tom Sapletta <tom@sapletta.com>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
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
|
|
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
|
|
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
|