summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-10-20 08:54:57 -0600
committerMark Wagie2022-10-20 08:54:57 -0600
commit8303ae8a6f527301e139a3736913c8045f6ce7ef (patch)
tree17bece86e4450669557aa23095a51190ebc48709
parentb69caf5c980443dd2dbcc07cd329eedc25157172 (diff)
downloadaur-8303ae8a6f527301e139a3736913c8045f6ce7ef.tar.gz
1.10.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba7e8a69b079..278e5833dc1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sentry_sdk
pkgdesc = The new Python SDK for Sentry.io
- pkgver = 1.9.10
+ pkgver = 1.10.0
pkgrel = 1
url = https://sentry.io/for/python
arch = any
@@ -34,7 +34,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.9.10.tar.gz
- sha256sums = 4fbace9a763285b608c06f01a807b51acb35f6059da6a01236654e08b0ee81ff
+ source = https://files.pythonhosted.org/packages/source/s/sentry-sdk/sentry-sdk-1.10.0.tar.gz
+ sha256sums = 1b965bcdbfe52321bb1307c7c93c74035afdbfceb5f585f01a963327c5befc4e
pkgname = python-sentry_sdk
diff --git a/PKGBUILD b/PKGBUILD
index befe32473500..12fbda3c9e63 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.9.10
+pkgver=1.10.0
pkgrel=1
pkgdesc="The new Python SDK for Sentry.io"
arch=('any')
@@ -33,7 +33,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=('4fbace9a763285b608c06f01a807b51acb35f6059da6a01236654e08b0ee81ff')
+sha256sums=('1b965bcdbfe52321bb1307c7c93c74035afdbfceb5f585f01a963327c5befc4e')
build() {
cd "$_name-$pkgver"