summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-01-25 09:31:57 -0700
committerMark Wagie2022-01-25 09:31:57 -0700
commit675ff281e38db7fa97d5bdd408d133a7c1b6bf8d (patch)
treec97f4d9004f89a48ce3ecb6de388bbd5bf78a9cf
parent6dc5f420aaf6789bf93e0f20d1223d0fa96ff758 (diff)
downloadaur-675ff281e38db7fa97d5bdd408d133a7c1b6bf8d.tar.gz
1.5.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a037cba01e89..39867a0a18da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sentry_sdk
pkgdesc = The new Python SDK for Sentry.io
- pkgver = 1.5.3
+ pkgver = 1.5.4
pkgrel = 1
url = https://sentry.io/for/python
arch = any
@@ -28,7 +28,7 @@ pkgbase = python-sentry_sdk
optdepends = python-sqlalchemy: captures queries from SQLAlchemy as breadcrumbs
optdepends = python-pure_eval: for richer stacktraces & additional variables
optdepends = python-executing: for richer stacktraces & better function names
- source = https://pypi.org/packages/source/s/sentry-sdk/sentry-sdk-1.5.3.tar.gz
- sha256sums = 141da032f0fa4c56f9af6b361fda57360af1789576285bd1944561f9c274f9c0
+ source = https://pypi.org/packages/source/s/sentry-sdk/sentry-sdk-1.5.4.tar.gz
+ sha256sums = f7e54567937ebcbe938c4df1075ec891587faeb7c74184b88cf2894e47c86116
pkgname = python-sentry_sdk
diff --git a/PKGBUILD b/PKGBUILD
index 68dea45a08f6..abea783484b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=python-sentry_sdk
_name=sentry-sdk
-pkgver=1.5.3
+pkgver=1.5.4
pkgrel=1
pkgdesc="The new Python SDK for Sentry.io"
arch=('any')
@@ -30,7 +30,7 @@ optdepends=('python-aiohttp: adds support for the AIOHTTP-Server Web Framework'
'python-pure_eval: for richer stacktraces & additional variables'
'python-executing: for richer stacktraces & better function names')
source=("https://pypi.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('141da032f0fa4c56f9af6b361fda57360af1789576285bd1944561f9c274f9c0')
+sha256sums=('f7e54567937ebcbe938c4df1075ec891587faeb7c74184b88cf2894e47c86116')
build() {
cd "$_name-$pkgver"