summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-04-28 14:44:27 -0600
committerMark Wagie2023-04-28 14:44:27 -0600
commit570174355d4d5f659732fe22e4cb1b61336db04c (patch)
tree1259aa055cee68fab85648a4ddc78fc2682e06f4
parent8f29ebc2d69b16576db15f12ae4ac128ffe19267 (diff)
downloadaur-570174355d4d5f659732fe22e4cb1b61336db04c.tar.gz
1.21.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49f993ae438d..ba9af2ec02d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sentry_sdk
pkgdesc = The new Python SDK for Sentry.io
- pkgver = 1.21.0
+ pkgver = 1.21.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.0.tar.gz
- sha256sums = 36a1ca082a3065a8a05aafa4b1e3d74e9459d41fbb0bea8a5364caca68626341
+ source = https://files.pythonhosted.org/packages/source/s/sentry-sdk/sentry-sdk-1.21.1.tar.gz
+ sha256sums = 99c15556a23621be9f18c2955f7ce63321713bf1c0ad396b27b61399bac5f458
pkgname = python-sentry_sdk
diff --git a/PKGBUILD b/PKGBUILD
index b6b00008bc8e..f1bff6d008e9 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.0
+pkgver=1.21.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=('36a1ca082a3065a8a05aafa4b1e3d74e9459d41fbb0bea8a5364caca68626341')
+sha256sums=('99c15556a23621be9f18c2955f7ce63321713bf1c0ad396b27b61399bac5f458')
build() {
cd "$_name-$pkgver"