autopkg-wrapper 2024.3.1__py3-none-any.whl → 2024.5.1__py3-none-any.whl
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/__init__.py +1 -1
- autopkg_wrapper/autopkg_wrapper.py +3 -2
- {autopkg_wrapper-2024.3.1.dist-info → autopkg_wrapper-2024.5.1.dist-info}/METADATA +3 -3
- {autopkg_wrapper-2024.3.1.dist-info → autopkg_wrapper-2024.5.1.dist-info}/RECORD +7 -7
- {autopkg_wrapper-2024.3.1.dist-info → autopkg_wrapper-2024.5.1.dist-info}/LICENSE +0 -0
- {autopkg_wrapper-2024.3.1.dist-info → autopkg_wrapper-2024.5.1.dist-info}/WHEEL +0 -0
- {autopkg_wrapper-2024.3.1.dist-info → autopkg_wrapper-2024.5.1.dist-info}/entry_points.txt +0 -0
autopkg_wrapper/__init__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "2024.
|
|
1
|
+
__version__ = "2024.5.1"
|
|
@@ -33,7 +33,7 @@ class Recipe(object):
|
|
|
33
33
|
return name
|
|
34
34
|
|
|
35
35
|
def verify_trust_info(self):
|
|
36
|
-
cmd = ["/usr/local/bin/autopkg", "verify-trust-info", self.filename, "-
|
|
36
|
+
cmd = ["/usr/local/bin/autopkg", "verify-trust-info", self.filename, "-v"]
|
|
37
37
|
cmd = " ".join(cmd)
|
|
38
38
|
logging.debug(f"cmd: {str(cmd)}")
|
|
39
39
|
|
|
@@ -92,7 +92,7 @@ class Recipe(object):
|
|
|
92
92
|
"/usr/local/bin/autopkg",
|
|
93
93
|
"run",
|
|
94
94
|
self.filename,
|
|
95
|
-
"-
|
|
95
|
+
"-v",
|
|
96
96
|
"--report-plist",
|
|
97
97
|
str(report),
|
|
98
98
|
]
|
|
@@ -267,6 +267,7 @@ def process_recipe(recipe, disable_recipe_trust_check):
|
|
|
267
267
|
|
|
268
268
|
|
|
269
269
|
def main():
|
|
270
|
+
print("Hello World")
|
|
270
271
|
args = setup_args()
|
|
271
272
|
setup_logger(args.debug if args.debug else False)
|
|
272
273
|
logging.info("Running autopkg_wrapper")
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: autopkg-wrapper
|
|
3
|
-
Version: 2024.
|
|
3
|
+
Version: 2024.5.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
|
|
@@ -11,8 +11,8 @@ Classifier: License :: OSI Approved :: BSD License
|
|
|
11
11
|
Classifier: Programming Language :: Python :: 3
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.12
|
|
13
13
|
Requires-Dist: chardet (==5.2.0)
|
|
14
|
-
Requires-Dist: idna (==3.
|
|
15
|
-
Requires-Dist: pygithub (==2.
|
|
14
|
+
Requires-Dist: idna (==3.7)
|
|
15
|
+
Requires-Dist: pygithub (==2.3.0)
|
|
16
16
|
Requires-Dist: requests (==2.31.0)
|
|
17
17
|
Requires-Dist: ruamel-yaml (==0.18.6)
|
|
18
18
|
Requires-Dist: toml (==0.10.2)
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
autopkg_wrapper/__init__.py,sha256=
|
|
2
|
-
autopkg_wrapper/autopkg_wrapper.py,sha256=
|
|
1
|
+
autopkg_wrapper/__init__.py,sha256=ly1en_JSfV6yl3MywS5v9X79jzBFerSzKgmYFN0jEpY,25
|
|
2
|
+
autopkg_wrapper/autopkg_wrapper.py,sha256=umW-gp7osxSFnMeZqVcLhAJODHHzoOhJbaTjuAndKnc,10410
|
|
3
3
|
autopkg_wrapper/notifier/__init__.py,sha256=ShXQBVjyiSOHxoQJS2BvNG395W4KZfqMxZWBAR0MZrE,22
|
|
4
4
|
autopkg_wrapper/notifier/slack.py,sha256=nKHeSmgDaTaSUo19ZgnjjjKzeWgg34fMHUwNj9C5FMY,1982
|
|
5
5
|
autopkg_wrapper/utils/__init__.py,sha256=ShXQBVjyiSOHxoQJS2BvNG395W4KZfqMxZWBAR0MZrE,22
|
|
6
6
|
autopkg_wrapper/utils/args.py,sha256=BGbskLzeBeq7ae0Vp1XuoAD5gqKGILOTaNUHvo2DhNY,3934
|
|
7
7
|
autopkg_wrapper/utils/git_functions.py,sha256=zMMzwRG9V2VFaQk3y_o1H63_hzI1qohwBKaetNDS2mY,2975
|
|
8
8
|
autopkg_wrapper/utils/logging.py,sha256=3knpMViO_zAU8WM5bSImQaz5M01vMFk_raB4lt1cbvo,324
|
|
9
|
-
autopkg_wrapper-2024.
|
|
10
|
-
autopkg_wrapper-2024.
|
|
11
|
-
autopkg_wrapper-2024.
|
|
12
|
-
autopkg_wrapper-2024.
|
|
13
|
-
autopkg_wrapper-2024.
|
|
9
|
+
autopkg_wrapper-2024.5.1.dist-info/LICENSE,sha256=PpNOQjZGcsKFuA0wU16YU7PueVxqPX4OnyZ7TlLQlq4,1602
|
|
10
|
+
autopkg_wrapper-2024.5.1.dist-info/METADATA,sha256=EK8JgUOWqYPN0cCC_d6EwsPonPO2Q5p-FzviiPXnovQ,2659
|
|
11
|
+
autopkg_wrapper-2024.5.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
12
|
+
autopkg_wrapper-2024.5.1.dist-info/entry_points.txt,sha256=w9VfrX4aY0ZzJndvzjSI5lLe_sCP2tIq0I5bRLlEKJc,125
|
|
13
|
+
autopkg_wrapper-2024.5.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|