summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-05-17 08:52:33 -0600
committerMark Wagie2023-05-17 08:52:33 -0600
commit0d8563ff25883ae04aa454b9e6171d82800ba790 (patch)
tree5e726979c8a0487b8efc76eb0678ddf20ee372d7
parent1c7a6501b2f81e6f2886062fda9a8324947d6235 (diff)
downloadaur-0d8563ff25883ae04aa454b9e6171d82800ba790.tar.gz
1.23.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe3400f3085c..03baeb3b5346 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sentry_sdk
pkgdesc = The new Python SDK for Sentry.io
- pkgver = 1.23.0
+ pkgver = 1.23.1
pkgrel = 1
url = https://sentry.io/for/python
arch = any
@@ -41,7 +41,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.23.0.tar.gz
- sha256sums = 58f4ff9e76c21bc7172eeec9f1bccb3ff2247c74c71d5590438ce36c803f46ea
+ source = https://files.pythonhosted.org/packages/source/s/sentry-sdk/sentry-sdk-1.23.1.tar.gz
+ sha256sums = 0300fbe7a07b3865b3885929fb863a68ff01f59e3bcfb4e7953d0bf7fd19c67f
pkgname = python-sentry_sdk
diff --git a/PKGBUILD b/PKGBUILD
index c9c49be67004..fd6b32726b86 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.23.0
+pkgver=1.23.1
pkgrel=1
pkgdesc="The new Python SDK for Sentry.io"
arch=('any')
@@ -40,7 +40,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=('58f4ff9e76c21bc7172eeec9f1bccb3ff2247c74c71d5590438ce36c803f46ea')
+sha256sums=('0300fbe7a07b3865b3885929fb863a68ff01f59e3bcfb4e7953d0bf7fd19c67f')
build() {
cd "$_name-$pkgver"