summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-08-05 09:24:14 -0600
committerMark Wagie2022-08-05 09:24:14 -0600
commit8c29c865a2e92f81fac3f8c466ac2141a8029852 (patch)
tree0aa56a2f407d7ecd1ca0352d7457b7dd7cc77093
parent6c63d91454398096a71a31d30f614c85e4fc258e (diff)
downloadaur-8c29c865a2e92f81fac3f8c466ac2141a8029852.tar.gz
1.9.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 867a21eaff8c..d13d84a567b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sentry_sdk
pkgdesc = The new Python SDK for Sentry.io
- pkgver = 1.9.0
+ pkgver = 1.9.1
pkgrel = 1
url = https://sentry.io/for/python
arch = any
@@ -34,7 +34,7 @@ pkgbase = python-sentry_sdk
optdepends = python-trytond: adds support for the Tryton Framework Server
optdepends = python-pure_eval: for richer stacktraces & additional variables
optdepends = python-executing: for richer stacktraces & better function names
- source = https://files.pythonhosted.org/packages/source/s/sentry-sdk/sentry-sdk-1.9.0.tar.gz
- sha256sums = f185c53496d79b280fe5d9d21e6572aee1ab802d3354eb12314d216cfbaa8d30
+ source = https://files.pythonhosted.org/packages/source/s/sentry-sdk/sentry-sdk-1.9.1.tar.gz
+ sha256sums = 0c8d2e1a02c4d438aec762cd82c1f785f6477a9436fd6279996be0b0f139dd5a
pkgname = python-sentry_sdk
diff --git a/PKGBUILD b/PKGBUILD
index 894ee570de67..920a94e5f20e 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=1.9.0
+pkgver=1.9.1
pkgrel=1
pkgdesc="The new Python SDK for Sentry.io"
arch=('any')
@@ -33,7 +33,7 @@ optdepends=('python-aiohttp: adds support for the AIOHTTP-Server Web Framework'
'python-pure_eval: for richer stacktraces & additional variables'
'python-executing: for richer stacktraces & better function names')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('f185c53496d79b280fe5d9d21e6572aee1ab802d3354eb12314d216cfbaa8d30')
+sha256sums=('0c8d2e1a02c4d438aec762cd82c1f785f6477a9436fd6279996be0b0f139dd5a')
build() {
cd "$_name-$pkgver"