autopkg-wrapper 2025.8.1__tar.gz → 2025.11.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-2025.8.1 → autopkg_wrapper-2025.11.1}/.github/workflows/build-publish.yml +11 -11
- {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/.github/workflows/codeql.yml +1 -1
- {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/.github/workflows/dependency-review.yml +2 -2
- {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/PKG-INFO +1 -1
- {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/pyproject.toml +1 -1
- {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/uv.lock +1 -1
- {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/.github/dependabot.yml +0 -0
- {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/.gitignore +0 -0
- {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/.pre-commit-config.yaml +0 -0
- {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/.tool-versions +0 -0
- {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/CONTRIBUTING +0 -0
- {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/LICENSE +0 -0
- {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/README.md +0 -0
- {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/actions-demo/.github/workflows/autopkg-wrapper-demo.yml +0 -0
- {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/actions-demo/overrides/Google_Chrome.pkg.recipe.yaml +0 -0
- {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/actions-demo/repo_list.txt +0 -0
- {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/actions-demo/requirements.txt +0 -0
- {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/autopkg_wrapper/__init__.py +0 -0
- {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/autopkg_wrapper/autopkg_wrapper.py +0 -0
- {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/autopkg_wrapper/notifier/__init__.py +0 -0
- {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/autopkg_wrapper/notifier/slack.py +0 -0
- {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/autopkg_wrapper/utils/__init__.py +0 -0
- {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/autopkg_wrapper/utils/args.py +0 -0
- {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/autopkg_wrapper/utils/git_functions.py +0 -0
- {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/autopkg_wrapper/utils/logging.py +0 -0
- {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/tests/__init__.py +0 -0
- {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/tests/prefs.json +0 -0
- {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/tests/prefs.plist +0 -0
- {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/tests/recipe_list.json +0 -0
- {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/tests/recipe_list.txt +0 -0
- {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/tests/recipe_list.yaml +0 -0
|
@@ -34,7 +34,7 @@ jobs:
|
|
|
34
34
|
contents: write
|
|
35
35
|
|
|
36
36
|
steps:
|
|
37
|
-
# - uses: actions/checkout@
|
|
37
|
+
# - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
|
|
38
38
|
- id: check-inputs
|
|
39
39
|
env:
|
|
40
40
|
INPUT_DRY_RUN: ${{ github.event.inputs.dry_run }}
|
|
@@ -104,17 +104,17 @@ jobs:
|
|
|
104
104
|
id-token: write
|
|
105
105
|
|
|
106
106
|
steps:
|
|
107
|
-
- uses: actions/checkout@
|
|
107
|
+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
|
|
108
108
|
|
|
109
109
|
- name: Setup UV
|
|
110
|
-
uses: astral-sh/setup-uv@
|
|
110
|
+
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
|
|
111
111
|
with:
|
|
112
112
|
activate-environment: true
|
|
113
113
|
enable-cache: true
|
|
114
114
|
cache-dependency-glob: uv.lock
|
|
115
115
|
|
|
116
116
|
- name: Setup Python
|
|
117
|
-
uses: actions/setup-python@
|
|
117
|
+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
|
|
118
118
|
with:
|
|
119
119
|
python-version-file: pyproject.toml
|
|
120
120
|
|
|
@@ -123,7 +123,7 @@ jobs:
|
|
|
123
123
|
uv version ${{ needs.release.outputs.version }}
|
|
124
124
|
uv build
|
|
125
125
|
- name: Upload Package Artifacts
|
|
126
|
-
uses: actions/upload-artifact@
|
|
126
|
+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
|
127
127
|
with:
|
|
128
128
|
name: python-package-distributions
|
|
129
129
|
path: dist/
|
|
@@ -142,12 +142,12 @@ jobs:
|
|
|
142
142
|
|
|
143
143
|
steps:
|
|
144
144
|
- name: Download Package Artifacts
|
|
145
|
-
uses: actions/download-artifact@
|
|
145
|
+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
|
|
146
146
|
with:
|
|
147
147
|
name: python-package-distributions
|
|
148
148
|
path: dist/
|
|
149
149
|
- name: Publish to TestPyPI
|
|
150
|
-
uses: pypa/gh-action-pypi-publish@
|
|
150
|
+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
|
|
151
151
|
with:
|
|
152
152
|
repository-url: https://test.pypi.org/legacy/
|
|
153
153
|
skip-existing: true
|
|
@@ -166,12 +166,12 @@ jobs:
|
|
|
166
166
|
|
|
167
167
|
steps:
|
|
168
168
|
- name: Download Package Artifacts
|
|
169
|
-
uses: actions/download-artifact@
|
|
169
|
+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
|
|
170
170
|
with:
|
|
171
171
|
name: python-package-distributions
|
|
172
172
|
path: dist/
|
|
173
173
|
- name: Publish to PyPI
|
|
174
|
-
uses: pypa/gh-action-pypi-publish@
|
|
174
|
+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
|
|
175
175
|
|
|
176
176
|
update_release:
|
|
177
177
|
name: Upload Assets to GitHub Release
|
|
@@ -185,11 +185,11 @@ jobs:
|
|
|
185
185
|
|
|
186
186
|
steps:
|
|
187
187
|
- name: Download Package Artifacts
|
|
188
|
-
uses: actions/download-artifact@
|
|
188
|
+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
|
|
189
189
|
with:
|
|
190
190
|
name: python-package-distributions
|
|
191
191
|
path: dist/
|
|
192
|
-
- uses: sigstore/gh-action-sigstore-python@
|
|
192
|
+
- uses: sigstore/gh-action-sigstore-python@f832326173235dcb00dd5d92cd3f353de3188e6c # v3.1.0
|
|
193
193
|
with:
|
|
194
194
|
inputs: |
|
|
195
195
|
dist/*.whl
|
|
@@ -27,7 +27,7 @@ jobs:
|
|
|
27
27
|
|
|
28
28
|
steps:
|
|
29
29
|
- name: Checkout repository
|
|
30
|
-
uses: actions/checkout@
|
|
30
|
+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
|
|
31
31
|
|
|
32
32
|
- name: Initialize CodeQL
|
|
33
33
|
uses: github/codeql-action/init@382a50a0284c0de445104889a9d6003acb4b3c1d # v2.15.4
|
{autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/.github/workflows/dependency-review.yml
RENAMED
|
@@ -11,7 +11,7 @@ jobs:
|
|
|
11
11
|
runs-on: ubuntu-latest
|
|
12
12
|
steps:
|
|
13
13
|
- name: "Checkout Repository"
|
|
14
|
-
uses: actions/checkout@
|
|
14
|
+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
|
|
15
15
|
|
|
16
16
|
- name: "Dependency Review"
|
|
17
|
-
uses: actions/dependency-review-action@
|
|
17
|
+
uses: actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261 # v4.8.2
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: autopkg-wrapper
|
|
3
|
-
Version: 2025.
|
|
3
|
+
Version: 2025.11.1
|
|
4
4
|
Summary: A package used to execute some autopkg functions, primarily within the context of a GitHub Actions runner.
|
|
5
5
|
Project-URL: Repository, https://github.com/smithjw/autopkg-wrapper
|
|
6
6
|
Author-email: James Smith <james@smithjw.me>
|
|
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
|
{autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/autopkg_wrapper/utils/git_functions.py
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
|