Date: Friday, May 12, 2023 @ 06:58:30
  Author: arojas
Revision: 1460067

upgpkg: python-lsp-server 1.7.2-3: Update yapf version constraint (FS#78480)

Modified:
  python-lsp-server/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-12 06:37:42 UTC (rev 1460066)
+++ PKGBUILD    2023-05-12 06:58:30 UTC (rev 1460067)
@@ -4,7 +4,7 @@
 
 pkgname=python-lsp-server
 pkgver=1.7.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Fork of the python-language-server project, maintained by the Spyder 
IDE team and the community"
 arch=(any)
 url="https://github.com/python-lsp/python-lsp-server";
@@ -52,6 +52,7 @@
   sed 's|mccabe>=0.7.0,<0.8.0|mccabe>=0.7.0|' -i pyproject.toml
   sed 's|pycodestyle>=2.9.0,<2.11.0|pycodestyle>=2.9.0|' -i pyproject.toml
   sed 's|pyflakes>=2.5.0,<3.1.0|pyflakes>=2.5.0|' -i pyproject.toml
+  sed 's|yapf<=0.32.0|yapf>=0.33.0|' -i pyproject.toml
 }
 
 build() {

Reply via email to