[arch-commits] Commit in python-debugpy/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Mon Oct 18 21:17:08 UTC 2021


    Date: Monday, October 18, 2021 @ 21:17:08
  Author: arojas
Revision: 1030910

Update to 1.5.1

Modified:
  python-debugpy/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-18 20:58:32 UTC (rev 1030909)
+++ PKGBUILD	2021-10-18 21:17:08 UTC (rev 1030910)
@@ -3,7 +3,7 @@
 
 _pipname=debugpy
 pkgname=python-$_pipname
-pkgver=1.5.0
+pkgver=1.5.1
 pkgrel=1
 pkgdesc='An implementation of the Debug Adapter Protocol for Python'
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(python)
 makedepends=(python-setuptools)
 source=(https://github.com/microsoft/debugpy/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('13b85f3d498f270ea0ea421ee7ca55319cdc5f4cf49d00ede58990a152c2576b')
+sha256sums=('86c8a957269a49fe5955f47233609b896ac48033e4f5e94c5b5a908f7230cf19')
 
 prepare() {
   cd $_pipname-$pkgver



More information about the arch-commits mailing list