Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-sentry_sdk
Commits: 9d3b3b4d by Robin Candau at 2024-06-27T17:28:12+02:00 upgpkg: 2.7.1-1: New upstream release https://github.com/getsentry/sentry-python/releases/tag/2.7.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.7.0 + pkgver = 2.7.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.7.0.tar.gz::https://github.com/getsentry/sentry-python/archive/refs/tags/2.7.0.tar.gz - sha256sums = f0e622d66e3376a4add6da3bd4d3b6ba7b4cf372e4784b5075fb39d38ab8c7b8 + source = python-sentry_sdk-2.7.1.tar.gz::https://github.com/getsentry/sentry-python/archive/refs/tags/2.7.1.tar.gz + sha256sums = 0be665a8b13328a3e62f8f68309c491d66c9e226f1995731d9e0078af3b6b4e5 pkgname = python-sentry_sdk ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=python-sentry_sdk _pkgname=sentry-python -pkgver=2.7.0 +pkgver=2.7.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=('f0e622d66e3376a4add6da3bd4d3b6ba7b4cf372e4784b5075fb39d38ab8c7b8') +sha256sums=('0be665a8b13328a3e62f8f68309c491d66c9e226f1995731d9e0078af3b6b4e5') build() { cd "${_pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-sentry_sdk/-/commit/9d3b3b4dbc866ac001a3065de3cd8897c1323576 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-sentry_sdk/-/commit/9d3b3b4dbc866ac001a3065de3cd8897c1323576 You're receiving this email because of your account on gitlab.archlinux.org.
