From 98a7ee05fe19b2cd0ec36a9daec4008b10cdd2ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Bo=C5=99ek?= Date: Fri, 4 Feb 2022 18:45:12 +0100 Subject: [PATCH] python-sentry-sdk: update to 1.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit changelog: https://github.com/getsentry/sentry-python/blob/f6d3adcb3d7017a55c1b06e5253d08dc5121db07/CHANGELOG.md#154 Signed-off-by: Šimon Bořek (cherry picked from commit 32e2a2fa2ae20e9b1248753d65705c5a8d3bdfbc) --- lang/python/python-sentry-sdk/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python-sentry-sdk/Makefile b/lang/python/python-sentry-sdk/Makefile index 63b28f5aeb..81854826b1 100644 --- a/lang/python/python-sentry-sdk/Makefile +++ b/lang/python/python-sentry-sdk/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-sentry-sdk -PKG_VERSION:=0.19.2 +PKG_VERSION:=1.5.4 PKG_RELEASE:=1 PYPI_NAME:=sentry-sdk -PKG_HASH:=17b725df2258354ccb39618ae4ead29651aa92c01a92acf72f98efe06ee2e45a +PKG_HASH:=f7e54567937ebcbe938c4df1075ec891587faeb7c74184b88cf2894e47c86116 PKG_MAINTAINER:=Josef Schlehofer PKG_LICENSE:=BSD-2-Clause