From d1d1dedf2e8880d58a9a6f622c485638de9f9a30 Mon Sep 17 00:00:00 2001 From: David Beauchamp Date: Thu, 15 Aug 2024 08:18:02 -0400 Subject: [PATCH] extra/python-debugpy to 1.8.5-1 --- extra/python-debugpy/.SRCINFO | 6 +++--- extra/python-debugpy/PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/extra/python-debugpy/.SRCINFO b/extra/python-debugpy/.SRCINFO index 09d53f599..1547e3d70 100644 --- a/extra/python-debugpy/.SRCINFO +++ b/extra/python-debugpy/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = python-debugpy pkgdesc = An implementation of the Debug Adapter Protocol for Python - pkgver = 1.8.3 + pkgver = 1.8.5 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.3 - sha256sums = e5462491a367dc3e74040c0afdae253ae2590a67cce4435cd02627c67ceb5ba9 + source = git+https://github.com/microsoft/debugpy#tag=v1.8.5 + sha256sums = dc11bd3bced189418dfc8e7440d7580b32c7c56c07af758ee776fc5ed788bf4e pkgname = python-debugpy diff --git a/extra/python-debugpy/PKGBUILD b/extra/python-debugpy/PKGBUILD index 8762555d3..2eece61c9 100644 --- a/extra/python-debugpy/PKGBUILD +++ b/extra/python-debugpy/PKGBUILD @@ -6,7 +6,7 @@ _pipname=debugpy pkgname=python-$_pipname -pkgver=1.8.3 +pkgver=1.8.5 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=('e5462491a367dc3e74040c0afdae253ae2590a67cce4435cd02627c67ceb5ba9') +sha256sums=('dc11bd3bced189418dfc8e7440d7580b32c7c56c07af758ee776fc5ed788bf4e') prepare() { cd $_pipname