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-argcomplete/3.5.3 package update #38565

Merged
merged 3 commits into from
Jan 1, 2025
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
16 changes: 9 additions & 7 deletions py3-argcomplete.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: py3-argcomplete
version: 3.5.2
epoch: 1
version: 3.5.3
epoch: 0
description: Bash/zsh tab completion for argparse
copyright:
- license: Apache-2.0
Expand All @@ -15,20 +15,22 @@ vars:
data:
- name: py-versions
items:
3.10: '310'
3.11: '311'
3.12: '312'
3.13: '313'
3.10: "310"
3.11: "311"
3.12: "312"
3.13: "313"

environment:
contents:
packages:
- py3-supported-build-base
- py3-supported-hatch-vcs
- py3-supported-hatchling

pipeline:
- uses: git-checkout
with:
expected-commit: fa88f807ee3f1d1c5b2647ca3c38fd3e0349dbfc
expected-commit: 1b4da3b9afb62259fefd031f69b6d9edd7f0aa7e
repository: https://github.com/kislyuk/argcomplete
tag: v${{package.version}}

Expand Down
Loading