summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-05-06 12:37:05 -0600
committerMark Wagie2021-05-06 12:37:05 -0600
commitf9eb770030bdfc3c2e4309d4eb2e20e7b4faa1af (patch)
treee7cbac84c5371c04280a31ec6d0e9ba07e0ca6e8
parent383a9e2c8ac6fd2cbe7742dbe89d0d828dee96f3 (diff)
downloadaur-f9eb770030bdfc3c2e4309d4eb2e20e7b4faa1af.tar.gz
1.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8e2a7343a24..e5060bc9d4d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sentry_sdk
pkgdesc = The new Python SDK for Sentry.io
- pkgver = 1.0.0
+ pkgver = 1.1.0
pkgrel = 1
url = https://sentry.io/for/python
arch = any
@@ -25,8 +25,8 @@ pkgbase = python-sentry_sdk
optdepends = python-executing: for richer stacktraces & better function names
optdepends = python-asttokens
optdepends = python-chalice: for the Chalice web framework for AWS Lambda
- source = https://pypi.org/packages/source/s/sentry-sdk/sentry-sdk-1.0.0.tar.gz
- sha256sums = 71de00c9711926816f750bc0f57ef2abbcb1bfbdf5378c601df7ec978f44857a
+ source = https://pypi.org/packages/source/s/sentry-sdk/sentry-sdk-1.1.0.tar.gz
+ sha256sums = c1227d38dca315ba35182373f129c3e2722e8ed999e52584e6aca7d287870739
pkgname = python-sentry_sdk
diff --git a/PKGBUILD b/PKGBUILD
index a44acc075dc3..67032184ec37 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.0.0
+pkgver=1.1.0
pkgrel=1
pkgdesc="The new Python SDK for Sentry.io"
arch=('any')
@@ -27,7 +27,7 @@ optdepends=('python-flask: adds support for the Flask Web Framework'
'python-asttokens'
'python-chalice: for the Chalice web framework for AWS Lambda')
source=("https://pypi.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('71de00c9711926816f750bc0f57ef2abbcb1bfbdf5378c601df7ec978f44857a')
+sha256sums=('c1227d38dca315ba35182373f129c3e2722e8ed999e52584e6aca7d287870739')
build() {
cd "$_name-$pkgver"