Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
python-sentry_sdk
Commits:
aa2b335b by Robin Candau at 2024-03-14T19:09:04+01:00
upgpkg: 1.42.0-1: New upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-sentry_sdk
pkgdesc = The official Python SDK for Sentry.io
- pkgver = 1.41.0
+ pkgver = 1.42.0
pkgrel = 1
url = https://sentry.io/for/python
arch = any
@@ -30,7 +30,7 @@ pkgbase = python-sentry_sdk
optdepends = python-tornado: adds support for the Tornado Web Framework
optdepends = python-pure-eval: for richer stacktraces & additional
variables
optdepends = python-executing: for richer stacktraces & better function
names
- source =
https://github.com/getsentry/sentry-python/releases/download/1.41.0/sentry-sdk-1.41.0.tar.gz
- sha256sums =
4f2d6c43c07925d8cd10dfbd0970ea7cb784f70e79523cca9dbcd72df38e5a46
+ source =
https://github.com/getsentry/sentry-python/releases/download/1.42.0/sentry-sdk-1.42.0.tar.gz
+ sha256sums =
4a8364b8f7edbf47f95f7163e48334c96100d9c098f0ae6606e2e18183c223e6
pkgname = python-sentry_sdk
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=python-sentry_sdk
_pkgname=sentry-sdk
-pkgver=1.41.0
+pkgver=1.42.0
pkgrel=1
pkgdesc="The official 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://github.com/getsentry/sentry-python/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('4f2d6c43c07925d8cd10dfbd0970ea7cb784f70e79523cca9dbcd72df38e5a46')
+sha256sums=('4a8364b8f7edbf47f95f7163e48334c96100d9c098f0ae6606e2e18183c223e6')
build() {
cd "${_pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sentry_sdk/-/commit/aa2b335bf136e2bdd6759311dd4f70ecd6a3338f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sentry_sdk/-/commit/aa2b335bf136e2bdd6759311dd4f70ecd6a3338f
You're receiving this email because of your account on gitlab.archlinux.org.