summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4199c7119556..5da8e6366272 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sentry_sdk
pkgdesc = The new Python SDK for Sentry.io
- pkgver = 0.15.0
+ pkgver = 0.15.1
pkgrel = 1
url = https://sentry.io/for/python
arch = any
@@ -21,8 +21,8 @@ pkgbase = python-sentry_sdk
optdepends = python-tornado
optdepends = python-sqlalchemy
optdepends = python-pyspark
- source = https://pypi.org/packages/source/s/sentry-sdk/sentry-sdk-0.15.0.tar.gz
- sha256sums = c24428f04eb7fc77c6f2a4d32c58656bf347855b39930dc8947384226ac55daa
+ source = https://pypi.org/packages/source/s/sentry-sdk/sentry-sdk-0.15.1.tar.gz
+ sha256sums = 3ac0c430761b3cb7682ce612151d829f8644bb3830d4e530c75b02ceb745ff49
pkgname = python-sentry_sdk
diff --git a/PKGBUILD b/PKGBUILD
index 5137279b3ed5..4109641c345e 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=0.15.0
+pkgver=0.15.1
pkgrel=1
pkgdesc="The new Python SDK for Sentry.io"
arch=('any')
@@ -13,7 +13,7 @@ optdepends=('python-flask' 'python-blinker' 'python-bottle' 'python-falcon' 'pyt
'python-sanic' 'python-celery' 'python-beam' 'python-rq' 'python-aiohttp'
'python-tornado' 'python-sqlalchemy' 'python-pyspark')
source=("https://pypi.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('c24428f04eb7fc77c6f2a4d32c58656bf347855b39930dc8947384226ac55daa')
+sha256sums=('3ac0c430761b3cb7682ce612151d829f8644bb3830d4e530c75b02ceb745ff49')
build() {
cd "$_name-$pkgver"