summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-09-14 10:58:26 -0600
committerMark Wagie2020-09-14 10:58:26 -0600
commitdfc203710f6730e09d7c3a848205ab618e51428f (patch)
treea38d7f5a0fa1be08eb7671b70e24c9e768e165ec
parentdc837a26f6ed2964c59912cff71e21124f89fa95 (diff)
downloadaur-dfc203710f6730e09d7c3a848205ab618e51428f.tar.gz
0.17.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8dfbe8efbac..139d3f73d485 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sentry_sdk
pkgdesc = The new Python SDK for Sentry.io
- pkgver = 0.17.4
+ pkgver = 0.17.5
pkgrel = 1
url = https://sentry.io/for/python
arch = any
@@ -23,8 +23,8 @@ pkgbase = python-sentry_sdk
optdepends = python-pure_eval: for richer stacktraces & additional variables
optdepends = python-executing: for richer stacktraces & better function names
optdepends = python-chalice: for the Chalice web framework for AWS Lambda
- source = https://pypi.org/packages/source/s/sentry-sdk/sentry-sdk-0.17.4.tar.gz
- sha256sums = a16caf9ce892623081cbb9a95f6c1f892778bb123909b0ed7afdfb52ce7a58a1
+ source = https://pypi.org/packages/source/s/sentry-sdk/sentry-sdk-0.17.5.tar.gz
+ sha256sums = 02f2a72698453f722b102562eb6430d2a82d6c6c40f2b991ed69e7628142de6a
pkgname = python-sentry_sdk
diff --git a/PKGBUILD b/PKGBUILD
index a7b8b568fdac..9b86eaacc4ec 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.17.4
+pkgver=0.17.5
pkgrel=1
pkgdesc="The new Python SDK for Sentry.io"
arch=('any')
@@ -25,7 +25,7 @@ optdepends=('python-flask: adds support for the Flask Web Framework'
'python-executing: for richer stacktraces & better function names'
'python-chalice: for the Chalice web framework for AWS Lambda')
source=("https://pypi.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('a16caf9ce892623081cbb9a95f6c1f892778bb123909b0ed7afdfb52ce7a58a1')
+sha256sums=('02f2a72698453f722b102562eb6430d2a82d6c6c40f2b991ed69e7628142de6a')
build() {
cd "$_name-$pkgver"