summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122021-12-15 21:20:40 +0100
committerwillemw122021-12-15 21:20:40 +0100
commit8a569ced80f4e12bed9ff9cd4cf68ba9c3bf9fe2 (patch)
treec73fa7c1c606647727947f8191d32246febbaded
parent162266dafceb413e77af2d7033b16f8ac42e1926 (diff)
downloadaur-8a569ced80f4e12bed9ff9cd4cf68ba9c3bf9fe2.tar.gz
Add python-jsonschema. Remove python-language-server
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index acf40ad9f3b4..ec224ea445e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = spyder-git
pkgdesc = The Scientific Python Development Environment
- pkgver = 5.1.1.r252.g0a86dcdc5
- pkgrel = 2
+ pkgver = 5.2.1.r345.gfad14a342
+ pkgrel = 1
url = https://www.spyder-ide.org/
arch = any
license = MIT
@@ -16,10 +16,10 @@ pkgbase = spyder-git
depends = python-intervaltree
depends = python-jedi
depends = python-keyring
- depends = python-language-server
depends = python-lsp-black
depends = python-lsp-server
depends = python-numpydoc
+ depends = python-jsonschema
depends = python-paramiko
depends = python-parso
depends = python-pexpect
diff --git a/PKGBUILD b/PKGBUILD
index cda22ee0aa01..5761b71c3183 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: willemw <willemw12@gmail.com>
pkgname=spyder-git
-pkgver=5.1.1.r252.g0a86dcdc5
-pkgrel=2
+pkgver=5.2.1.r345.gfad14a342
+pkgrel=1
pkgdesc="The Scientific Python Development Environment"
arch=('any')
url="https://www.spyder-ide.org/"
@@ -17,10 +17,10 @@ depends=('jupyter-nbconvert'
'python-intervaltree'
'python-jedi'
'python-keyring'
- 'python-language-server'
'python-lsp-black'
'python-lsp-server'
'python-numpydoc'
+ 'python-jsonschema'
'python-paramiko'
'python-parso'
'python-pexpect'