%global pypi_name slugify Name: python-slugify Version: 4.0.1 Release: 3%{?dist} Summary: Python module to deal with unicode slugs License: BSD URL: https://github.com/un33k/python-slugify Source0: %{url}/archive/%{version}/python-%{pypi_name}-%{version}.tar.gz BuildArch: noarch %description A Python slugify application that handles Unicode. %package -n python3-%{pypi_name} Summary: %{sum} BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-text-unidecode %{?python_provide:%python_provide python3-%{pypi_name}} %description -n python3-%{pypi_name} A Python slugify application that handles Unicode. %prep %autosetup -n python-%{pypi_name}-%{version} %build %py3_build %install %py3_install %check %{__python3} test.py %files -n python3-%{pypi_name} %doc CHANGELOG.md README.md %license LICENSE %{_bindir}/%{pypi_name} %{python3_sitelib}/%{pypi_name}/ %{python3_sitelib}/python_slugify-%{version}-py*.egg-info %changelog * Sun Jul 12 2020 Fabian Affolter - 4.0.1-1 - Update to latest upstream release 4.0.1 * Tue May 26 2020 Miro Hrončok - 4.0.0-3 - Rebuilt for Python 3.9 * Thu Jan 30 2020 Fedora Release Engineering - 4.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Mon Oct 21 2019 Fabian Affolter - 4.0.0-1 - Update to latest upstream release 4.0.0 * Fri Oct 11 2019 Fabian Affolter - 3.0.6-1 - Update to latest upstream release 3.0.6 * Sat Sep 21 2019 Fabian Affolter - 3.0.4-1 - Update to latest upstream release 3.0.4 * Wed Sep 18 2019 Fabian Affolter - 3.0.3-1 - Update to latest upstream release 3.0.3 * Tue Sep 03 2019 Fabian Affolter - 3.0.2-4 - python-text-unidecode is now available (rhbz#1725788) * Mon Aug 19 2019 Miro Hrončok - 3.0.2-3 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering - 3.0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Mon Jun 24 2019 Fabian Affolter - 3.0.2-1 - Update to latest upstream release 3.0.2 - Use upstream source, enable tests and add documentation * Sat Feb 02 2019 Fedora Release Engineering - 1.2.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Jan 22 2019 Miro Hrončok - 1.2.6-2 - Subpackage python2-slugify has been removed See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal * Sun Nov 11 2018 William Moreno Reyes - 1.2.6-1 - Update to v1.2.6 - Use %%pypi_source macro * Sat Jul 14 2018 Fedora Release Engineering - 1.2.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok - 1.2.1-6 - Rebuilt for Python 3.7 * Fri Feb 09 2018 Fedora Release Engineering - 1.2.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Tue Jan 30 2018 Iryna Shcherbina - 1.2.1-4 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Thu Jul 27 2017 Fedora Release Engineering - 1.2.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering - 1.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Fri Jan 27 2017 William Moreno - 1.2.1-1 - Update to v1.2.1 - Update source url * Mon Dec 19 2016 Miro Hrončok - 1.2.0-4 - Rebuild for Python 3.6 * Tue Jul 19 2016 Fedora Release Engineering - 1.2.0-3 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Thu Feb 04 2016 Fedora Release Engineering - 1.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Sun Jan 17 2016 Eduardo Mayorga Téllez - 1.2.0 - Update to 1.2.0 (switching to sources from new upstream) - Add Python 3 support * Thu Sep 17 2015 William Moreno Reyes - 0.0.1-7 - Update python macros * Thu Jun 18 2015 Fedora Release Engineering - 0.0.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Thu Jun 11 2015 William José Moreno Reyes - 0.0.1-5 - Fix %%Requires * Thu Dec 25 2014 William Moreno Reyes < williamjmorenor at gmail.com> - 0.0.1.4 - Fix %%license macro * Sun Dec 07 2014 William Moreno Reyes < williamjmorenor at gmail.com> - 0.0.1-3 - Add %%license macro * Mon Oct 27 2014 William José Moreno Reyes - 0.0.1-2 - Patching Licence * Mon Oct 20 2014 William José Moreno Reyes - 0.0.1-1 - Initial package.