Update to 1.9.0 (close RHBZ#2125746)
- Use new “prepare_metadata_…” hooks for BuildRequires
This commit is contained in:
parent
a8bb7c8115
commit
9d137d39d3
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,3 +20,4 @@
|
||||
/hatchling-1.6.0.tar.gz
|
||||
/hatchling-1.8.0.tar.gz
|
||||
/hatchling-1.8.1.tar.gz
|
||||
/hatchling-1.9.0.tar.gz
|
||||
|
@ -1,11 +1,11 @@
|
||||
.TH HATCHLING "1" "February 2022" "" "User Commands"
|
||||
.TH HATCHLING "1" "September 2022" "" "User Commands"
|
||||
.SH NAME
|
||||
.B hatchling
|
||||
\(en the build backend used by Hatch
|
||||
.SH SYNOPSIS
|
||||
.B hatchling
|
||||
.RB [ \-h ]
|
||||
.RB { build , dep , version }\ ...
|
||||
.RB { build , dep , metadata , version }\ ...
|
||||
.SH DESCRIPTION
|
||||
This is the extensible, standards compliant build backend used by Hatch.
|
||||
.SH OPTIONS
|
||||
@ -15,6 +15,8 @@ This is the extensible, standards compliant build backend used by Hatch.
|
||||
.TP
|
||||
.B dep
|
||||
.TP
|
||||
.B metadata
|
||||
.TP
|
||||
.B version
|
||||
.SS "OPTIONAL\ ARGUMENTS"
|
||||
.TP
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: python-hatchling
|
||||
Version: 1.8.1
|
||||
Version: 1.9.0
|
||||
Release: %autorelease
|
||||
Summary: The build backend used by Hatch
|
||||
|
||||
@ -34,7 +34,7 @@ Summary: %{summary}
|
||||
|
||||
|
||||
%generate_buildrequires
|
||||
%pyproject_buildrequires -w
|
||||
%pyproject_buildrequires
|
||||
|
||||
|
||||
%build
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (hatchling-1.8.1.tar.gz) = c6a69ef83991269a12e4efbfee6447e48b998f885faacd5551e6be9f27e7674a791b30e3212e1c17f9c3f11848ab79ce1c202e7473957285466b4d8334aac814
|
||||
SHA512 (hatchling-1.9.0.tar.gz) = e74176142248f53cc50b9381a16e3ba3f524be3c8ca5d8d01ee6f7bd14a45fc7391d76b093f24020cad5de86596b45a4417331bdaf074c31ba619ebd5b556ee4
|
||||
|
Loading…
Reference in New Issue
Block a user