921be3
%global modname uritemplate
921be3
%global altname uritemplate.py
921be3
921be3
%global _docdir_fmt %{name}
921be3
921be3
Name:           python-%{modname}
921be3
Version:        3.0.0
921be3
Release:        3%{?dist}
921be3
Summary:        Simple python library to deal with URI Templates (RFC 6570)
921be3
921be3
License:        BSD
921be3
URL:            https://%{modname}.readthedocs.io
921be3
Source0:        https://github.com/sigmavirus24/%{modname}/archive/%{version}/%{modname}-%{version}.tar.gz
921be3
921be3
BuildArch:      noarch
921be3
921be3
%description
921be3
%{summary}.
921be3
921be3
%package -n python3-%{modname}
921be3
Summary:        %{summary}
921be3
Conflicts:      python3-uri-templates
921be3
%{?python_provide:%python_provide python3-%{modname}}
921be3
%{?python_provide:%python_provide python3-%{altname}}
921be3
BuildRequires:  python3-devel
921be3
BuildRequires:  python3-setuptools
921be3
BuildRequires:  python3-pytest
921be3
921be3
%description -n python3-%{modname}
921be3
%{summary}.
921be3
921be3
Python 3 version.
921be3
921be3
%prep
921be3
%autosetup -n uritemplate-%{version}
921be3
921be3
%build
921be3
%py3_build
921be3
921be3
%install
921be3
%py3_install
921be3
921be3
%check
921be3
PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest -v
921be3
921be3
%files -n python3-%{modname}
921be3
%license LICENSE
921be3
%doc HISTORY.rst README.rst
921be3
%{python3_sitelib}/%{modname}-*.egg-info
921be3
%{python3_sitelib}/%{modname}/
921be3
921be3
%changelog
921be3
* Wed Jun 13 2018 Petr Viktorin <pviktori@redhat.com> - 3.0.0-3
921be3
- Remove the Python2 subpackage
921be3
921be3
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-2
921be3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
921be3
921be3
* Mon Jul 31 2017 Nick Bebout <nb@fedoraproject.org> - 3.0.0-1
921be3
- Upgrade to 3.0.0
921be3
921be3
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-5
921be3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
921be3
921be3
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-4
921be3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
921be3
921be3
* Mon Dec 19 2016 Miro HronĨok <mhroncok@redhat.com> - 0.3.0-3
921be3
- Rebuild for Python 3.6
921be3
921be3
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.0-2
921be3
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
921be3
921be3
* Wed Jun 29 2016 Igor Gnatenko <ignatenko@redhat.com> - 0.3.0-1
921be3
- Initial package