summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-05-13 16:00:26 -0600
committerMark Wagie2020-05-13 16:00:26 -0600
commit5826ff1bd69cd752866e951608be0923e3dac195 (patch)
treeda39106af71c65a2687aa98a6c0b931ec1091ea8
parent7093b3cadfc00a1e79487ccb507b0d6bfcf19474 (diff)
downloadaur-5826ff1bd69cd752866e951608be0923e3dac195.tar.gz
updated to 0.14.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 767ba3424d9b..5e4cd396db97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sentry_sdk
pkgdesc = The new Python SDK for Sentry.io
- pkgver = 0.14.3
+ pkgver = 0.14.4
pkgrel = 1
url = https://sentry.io/for/python
arch = any
@@ -21,8 +21,8 @@ pkgbase = python-sentry_sdk
optdepends = python-tornado
optdepends = python-sqlalchemy
optdepends = python-pyspark
- source = https://pypi.org/packages/source/s/sentry-sdk/sentry-sdk-0.14.3.tar.gz
- sha256sums = bb90a4e19c7233a580715fc986cc44be2c48fc10b31e71580a2037e1c94b6950
+ source = https://pypi.org/packages/source/s/sentry-sdk/sentry-sdk-0.14.4.tar.gz
+ sha256sums = 0e5e947d0f7a969314aa23669a94a9712be5a688ff069ff7b9fc36c66adc160c
pkgname = python-sentry_sdk
diff --git a/PKGBUILD b/PKGBUILD
index f16a9013e155..96cf11fe0c8a 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=0.14.3
+pkgver=0.14.4
pkgrel=1
pkgdesc="The new Python SDK for Sentry.io"
arch=('any')
@@ -13,7 +13,7 @@ optdepends=('python-flask' 'python-blinker' 'python-bottle' 'python-falcon' 'pyt
'python-sanic' 'python-celery' 'python-beam' 'python-rq' 'python-aiohttp'
'python-tornado' 'python-sqlalchemy' 'python-pyspark')
source=("https://pypi.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('bb90a4e19c7233a580715fc986cc44be2c48fc10b31e71580a2037e1c94b6950')
+sha256sums=('0e5e947d0f7a969314aa23669a94a9712be5a688ff069ff7b9fc36c66adc160c')
build() {
cd "$_name-$pkgver"