summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-04-19 08:38:35 -0600
committerMark Wagie2023-04-19 08:38:35 -0600
commitec3c828c2a2b435be6186b066beea62af1f59079 (patch)
tree244629700f251a01d04fca1d08981cbab5c64e94
parented91934feeaf4c1422c072a2cfb89cecfb2c837b (diff)
downloadaur-ec3c828c2a2b435be6186b066beea62af1f59079.tar.gz
1.20.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b94d86f51e6..99c35b245d23 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sentry_sdk
pkgdesc = The new Python SDK for Sentry.io
- pkgver = 1.19.1
+ pkgver = 1.20.0
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.19.1.tar.gz
- sha256sums = 7ae78bd921981a5010ab540d6bdf3b793659a4db8cccf7f16180702d48a80d84
+ source = https://files.pythonhosted.org/packages/source/s/sentry-sdk/sentry-sdk-1.20.0.tar.gz
+ sha256sums = a3410381ae769a436c0852cce140a5e5e49f566a07fb7c2ab445af1302f6ad89
pkgname = python-sentry_sdk
diff --git a/PKGBUILD b/PKGBUILD
index ad0ac27fed8a..9c89cf46fc35 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.19.1
+pkgver=1.20.0
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=('7ae78bd921981a5010ab540d6bdf3b793659a4db8cccf7f16180702d48a80d84')
+sha256sums=('a3410381ae769a436c0852cce140a5e5e49f566a07fb7c2ab445af1302f6ad89')
build() {
cd "$_name-$pkgver"