summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-02-11 11:35:30 -0700
committerMark Wagie2021-02-11 11:35:30 -0700
commit2c8390c295c288c109c24f7f260eadf549bbc468 (patch)
tree8dd337838a700b87c90b6f554a7244a61d3b0eff
parent4910ed316922cc7759a017817480269480a72f6e (diff)
downloadaur-2c8390c295c288c109c24f7f260eadf549bbc468.tar.gz
revert to 0.19.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4e12fa3702a..9a5b4cfcb9eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sentry_sdk
pkgdesc = The new Python SDK for Sentry.io
- pkgver = 0.20.0
+ pkgver = 0.19.5
pkgrel = 1
url = https://sentry.io/for/python
arch = any
@@ -25,8 +25,8 @@ pkgbase = python-sentry_sdk
optdepends = python-executing: for richer stacktraces & better function names
optdepends = python-asttokens
optdepends = python-chalice: for the Chalice web framework for AWS Lambda
- source = https://pypi.org/packages/source/s/sentry-sdk/sentry-sdk-0.20.0.tar.gz
- sha256sums = 31871a1c18547cafa7b75064c6391aa517b15468fda7b644ccb149decccb9d44
+ source = https://pypi.org/packages/source/s/sentry-sdk/sentry-sdk-0.19.5.tar.gz
+ sha256sums = 737a094e49a529dd0fdcaafa9e97cf7c3d5eb964bd229821d640bc77f3502b3f
pkgname = python-sentry_sdk
diff --git a/PKGBUILD b/PKGBUILD
index 6d65e8321d1c..ef65bb01b027 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.20.0
+pkgver=0.19.5
pkgrel=1
pkgdesc="The new Python SDK for Sentry.io"
arch=('any')
@@ -27,7 +27,7 @@ optdepends=('python-flask: adds support for the Flask Web Framework'
'python-asttokens'
'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=('31871a1c18547cafa7b75064c6391aa517b15468fda7b644ccb149decccb9d44')
+sha256sums=('737a094e49a529dd0fdcaafa9e97cf7c3d5eb964bd229821d640bc77f3502b3f')
build() {
cd "$_name-$pkgver"