%global pypi_name lazr.uri
Name: python-lazr-uri
Version: 1.0.5
Release: 2%{?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
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Mon Jun 29 2020 Ondrej Pohorelsky <opohorel@redhat.com> - 1.0.5-1
- Update to release 1.0.5
* Wed Jun 24 2020 Ondrej Pohorelsky <opohorel@redhat.com> - 1.0.4-1
- Update to release 1.0.4
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.0.3-3
- Rebuilt for Python 3.9
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Tue Sep 17 2019 Miro Hrončok <mhroncok@redhat.com> - 1.0.3-1
- Initial package