Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-sentry_sdk
Commits: 417668a7 by Robin Candau at 2025-03-17T18:39:15+01:00 upgpkg: 2.23.1-1: New upstream release https://github.com/getsentry/sentry-python/releases/tag/2.23.1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-sentry_sdk pkgdesc = The official Python SDK for Sentry.io - pkgver = 2.22.0 + pkgver = 2.23.1 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 = python-sentry_sdk-2.22.0.tar.gz::https://github.com/getsentry/sentry-python/archive/refs/tags/2.22.0.tar.gz - sha256sums = 70134cd3b1272be1a3f3f3d5ae905c480d617dc52795a0adf6f4a23d8897d208 + source = python-sentry_sdk-2.23.1.tar.gz::https://github.com/getsentry/sentry-python/archive/refs/tags/2.23.1.tar.gz + sha256sums = daea6c3d216737fb01c08b39a4e8fb2744465950f7f50a4bb43e6af7220923c9 pkgname = python-sentry_sdk ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=python-sentry_sdk _pkgname=sentry-python -pkgver=2.22.0 +pkgver=2.23.1 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=("${pkgname}-${pkgver}.tar.gz::https://github.com/getsentry/sentry-python/archive/refs/tags/${pkgver}.tar.gz") -sha256sums=('70134cd3b1272be1a3f3f3d5ae905c480d617dc52795a0adf6f4a23d8897d208') +sha256sums=('daea6c3d216737fb01c08b39a4e8fb2744465950f7f50a4bb43e6af7220923c9') build() { cd "${_pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-sentry_sdk/-/commit/417668a7a2a55959569b04096e3db1f1404f5558 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-sentry_sdk/-/commit/417668a7a2a55959569b04096e3db1f1404f5558 You're receiving this email because of your account on gitlab.archlinux.org.
