summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-08-01 14:20:27 -0600
committerMark Wagie2020-08-01 14:20:27 -0600
commita0db0b06afd0bed57e9c59b484c0c700d64bf713 (patch)
treed5af43eed2920654e4e601bc9dd81d303c6860ce
parent5b529cac2634549ea8b810765143406dac4389fc (diff)
downloadaur-a0db0b06afd0bed57e9c59b484c0c700d64bf713.tar.gz
updated to 0.16.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76a56f2aa494..619272c104e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sentry_sdk
pkgdesc = The new Python SDK for Sentry.io
- pkgver = 0.16.2
+ pkgver = 0.16.3
pkgrel = 1
url = https://sentry.io/for/python
arch = any
@@ -22,8 +22,8 @@ pkgbase = python-sentry_sdk
optdepends = python-pyspark: adds support for the Python API for Apache Spark
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-0.16.2.tar.gz
- sha256sums = 38bb09d0277117f76507c8728d9a5156f09a47ac5175bb8072513859d19a593b
+ source = https://pypi.org/packages/source/s/sentry-sdk/sentry-sdk-0.16.3.tar.gz
+ sha256sums = 21b17d6aa064c0fb703a7c00f77cf6c9c497cf2f83345c28892980a5e742d116
pkgname = python-sentry_sdk
diff --git a/PKGBUILD b/PKGBUILD
index 62946ef41907..03be90dd2535 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.16.2
+pkgver=0.16.3
pkgrel=1
pkgdesc="The new Python SDK for Sentry.io"
arch=('any')
@@ -24,7 +24,7 @@ optdepends=('python-flask: adds support for the Flask 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=('38bb09d0277117f76507c8728d9a5156f09a47ac5175bb8072513859d19a593b')
+sha256sums=('21b17d6aa064c0fb703a7c00f77cf6c9c497cf2f83345c28892980a5e742d116')
build() {
cd "$_name-$pkgver"