Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-sentry_sdk
Commits: 2349d479 by Robin Candau at 2025-04-02T18:50:49+02:00 upgpkg: 2.25.1-1: New upstream release https://github.com/getsentry/sentry-python/releases/tag/2.25.10 - - - - - 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.25.0 + pkgver = 2.25.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.25.0.tar.gz::https://github.com/getsentry/sentry-python/archive/refs/tags/2.25.0.tar.gz - sha256sums = 9b1e3dba119ac83c99bde7800c70fbb88f9c43a79b4d017dcbb6930d1815b548 + source = python-sentry_sdk-2.25.1.tar.gz::https://github.com/getsentry/sentry-python/archive/refs/tags/2.25.1.tar.gz + sha256sums = 65bcc2f138486fa832e4f479f4edda034bca9206b890166c8bc1b6bf80e2429d pkgname = python-sentry_sdk ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=python-sentry_sdk _pkgname=sentry-python -pkgver=2.25.0 +pkgver=2.25.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=('9b1e3dba119ac83c99bde7800c70fbb88f9c43a79b4d017dcbb6930d1815b548') +sha256sums=('65bcc2f138486fa832e4f479f4edda034bca9206b890166c8bc1b6bf80e2429d') build() { cd "${_pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-sentry_sdk/-/commit/2349d47975e681b37e096100db6caf9b6836c6d7 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-sentry_sdk/-/commit/2349d47975e681b37e096100db6caf9b6836c6d7 You're receiving this email because of your account on gitlab.archlinux.org.
