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


Commits:
b86b1270 by Robin Candau at 2024-04-10T16:06:47+02:00
upgpkg: 1.45.0-1: New upstream release
https://github.com/getsentry/sentry-python/releases/tag/1.45.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-sentry_sdk
        pkgdesc = The official Python SDK for Sentry.io
-       pkgver = 1.44.1
-       pkgrel = 2
+       pkgver = 1.45.0
+       pkgrel = 1
        url = https://sentry.io/for/python
        arch = any
        license = MIT
@@ -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-1.44.1.tar.gz::https://github.com/getsentry/sentry-python/archive/refs/tags/1.44.1.tar.gz
-       sha256sums = 
f41f61356eaac2bd398b6f70efc88838080141588abc069392bc7880a7f2c3c4
+       source = 
python-sentry_sdk-1.45.0.tar.gz::https://github.com/getsentry/sentry-python/archive/refs/tags/1.45.0.tar.gz
+       sha256sums = 
98c9ff0874110c5601945d7fe7177e157506c02c40e33b8a180ec14d7ae0cde3
 
 pkgname = python-sentry_sdk


=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
 
 pkgname=python-sentry_sdk
 _pkgname=sentry-python
-pkgver=1.44.1
-pkgrel=2
+pkgver=1.45.0
+pkgrel=1
 pkgdesc="The official Python SDK for Sentry.io"
 arch=('any')
 url="https://sentry.io/for/python";
@@ -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=('f41f61356eaac2bd398b6f70efc88838080141588abc069392bc7880a7f2c3c4')
+sha256sums=('98c9ff0874110c5601945d7fe7177e157506c02c40e33b8a180ec14d7ae0cde3')
 
 build() {
        cd "${_pkgname}-${pkgver}"
@@ -41,6 +41,5 @@ build() {
 package() {
        cd "${_pkgname}-${pkgver}"
        python -m installer --destdir="${pkgdir}" dist/*.whl
-
        install -Dm 644 LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }



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

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


Reply via email to