summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-07-15 11:14:44 -0600
committerMark Wagie2022-07-15 11:14:44 -0600
commit5a0d63a4b3526d032c78dd726fdcbcb1ee6488c0 (patch)
tree5a0e6d0b4ce729d56412249d37b31f3e0b745fe0
parent2d421b9937dbfb5f998a8fbf9df7641db50a70ed (diff)
downloadaur-5a0d63a4b3526d032c78dd726fdcbcb1ee6488c0.tar.gz
1.7.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd1c35e5a3f4..953a274c361c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sentry_sdk
pkgdesc = The new Python SDK for Sentry.io
- pkgver = 1.7.1
+ pkgver = 1.7.2
pkgrel = 1
url = https://sentry.io/for/python
arch = any
@@ -32,7 +32,7 @@ pkgbase = python-sentry_sdk
optdepends = python-sqlalchemy: captures queries from SQLAlchemy as breadcrumbs
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.7.1.tar.gz
- sha256sums = e410026af0af8c373f8ac40b550c15c11b58e60ddc3f65fcc395ad263daefaf1
+ source = https://files.pythonhosted.org/packages/source/s/sentry-sdk/sentry-sdk-1.7.2.tar.gz
+ sha256sums = 95fd321f583dfcfaf279a0b2cdc83d8d28c8b7cca4d2959fc4539bb4fecb56a0
pkgname = python-sentry_sdk
diff --git a/PKGBUILD b/PKGBUILD
index 274bca557152..d72a2f26cee3 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.7.1
+pkgver=1.7.2
pkgrel=1
pkgdesc="The new Python SDK for Sentry.io"
arch=('any')
@@ -31,7 +31,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=('e410026af0af8c373f8ac40b550c15c11b58e60ddc3f65fcc395ad263daefaf1')
+sha256sums=('95fd321f583dfcfaf279a0b2cdc83d8d28c8b7cca4d2959fc4539bb4fecb56a0')
build() {
cd "$_name-$pkgver"