Merge commit '2281a633aeba5fcd7972fb5891575fd6ff4f55cc' into epel9epel9
commit
384a8fb5e4
@ -0,0 +1,29 @@
|
|||||||
|
From f80ce20f38f90d356fa5e7a986059b36853c5310 Mon Sep 17 00:00:00 2001
|
||||||
|
From: "Benjamin A. Beasley" <code@musicinmybrain.net>
|
||||||
|
Date: Mon, 24 Jul 2023 11:30:02 -0400
|
||||||
|
Subject: [PATCH] Downstream-only: loosen dependency versions for EPEL9
|
||||||
|
|
||||||
|
See discussion in https://bugzilla.redhat.com/show_bug.cgi?id=2158497.
|
||||||
|
---
|
||||||
|
backend/pyproject.toml | 4 ++--
|
||||||
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/backend/pyproject.toml b/backend/pyproject.toml
|
||||||
|
index 5b3e42f6..cca9f2dc 100644
|
||||||
|
--- a/backend/pyproject.toml
|
||||||
|
+++ b/backend/pyproject.toml
|
||||||
|
@@ -37,9 +37,9 @@ classifiers = [
|
||||||
|
dependencies = [
|
||||||
|
"editables>=0.3",
|
||||||
|
"importlib-metadata; python_version < '3.8'",
|
||||||
|
- "packaging>=21.3",
|
||||||
|
+ "packaging>=20.9",
|
||||||
|
"pathspec>=0.10.1",
|
||||||
|
- "pluggy>=1.0.0",
|
||||||
|
+ "pluggy>=0.13.1",
|
||||||
|
"tomli>=1.2.2; python_version < '3.11'",
|
||||||
|
]
|
||||||
|
|
||||||
|
--
|
||||||
|
2.41.0
|
||||||
|
|
@ -0,0 +1,40 @@
|
|||||||
|
.TH HATCHLING\-BUILD "1" "October 2022" "" "User Commands"
|
||||||
|
.SH NAME
|
||||||
|
.B hatchling\ build
|
||||||
|
.SH SYNOPSIS
|
||||||
|
.B hatchling\ build
|
||||||
|
.RB [ \-h ]
|
||||||
|
.RB [ \-d ]
|
||||||
|
.RB [ \-t ]
|
||||||
|
.RB [ \-\-hooks\-only ]
|
||||||
|
.RB [ \-\-no\-hooks ]
|
||||||
|
.RB [ \-c ]
|
||||||
|
.RB [ \-\-clean\-hooks\-after ]
|
||||||
|
.RB [ \-\-clean\-only ]
|
||||||
|
.SH OPTIONS
|
||||||
|
.SS "OPTIONAL\ ARGUMENTS"
|
||||||
|
.TP
|
||||||
|
.B \-h\fR,\ \fB\-\-help
|
||||||
|
Show a help message and exit
|
||||||
|
.TP
|
||||||
|
.B \-d\fR,\ \fB\-\-directory
|
||||||
|
The directory in which to build artifacts
|
||||||
|
.TP
|
||||||
|
.B \-t\fR,\ \fB\-\-targets
|
||||||
|
Comma-separated list of targets to build, overriding project defaults
|
||||||
|
.TP
|
||||||
|
.B \-\-hooks\-only
|
||||||
|
.TP
|
||||||
|
.B \-\-no\-hooks
|
||||||
|
.TP
|
||||||
|
.B \-c\fR,\ \fB\-\-clean
|
||||||
|
.TP
|
||||||
|
.B \-\-clean\-hooks\-after
|
||||||
|
.TP
|
||||||
|
.B \-\-clean\-only
|
||||||
|
.SH "SEE\ ALSO"
|
||||||
|
.BR hatchling\-dep (1),
|
||||||
|
.BR hatchling\-metadata (1),
|
||||||
|
.BR hatchling\-version (1)
|
||||||
|
.P
|
||||||
|
.BR hatchling (1)
|
@ -0,0 +1,22 @@
|
|||||||
|
.TH HATCHLING\-DEP\-SYNCED "1" "October 2022" "" "User Commands"
|
||||||
|
.SH NAME
|
||||||
|
.B hatchling\ dep\ synced
|
||||||
|
.SH SYNOPSIS
|
||||||
|
.B hatchling\ dep\ synced
|
||||||
|
.RB [ \-h ]
|
||||||
|
.RB [ \-p ]
|
||||||
|
.I dependencies
|
||||||
|
.RI [ dependencies \ ...]
|
||||||
|
.SH OPTIONS
|
||||||
|
.SS "POSITIONAL\ ARGUMENTS"
|
||||||
|
.TP
|
||||||
|
.I dependencies
|
||||||
|
.SS "OPTIONAL\ ARGUMENTS"
|
||||||
|
.TP
|
||||||
|
.B \-h\fR,\ \fB\-\-help
|
||||||
|
Show a help message and exit
|
||||||
|
.TP
|
||||||
|
.B \-p\fR,\ \fB\-\-python
|
||||||
|
.SH "SEE\ ALSO"
|
||||||
|
.BR hatchling\-dep (1),
|
||||||
|
.BR hatchling (1)
|
@ -0,0 +1,25 @@
|
|||||||
|
.TH HATCHLING\-DEP "1" "October 2022" "" "User Commands"
|
||||||
|
.SH NAME
|
||||||
|
.B hatchling\ dep
|
||||||
|
.SH SYNOPSIS
|
||||||
|
.B hatchling\ dep
|
||||||
|
.RB [ \-h ]
|
||||||
|
.RB { synced }\ ...
|
||||||
|
.SH OPTIONS
|
||||||
|
.SS "COMMANDS"
|
||||||
|
.TP
|
||||||
|
.B synced
|
||||||
|
See
|
||||||
|
.BR hatchling\-dep\-synced (1).
|
||||||
|
.SS "OPTIONAL\ ARGUMENTS"
|
||||||
|
.TP
|
||||||
|
.B \-h\fR,\ \fB\-\-help
|
||||||
|
Show a help message and exit
|
||||||
|
.SH "SEE\ ALSO"
|
||||||
|
.BR hatchling\-dep\-synced (1)
|
||||||
|
.P
|
||||||
|
.BR hatchling\-build (1),
|
||||||
|
.BR hatchling\-metadata (1),
|
||||||
|
.BR hatchling\-version (1)
|
||||||
|
.P
|
||||||
|
.BR hatchling (1)
|
@ -0,0 +1,24 @@
|
|||||||
|
.TH HATCHLING\-METADATA "1" "October 2022" "" "User Commands"
|
||||||
|
.SH NAME
|
||||||
|
.B hatchling\ metadata
|
||||||
|
.SH SYNOPSIS
|
||||||
|
.B hatchling\ metadata
|
||||||
|
.RB [ \-h ]
|
||||||
|
.RB [ \-c ]
|
||||||
|
.RI [ field ]
|
||||||
|
.SH OPTIONS
|
||||||
|
.SS "POSITIONAL\ ARGUMENTS"
|
||||||
|
.TP
|
||||||
|
.I field
|
||||||
|
.SS "OPTIONAL\ ARGUMENTS"
|
||||||
|
.TP
|
||||||
|
.B \-h\fR,\ \fB\-\-help
|
||||||
|
Show a help message and exit
|
||||||
|
.TP
|
||||||
|
.B \-c\fR,\ \fB\-\-compact
|
||||||
|
.SH "SEE\ ALSO"
|
||||||
|
.BR hatchling\-build (1),
|
||||||
|
.BR hatchling\-dep (1),
|
||||||
|
.BR hatchling\-version (1)
|
||||||
|
.P
|
||||||
|
.BR hatchling (1)
|
@ -0,0 +1,18 @@
|
|||||||
|
.TH HATCHLING\-VERSION "1" "October 2022" "" "User Commands"
|
||||||
|
.SH NAME
|
||||||
|
.B hatchling\ version
|
||||||
|
.SH SYNOPSIS
|
||||||
|
.B hatchling\ version
|
||||||
|
.RB [ \-h ]
|
||||||
|
.SH OPTIONS
|
||||||
|
.\" .SS "POSITIONAL\ ARGUMENTS"
|
||||||
|
.SS "OPTIONAL\ ARGUMENTS"
|
||||||
|
.TP
|
||||||
|
.B \-h\fR,\ \fB\-\-help
|
||||||
|
Show a help message and exit
|
||||||
|
.SH "SEE\ ALSO"
|
||||||
|
.BR hatchling\-build (1),
|
||||||
|
.BR hatchling\-dep (1),
|
||||||
|
.BR hatchling\-metadata (1)
|
||||||
|
.P
|
||||||
|
.BR hatchling (1)
|
@ -1,24 +1,39 @@
|
|||||||
.TH HATCHLING "1" "February 2022" "" "User Commands"
|
.TH HATCHLING "1" "October 2022" "" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
.B hatchling
|
.B hatchling
|
||||||
\(en the build backend used by Hatch
|
\(en the build backend used by Hatch
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B hatchling
|
.B hatchling
|
||||||
.RB [ \-h ]
|
.RB [ \-h ]
|
||||||
.RB { build , dep , version }\ ...
|
.RB { build , dep , metadata , version }\ ...
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
This is the extensible, standards compliant build backend used by Hatch.
|
This is the extensible, standards compliant build backend used by Hatch.
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.SS "POSITIONAL\ ARGUMENTS"
|
.SS "COMMANDS"
|
||||||
.TP
|
.TP
|
||||||
.B build
|
.B build
|
||||||
|
See
|
||||||
|
.BR hatchling\-build (1).
|
||||||
.TP
|
.TP
|
||||||
.B dep
|
.B dep
|
||||||
|
See
|
||||||
|
.BR hatchling\-dep (1).
|
||||||
|
.TP
|
||||||
|
.B metadata
|
||||||
|
See
|
||||||
|
.BR hatchling\-metadata (1).
|
||||||
.TP
|
.TP
|
||||||
.B version
|
.B version
|
||||||
|
See
|
||||||
|
.BR hatchling\-version (1).
|
||||||
.SS "OPTIONAL\ ARGUMENTS"
|
.SS "OPTIONAL\ ARGUMENTS"
|
||||||
.TP
|
.TP
|
||||||
.B \-h\fR,\ \fB\-\-help
|
.B \-h\fR,\ \fB\-\-help
|
||||||
show a help message and exit
|
Show a help message and exit
|
||||||
.SH "SEE\ ALSO"
|
.SH "SEE\ ALSO"
|
||||||
|
.BR hatchling\-build (1),
|
||||||
|
.BR hatchling\-dep (1),
|
||||||
|
.BR hatchling\-metadata (1),
|
||||||
|
.BR hatchling\-version (1)
|
||||||
|
.P
|
||||||
.BR hatch (1)
|
.BR hatch (1)
|
||||||
|
@ -1 +1 @@
|
|||||||
SHA512 (hatchling-0.25.0.tar.gz) = 417f98d15c8f64ed8968f9bf86d258bb52bb028db5f54c35e70405d8760a2ee32b177ab91cae61bb6618d9f72a4374543b3c5ea7ee9debe782e9a082367f18b9
|
SHA512 (hatchling-1.13.0.tar.gz) = 96716cdf971f0b04e3799ebf7518fa417d0f1e5f94b475e316a766ae718a0fd78284cad798282c5a2154c5f586a195ae03cd86b889ace39bdb097c12b8515613
|
||||||
|
Loading…
Reference in new issue