summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryochananmarqos2019-01-19 09:04:28 -0700
committeryochananmarqos2019-01-19 09:04:28 -0700
commitcad9a81ab6bd15cb1384dff16777885abcf0020f (patch)
tree2355348a7df693648cf46934ee2140cf044600e3
parent452ca07708d9ba251483c2efff476d4a206b9583 (diff)
downloadaur-cad9a81ab6bd15cb1384dff16777885abcf0020f.tar.gz
updated to 0.6.8
-rw-r--r--.SRCINFO6
-rw-r--r--LICENSE9
-rw-r--r--PKGBUILD6
3 files changed, 6 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ebac31f228d..d387a2af523a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sentry_sdk
pkgdesc = The new Python SDK for Sentry.io
- pkgver = 0.6.7
+ pkgver = 0.6.8
pkgrel = 1
url = https://github.com/getsentry/sentry-python
arch = i686
@@ -10,9 +10,9 @@ pkgbase = python-sentry_sdk
depends = python-urllib3
depends = python-certifi
optdepends = python-flask
- source = python-sentry_sdk-0.6.7.tar.gz::https://github.com/getsentry/sentry-python/releases/download/0.6.7/sentry-sdk-0.6.7.tar.gz
+ source = python-sentry_sdk-0.6.8.tar.gz::https://github.com/getsentry/sentry-python/releases/download/0.6.8/sentry-sdk-0.6.8.tar.gz
source = https://raw.githubusercontent.com/getsentry/sentry-python/master/LICENSE
- md5sums = 468928f6fd2bd77b56901275466979be
+ md5sums = 47f164f62080ea23a57840495495cfb3
md5sums = 0c79f8d3c91fc847350efd28bfe0a341
pkgname = python-sentry_sdk
diff --git a/LICENSE b/LICENSE
deleted file mode 100644
index 61555f192e52..000000000000
--- a/LICENSE
+++ /dev/null
@@ -1,9 +0,0 @@
-Copyright (c) 2018 Sentry (https://sentry.io) and individual contributors.
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
-
-* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
-* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/PKGBUILD b/PKGBUILD
index f398c67acc07..91802cc507cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <yochanan dot marqos at gmail dot com>
pkgname=python-sentry_sdk
_pkgname=sentry-sdk
-pkgver=0.6.7
+pkgver=0.6.8
pkgrel=1
pkgdesc="The new Python SDK for Sentry.io"
arch=('i686' 'x86_64')
@@ -10,9 +10,9 @@ license=('BSD')
depends=('python-urllib3' 'python-certifi')
makedepends=('python-setuptools')
optdepends=('python-flask')
-source=("$pkgname-$pkgver.tar.gz::$url/releases/download/$pkgver/sentry-sdk-$pkgver.tar.gz"
+source=("$pkgname-$pkgver.tar.gz::$url/releases/download/$pkgver/$_pkgname-$pkgver.tar.gz"
"https://raw.githubusercontent.com/getsentry/sentry-python/master/LICENSE")
-md5sums=('468928f6fd2bd77b56901275466979be'
+md5sums=('47f164f62080ea23a57840495495cfb3'
'0c79f8d3c91fc847350efd28bfe0a341')
build() {