Blame SPECS/python-click.spec

092fd0
%global pypi_name click
092fd0
092fd0
Name:           python-%{pypi_name}
0d7cce
Version:        7.1.2
0d7cce
Release:        5%{?dist}
092fd0
Summary:        Simple wrapper around optparse for powerful command line utilities
092fd0
092fd0
License:        BSD
092fd0
URL:            https://github.com/mitsuhiko/click
092fd0
Source0:        %{url}/archive/%{version}/%{pypi_name}-%{version}.tar.gz
092fd0
BuildArch:      noarch
092fd0
092fd0
%global _description \
092fd0
click is a Python package for creating beautiful command line\
092fd0
interfaces in a composable way with as little amount of code as necessary.\
092fd0
It's the "Command Line Interface Creation Kit".  It's highly configurable but\
092fd0
comes with good defaults out of the box.
092fd0
092fd0
%description %{_description}
092fd0
092fd0
%package -n     python%{python3_pkgversion}-%{pypi_name}
092fd0
Summary:        %{summary}
0d7cce
092fd0
BuildRequires:  python%{python3_pkgversion}-devel
0d7cce
BuildRequires:  pyproject-rpm-macros
092fd0
092fd0
%description -n python%{python3_pkgversion}-%{pypi_name} %{_description}
092fd0
092fd0
%prep
092fd0
%autosetup -n %{pypi_name}-%{version} -p1
092fd0
0d7cce
%generate_buildrequires
0d7cce
%pyproject_buildrequires -t
0d7cce
092fd0
%build
0d7cce
%pyproject_wheel
092fd0
092fd0
%install
0d7cce
%pyproject_install
0d7cce
%pyproject_save_files %{pypi_name}
092fd0
092fd0
%check
0d7cce
%tox
0d7cce
0d7cce
%files -n python%{python3_pkgversion}-%{pypi_name} -f %pyproject_files
0d7cce
%license LICENSE.rst
0d7cce
%doc README.rst CHANGES.rst
092fd0
092fd0
%changelog
0d7cce
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 7.1.2-5
0d7cce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
0d7cce
0d7cce
* Fri Sep 11 2020 Charalampos Stratakis <cstratak@redhat.com> - 7.1.2-4
0d7cce
- Modernize the SPEC and convert it to pyproject macros
0d7cce
0d7cce
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 7.1.2-3
0d7cce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
0d7cce
0d7cce
* Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 7.1.2-2
0d7cce
- Rebuilt for Python 3.9
0d7cce
0d7cce
* Tue Apr 28 2020 Fabian Affolter <mail@fabian-affolter.ch> - 7.1.2-1
0d7cce
- Update to latest upstream release 7.1.2 (rhbz#1828589)
0d7cce
0d7cce
* Sat Apr 18 2020 Fabian Affolter <mail@fabian-affolter.ch> - 7.1.1-1
0d7cce
- Update to latest upstream release 7.1.1 (rhbz#1811727)
0d7cce
0d7cce
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 7.0-7
0d7cce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
0d7cce
0d7cce
* Wed Sep 18 2019 Miro Hrončok <mhroncok@redhat.com> - 7.0-6
0d7cce
- Subpackage python2-click has been removed
0d7cce
  See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
0d7cce
0d7cce
* Thu Aug 15 2019 Miro Hrončok <mhroncok@redhat.com> - 7.0-5
0d7cce
- Rebuilt for Python 3.8
0d7cce
0d7cce
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 7.0-4
0d7cce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
0d7cce
0d7cce
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 7.0-3
0d7cce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
0d7cce
0d7cce
* Sun Nov 18 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 7.0-2
0d7cce
- Drop explicit locale setting
0d7cce
  See https://fedoraproject.org/wiki/Changes/Remove_glibc-langpacks-all_from_buildroot
0d7cce
0d7cce
* Tue Oct 02 2018 Charalampos Stratakis <cstratak@redhat.com> - 7.0-1
0d7cce
- Update to 7.0
0d7cce
0d7cce
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 6.7-9
0d7cce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
0d7cce
0d7cce
* Fri Jun 15 2018 Miro Hrončok <mhroncok@redhat.com> - 6.7-8
0d7cce
- Rebuilt for Python 3.7
092fd0
092fd0
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 6.7-7
092fd0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
092fd0
092fd0
* Thu Oct 12 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 6.7-6
092fd0
- Fixup EPEL packaging
092fd0
092fd0
* Thu Oct 12 2017 Carl George <carl@george.computer> - 6.7-6
092fd0
- Add EPEL compatibility
092fd0
092fd0
* Thu Oct 12 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 6.7-5
092fd0
- Fix FTBFS
092fd0
092fd0
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 6.7-4
092fd0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
092fd0
092fd0
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 6.7-3
092fd0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
092fd0
092fd0
* Mon Jan 09 2017 Miro Hrončok <mhroncok@redhat.com> - 6.7-2
092fd0
- Fixed a copy-paste bug in %%python_provide (rhbz#1411169)
092fd0
092fd0
* Sat Jan 07 2017 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 6.7-1
092fd0
- Update to 6.7
092fd0
- Adopt to packaging guidelines
092fd0
092fd0
* Tue Dec 13 2016 Charalampos Stratakis <cstratak@redhat.com> - 6.6-4
092fd0
- Enable tests
092fd0
092fd0
* Fri Dec 09 2016 Charalampos Stratakis <cstratak@redhat.com> - 6.6-3
092fd0
- Rebuild for Python 3.6
092fd0
- Disable python3 tests for now
092fd0
092fd0
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.6-2
092fd0
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
092fd0
092fd0
* Mon Apr 18 2016 Charalampos Stratakis <cstratak@redhat.com> - 6.6-1
092fd0
- Update to 6.6
092fd0
- Removed non-applied patch file.
092fd0
092fd0
* Tue Mar 08 2016 Robert Kuska <rkuska@redhat.com> - 6.3-1
092fd0
- Update to 6.3
092fd0
092fd0
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 6.2-2
092fd0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
092fd0
092fd0
* Tue Jan 19 2016 Robert Kuska <rkuska@redhat.com> - 6.2-1
092fd0
- Update to 6.2
092fd0
092fd0
* Wed Oct 14 2015 Robert Kuska <rkuska@redhat.com> - 5.1-2
092fd0
- Rebuilt for Python3.5 rebuild
092fd0
092fd0
* Mon Aug 24 2015 Robert Kuska <rkuska@redhat.com> - 5.1-1
092fd0
- Update to 5.1
092fd0
092fd0
* Mon Aug 03 2015 Robert Kuska <rkuska@redhat.com> - 4.1-1
092fd0
- Update to 4.1
092fd0
092fd0
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0-3
092fd0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
092fd0
092fd0
* Sun May 31 2015 Robert Kuska <rkuska@redhat.com> - 4.0-2
092fd0
- Rebuilt
092fd0
092fd0
* Wed Apr 01 2015 Robert Kuska <rkuska@redhat.com> - 4.0-1
092fd0
- Update to 4.0
092fd0
092fd0
* Fri Oct 03 2014 Robert Kuska <rkuska@redhat.com> - 3.3-1
092fd0
- Update to 3.3
092fd0
092fd0
* Sun Aug 24 2014 Robert Kuska <rkuska@redhat.com> - 3.2-2
092fd0
- Add patch for exception check of TypeError
092fd0
092fd0
* Sun Aug 24 2014 Robert Kuska <rkuska@redhat.com> - 3.2-1
092fd0
- Update to 3.2
092fd0
092fd0
* Mon Aug 18 2014 Robert Kuska <rkuska@redhat.com> - 3.1-1
092fd0
- Update to 3.1
092fd0
092fd0
* Wed Jul 16 2014 Robert Kuska <rkuska@redhat.com> - 2.4-1
092fd0
- Update to 2.4
092fd0
092fd0
* Mon Jun 30 2014 Robert Kuska <rkuska@redhat.com> - 2.2-1
092fd0
- Update to 2.2
092fd0
092fd0
* Thu Jun 12 2014 Robert Kuska <rkuska@redhat.com> - 2.0-1
092fd0
- Update to 2.0
092fd0
092fd0
* Fri Jun 06 2014 Robert Kuska <rkuska@redhat.com> - 1.1-3
092fd0
- Make click own its folder
092fd0
- Use pythonX_version macros from devel package
092fd0
092fd0
* Thu May 29 2014 Robert Kuska <rkuska@redhat.com> - 1.1-2
092fd0
- Remove __pycache__ folder from tests
092fd0
092fd0
* Mon May 12 2014 Robert Kuska <rkuska@redhat.com> - 1.1-1
092fd0
- Update source
092fd0
092fd0
* Wed May 07 2014 Robert Kuska <rkuska@redhat.com> - 0.6-1
092fd0
- Initial package.