summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-05-05 10:15:24 -0600
committerMark Wagie2023-05-05 10:15:24 -0600
commitd10a411e29162dfcd369f14e94b9af6beda07b11 (patch)
tree20cd3560b68088eb78f7051ed6b07cbdb9257f8f
parent570174355d4d5f659732fe22e4cb1b61336db04c (diff)
downloadaur-d10a411e29162dfcd369f14e94b9af6beda07b11.tar.gz
1.22.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba9af2ec02d5..281500ecc2f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sentry_sdk
pkgdesc = The new Python SDK for Sentry.io
- pkgver = 1.21.1
+ pkgver = 1.22.1
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.21.1.tar.gz
- sha256sums = 99c15556a23621be9f18c2955f7ce63321713bf1c0ad396b27b61399bac5f458
+ source = https://files.pythonhosted.org/packages/source/s/sentry-sdk/sentry-sdk-1.22.1.tar.gz
+ sha256sums = 052dff5069c6f0d836ee014323576824a9b40836fc003fb12489a1f19c60a3c9
pkgname = python-sentry_sdk
diff --git a/PKGBUILD b/PKGBUILD
index f1bff6d008e9..e6c25421531f 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.21.1
+pkgver=1.22.1
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=('99c15556a23621be9f18c2955f7ce63321713bf1c0ad396b27b61399bac5f458')
+sha256sums=('052dff5069c6f0d836ee014323576824a9b40836fc003fb12489a1f19c60a3c9')
build() {
cd "$_name-$pkgver"