|
 |
01045f4 |
%global pypi_name cleo
|
|
 |
01045f4 |
|
|
 |
01045f4 |
%global common_description %{expand:
|
|
 |
01045f4 |
Create beautiful and testable command-line interfaces.
|
|
 |
01045f4 |
|
|
 |
01045f4 |
Cleo is mostly a higher level wrapper for CliKit, so a lot of the
|
|
 |
01045f4 |
components and utilities comes from it. Refer to its documentation for
|
|
 |
01045f4 |
more information.}
|
|
 |
01045f4 |
|
|
 |
2065042 |
%global prerel a5
|
|
 |
2065042 |
%global base_version 1.0.0
|
|
 |
2065042 |
|
|
 |
01045f4 |
Name: python-%{pypi_name}
|
|
 |
01045f4 |
Summary: Create beautiful and testable command-line interfaces
|
|
 |
2065042 |
Version: %{base_version}%{?prerel:~%{prerel}}
|
|
 |
2d28d1f |
Release: 2%{?dist}
|
|
 |
01045f4 |
License: MIT
|
|
 |
01045f4 |
|
|
 |
01045f4 |
URL: https://github.com/sdispater/cleo
|
|
 |
01045f4 |
Source0: %{pypi_source}
|
|
 |
01045f4 |
|
|
 |
01045f4 |
BuildArch: noarch
|
|
 |
01045f4 |
|
|
 |
01045f4 |
BuildRequires: python3-devel
|
|
 |
01045f4 |
BuildRequires: python3dist(setuptools)
|
|
 |
01045f4 |
|
|
 |
01045f4 |
%description %{common_description}
|
|
 |
01045f4 |
|
|
 |
01045f4 |
|
|
 |
01045f4 |
%package -n python3-%{pypi_name}
|
|
 |
01045f4 |
Summary: %{summary}
|
|
 |
01045f4 |
%{?python_provide:%python_provide python3-%{pypi_name}}
|
|
 |
01045f4 |
|
|
 |
01045f4 |
%description -n python3-%{pypi_name} %{common_description}
|
|
 |
01045f4 |
|
|
 |
01045f4 |
|
|
 |
01045f4 |
%prep
|
|
 |
2065042 |
%autosetup -n %{pypi_name}-%{base_version}%{?prerel} -p1
|
|
 |
01045f4 |
|
|
 |
01045f4 |
|
|
 |
01045f4 |
%build
|
|
 |
01045f4 |
%py3_build
|
|
 |
01045f4 |
|
|
 |
01045f4 |
|
|
 |
01045f4 |
%install
|
|
 |
01045f4 |
%py3_install
|
|
 |
01045f4 |
|
|
 |
01045f4 |
|
|
 |
01045f4 |
%files -n python3-%{pypi_name}
|
|
 |
01045f4 |
%license LICENSE
|
|
 |
2065042 |
%doc README.md
|
|
 |
01045f4 |
|
|
 |
fd32082 |
%{python3_sitelib}/%{pypi_name}/
|
|
 |
2065042 |
%{python3_sitelib}/%{pypi_name}-%{base_version}%{?prerel}-py%{python3_version}.egg-info/
|
|
 |
01045f4 |
|
|
 |
01045f4 |
|
|
 |
01045f4 |
%changelog
|
|
 |
2d28d1f |
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0~a5-2
|
|
 |
2d28d1f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
 |
2d28d1f |
|
|
 |
2065042 |
* Tue Oct 04 2022 Tomáš Hrnčiar <thrnciar@redhat.com> - 1.0.0~a5-1
|
|
 |
2065042 |
- Update to 1.0.0a5
|
|
 |
2065042 |
- Fixes: rhbz#2093481
|
|
 |
2065042 |
|
|
 |
9a8d784 |
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-7
|
|
 |
9a8d784 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
 |
9a8d784 |
|
|
 |
b5ee3dd |
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.8.1-6
|
|
 |
b5ee3dd |
- Rebuilt for Python 3.11
|
|
 |
b5ee3dd |
|
|
 |
0117088 |
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-5
|
|
 |
0117088 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
 |
0117088 |
|
|
 |
b488faf |
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-4
|
|
 |
b488faf |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
 |
b488faf |
|
|
 |
d75cd25 |
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.8.1-3
|
|
 |
d75cd25 |
- Rebuilt for Python 3.10
|
|
 |
d75cd25 |
|
|
 |
7e01647 |
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-2
|
|
 |
7e01647 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
 |
7e01647 |
|
|
 |
15a3791 |
* Sat Oct 03 2020 Fabio Valentini <decathorpe@gmail.com> - 0.8.1-1
|
|
 |
15a3791 |
- Update to version 0.8.1.
|
|
 |
15a3791 |
|
|
 |
d9a7a5d |
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.6-4
|
|
 |
d9a7a5d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
 |
d9a7a5d |
|
|
 |
1170e51 |
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.7.6-3
|
|
 |
1170e51 |
- Rebuilt for Python 3.9
|
|
 |
1170e51 |
|
|
 |
f80d2dc |
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.6-2
|
|
 |
f80d2dc |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
 |
f80d2dc |
|
|
 |
fd32082 |
* Sun Dec 08 2019 Fabio Valentini <decathorpe@gmail.com> - 0.7.6-1
|
|
 |
fd32082 |
- Update to version 0.7.6.
|
|
 |
fd32082 |
|
|
 |
1fd6514 |
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.6.8-3
|
|
 |
1fd6514 |
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
|
 |
1fd6514 |
|
|
 |
727059b |
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.6.8-2
|
|
 |
727059b |
- Rebuilt for Python 3.8
|
|
 |
727059b |
|
|
 |
01045f4 |
* Wed Dec 19 2018 Fabio Valentini <decathorpe@gmail.com> - 0.6.8-1
|
|
 |
01045f4 |
- Initial package.
|
|
 |
01045f4 |
|