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

Bruno Pagani archange at gemini.archlinux.org
Mon Mar 21 00:12:05 UTC 2022


    Date: Monday, March 21, 2022 @ 00:12:05
  Author: archange
Revision: 1166364

upgpkg: python-lsp-black 1.1.0-1

Modified:
  python-lsp-black/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-21 00:06:36 UTC (rev 1166363)
+++ PKGBUILD	2022-03-21 00:12:05 UTC (rev 1166364)
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani <archange at archlinux.org>
 
 pkgname=python-lsp-black
-pkgver=1.0.1
+pkgver=1.1.0
 pkgrel=1
 pkgdesc="python-lsp-server plugin that adds support to black autoformatter, forked from pyls-black"
 arch=(any)
@@ -11,7 +11,7 @@
 makedepends=(python-setuptools)
 checkdepends=(python-pytest)
 source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('432666772a642e45536af72da39f9437d46662ebca924247ab3776090edc7e22')
+sha256sums=('917981bd5bfb849219971b15a30ee63073c11a319508638e42161a1e72905577')
 
 build() {
   cd ${pkgname}-${pkgver}
@@ -22,7 +22,7 @@
   cd ${pkgname}-${pkgver}
   python -m venv --system-site-packages test-env
   test-env/bin/python setup.py install --skip-build
-  test-env/bin/python -m pytest -v --color=yes tests
+  test-env/bin/python -m pytest -vv --color=yes tests
 }
 
 package() {



More information about the arch-commits mailing list