Upgrade to 3.0.0
This commit is contained in:
parent
2f607ecbbb
commit
d756f514db
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/uritemplate-0.3.0.tar.gz
|
/uritemplate-0.3.0.tar.gz
|
||||||
|
/uritemplate-3.0.0.tar.gz
|
||||||
|
|||||||
@ -4,8 +4,8 @@
|
|||||||
%global _docdir_fmt %{name}
|
%global _docdir_fmt %{name}
|
||||||
|
|
||||||
Name: python-%{modname}
|
Name: python-%{modname}
|
||||||
Version: 0.3.0
|
Version: 3.0.0
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Simple python library to deal with URI Templates (RFC 6570)
|
Summary: Simple python library to deal with URI Templates (RFC 6570)
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -57,22 +57,27 @@ Python 3 version.
|
|||||||
%py3_install
|
%py3_install
|
||||||
|
|
||||||
%check
|
%check
|
||||||
py.test-%{python2_version} -v
|
#py.test-%{python2_version} -v
|
||||||
py.test-%{python3_version} -v
|
#py.test-%{python3_version} -v
|
||||||
|
PYTHONPATH=%{buildroot}%{python2_sitelib} py.test-%{python2_version} -v
|
||||||
|
PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -v
|
||||||
|
|
||||||
%files -n python2-%{modname}
|
%files -n python2-%{modname}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc HISTORY.rst README.rst
|
%doc HISTORY.rst README.rst
|
||||||
%{python2_sitelib}/%{altname}-*.egg-info
|
%{python2_sitelib}/%{modname}-*.egg-info
|
||||||
%{python2_sitelib}/%{modname}/
|
%{python2_sitelib}/%{modname}/
|
||||||
|
|
||||||
%files -n python3-%{modname}
|
%files -n python3-%{modname}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc HISTORY.rst README.rst
|
%doc HISTORY.rst README.rst
|
||||||
%{python3_sitelib}/%{altname}-*.egg-info
|
%{python3_sitelib}/%{modname}-*.egg-info
|
||||||
%{python3_sitelib}/%{modname}/
|
%{python3_sitelib}/%{modname}/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 31 2017 Nick Bebout <nb@fedoraproject.org> - 3.0.0-1
|
||||||
|
- Upgrade to 3.0.0
|
||||||
|
|
||||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-5
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user