Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
python-sentry_sdk
Commits:
06477f6d by Robin Candau at 2023-12-12T17:46:00+01:00
upgpkg: 1.39.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.38.0
+ pkgver = 1.39.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.38.0/sentry-sdk-1.38.0.tar.gz
- sha256sums =
8feab81de6bbf64f53279b085bd3820e3e737403b0a0d9317f73a2c3374ae359
+ source =
https://github.com/getsentry/sentry-python/releases/download/1.39.0/sentry-sdk-1.39.0.tar.gz
+ sha256sums =
67f62238af273eebd6432f85116dc6cd5422d4bc02df886514e8139e755f48e4
pkgname = python-sentry_sdk
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=python-sentry_sdk
_pkgname=sentry-sdk
-pkgver=1.38.0
+pkgver=1.39.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=('8feab81de6bbf64f53279b085bd3820e3e737403b0a0d9317f73a2c3374ae359')
+sha256sums=('67f62238af273eebd6432f85116dc6cd5422d4bc02df886514e8139e755f48e4')
build() {
cd "${_pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sentry_sdk/-/commit/06477f6da0cb457d5b0abe57ea551d99d41b8a59
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sentry_sdk/-/commit/06477f6da0cb457d5b0abe57ea551d99d41b8a59
You're receiving this email because of your account on gitlab.archlinux.org.