Skip to content

Commit

Permalink
py3-click/8.1.8 package update with build fix (#38251)
Browse files Browse the repository at this point in the history
<!---
Provide a short summary in the Title above. Examples of good PR titles:
* "ruby-3.1: new package"
* "haproxy: fix CVE-2014-123456"
-->

<!--
Please include references to any related issues or delete this section
otherwise.
 -->

Fixes:
Adding py-3-supported-flit core to the packages which installed each
supported version rather than exclusively 3.10, and solved the build
failure.


Related:
#38181

### Pre-review Checklist

<!--
This checklist is mostly useful as a reminder of small things that can
easily be
forgotten – it is meant as a helpful tool rather than hoops to jump
through.

At the moment of this PR you have the most information on what all the
change
will affect, so please take the time to jot it down.

Put an `x` in all the items that apply, make notes next to any that
haven't been
addressed, and remove any items that are not relevant to this PR.

-->

#### For version bump PRs
<!-- remove if unrelated -->
- [x] The `epoch` field is reset to 0

---------

Co-authored-by: Jared <[email protected]>
  • Loading branch information
jared-moore-dev and Mastermind63 authored Dec 25, 2024
1 parent 80dc652 commit 02a2b88
Showing 1 changed file with 4 additions and 3 deletions.
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

0 comments on commit 02a2b88

Please sign in to comment.