summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-05-08 10:05:49 -0600
committerMark Wagie2023-05-08 10:05:49 -0600
commit9a199f8ea6f896022a7d9d8b5ffa3d52456f93a5 (patch)
tree09ee1e5835066e0b63b5cf852ba6ced412b25baf
parentd10a411e29162dfcd369f14e94b9af6beda07b11 (diff)
downloadaur-9a199f8ea6f896022a7d9d8b5ffa3d52456f93a5.tar.gz
1.22.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 281500ecc2f8..efae30354cb8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sentry_sdk
pkgdesc = The new Python SDK for Sentry.io
- pkgver = 1.22.1
+ pkgver = 1.22.2
pkgrel = 1
url = https://sentry.io/for/python
arch = any
@@ -40,7 +40,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.22.1.tar.gz
- sha256sums = 052dff5069c6f0d836ee014323576824a9b40836fc003fb12489a1f19c60a3c9
+ source = https://files.pythonhosted.org/packages/source/s/sentry-sdk/sentry-sdk-1.22.2.tar.gz
+ sha256sums = 5932c092c6e6035584eb74d77064e4bce3b7935dfc4a331349719a40db265840
pkgname = python-sentry_sdk
diff --git a/PKGBUILD b/PKGBUILD
index e6c25421531f..4c40a48fd8f1 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.22.1
+pkgver=1.22.2
pkgrel=1
pkgdesc="The new Python SDK for Sentry.io"
arch=('any')
@@ -39,7 +39,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=('052dff5069c6f0d836ee014323576824a9b40836fc003fb12489a1f19c60a3c9')
+sha256sums=('5932c092c6e6035584eb74d77064e4bce3b7935dfc4a331349719a40db265840')
build() {
cd "$_name-$pkgver"