autopkg-wrapper 2024.6.1__tar.gz → 2024.7.1__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.
- {autopkg_wrapper-2024.6.1 → autopkg_wrapper-2024.7.1}/PKG-INFO +1 -1
- autopkg_wrapper-2024.7.1/autopkg_wrapper/__init__.py +1 -0
- {autopkg_wrapper-2024.6.1 → autopkg_wrapper-2024.7.1}/pyproject.toml +1 -1
- autopkg_wrapper-2024.6.1/autopkg_wrapper/__init__.py +0 -1
- {autopkg_wrapper-2024.6.1 → autopkg_wrapper-2024.7.1}/LICENSE +0 -0
- {autopkg_wrapper-2024.6.1 → autopkg_wrapper-2024.7.1}/README.md +0 -0
- {autopkg_wrapper-2024.6.1 → autopkg_wrapper-2024.7.1}/autopkg_wrapper/autopkg_wrapper.py +0 -0
- {autopkg_wrapper-2024.6.1 → autopkg_wrapper-2024.7.1}/autopkg_wrapper/notifier/__init__.py +0 -0
- {autopkg_wrapper-2024.6.1 → autopkg_wrapper-2024.7.1}/autopkg_wrapper/notifier/slack.py +0 -0
- {autopkg_wrapper-2024.6.1 → autopkg_wrapper-2024.7.1}/autopkg_wrapper/utils/__init__.py +0 -0
- {autopkg_wrapper-2024.6.1 → autopkg_wrapper-2024.7.1}/autopkg_wrapper/utils/args.py +0 -0
- {autopkg_wrapper-2024.6.1 → autopkg_wrapper-2024.7.1}/autopkg_wrapper/utils/git_functions.py +0 -0
- {autopkg_wrapper-2024.6.1 → autopkg_wrapper-2024.7.1}/autopkg_wrapper/utils/logging.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: autopkg-wrapper
|
|
3
|
-
Version: 2024.
|
|
3
|
+
Version: 2024.7.1
|
|
4
4
|
Summary: A package used to execute some autopkg functions, primarily within the context of a GitHub Actions runner.
|
|
5
5
|
Home-page: https://github.com/smithjw/autopkg-wrapper
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "2024.7.1"
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
name = "autopkg-wrapper"
|
|
6
6
|
readme = "README.md"
|
|
7
7
|
repository = "https://github.com/smithjw/autopkg-wrapper"
|
|
8
|
-
version = "2024.
|
|
8
|
+
version = "2024.7.1"
|
|
9
9
|
|
|
10
10
|
[tool.poetry.scripts]
|
|
11
11
|
# When built and installed by pip, the command autopkg_wrapper will be availble in to run within that environment
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "2024.6.1"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{autopkg_wrapper-2024.6.1 → autopkg_wrapper-2024.7.1}/autopkg_wrapper/utils/git_functions.py
RENAMED
|
File without changes
|
|
File without changes
|