Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-debugpy
Commits: e44dbac5 by Antonio Rojas at 2024-09-25T08:46:57+02:00 upgpkg: 1.8.6-1: Update to 1.8.6 - - - - - 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.5 + pkgver = 1.8.6 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.5 - sha256sums = dc11bd3bced189418dfc8e7440d7580b32c7c56c07af758ee776fc5ed788bf4e + source = git+https://github.com/microsoft/debugpy#tag=v1.8.6 + sha256sums = 8916b7609af4c8141ff5c11cc8c71d2918c7f9d9b243dd4441da65b195a1941a pkgname = python-debugpy ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _pipname=debugpy pkgname=python-$_pipname -pkgver=1.8.5 +pkgver=1.8.6 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=('dc11bd3bced189418dfc8e7440d7580b32c7c56c07af758ee776fc5ed788bf4e') +sha256sums=('8916b7609af4c8141ff5c11cc8c71d2918c7f9d9b243dd4441da65b195a1941a') prepare() { cd $_pipname View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-debugpy/-/commit/e44dbac5b5616d537f8c09a73dc5b7b362fb6333 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-debugpy/-/commit/e44dbac5b5616d537f8c09a73dc5b7b362fb6333 You're receiving this email because of your account on gitlab.archlinux.org.