Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-debugpy
Commits:
c28bc26a by Antonio Rojas at 2025-12-16T11:33:33+01:00
upgpkg: 1.8.19-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.18
- pkgrel = 2
+ pkgver = 1.8.19
+ 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.18
- sha256sums =
6d6c485a22647931e3f378cfed7a19d51701237f3988a21e73d938d3730cca5c
+ source = git+https://github.com/microsoft/debugpy#tag=v1.8.19
+ sha256sums =
be7e6727a746db30f5e309c56a90c5e788c2f0fae8826794b9b3bb3a06970977
pkgname = python-debugpy
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
_pipname=debugpy
pkgname=python-$_pipname
-pkgver=1.8.18
-pkgrel=2
+pkgver=1.8.19
+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=('6d6c485a22647931e3f378cfed7a19d51701237f3988a21e73d938d3730cca5c')
+sha256sums=('be7e6727a746db30f5e309c56a90c5e788c2f0fae8826794b9b3bb3a06970977')
build() {
cd $_pipname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-debugpy/-/commit/c28bc26a7a013869ec3bd76881839405d72928d4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-debugpy/-/commit/c28bc26a7a013869ec3bd76881839405d72928d4
You're receiving this email because of your account on gitlab.archlinux.org.