Skip to content

Commit

Permalink
Merge pull request wolfi-dev#23992 from pnasrat/py3-versioned-build-t…
Browse files Browse the repository at this point in the history
…ools

py3 versioned build system deps: add tests
  • Loading branch information
rawlingsj authored Jul 15, 2024
2 parents 96919bb + 6cfaa50 commit 8084793
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
8 changes: 7 additions & 1 deletion py3-importlib-metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
package:
name: py3-importlib-metadata
version: 8.0.0
epoch: 1
epoch: 2
description: Read metadata from Python packages
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -50,6 +50,12 @@ subpackages:
with:
python: python${{range.key}}
- uses: strip
test:
pipeline:
- uses: python/import
with:
python: python${{range.key}}
import: ${{vars.module-name}}

update:
enabled: true
Expand Down
8 changes: 7 additions & 1 deletion py3-importlib-resources.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: py3-importlib-resources
version: 6.4.0
epoch: 2
epoch: 3
description: Read resources from Python packages
copyright:
- license: MIT
Expand Down Expand Up @@ -48,6 +48,12 @@ subpackages:
with:
python: python${{range.key}}
- uses: strip
test:
pipeline:
- uses: python/import
with:
python: python${{range.key}}
import: ${{vars.module-name}}

update:
enabled: true
Expand Down
8 changes: 7 additions & 1 deletion py3-trove-classifiers.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: py3-trove-classifiers
version: 2024.7.2
epoch: 1
epoch: 2
description: Canonical source for classifiers on PyPI (pypi.org).
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -48,6 +48,12 @@ subpackages:
with:
python: python${{range.key}}
- uses: strip
test:
pipeline:
- uses: python/import
with:
python: python${{range.key}}
import: ${{vars.module-name}}

update:
enabled: true
Expand Down

0 comments on commit 8084793

Please sign in to comment.