Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
python-sentry_sdk


Commits:
91780cae by Robin Candau at 2023-10-11T11:41:07+02:00
upgpkg: 1.32.0-1: New upstream release

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,36 @@
+pkgbase = python-sentry_sdk
+       pkgdesc = The official Python SDK for Sentry.io
+       pkgver = 1.32.0
+       pkgrel = 1
+       url = https://sentry.io/for/python
+       arch = any
+       license = MIT
+       makedepends = python-build
+       makedepends = python-installer
+       makedepends = python-setuptools
+       makedepends = python-wheel
+       depends = python-urllib3
+       depends = python-certifi
+       optdepends = python-aiohttp: adds support for the AIOHTTP-Server Web 
Framework
+       optdepends = python-bottle: adds support for the Bottle Web Framework
+       optdepends = python-celery: adds support for the Celery Task Queue 
System
+       optdepends = python-django: adds support for the Django Web Framework
+       optdepends = python-falcon: adds support for the Falcon Web Framework
+       optdepends = python-fastapi: adds support for the FastAPI framework
+       optdepends = python-flask: adds support for the Flask Web Framework
+       optdepends = python-grpcio: gRPC integration
+       optdepends = python-httpx: HTTPX integration
+       optdepends = python-loguru: Loguru Integration
+       optdepends = python-multipart: Optional dependency of Starlette to 
parse form data
+       optdepends = python-pymongo: PyMongo integration
+       optdepends = python-quart: adds support for the Quart Web Framework
+       optdepends = python-redis: adds support for the RQ Job Queue System
+       optdepends = python-sqlalchemy: captures queries from SQLAlchemy as 
breadcrumbs
+       optdepends = python-starlette: adds support for the Starlette Framework
+       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.32.0/sentry-sdk-1.32.0.tar.gz
+       sha256sums = 
935e8fbd7787a3702457393b74b13d89a5afb67185bc0af85c00cb27cbd42e7c
+
+pkgname = python-sentry_sdk


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 
 pkgname=python-sentry_sdk
 _pkgname=sentry-sdk
-pkgver=1.31.0
+pkgver=1.32.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=('6de2e88304873484207fed836388e422aeff000609b104c802749fd89d56ba5b')
+sha256sums=('935e8fbd7787a3702457393b74b13d89a5afb67185bc0af85c00cb27cbd42e7c')
 
 build() {
        cd "${_pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sentry_sdk/-/commit/91780cae7cc6a216cf6f32f7c726e1dbc1b75297

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sentry_sdk/-/commit/91780cae7cc6a216cf6f32f7c726e1dbc1b75297
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to