Browse Source

downgrade to 1.10.0

Signed-off-by: Toshaan Bharvani <toshaan@powerel.org>
master
Toshaan Bharvani 1 year ago
parent
commit
90060e08d8
  1. 19
      SOURCES/hatchling.1
  2. 28
      SPECS/python-hatchling.spec

19
SOURCES/hatchling.1

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
.TH HATCHLING "1" "October 2022" "" "User Commands"
.TH HATCHLING "1" "September 2022" "" "User Commands"
.SH NAME
.B hatchling
\(en the build backend used by Hatch
@ -9,31 +9,18 @@ @@ -9,31 +9,18 @@
.SH DESCRIPTION
This is the extensible, standards compliant build backend used by Hatch.
.SH OPTIONS
.SS "COMMANDS"
.SS "POSITIONAL\ ARGUMENTS"
.TP
.B build
See
.BR hatchling\-build (1).
.TP
.B dep
See
.BR hatchling\-dep (1).
.TP
.B metadata
See
.BR hatchling\-metadata (1).
.TP
.B version
See
.BR hatchling\-version (1).
.SS "OPTIONAL\ ARGUMENTS"
.TP
.B \-h\fR,\ \fB\-\-help
Show a help message and exit
show a help message and exit
.SH "SEE\ ALSO"
.BR hatchling\-build (1),
.BR hatchling\-dep (1),
.BR hatchling\-metadata (1),
.BR hatchling\-version (1)
.P
.BR hatch (1)

28
SPECS/python-hatchling.spec

@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
## END: Set by rpmautospec

Name: python-hatchling
Version: 1.11.1
Version: 1.10.0
Release: %autorelease
Summary: The build backend used by Hatch

@ -16,13 +16,9 @@ Summary: The build backend used by Hatch @@ -16,13 +16,9 @@ Summary: The build backend used by Hatch
License: MIT
URL: https://pypi.org/project/hatchling
Source0: %{pypi_source hatchling}
# Written for Fedora in groff_man(7) format based on --help output
Source100: hatchling.1
Source200: hatchling-build.1
Source300: hatchling-dep.1
Source310: hatchling-dep-synced.1
Source400: hatchling-metadata.1
Source500: hatchling-version.1
# Man page in groff_man(7) format, hand-written for Fedora based on package
# metadata and --help output
Source1: hatchling.1

BuildArch: noarch

@ -57,13 +53,7 @@ Summary: %{summary} @@ -57,13 +53,7 @@ Summary: %{summary}
%install
%pyproject_install
%pyproject_save_files hatchling

install -t '%{buildroot}%{_mandir}/man1' -D -p -m 0644 \
'%{SOURCE100}' \
'%{SOURCE200}' \
'%{SOURCE300}' '%{SOURCE310}' \
'%{SOURCE400}' \
'%{SOURCE500}'
install -t '%{buildroot}/%{_mandir}/man1' -D -p -m 0644 '%{SOURCE1}'


%check
@ -78,17 +68,9 @@ install -t '%{buildroot}%{_mandir}/man1' -D -p -m 0644 \ @@ -78,17 +68,9 @@ install -t '%{buildroot}%{_mandir}/man1' -D -p -m 0644 \

%{_bindir}/hatchling
%{_mandir}/man1/hatchling.1*
%{_mandir}/man1/hatchling-*.1*


%changelog
* Wed Oct 19 2022 Benjamin A. Beasley <code@musicinmybrain.net> 1.11.1-1
- Update to 1.11.1 (close RHBZ#2136026)

* Sun Oct 09 2022 Benjamin A. Beasley <code@musicinmybrain.net> 1.11.0-1
- Update to 1.11.0 (close RHBZ#2133226)
- Improve the man pages

* Mon Sep 19 2022 Benjamin A. Beasley <code@musicinmybrain.net> 1.10.0-1
- Update to 1.10.0 (close RHBZ#2127792)


Loading…
Cancel
Save