summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-09-23 09:06:08 -0600
committerMark Wagie2020-09-23 09:06:08 -0600
commit0a78fe7df5dd70155f6126b9cb3269835a39df0a (patch)
tree2ce84f5d35db725ba8590d3327caae3de5ef17c4
parente3ed3fa221e8c1432fe0cea3f84c144bedb22444 (diff)
downloadaur-0a78fe7df5dd70155f6126b9cb3269835a39df0a.tar.gz
0.17.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d49a3df7341..9ceb9b468213 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sentry_sdk
pkgdesc = The new Python SDK for Sentry.io
- pkgver = 0.17.7
+ pkgver = 0.17.8
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.7.tar.gz
- sha256sums = a698993f3abbe06e88e8a3c8b61c8a79c12f62e503f1a23eda30c3921f0525a9
+ source = https://pypi.org/packages/source/s/sentry-sdk/sentry-sdk-0.17.8.tar.gz
+ sha256sums = e159f7c919d19ae86e5a4ff370fccc45149fab461fbeb93fb5a735a0b33a9cb1
pkgname = python-sentry_sdk
diff --git a/PKGBUILD b/PKGBUILD
index 57c0123b9bd2..c20c32113b3f 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.7
+pkgver=0.17.8
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=('a698993f3abbe06e88e8a3c8b61c8a79c12f62e503f1a23eda30c3921f0525a9')
+sha256sums=('e159f7c919d19ae86e5a4ff370fccc45149fab461fbeb93fb5a735a0b33a9cb1')
build() {
cd "$_name-$pkgver"