|
|
301b3d |
Name: python-raven
|
|
|
301b3d |
|
|
|
301b3d |
Version: 6.10.0
|
|
|
301b3d |
Release: 12%{?dist}
|
|
|
301b3d |
Summary: Python client for Sentry
|
|
|
301b3d |
|
|
|
301b3d |
License: BSD
|
|
|
301b3d |
URL: https://pypi.python.org/pypi/raven/
|
|
|
301b3d |
Source0: https://files.pythonhosted.org/packages/source/r/raven/raven-%{version}.tar.gz
|
|
|
301b3d |
Patch0: raven-use-system-cacert.patch
|
|
|
301b3d |
BuildArch: noarch
|
|
|
301b3d |
|
|
|
301b3d |
BuildRequires: python3-devel
|
|
|
301b3d |
BuildRequires: python3-setuptools
|
|
|
301b3d |
#needed for check:
|
|
|
301b3d |
#BuildRequires: python3-contextlib2
|
|
|
301b3d |
#BuildRequires: python3-flask-login
|
|
|
301b3d |
#BuildRequires: python3-blinker
|
|
|
301b3d |
#BuildRequires: python3-anyjson
|
|
|
301b3d |
#BuildRequires: python3-webtest
|
|
|
301b3d |
#BuildRequires: python3-tornado
|
|
|
301b3d |
#BuildRequires: python3-requests
|
|
|
301b3d |
#BuildRequires: python3-pytest
|
|
|
301b3d |
|
|
|
301b3d |
%global _description\
|
|
|
301b3d |
Raven is a Python client for Sentry <http://getsentry.com>. It provides full\
|
|
|
301b3d |
out-of-the-box support for many of the popular frameworks, including Django,\
|
|
|
301b3d |
and Flask. Raven also includes drop-in support for any WSGI-compatible web\
|
|
|
301b3d |
application.
|
|
|
301b3d |
|
|
|
301b3d |
%description %_description
|
|
|
301b3d |
|
|
|
301b3d |
%package -n python3-raven
|
|
|
301b3d |
Summary: Python client for Sentry
|
|
|
301b3d |
%{?python_provide:%python_provide python3-raven}
|
|
|
301b3d |
|
|
|
301b3d |
%description -n python3-raven
|
|
|
301b3d |
Raven is a Python client for Sentry <http://getsentry.com>. It provides full
|
|
|
301b3d |
out-of-the-box support for many of the popular frameworks, including Django,
|
|
|
301b3d |
and Flask. Raven also includes drop-in support for any WSGI-compatible web
|
|
|
301b3d |
application.
|
|
|
301b3d |
|
|
|
301b3d |
%{?python_extras_subpkg:%python_extras_subpkg -n python3-raven -i %{python3_sitelib}/*.egg-info flask}
|
|
|
301b3d |
|
|
|
301b3d |
%prep
|
|
|
301b3d |
%setup -q -n raven-%{version}
|
|
|
301b3d |
%patch0 -p1
|
|
|
301b3d |
|
|
|
301b3d |
rm raven/data/cacert.pem
|
|
|
301b3d |
rmdir raven/data
|
|
|
301b3d |
|
|
|
301b3d |
%build
|
|
|
301b3d |
%{__python3} setup.py build
|
|
|
301b3d |
|
|
|
301b3d |
%install
|
|
|
301b3d |
%{__python3} setup.py install --skip-build --root=%{buildroot}
|
|
|
301b3d |
|
|
|
301b3d |
%check
|
|
|
301b3d |
#Disable check for now because of missing dependency pytest-timeout
|
|
|
301b3d |
#%%{__python3} setup.py test
|
|
|
301b3d |
|
|
|
301b3d |
%files -n python3-raven
|
|
|
301b3d |
%doc README.rst
|
|
|
301b3d |
%license LICENSE
|
|
|
301b3d |
%{_bindir}/raven
|
|
|
301b3d |
%{python3_sitelib}/*
|
|
|
301b3d |
|
|
|
301b3d |
%changelog
|
|
|
301b3d |
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 6.10.0-12
|
|
|
301b3d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
301b3d |
|
|
|
301b3d |
* Thu Jun 03 2021 Python Maint <python-maint@redhat.com> - 6.10.0-11
|
|
|
301b3d |
- Rebuilt for Python 3.10
|
|
|
301b3d |
|
|
|
301b3d |
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 6.10.0-10
|
|
|
301b3d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
301b3d |
|
|
|
301b3d |
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.10.0-9
|
|
|
301b3d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
301b3d |
|
|
|
301b3d |
* Fri Jul 10 2020 Miro Hrončok <mhroncok@redhat.com> - 6.10.0-8
|
|
|
301b3d |
- Add raven[flask] subpackage
|
|
|
301b3d |
|
|
|
301b3d |
* Sat May 23 2020 Miro Hrončok <mhroncok@redhat.com> - 6.10.0-7
|
|
|
301b3d |
- Rebuilt for Python 3.9
|
|
|
301b3d |
|
|
|
301b3d |
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.10.0-6
|
|
|
301b3d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
301b3d |
|
|
|
301b3d |
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 6.10.0-5
|
|
|
301b3d |
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
|
|
301b3d |
|
|
|
301b3d |
* Sat Aug 17 2019 Miro Hrončok <mhroncok@redhat.com> - 6.10.0-4
|
|
|
301b3d |
- Rebuilt for Python 3.8
|
|
|
301b3d |
|
|
|
301b3d |
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 6.10.0-3
|
|
|
301b3d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
301b3d |
|
|
|
301b3d |
* Tue Jul 23 2019 Sander Hoentjen <sander@hoentjen.eu> - 6.10.0-2
|
|
|
301b3d |
- Remove python2 subpackage
|
|
|
301b3d |
(https://fedoraproject.org/wiki/Changes/F31_Mass_Python_2_Package_Removal)
|
|
|
301b3d |
|
|
|
301b3d |
* Mon Jul 22 2019 Sander Hoentjen <sander@hoentjen.eu> - 6.10.0-1
|
|
|
301b3d |
- New upstream release
|
|
|
301b3d |
- Change /usr/bin/raven to python 3
|
|
|
301b3d |
(See https://fedoraproject.org/wiki/Changes/Python_means_Python3)
|
|
|
301b3d |
|
|
|
301b3d |
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 6.9.0-4
|
|
|
301b3d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
301b3d |
|
|
|
301b3d |
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 6.9.0-3
|
|
|
301b3d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
301b3d |
|
|
|
301b3d |
* Mon Jun 18 2018 Miro Hrončok <mhroncok@redhat.com> - 6.9.0-2
|
|
|
301b3d |
- Rebuilt for Python 3.7
|
|
|
301b3d |
|
|
|
301b3d |
* Tue Jun 05 2018 Sander Hoentjen <sander@hoentjen.eu> - 6.9.0-1
|
|
|
301b3d |
- New upstream release
|
|
|
301b3d |
|
|
|
301b3d |
* Fri Feb 09 2018 Iryna Shcherbina <ishcherb@redhat.com> - 6.0.0-5
|
|
|
301b3d |
- Update Python 2 dependency declarations to new packaging standards
|
|
|
301b3d |
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
|
|
301b3d |
|
|
|
301b3d |
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.0-4
|
|
|
301b3d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
301b3d |
|
|
|
301b3d |
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 6.0.0-3
|
|
|
301b3d |
- Python 2 binary package renamed to python2-raven
|
|
|
301b3d |
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
|
|
301b3d |
|
|
|
301b3d |
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.0-2
|
|
|
301b3d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
301b3d |
|
|
|
301b3d |
* Mon Feb 27 2017 Sander Hoentjen <sander@hoentjen.eu> - 6.0.0-1
|
|
|
301b3d |
- New upstream release
|
|
|
301b3d |
|
|
|
301b3d |
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.27.1-3
|
|
|
301b3d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
301b3d |
|
|
|
301b3d |
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 5.27.1-2
|
|
|
301b3d |
- Rebuild for Python 3.6
|
|
|
301b3d |
|
|
|
301b3d |
* Tue Sep 20 2016 Sander Hoentjen <sander@hoentjen.eu> - 5.27.1-1
|
|
|
301b3d |
- New upstream release
|
|
|
301b3d |
|
|
|
301b3d |
* Mon Sep 19 2016 Sander Hoentjen <sander@hoentjen.eu> - 5.27.0-1
|
|
|
301b3d |
- New upstream release
|
|
|
301b3d |
|
|
|
301b3d |
* Thu Sep 01 2016 Sander Hoentjen <sander@hoentjen.eu> - 5.26.0-1
|
|
|
301b3d |
- New upstream release
|
|
|
301b3d |
|
|
|
301b3d |
* Mon Aug 08 2016 Sander Hoentjen <sander@hoentjen.eu> - 5.24.2-1
|
|
|
301b3d |
- Update to 5.24.2
|
|
|
301b3d |
|
|
|
301b3d |
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.22.0-2
|
|
|
301b3d |
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
|
|
301b3d |
|
|
|
301b3d |
* Fri Jul 08 2016 Sander Hoentjen <sander@hoentjen.eu> - 5.22.0-1
|
|
|
301b3d |
- Update to 5.22.0
|
|
|
301b3d |
|
|
|
301b3d |
* Fri Jun 17 2016 Sander Hoentjen <sander@hoentjen.eu> - 5.21.0-1
|
|
|
301b3d |
- Update to 5.21.0
|
|
|
301b3d |
|
|
|
301b3d |
* Thu Jun 16 2016 Sander Hoentjen <sander@hoentjen.eu> - 5.20.0-1
|
|
|
301b3d |
- Update to 5.20.0
|
|
|
301b3d |
|
|
|
301b3d |
* Fri May 20 2016 Sander Hoentjen <sander@hoentjen.eu> - 5.18.0-1
|
|
|
301b3d |
- Update to 5.18.0
|
|
|
301b3d |
|
|
|
301b3d |
* Wed Mar 30 2016 Sander Hoentjen <sander@hoentjen.eu> 5.12.0-1
|
|
|
301b3d |
- Update to 5.12.0 (#1313113)
|
|
|
301b3d |
|
|
|
301b3d |
* Sun Mar 27 2016 Sander Hoentjen <sander@hoentjen.eu> 5.11.2-1
|
|
|
301b3d |
- Update to 5.11.2 (#1313113)
|
|
|
301b3d |
|
|
|
301b3d |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 5.10.2-3
|
|
|
301b3d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
301b3d |
|
|
|
301b3d |
* Tue Feb 02 2016 Sander Hoentjen <sander@hoentjen.eu> - 5.10.2-2
|
|
|
301b3d |
- add requires on python-contextlib2
|
|
|
301b3d |
|
|
|
301b3d |
* Thu Jan 28 2016 Sander Hoentjen <sander@hoentjen.eu> - 5.10.2-1
|
|
|
301b3d |
- Update to 5.10.2 (#1298402)
|
|
|
301b3d |
|
|
|
301b3d |
* Fri Jan 22 2016 Sander Hoentjen <sander@hoentjen.eu> - 5.10.1-1
|
|
|
301b3d |
- Update to 5.10.1 (#1298402)
|
|
|
301b3d |
|
|
|
301b3d |
* Sat Jan 16 2016 Sander Hoentjen <sander@hoentjen.eu> - 5.10.0-1
|
|
|
301b3d |
- Update to 5.10.0 (#1298402)
|
|
|
301b3d |
- Use %%license tag for LICENSE
|
|
|
301b3d |
- Use system cacerts
|
|
|
301b3d |
- add check section but disabled for now, because of missing pytest-timeout dependency
|
|
|
301b3d |
|
|
|
301b3d |
* Fri Jan 08 2016 Sander Hoentjen <sander@hoentjen.eu> - 5.9.2-1
|
|
|
301b3d |
- Update to new upstream release 5.9.2
|
|
|
301b3d |
- Define __python2 if it's undefined (EPEL6 compatibility) <ewoud@kohlvanwijngaarden.nl>
|
|
|
301b3d |
- Correctly define python2_sitelib macro if it's undefined <ewoud@kohlvanwijngaarden.nl>
|
|
|
301b3d |
|
|
|
301b3d |
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.1-5
|
|
|
301b3d |
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
|
|
|
301b3d |
|
|
|
301b3d |
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.1-4
|
|
|
301b3d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
301b3d |
|
|
|
301b3d |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.1-3
|
|
|
301b3d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
301b3d |
|
|
|
301b3d |
* Wed May 28 2014 Kalev Lember <kalevlember@gmail.com> - 4.1.1-2
|
|
|
301b3d |
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
|
|
|
301b3d |
|
|
|
301b3d |
* Wed Apr 02 2014 Xavier Queralt <xqueralt@redhat.com> - 4.1.1-1
|
|
|
301b3d |
- Update to new upstream release 4.1.1
|
|
|
301b3d |
|
|
|
301b3d |
* Tue Jan 21 2014 Xavier Queralt <xqueralt@redhat.com> - 4.0.3-1
|
|
|
301b3d |
- Update to new upstream release 4.0.3
|
|
|
301b3d |
|
|
|
301b3d |
* Wed Oct 16 2013 Xavier Queralt <xqueralt@redhat.com> - 3.5.0-2
|
|
|
301b3d |
- Don't build python3 package in RHEL
|
|
|
301b3d |
- Define the python2_sitelib macro if it is not defined
|
|
|
301b3d |
|
|
|
301b3d |
* Tue Oct 15 2013 Xavier Queralt <xqueralt@redhat.com> - 3.5.0-1
|
|
|
301b3d |
- initial package
|