Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-debugpy
Commits:
e3ae42b1 by Antonio Rojas at 2025-03-05T08:21:18+01:00
upgpkg: 1.8.13-1: Update to 1.8.13
- - - - -
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.12
+ pkgver = 1.8.13
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.12
- sha256sums =
4fe0f7168ea182e5266b44fa09e0d4179ba36c426c4206e657e8e453b224fdc3
+ source = git+https://github.com/microsoft/debugpy#tag=v1.8.13
+ sha256sums =
3191585a7a39d5c76e3c7bbc936ecad7d4ed3288efdc69ad612021c7622ee671
pkgname = python-debugpy
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_pipname=debugpy
pkgname=python-$_pipname
-pkgver=1.8.12
+pkgver=1.8.13
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=('4fe0f7168ea182e5266b44fa09e0d4179ba36c426c4206e657e8e453b224fdc3')
+sha256sums=('3191585a7a39d5c76e3c7bbc936ecad7d4ed3288efdc69ad612021c7622ee671')
build() {
cd $_pipname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-debugpy/-/commit/e3ae42b16f773231143420fb516bda3845e2ced7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-debugpy/-/commit/e3ae42b16f773231143420fb516bda3845e2ced7
You're receiving this email because of your account on gitlab.archlinux.org.