diff --git a/programming/language/python3/python3-jedi/actions.py b/programming/language/python3/python3-jedi/actions.py
index a2b6184914..6dcac6b3d7 100644
--- a/programming/language/python3/python3-jedi/actions.py
+++ b/programming/language/python3/python3-jedi/actions.py
@@ -4,10 +4,10 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
-from pisi.actionsapi import pythonmodules
-from pisi.actionsapi import shelltools
-from pisi.actionsapi import pisitools
from pisi.actionsapi import get
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import pythonmodules
WorkDir="jedi-%s" % get.srcVERSION()
@@ -17,6 +17,8 @@ def setup():
# and copy the header files to the corresponding path
for files in ["../typeshed-jedi_v0.16.0/*"]:
shelltools.copy("%s" % files,"jedi/third_party/typeshed")
+ for files in ["../django-stubs-1.5.0/*"]:
+ shelltools.copy("%s" % files,"jedi/third_party/django-stubs")
def build():
pythonmodules.compile(pyVer="3")
diff --git a/programming/language/python3/python3-jedi/pspec.xml b/programming/language/python3/python3-jedi/pspec.xml
index 405c1d04cc..f622752f07 100644
--- a/programming/language/python3/python3-jedi/pspec.xml
+++ b/programming/language/python3/python3-jedi/pspec.xml
@@ -13,11 +13,12 @@
library
Awesome autocompletion and static analysis library for python.
Jedi is a static analysis tool for Python that can be used in IDEs/editors. Jedi has a focus on autocompletion and goto functionality. Jedi is fast and is very well tested. It understands Python and stubs on a deep level.
- https://github.com/davidhalter/jedi/archive/v0.17.0.tar.gz
+ https://github.com/davidhalter/jedi/archive/v0.17.2.tar.gz
https://github.com/davidhalter/typeshed/archive/jedi_v0.16.0.tar.gz
+ https://github.com/davidhalter/django-stubs/archive/v1.5.0.tar.gz
- python3-setuptools
python3-devel
+ python3-setuptools
@@ -25,16 +26,23 @@
python3-jedi
Awesome autocompletion and static analysis library for python.
- python3-parso
python3
+ python3-parso
- /usr/share/doc/python3-jedi
/usr/lib/python3*
+ /usr/share/doc/python3-jedi
+
+ 2020-07-21
+ 0.17.2
+ Patch version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
2020-04-22
0.17.0