Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-jedi


Commits:
c317fa20 by Antonio Rojas at 2023-10-27T20:46:16+02:00
upgpkg: 0.19.1-1: Update to 0.19.1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,23 @@
+pkgbase = python-jedi
+       pkgdesc = Awesome autocompletion for python
+       pkgver = 0.19.1
+       pkgrel = 1
+       url = https://github.com/davidhalter/jedi
+       arch = any
+       license = MIT
+       checkdepends = python-pytest
+       checkdepends = python-parso
+       makedepends = git
+       makedepends = python-setuptools
+       makedepends = python-sphinx
+       makedepends = python-sphinx_rtd_theme
+       depends = python
+       depends = python-parso
+       source = 
git+https://github.com/davidhalter/jedi#commit=4e175ca82bbd680cb90f462545c10a8b1c0b5f2e
+       source = git+https://github.com/davidhalter/typeshed
+       source = git+https://github.com/davidhalter/django-stubs
+       sha256sums = SKIP
+       sha256sums = SKIP
+       sha256sums = SKIP
+
+pkgname = python-jedi


=====================================
PKGBUILD
=====================================
@@ -5,8 +5,8 @@
 # Contributor: Jesus Alvarez
 
 pkgname=python-jedi
-_gitcommit=51f4a99a1e06a958e3b96b299b18bb1d49d1debe
-pkgver=0.19.0
+_gitcommit=4e175ca82bbd680cb90f462545c10a8b1c0b5f2e
+pkgver=0.19.1
 pkgrel=1
 pkgdesc="Awesome autocompletion for python"
 url="https://github.com/davidhalter/jedi";
@@ -33,11 +33,6 @@ prepare() {
   git config submodule."jedi/third_party/typeshed".url "${srcdir}/typeshed"
   git config submodule."jedi/third_party/django-stubs".url 
"${srcdir}/django-stubs"
   git -c protocol.file.allow=always submodule update --recursive
-
-  # Support Python 3.11 typing changes
-  git cherry-pick -n 00e23ddcee220110086621ff5922fb9cffddf60a
-  # Support Python 3.11
-  git cherry-pick -n 67e0bec597e7218944e00e5dd26ce4a34bd05e74
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jedi/-/commit/c317fa208cffd81afdc2737bca1cf045ac8e4989

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jedi/-/commit/c317fa208cffd81afdc2737bca1cf045ac8e4989
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to