From b1e41f2c957f61a28fe2e8451f509543640e65ef Mon Sep 17 00:00:00 2001
From: David Beauchamp <david@archlinuxarm.org>
Date: Thu, 10 Oct 2024 17:32:10 -0400
Subject: [PATCH] extra/python-debugpy to 1.8.7-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 50bd9a9ef..13bde16d8 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.6
+	pkgver = 1.8.7
 	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.6
-	sha256sums = 8916b7609af4c8141ff5c11cc8c71d2918c7f9d9b243dd4441da65b195a1941a
+	source = git+https://github.com/microsoft/debugpy#tag=v1.8.7
+	sha256sums = b67d1c05f9f5a881edb6042c450fbe08b84c41eebdc238722e6d668deb247d5f
 
 pkgname = python-debugpy
diff --git a/extra/python-debugpy/PKGBUILD b/extra/python-debugpy/PKGBUILD
index 80f0a56b6..8d46bedc3 100644
--- a/extra/python-debugpy/PKGBUILD
+++ b/extra/python-debugpy/PKGBUILD
@@ -6,7 +6,7 @@
 
 _pipname=debugpy
 pkgname=python-$_pipname
-pkgver=1.8.6
+pkgver=1.8.7
 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=('8916b7609af4c8141ff5c11cc8c71d2918c7f9d9b243dd4441da65b195a1941a')
+sha256sums=('b67d1c05f9f5a881edb6042c450fbe08b84c41eebdc238722e6d668deb247d5f')
 
 prepare() {
   cd $_pipname