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.
Files changed (31) hide show
  1. {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/.github/workflows/build-publish.yml +11 -11
  2. {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/.github/workflows/codeql.yml +1 -1
  3. {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/.github/workflows/dependency-review.yml +2 -2
  4. {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/PKG-INFO +1 -1
  5. {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/pyproject.toml +1 -1
  6. {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/uv.lock +1 -1
  7. {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/.github/dependabot.yml +0 -0
  8. {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/.gitignore +0 -0
  9. {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/.pre-commit-config.yaml +0 -0
  10. {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/.tool-versions +0 -0
  11. {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/CONTRIBUTING +0 -0
  12. {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/LICENSE +0 -0
  13. {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/README.md +0 -0
  14. {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/actions-demo/.github/workflows/autopkg-wrapper-demo.yml +0 -0
  15. {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/actions-demo/overrides/Google_Chrome.pkg.recipe.yaml +0 -0
  16. {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/actions-demo/repo_list.txt +0 -0
  17. {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/actions-demo/requirements.txt +0 -0
  18. {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/autopkg_wrapper/__init__.py +0 -0
  19. {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/autopkg_wrapper/autopkg_wrapper.py +0 -0
  20. {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/autopkg_wrapper/notifier/__init__.py +0 -0
  21. {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/autopkg_wrapper/notifier/slack.py +0 -0
  22. {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/autopkg_wrapper/utils/__init__.py +0 -0
  23. {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/autopkg_wrapper/utils/args.py +0 -0
  24. {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/autopkg_wrapper/utils/git_functions.py +0 -0
  25. {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/autopkg_wrapper/utils/logging.py +0 -0
  26. {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/tests/__init__.py +0 -0
  27. {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/tests/prefs.json +0 -0
  28. {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/tests/prefs.plist +0 -0
  29. {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/tests/recipe_list.json +0 -0
  30. {autopkg_wrapper-2025.8.1 → autopkg_wrapper-2025.11.1}/tests/recipe_list.txt +0 -0
  31. {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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
107
+ - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
108
108
 
109
109
  - name: Setup UV
110
- uses: astral-sh/setup-uv@d9e0f98d3fc6adb07d1e3d37f3043649ddad06a1 # v6.5.0
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@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
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@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
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@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
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@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
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@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
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@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
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@f7ad0af51a5648d09a20d00370f0a91c3bdf8f84 # v3.0.1
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
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
@@ -11,7 +11,7 @@ jobs:
11
11
  runs-on: ubuntu-latest
12
12
  steps:
13
13
  - name: "Checkout Repository"
14
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
14
+ uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
15
15
 
16
16
  - name: "Dependency Review"
17
- uses: actions/dependency-review-action@bc41886e18ea39df68b1b1245f4184881938e050 # v4.7.2
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.8.1
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>
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "autopkg-wrapper"
3
- version = "2025.8.1"
3
+ version = "2025.11.1"
4
4
  description = "A package used to execute some autopkg functions, primarily within the context of a GitHub Actions runner."
5
5
  readme = "README.md"
6
6
  requires-python = "~=3.12.0"
@@ -4,7 +4,7 @@ requires-python = "==3.12.*"
4
4
 
5
5
  [[package]]
6
6
  name = "autopkg-wrapper"
7
- version = "2025.8.1"
7
+ version = "2025.11.1"
8
8
  source = { editable = "." }
9
9
  dependencies = [
10
10
  { name = "chardet" },