Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-debugpy
Commits:
c4782077 by Antonio Rojas at 2025-12-10T23:19:42+01:00
upgpkg: 1.8.18-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-debugpy
pkgdesc = An implementation of the Debug Adapter Protocol for Python
- pkgver = 1.8.17
+ pkgver = 1.8.18
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.17
- sha256sums =
82591ff5fa7fb55178348c2d024ffdf5fd7f11af98640602da6334bd36ff2da9
+ source = git+https://github.com/microsoft/debugpy#tag=v1.8.18
+ sha256sums =
6d6c485a22647931e3f378cfed7a19d51701237f3988a21e73d938d3730cca5c
pkgname = python-debugpy
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_pipname=debugpy
pkgname=python-$_pipname
-pkgver=1.8.17
+pkgver=1.8.18
pkgrel=1
pkgdesc='An implementation of the Debug Adapter Protocol for Python'
arch=(x86_64)
@@ -19,7 +19,7 @@ makedepends=(cython
python-setuptools
python-wheel)
source=(git+https://github.com/microsoft/debugpy#tag=v$pkgver)
-sha256sums=('82591ff5fa7fb55178348c2d024ffdf5fd7f11af98640602da6334bd36ff2da9')
+sha256sums=('6d6c485a22647931e3f378cfed7a19d51701237f3988a21e73d938d3730cca5c')
build() {
cd $_pipname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-debugpy/-/commit/c478207792f4f309d815c2298e42f8e3d81c9b55
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-debugpy/-/commit/c478207792f4f309d815c2298e42f8e3d81c9b55
You're receiving this email because of your account on gitlab.archlinux.org.