%global pypi_name lazr.uri Name: python-lazr-uri Version: 1.0.5 Release: 5%{?dist} Summary: Parsing and dealing with URIs License: LGPLv3 URL: https://launchpad.net/lazr.uri Source0: %{pypi_source} BuildArch: noarch %global _description %{expand: The lazr.uri package includes code for parsing and dealing with URIs.} %description %_description %package -n python3-lazr-uri Summary: %{summary} %{?python_provide:%python_provide python3-lazr-uri} BuildRequires: python3-devel BuildRequires: python3-setuptools %description -n python3-lazr-uri %_description %prep %autosetup -n %{pypi_name}-%{version} %build %py3_build %install %py3_install %check %{__python3} setup.py test %files -n python3-lazr-uri %license COPYING.txt %doc README.rst %{python3_sitelib}/lazr/ %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}-*.pth %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info/ %changelog * Fri Jul 23 2021 Fedora Release Engineering - 1.0.5-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 1.0.5-4 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering - 1.0.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 1.0.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Mon Jun 29 2020 Ondrej Pohorelsky - 1.0.5-1 - Update to release 1.0.5 * Wed Jun 24 2020 Ondrej Pohorelsky - 1.0.4-1 - Update to release 1.0.4 * Tue May 26 2020 Miro Hrončok - 1.0.3-3 - Rebuilt for Python 3.9 * Thu Jan 30 2020 Fedora Release Engineering - 1.0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Tue Sep 17 2019 Miro Hrončok - 1.0.3-1 - Initial package