Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

py3-click/8.1.8 package update with build fix #38251

Merged
merged 2 commits into from
Dec 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions py3-click.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Generated from https://pypi.org/project/click/
package:
name: py3-click
version: 8.1.7
epoch: 7
version: 8.1.8
epoch: 0
description: Composable command line interface toolkit
copyright:
- license: BSD-3-Clause
Expand All @@ -26,6 +26,7 @@ environment:
- build-base
- busybox
- ca-certificates-bundle
- py3-supported-flit-core
- py3-supported-pip
- wolfi-base

Expand All @@ -34,7 +35,7 @@ pipeline:
with:
repository: https://github.com/pallets/click
tag: ${{package.version}}
expected-commit: 874ca2bc1c30d93a4ac6e36a15ed685eafe89097
expected-commit: 934813e4d421071a1b3db3973c02fe2721359a6e

subpackages:
- range: py-versions
Expand Down
Loading