extra/python-debugpy to 1.8.3-1

This commit is contained in:
Kevin Mihelich 2024-08-03 10:27:18 +00:00
parent 0620666984
commit f196918761
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = python-debugpy
pkgdesc = An implementation of the Debug Adapter Protocol for Python
pkgver = 1.8.2
pkgver = 1.8.3
pkgrel = 1
url = https://aka.ms/debugpy
arch = x86_64
@ -14,7 +14,7 @@ pkgbase = python-debugpy
depends = gcc-libs
depends = glibc
depends = python
source = git+https://github.com/microsoft/debugpy#tag=v1.8.2
sha256sums = f8bcf4bb3a2d461e725c53d7372925a3773cfcf17fb276a0a00f6f446e34bed6
source = git+https://github.com/microsoft/debugpy#tag=v1.8.3
sha256sums = e5462491a367dc3e74040c0afdae253ae2590a67cce4435cd02627c67ceb5ba9
pkgname = python-debugpy

View file

@ -6,7 +6,7 @@
_pipname=debugpy
pkgname=python-$_pipname
pkgver=1.8.2
pkgver=1.8.3
pkgrel=1
pkgdesc='An implementation of the Debug Adapter Protocol for Python'
arch=(x86_64)
@ -22,7 +22,7 @@ makedepends=(cython
python-setuptools
python-wheel)
source=(git+https://github.com/microsoft/debugpy#tag=v$pkgver)
sha256sums=('f8bcf4bb3a2d461e725c53d7372925a3773cfcf17fb276a0a00f6f446e34bed6')
sha256sums=('e5462491a367dc3e74040c0afdae253ae2590a67cce4435cd02627c67ceb5ba9')
prepare() {
cd $_pipname