summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-09-22 14:18:05 -0600
committerMark Wagie2020-09-22 14:18:05 -0600
commite3ed3fa221e8c1432fe0cea3f84c144bedb22444 (patch)
treee66c6f493c1bb7363af229bf264034bf1300d21b
parentcf02bcfbf4bba17f99b41bf4143ee620a31d654a (diff)
downloadaur-e3ed3fa221e8c1432fe0cea3f84c144bedb22444.tar.gz
0.17.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ec08124c701..4d49a3df7341 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sentry_sdk
pkgdesc = The new Python SDK for Sentry.io
- pkgver = 0.17.6
+ pkgver = 0.17.7
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.6.tar.gz
- sha256sums = 1a086486ff9da15791f294f6e9915eb3747d161ef64dee2d038a4d0b4a369b24
+ source = https://pypi.org/packages/source/s/sentry-sdk/sentry-sdk-0.17.7.tar.gz
+ sha256sums = a698993f3abbe06e88e8a3c8b61c8a79c12f62e503f1a23eda30c3921f0525a9
pkgname = python-sentry_sdk
diff --git a/PKGBUILD b/PKGBUILD
index a091af49a930..57c0123b9bd2 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.6
+pkgver=0.17.7
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=('1a086486ff9da15791f294f6e9915eb3747d161ef64dee2d038a4d0b4a369b24')
+sha256sums=('a698993f3abbe06e88e8a3c8b61c8a79c12f62e503f1a23eda30c3921f0525a9')
build() {
cd "$_name-$pkgver"