summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-08-28 21:27:30 -0600
committerMark Wagie2020-08-28 21:27:30 -0600
commit86bba5a9c7976364f5fbe12f00d9000ac9dd9241 (patch)
treea499afc96a7fa082f9fe6ad14709dd88c6e92a79
parent637750c8d48d65c0093a8b95b3b7f13c82475a9a (diff)
downloadaur-86bba5a9c7976364f5fbe12f00d9000ac9dd9241.tar.gz
updated to 0.17.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2061fed9a4ea..44cec40ad672 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sentry_sdk
pkgdesc = The new Python SDK for Sentry.io
- pkgver = 0.17.0
+ pkgver = 0.17.1
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.17.0.tar.gz
- sha256sums = 09cbc253c827a88064c5ed548d24fb4294568bfe9b1816a857fa5a423d4ce762
+ source = https://pypi.org/packages/source/s/sentry-sdk/sentry-sdk-0.17.1.tar.gz
+ sha256sums = 2c770e7bf72d6419bb82b3bb950f3789fc24bd6a0ba191369607a96289acd63b
pkgname = python-sentry_sdk
diff --git a/PKGBUILD b/PKGBUILD
index 5e58e8fa1e92..b69623d76f40 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.0
+pkgver=0.17.1
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=('09cbc253c827a88064c5ed548d24fb4294568bfe9b1816a857fa5a423d4ce762')
+sha256sums=('2c770e7bf72d6419bb82b3bb950f3789fc24bd6a0ba191369607a96289acd63b')
build() {
cd "$_name-$pkgver"