%global pypi_name translitcodec Name: python-%{pypi_name} Version: 0.7.0 Release: 4%{?dist} Summary: Unicode to 8-bit charset transliteration codec License: MIT URL: http://pypi.python.org/pypi/translitcodec/ Source0: %{pypi_source} BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3dist(setuptools) BuildRequires: python3dist(pytest) %description Best-effort representations using smaller coded character sets (ASCII, ISO 8859, etc.). %package -n python3-%{pypi_name} Summary: %{summary} %{?python_provide:%python_provide python3-%{pypi_name}} %description -n python3-%{pypi_name} Best-effort representations using smaller coded character sets (ASCII, ISO 8859, etc.). %prep %autosetup -n %{pypi_name}-%{version} %build %py3_build %install %py3_install %check %pytest %files -n python3-%{pypi_name} %license LICENSE %{python3_sitelib}/%{pypi_name} %{python3_sitelib}/%{pypi_name}-*.egg-info/ %changelog * Fri Jul 22 2022 Fedora Release Engineering - 0.7.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint - 0.7.0-3 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering - 0.7.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Sun Aug 08 2021 Kevin Fenzi - 0.7.0-1 - Update to 0.7.0. Fixes rhbz#1958552 * Tue Jul 27 2021 Fedora Release Engineering - 0.6.0-3 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 0.6.0-2 - Rebuilt for Python 3.10 * Sun Mar 21 2021 Neal Gompa - 0.6.0-1 - Initial package.