Update to 1.24.2
This is from https://src.fedoraproject.org/rpms/python-hatchling/pull-request/75 The Fedora update is blocked on hatch (which is blocked on packaging uv). But there is no hatch in c10s and this gets rid of the dependency on python-editables. If EPEL 10 wants to package hatch, they will need to backport the relevant change from https://github.com/pypa/hatch/pull/1255
This commit is contained in:
parent
14ced25ad0
commit
c481a8b74a
1
.gitignore
vendored
1
.gitignore
vendored
@ -38,3 +38,4 @@
|
|||||||
/hatchling-1.20.0.tar.gz
|
/hatchling-1.20.0.tar.gz
|
||||||
/hatchling-1.21.0.tar.gz
|
/hatchling-1.21.0.tar.gz
|
||||||
/hatchling-1.21.1.tar.gz
|
/hatchling-1.21.1.tar.gz
|
||||||
|
/hatchling-1.24.2.tar.gz
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.TH HATCHLING\-BUILD "1" "October 2022" "" "User Commands"
|
.TH HATCHLING\-BUILD "1" "March 2024" "" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
.B hatchling\ build
|
.B hatchling\ build
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@ -11,6 +11,7 @@
|
|||||||
.RB [ \-c ]
|
.RB [ \-c ]
|
||||||
.RB [ \-\-clean\-hooks\-after ]
|
.RB [ \-\-clean\-hooks\-after ]
|
||||||
.RB [ \-\-clean\-only ]
|
.RB [ \-\-clean\-only ]
|
||||||
|
.RB [ \-\-show\-dynamic\-deps ]
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.SS "OPTIONAL\ ARGUMENTS"
|
.SS "OPTIONAL\ ARGUMENTS"
|
||||||
.TP
|
.TP
|
||||||
@ -32,6 +33,8 @@ Comma-separated list of targets to build, overriding project defaults
|
|||||||
.B \-\-clean\-hooks\-after
|
.B \-\-clean\-hooks\-after
|
||||||
.TP
|
.TP
|
||||||
.B \-\-clean\-only
|
.B \-\-clean\-only
|
||||||
|
.TP
|
||||||
|
.B \-\-show\-dynamic\-deps
|
||||||
.SH "SEE\ ALSO"
|
.SH "SEE\ ALSO"
|
||||||
.BR hatchling\-dep (1),
|
.BR hatchling\-dep (1),
|
||||||
.BR hatchling\-metadata (1),
|
.BR hatchling\-metadata (1),
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: python-hatchling
|
Name: python-hatchling
|
||||||
Version: 1.21.1
|
Version: 1.24.2
|
||||||
Release: %autorelease
|
Release: %autorelease
|
||||||
Summary: The build backend used by Hatch
|
Summary: The build backend used by Hatch
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (hatchling-1.21.1.tar.gz) = ccafd14bd401c0df8d239efa86d1851e134c5eaf8e99f96d8cacd6b0f157b5702e27abbeb5eed8f03a13f75e53e34961e06afa225075e619b13c0e4629b99bff
|
SHA512 (hatchling-1.24.2.tar.gz) = b9e9da3a63509bbd0d2083475f6339299e765da7eeec5a3da5ea96a1205a27bfce05c0cbb613aade815087b68392d71daeb076ee2199e827a9ae5ba8315b7bcc
|
||||||
|
Loading…
Reference in New Issue
Block a user