Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-debugpy
Commits:
932b1d2b by Antonio Rojas at 2026-01-30T08:44:37+01:00
upgpkg: 1.8.20-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-debugpy
pkgdesc = An implementation of the Debug Adapter Protocol for Python
- pkgver = 1.8.19
- pkgrel = 2
+ pkgver = 1.8.20
+ pkgrel = 1
url = https://aka.ms/debugpy
arch = x86_64
license = MIT
@@ -14,7 +14,7 @@ pkgbase = python-debugpy
depends = gcc-libs
depends = glibc
depends = python
- source = git+https://github.com/microsoft/debugpy#tag=v1.8.19
- sha256sums =
be7e6727a746db30f5e309c56a90c5e788c2f0fae8826794b9b3bb3a06970977
+ source = git+https://github.com/microsoft/debugpy#tag=v1.8.20
+ sha256sums =
975069defb5092f6e0203c044ddb2923233ed19bd1fdc5bff5ae03ca064457e0
pkgname = python-debugpy
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
_pipname=debugpy
pkgname=python-$_pipname
-pkgver=1.8.19
-pkgrel=2
+pkgver=1.8.20
+pkgrel=1
pkgdesc='An implementation of the Debug Adapter Protocol for Python'
arch=(x86_64)
url='https://aka.ms/debugpy'
@@ -19,7 +19,7 @@ makedepends=(cython
python-setuptools
python-wheel)
source=(git+https://github.com/microsoft/debugpy#tag=v$pkgver)
-sha256sums=('be7e6727a746db30f5e309c56a90c5e788c2f0fae8826794b9b3bb3a06970977')
+sha256sums=('975069defb5092f6e0203c044ddb2923233ed19bd1fdc5bff5ae03ca064457e0')
#
https://github.com/microsoft/debugpy/blob/v1.8.19/src/debugpy/_vendored/pydevd/pydevd_tracing.py#L161
# Special handling for x86 and x86_64
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-debugpy/-/commit/932b1d2b778486b80323902505ee9cab6a2b79ce
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-debugpy/-/commit/932b1d2b778486b80323902505ee9cab6a2b79ce
You're receiving this email because of your account on gitlab.archlinux.org.