From c0edbd9b445e9a99e07924d0b91e5a2e3dc9ceb410fa2cd31ffd87eb193fb007 Mon Sep 17 00:00:00 2001 From: Jimmy Berry Date: Wed, 21 Aug 2019 21:21:10 +0000 Subject: [PATCH] Accepting request 725150 from home:jberry:branches:devel:languages:python - Update to 0.11.1 - Remove a faulty assertion (observed in environment with Django Channels and ASGI). OBS-URL: https://build.opensuse.org/request/show/725150 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sentry-sdk?expand=0&rev=7 --- python-sentry-sdk-0.11.0.tar.gz | 3 --- python-sentry-sdk-0.11.1.tar.gz | 3 +++ python-sentry-sdk.changes | 7 +++++++ python-sentry-sdk.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 python-sentry-sdk-0.11.0.tar.gz create mode 100644 python-sentry-sdk-0.11.1.tar.gz diff --git a/python-sentry-sdk-0.11.0.tar.gz b/python-sentry-sdk-0.11.0.tar.gz deleted file mode 100644 index 9434dc9..0000000 --- a/python-sentry-sdk-0.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:599f3d5f2495b9996898f9018870607268645aeeceffb017297dda6eb5af9854 -size 131603 diff --git a/python-sentry-sdk-0.11.1.tar.gz b/python-sentry-sdk-0.11.1.tar.gz new file mode 100644 index 0000000..7ebfb98 --- /dev/null +++ b/python-sentry-sdk-0.11.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8401b5e6e39adbf8f89c83c495dfab4353827a84f83bc0c814186d1018232b85 +size 132317 diff --git a/python-sentry-sdk.changes b/python-sentry-sdk.changes index 5ad4b9a..f26b46f 100644 --- a/python-sentry-sdk.changes +++ b/python-sentry-sdk.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Aug 19 20:18:33 UTC 2019 - Jimmy Berry + +- Update to 0.11.1 + - Remove a faulty assertion (observed in environment with + Django Channels and ASGI). + ------------------------------------------------------------------- Fri Aug 16 21:37:16 UTC 2019 - Jimmy Berry diff --git a/python-sentry-sdk.spec b/python-sentry-sdk.spec index 9b49e92..08d3282 100644 --- a/python-sentry-sdk.spec +++ b/python-sentry-sdk.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-sentry-sdk -Version: 0.11.0 +Version: 0.11.1 Release: 0 Summary: Python SDK for Sentry.io License: BSD-2-Clause