import python-click-plugins-1.1.1-22.el10

i10ce changed/i10ce/python-click-plugins-1.1.1-22.el10
Arkady L. Shane 1 week ago
parent 57ccf38ef6
commit e3b84df856
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

@ -1,45 +1,45 @@
%global srcname click-plugins Name: python-click-plugins
%global srcname_no_dash click_plugins
Name: python-%{srcname}
Version: 1.1.1 Version: 1.1.1
Release: 13%{?dist} Release: 22%{?dist}
Summary: Click extension to register CLI commands via setuptools Summary: Click extension to register CLI commands via setuptools
%global _description \
An extension module for click to register external CLI commands via setuptools \
entry-points.
License: MIT License: BSD-3-Clause
URL: https://pypi.python.org/pypi/%{srcname} URL: https://github.com/click-contrib/click-plugins
Source0: %pypi_source Source: %{pypi_source click-plugins}
BuildArch: noarch BuildArch: noarch
%global _description %{expand:
An extension module for click to register external CLI commands via setuptools
entry-points.}
%description %{_description} %description %{_description}
%package -n python3-%{srcname} %package -n python3-click-plugins
Summary: %{summary} Summary: %{summary}
%{?python_provide:%python_provide python3-%{srcname}}
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3dist(setuptools) BuildRequires: python3-pytest
BuildRequires: python3dist(click) >= 4.0
BuildRequires: python3dist(pytest)
%description -n python3-%{srcname} %{_description} %description -n python3-click-plugins %{_description}
%prep %prep
%autosetup -n %{srcname}-%{version} %autosetup -n click-plugins-%{version}
%generate_buildrequires
%pyproject_buildrequires
%build %build
%py3_build %pyproject_wheel
%install %install
%py3_install %pyproject_install
%pyproject_save_files -l click_plugins
%check %check
@ -47,16 +47,40 @@ export LANG=C.UTF-8
%{pytest} -ra %{pytest} -ra
%files -n python3-%{srcname} %files -n python3-click-plugins -f %{pyproject_files}
%license LICENSE.txt
%doc README.rst %doc README.rst
%{python3_sitelib}/%{srcname_no_dash}
%{python3_sitelib}/%{srcname_no_dash}-%{version}-py%{python3_version}.egg-info
%changelog %changelog
* Tue Aug 13 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 1.1.1-13 * Sun Jan 05 2025 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.1.1-22
- Rebuilt for MSVSphere 9.4 - Rebuilt for MSVSphere 10
* Fri Aug 16 2024 Carl George <carlwgeorge@fedoraproject.org> - 1.1.1-22
- Convert to pyproject macros
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 1.1.1-20
- Rebuilt for Python 3.13
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-19
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-18
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Wed Jun 14 2023 Python Maint <python-maint@redhat.com> - 1.1.1-16
- Rebuilt for Python 3.12
* Sat Apr 08 2023 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.1.1-15
- Switch to SPDX with corrected license
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-13 * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

Loading…
Cancel
Save