Name: codespell Version: 1.17.1 Release: 0%{?dist}.1sunshine Summary: Fix common misspellings in text files License: GPLv2 and CC-BY-SA 3.0 URL: https://github.com/codespell-project/codespell/ Source0: https://github.com/codespell-project/codespell/archive/v%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3dist(setuptools) BuildRequires: python3-pytest %description codespell fixes common misspellings in text files. It's designed primarily for checking misspelled words in source code, but it can be used with other files as well. %prep %autosetup -n %{name}-%{version} # Remove bundled egg-info rm -rf %{name}.egg-info %build %py3_build %install %py3_install rm -rf $RPM_BUILD_ROOT/%{python3_sitelib}/codespell_lib/tests %check %{__python3} setup.py test %files %doc README.rst %{_bindir}/codespell %{python3_sitelib}/codespell_lib %{python3_sitelib}/%{name}-%{version}-py?.?.egg-info %changelog * Thu May 28 2020 Moritz Barsnick 1.17.1-0.1sunshine - update to 1.17.1 - add BR: python3-pytest * Tue Jan 28 2020 Fedora Release Engineering - 1.16.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Nov 15 2019 Wolfgang Stöggl - 1.16.0-1 - New upstream version 1.16.0 * Thu Oct 03 2019 Miro Hrončok - 1.15.0-5 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hrončok - 1.15.0-4 - Rebuilt for Python 3.8 * Wed Jul 24 2019 Fedora Release Engineering - 1.15.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Tue Jun 18 2019 Bastien Nocera - 1.15.0-2 + codespell-1.15.0-2 - Fix some review comments * Tue Jun 18 2019 hadess - 1.15.0-1 - Initial package.