Compare commits

...

4 Commits
epel9 ... i9ce

Author SHA1 Message Date
MSVSphere Packaging Team e507102820 import python-hatchling-1.21.1-1.el9
12 months ago
MSVSphere Packaging Team b442654a44 Merge and update
1 year ago
MSVSphere Packaging Team 64b1faa8ce Remove unnecessary files and fix spec-file
1 year ago
Sergey Cherevko 6a9909ed8f
import python-hatchling-1.18.0-1.el9
1 year ago

38
.gitignore vendored

@ -1,37 +1 @@
/hatchling-0.11.3.tar.gz
/hatchling-0.14.0.tar.gz
/hatchling-0.15.0.tar.gz
/hatchling-0.16.0.tar.gz
/hatchling-0.17.0.tar.gz
/hatchling-0.18.0.tar.gz
/hatchling-0.20.1.tar.gz
/hatchling-0.21.0.tar.gz
/hatchling-0.21.1.tar.gz
/hatchling-0.22.0.tar.gz
/hatchling-0.24.0.tar.gz
/hatchling-0.25.0.tar.gz
/hatchling-1.0.0.tar.gz
/hatchling-1.1.0.tar.gz
/hatchling-1.2.0.tar.gz
/hatchling-1.3.0.tar.gz
/hatchling-1.3.1.tar.gz
/hatchling-1.4.1.tar.gz
/hatchling-1.5.0.tar.gz
/hatchling-1.6.0.tar.gz
/hatchling-1.8.0.tar.gz
/hatchling-1.8.1.tar.gz
/hatchling-1.9.0.tar.gz
/hatchling-1.10.0.tar.gz
/hatchling-1.11.0.tar.gz
/hatchling-1.11.1.tar.gz
/hatchling-1.12.1.tar.gz
/hatchling-1.12.2.tar.gz
/hatchling-1.13.0.tar.gz
/hatchling-1.14.0.tar.gz
/hatchling-1.14.1.tar.gz
/hatchling-1.15.0.tar.gz
/hatchling-1.16.0.tar.gz
/hatchling-1.16.1.tar.gz
/hatchling-1.17.0.tar.gz
/hatchling-1.17.1.tar.gz
/hatchling-1.18.0.tar.gz
SOURCES/hatchling-1.21.1.tar.gz

@ -0,0 +1 @@
7bf20ce57ac1fa43575e9147fa06c5fcae76b712 SOURCES/hatchling-1.21.1.tar.gz

@ -1,3 +0,0 @@
# python-hatchling
The python-hatchling package

@ -0,0 +1,126 @@
## START: Set by rpmautospec
## (rpmautospec version 0.6.1)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 1;
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
print(release_number + base_release_number - 1);
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec
Name: python-hatchling
Version: 1.21.1
Release: %autorelease
Summary: The build backend used by Hatch
# SPDX
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
Patch: 0001-Downstream-only-loosen-dependency-versions-for-EPEL9.patch
BuildArch: noarch
BuildRequires: python3-devel
# RHBZ#1985340, RHBZ#2076994
BuildRequires: pyproject-rpm-macros >= 1.2.0
%global common_description %{expand:
This is the extensible, standards compliant build backend used by Hatch.}
%description %{common_description}
%package -n python3-hatchling
Summary: %{summary}
%description -n python3-hatchling %{common_description}
%prep
%autosetup -n hatchling-%{version} -p2
%generate_buildrequires
%pyproject_buildrequires
%build
%pyproject_wheel
%install
%pyproject_install
%pyproject_save_files hatchling
install -t '%{buildroot}%{_mandir}/man1' -D -p -m 0644 \
'%{SOURCE100}' \
'%{SOURCE200}' \
'%{SOURCE300}' '%{SOURCE310}' \
'%{SOURCE400}' \
'%{SOURCE500}'
%check
# We cannot run the “downstream integration tests” included with the PyPI sdist
# in an offline build. The primary tests are Hatchs “backend” tests.
%pyproject_check_import
%files -n python3-hatchling -f %{pyproject_files}
%doc README.md
%{_bindir}/hatchling
%{_mandir}/man1/hatchling.1*
%{_mandir}/man1/hatchling-*.1*
%changelog
## START: Generated by rpmautospec
* Tue Feb 20 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 1.21.1-1
- Update to 1.21.1 (close RHBZ#2260286)
* Tue Feb 20 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 1.21.0-1
- Update to 1.21.0 (close RHBZ#2254951)
* Tue Feb 20 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 1.20.0-1
- Update to 1.20.0 (close RHBZ#2253944)
* Thu Aug 24 2023 Sergey Cherevko <s.cherevko@msvsphere.ru> - 1.18.0-1
- Rebuilt for MSVSphere 9.2
* Thu Jul 27 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.18.0-1
- Update to 1.18.0 (close RHBZ#2214286)
* Thu Jul 27 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.17.1-1
- Update to 1.17.1 (close RHBZ#2212081)
* Thu Jul 27 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.17.0-1
- Update to 1.17.0 (close RHBZ#2203351)
* Thu Jul 27 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.16.1-1
- Update to 1.16.1 (close RHBZ#2203227)
* Thu Jul 27 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.16.0-1
- Update to 1.16 (close RHBZ#2196940)
* Thu Jul 27 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.15.0-1
- Update to 1.15.0 (close RHBZ#2196648)
* Thu Jul 27 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.14.1-1
- Update to 1.14.1 (close RHBZ#2188977)
* Thu Jul 27 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.14.0-1
- Update to 1.14.0 (close RHBZ#21838751)
* Mon Jul 24 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.13.0-2
- RPMAUTOSPEC: unresolvable merge
## END: Generated by rpmautospec

@ -1,77 +0,0 @@
Name: python-hatchling
Version: 1.18.0
Release: %autorelease
Summary: The build backend used by Hatch
# SPDX
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
Patch: 0001-Downstream-only-loosen-dependency-versions-for-EPEL9.patch
BuildArch: noarch
BuildRequires: python3-devel
# RHBZ#1985340, RHBZ#2076994
BuildRequires: pyproject-rpm-macros >= 1.2.0
%global common_description %{expand:
This is the extensible, standards compliant build backend used by Hatch.}
%description %{common_description}
%package -n python3-hatchling
Summary: %{summary}
%description -n python3-hatchling %{common_description}
%prep
%autosetup -n hatchling-%{version} -p2
%generate_buildrequires
%pyproject_buildrequires
%build
%pyproject_wheel
%install
%pyproject_install
%pyproject_save_files hatchling
install -t '%{buildroot}%{_mandir}/man1' -D -p -m 0644 \
'%{SOURCE100}' \
'%{SOURCE200}' \
'%{SOURCE300}' '%{SOURCE310}' \
'%{SOURCE400}' \
'%{SOURCE500}'
%check
# Its not yet clear how, or if, we can run the upstream tests.
# https://github.com/pypa/hatch/issues/120
%pyproject_check_import
%files -n python3-hatchling -f %{pyproject_files}
%doc README.md
%{_bindir}/hatchling
%{_mandir}/man1/hatchling.1*
%{_mandir}/man1/hatchling-*.1*
%changelog
%autochangelog

@ -1 +0,0 @@
SHA512 (hatchling-1.18.0.tar.gz) = b0c3906aa4065ffff63d923e576f0b96d8436947b41c9eac540a449a229e08fcb0edc628d0d76cc3b3c0a401d6dc1101d5d04f855a17971f2deb3d630b5480bf
Loading…
Cancel
Save