summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-08-13 09:19:23 -0600
committerMark Wagie2020-08-13 09:19:23 -0600
commit7c3e1c709b526c43efe27eaf0b371f9a3be7f800 (patch)
tree45d6f29676b7cba50ca7be44bda02b1bb28450c3
parenta0db0b06afd0bed57e9c59b484c0c700d64bf713 (diff)
downloadaur-7c3e1c709b526c43efe27eaf0b371f9a3be7f800.tar.gz
updated to 0.16.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 619272c104e3..10fcad68e38c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sentry_sdk
pkgdesc = The new Python SDK for Sentry.io
- pkgver = 0.16.3
+ pkgver = 0.16.4
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.3.tar.gz
- sha256sums = 21b17d6aa064c0fb703a7c00f77cf6c9c497cf2f83345c28892980a5e742d116
+ source = https://pypi.org/packages/source/s/sentry-sdk/sentry-sdk-0.16.4.tar.gz
+ sha256sums = 5f3d96ebd1cf758216552c1a0dc2ca1a000af19a4f9b4a3f4c237c7069fde1d4
pkgname = python-sentry_sdk
diff --git a/PKGBUILD b/PKGBUILD
index 03be90dd2535..cd18a34ae62c 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.3
+pkgver=0.16.4
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=('21b17d6aa064c0fb703a7c00f77cf6c9c497cf2f83345c28892980a5e742d116')
+sha256sums=('5f3d96ebd1cf758216552c1a0dc2ca1a000af19a4f9b4a3f4c237c7069fde1d4')
build() {
cd "$_name-$pkgver"