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


Commits:
a4af6936 by Robin Candau at 2024-04-04T15:06:16+02:00
upgpkg: 1.44.1-2: Python 3.12 rebuild
https://archlinux.org/todo/python-modules-part-1/

- - - - -


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 = 1
+       pkgrel = 2
        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 = 
https://github.com/getsentry/sentry-python/releases/download/1.44.1/sentry-sdk-1.44.1.tar.gz
-       sha256sums = 
24e6a53eeabffd2f95d952aa35ca52f0f4201d17f820ac9d3ff7244c665aaf68
+       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
 
 pkgname = python-sentry_sdk


=====================================
PKGBUILD
=====================================
@@ -2,9 +2,9 @@
 # Contributor: Mark Wagie <mark dot wagie at tutanota dot com>
 
 pkgname=python-sentry_sdk
-_pkgname=sentry-sdk
+_pkgname=sentry-python
 pkgver=1.44.1
-pkgrel=1
+pkgrel=2
 pkgdesc="The official Python SDK for Sentry.io"
 arch=('any')
 url="https://sentry.io/for/python";
@@ -30,8 +30,8 @@ optdepends=('python-aiohttp: adds support for the 
AIOHTTP-Server Web Framework'
             'python-tornado: adds support for the Tornado 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=('24e6a53eeabffd2f95d952aa35ca52f0f4201d17f820ac9d3ff7244c665aaf68')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/getsentry/sentry-python/archive/refs/tags/${pkgver}.tar.gz";)
+sha256sums=('f41f61356eaac2bd398b6f70efc88838080141588abc069392bc7880a7f2c3c4')
 
 build() {
        cd "${_pkgname}-${pkgver}"



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

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


Reply via email to