Accepting request 932475 from home:ecsos:messenger:matrix
Update to 1.5.0 OBS-URL: https://build.opensuse.org/request/show/932475 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sentry-sdk?expand=0&rev=37
This commit is contained in:
parent
6ee55c3986
commit
5567e3ed5a
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 19 08:41:01 UTC 2021 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
- Update to 1.5.0
|
||||
- Also record client outcomes for before send #1211
|
||||
- Add support for implicitly sized envelope items #1229
|
||||
- Fix integration with Apache Beam 2.32, 2.33 #1233
|
||||
- Remove Python 2.7 support for AWS Lambda layers in craft config #1241
|
||||
- Refactor Sanic integration for v21.9 support #1212
|
||||
- AWS Lambda Python 3.9 runtime support #1239
|
||||
- Fix "shutdown_timeout" typing #1256
|
||||
- Disable of python36 build, because out of support at 2021-12-23.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 25 20:39:36 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
|
@ -19,8 +19,9 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
# nothing provides python2-venusian >= 1.0 needed by python2-pyramid
|
||||
%define skip_python2 1
|
||||
%define skip_python36 1
|
||||
Name: python-sentry-sdk
|
||||
Version: 1.4.1
|
||||
Version: 1.5.0
|
||||
Release: 0
|
||||
Summary: Python SDK for Sentry.io
|
||||
License: BSD-2-Clause
|
||||
@ -37,10 +38,11 @@ BuildRequires: %{python_module celery >= 3}
|
||||
BuildRequires: %{python_module certifi}
|
||||
BuildRequires: %{python_module executing}
|
||||
BuildRequires: %{python_module falcon >= 1.4}
|
||||
BuildRequires: %{python_module httpx >= 0.16.0}
|
||||
BuildRequires: %{python_module rq >= 0.6}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module tornado >= 5}
|
||||
BuildRequires: %{python_module urllib3}
|
||||
BuildRequires: %{python_module urllib3 >= 1.10.0}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
# SECTION test requirements
|
||||
@ -50,7 +52,7 @@ BuildRequires: %{python_module gevent}
|
||||
BuildRequires: %{python_module hypothesis}
|
||||
BuildRequires: %{python_module jsonschema >= 3.2.0}
|
||||
BuildRequires: %{python_module pyramid}
|
||||
BuildRequires: %{python_module pyrsistent}
|
||||
BuildRequires: %{python_module pyrsistent >= 0.16.0}
|
||||
BuildRequires: %{python_module pytest-cov >= 2.8.1}
|
||||
BuildRequires: %{python_module pytest-forked >= 1.1.3}
|
||||
BuildRequires: %{python_module pytest-localserver >= 0.5.0}
|
||||
@ -75,10 +77,11 @@ Requires: python-celery >= 3
|
||||
Requires: python-certifi
|
||||
Requires: python-executing
|
||||
Requires: python-falcon >= 1.4
|
||||
Requires: python-httpx >= 0.16.0
|
||||
Requires: python-jsonschema
|
||||
Requires: python-rq >= 0.6
|
||||
Requires: python-tornado >= 5
|
||||
Requires: python-urllib3
|
||||
Requires: python-urllib3 >= 1.10.0
|
||||
# SECTION extra requirements - which rise up buildtime error or missing in openSUSE
|
||||
#Requires: python-Django >= 1.8
|
||||
#Requires: python-sanic >= 0.8
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d371aed790bbdfcd7cd958f2208f3ff51af09d56272b76735cd64d8b74a326d2
|
||||
size 230985
|
3
sentry-python-1.5.0.tar.gz
Normal file
3
sentry-python-1.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a3bf748252c5833456a9ede7bef3dddbe44563587d379548b4a16cde2caa0ccc
|
||||
size 233213
|
Loading…
Reference in New Issue
Block a user