diff --git a/.gitignore b/.gitignore index 97c73ab..b23bfba 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /raven-5.27.1.tar.gz /raven-6.0.0.zip /raven-6.9.0.tar.gz +/raven-6.10.0.tar.gz diff --git a/python-raven.spec b/python-raven.spec index c96d704..79d6b71 100644 --- a/python-raven.spec +++ b/python-raven.spec @@ -7,8 +7,8 @@ Name: python-raven -Version: 6.9.0 -Release: 4%{?dist} +Version: 6.10.0 +Release: 1%{?dist} Summary: Python client for Sentry License: BSD @@ -93,15 +93,15 @@ popd %endif # with_python3 %install +%{__python2} setup.py install --skip-build --root=%{buildroot} + %if 0%{?with_python3} +rm %{buildroot}/%{_bindir}/raven pushd %{py3dir} %{__python3} setup.py install --skip-build --root=%{buildroot} -mv %{buildroot}/%{_bindir}/raven %{buildroot}/%{_bindir}/python3-raven popd %endif # with_python3 -%{__python2} setup.py install --skip-build --root=%{buildroot} - %check #Disable check for now because of missing dependency pytest-timeout #%%{__python2} setup.py test @@ -114,18 +114,22 @@ popd %files -n python2-raven %doc README.rst %license LICENSE -%{_bindir}/raven %{python2_sitelib}/* %if 0%{?with_python3} %files -n python3-raven %doc README.rst %license LICENSE -%{_bindir}/python3-raven +%{_bindir}/raven %{python3_sitelib}/* %endif # with_python3 %changelog +* Mon Jul 22 2019 Sander Hoentjen - 6.10.0-1 +- New upstream release +- Change /usr/bin/raven to python 3 + (See https://fedoraproject.org/wiki/Changes/Python_means_Python3) + * Sat Feb 02 2019 Fedora Release Engineering - 6.9.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild diff --git a/sources b/sources index 97ef0b6..981beda 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (raven-6.9.0.tar.gz) = 37b83067b3aa2c2c8d419090ae86859aa2925600b4cfeb71c4a6a815cbc2d1b2ca7b80c31e9db0fef9824ac204747d07e6f4dcf624cdf7ded5914fbaee0d2707 +SHA512 (raven-6.10.0.tar.gz) = 37ca6d5953dc92b57b3bf4e2edb3947d41f33711d9babfc9eafb8712dc5923829f8810e5123e63749710aeecceb66e56bf8b5b60868f61d750704e20add3c747