Update to 1.15.5
This commit is contained in:
parent
3bcbc5a75d
commit
64658a6224
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
/setuptools_scm-1.10.1.tar.bz2
|
/setuptools_scm-1.10.1.tar.bz2
|
||||||
/setuptools_scm-1.13.0.tar.gz
|
/setuptools_scm-1.13.0.tar.gz
|
||||||
/setuptools_scm-1.15.0.tar.gz
|
/setuptools_scm-1.15.0.tar.gz
|
||||||
|
/setuptools_scm-1.15.5.tar.gz
|
||||||
|
@ -11,8 +11,8 @@
|
|||||||
%global sum The blessed package to manage your versions by scm tags
|
%global sum The blessed package to manage your versions by scm tags
|
||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 1.15.0
|
Version: 1.15.5
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: %{sum}
|
Summary: %{sum}
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -70,8 +70,6 @@ It also handles file finders for the suppertes scms.
|
|||||||
PYTHONPATH=%{buildroot}%{python2_sitelib} py.test-%{python2_version} -vv
|
PYTHONPATH=%{buildroot}%{python2_sitelib} py.test-%{python2_version} -vv
|
||||||
%endif
|
%endif
|
||||||
PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -vv
|
PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -vv
|
||||||
# Cleanup stray .pyc files from running python in python3 tests
|
|
||||||
rm %{buildroot}%{python3_sitelib}/%{srcname}/*.pyc
|
|
||||||
|
|
||||||
%if 0%{?with_python2}
|
%if 0%{?with_python2}
|
||||||
%files -n python2-%{srcname}
|
%files -n python2-%{srcname}
|
||||||
@ -83,9 +81,14 @@ rm %{buildroot}%{python3_sitelib}/%{srcname}/*.pyc
|
|||||||
%files -n python%{python3_pkgversion}-%{srcname}
|
%files -n python%{python3_pkgversion}-%{srcname}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc CHANGELOG.rst README.rst
|
%doc CHANGELOG.rst README.rst
|
||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/%{srcname}/
|
||||||
|
%{python3_sitelib}/%{srcname}-*.egg-info
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 10 2017 Orion Poplawski <orion@cora.nwra.com> - 1.15.5-1
|
||||||
|
- Update to 1.15.5
|
||||||
|
|
||||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.0-2
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.0-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (setuptools_scm-1.15.0.tar.gz) = 860fd9460f0d1d5ec9369c2936342f9679b8815e1d705999698b7bd82adb41a65048df68e57065e530972ef57e43a251ac41d6587972b1d5af40cd0249bd081d
|
SHA512 (setuptools_scm-1.15.5.tar.gz) = 4d6f648dbdb90845a8e61c58bde06f3ef65898f9195b4dc97c40662d4cbeaf952f35c29940acfac7315b6ce6201a3af1d2eeab11274a8eaa02c7429c646c369f
|
||||||
|
Loading…
Reference in New Issue
Block a user