Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
[update to 0.13.3] Fix embedded Python with Jedi (see comments in sou…
Browse files Browse the repository at this point in the history
…rce code), fixes davidhalter/jedi-vim#870

Dave Halter (9):
      setup.py was not executable in Python3.7
      Improve an error message, see #1279
      Remove an used function
      Fix embedded Python with Jedi (see comments in source code), fixes davidhalter/jedi-vim#870
      Revert "Remove an used function"
      Cleanup SameEnvironment and use the same logic for creation in virtualenvs
      Check for specific Python versions first on unix, see davidhalter/jedi-vim#870
      A small improvement for environments
      v13.3 release notes

Marc Zimmermann (1):
      fixing permission denied errors with project.json
  • Loading branch information
fenrus75 committed Feb 25, 2019
1 parent 80d4720 commit 9650ffc
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME := jedi
URL = https://files.pythonhosted.org/packages/e4/83/4c05db437252694660c972b5374b35a68a8a0a8cd012dc95e5fd4d7e71b0/jedi-0.13.2.tar.gz
URL = https://files.pythonhosted.org/packages/96/fb/e99fc0442f8a0fa4bf5d34162c2d98131489017f661bf8a331857844b145/jedi-0.13.3.tar.gz
ARCHIVES =

include ../common/Makefile.common
15 changes: 8 additions & 7 deletions jedi.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# Generated by: autospec.py
#
Name : jedi
Version : 0.13.2
Release : 28
URL : https://files.pythonhosted.org/packages/e4/83/4c05db437252694660c972b5374b35a68a8a0a8cd012dc95e5fd4d7e71b0/jedi-0.13.2.tar.gz
Source0 : https://files.pythonhosted.org/packages/e4/83/4c05db437252694660c972b5374b35a68a8a0a8cd012dc95e5fd4d7e71b0/jedi-0.13.2.tar.gz
Version : 0.13.3
Release : 29
URL : https://files.pythonhosted.org/packages/96/fb/e99fc0442f8a0fa4bf5d34162c2d98131489017f661bf8a331857844b145/jedi-0.13.3.tar.gz
Source0 : https://files.pythonhosted.org/packages/96/fb/e99fc0442f8a0fa4bf5d34162c2d98131489017f661bf8a331857844b145/jedi-0.13.3.tar.gz
Summary : An autocompletion tool for Python that can be used for text editors.
Group : Development/Tools
License : BSD-3-Clause MIT
Expand All @@ -23,8 +23,9 @@ BuildRequires : tox
BuildRequires : virtualenv

%description
###################################################################
Jedi - an awesome autocompletion/static analysis library for Python
###################################################################
###################################################################

%package license
Summary: license components for the jedi package.
Expand Down Expand Up @@ -53,14 +54,14 @@ python3 components for the jedi package.


%prep
%setup -q -n jedi-0.13.2
%setup -q -n jedi-0.13.3

%build
export http_proxy=http://127.0.0.1:9/
export https_proxy=http://127.0.0.1:9/
export no_proxy=localhost,127.0.0.1,0.0.0.0
export LANG=C
export SOURCE_DATE_EPOCH=1545246194
export SOURCE_DATE_EPOCH=1551069532
export MAKEFLAGS=%{?_smp_mflags}
python3 setup.py build

Expand Down
2 changes: 1 addition & 1 deletion options.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = jedi
url = https://files.pythonhosted.org/packages/e4/83/4c05db437252694660c972b5374b35a68a8a0a8cd012dc95e5fd4d7e71b0/jedi-0.13.2.tar.gz
url = https://files.pythonhosted.org/packages/96/fb/e99fc0442f8a0fa4bf5d34162c2d98131489017f661bf8a331857844b145/jedi-0.13.3.tar.gz
archives =
giturl = https://github.com/davidhalter/jedi.git

Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
28
29
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c7bd9b87b2b7a12f0d5cbe1342f978c4175d834b/jedi-0.13.2.tar.gz
eec39c74dd3e113b2534e621358ecfc6e7f2aae9/jedi-0.13.3.tar.gz

0 comments on commit 9650ffc

Please sign in to comment.