Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-sentry_sdk
Commits: 19e21424 by Robin Candau at 2025-09-04T10:17:11+02:00 upgpkg: 2.36.0-1: New upstream release https://github.com/getsentry/sentry-python/releases/tag/2.36.0 - - - - - 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.35.2 + pkgver = 2.36.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 = python-sentry_sdk-2.35.2.tar.gz::https://github.com/getsentry/sentry-python/archive/refs/tags/2.35.2.tar.gz - sha256sums = e2aa0a3b5f8df300b71d9e5c665caa7d0dd67b6757a66433d769086f4699aa7d + source = python-sentry_sdk-2.36.0.tar.gz::https://github.com/getsentry/sentry-python/archive/refs/tags/2.36.0.tar.gz + sha256sums = 5923c8ae4237d451a3a58474f125a9661ff9d13941353461f46398d3fe490bc2 pkgname = python-sentry_sdk ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=python-sentry_sdk _pkgname=sentry-python -pkgver=2.35.2 +pkgver=2.36.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=("${pkgname}-${pkgver}.tar.gz::https://github.com/getsentry/sentry-python/archive/refs/tags/${pkgver}.tar.gz") -sha256sums=('e2aa0a3b5f8df300b71d9e5c665caa7d0dd67b6757a66433d769086f4699aa7d') +sha256sums=('5923c8ae4237d451a3a58474f125a9661ff9d13941353461f46398d3fe490bc2') build() { cd "${_pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-sentry_sdk/-/commit/19e2142460918bd5b9937d74b5e3d8feffcea945 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-sentry_sdk/-/commit/19e2142460918bd5b9937d74b5e3d8feffcea945 You're receiving this email because of your account on gitlab.archlinux.org.
