Hello community,

here is the log from the commit of package python-jedi for openSUSE:Factory 
checked in at 2018-04-20 17:31:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jedi (Old)
 and      /work/SRC/openSUSE:Factory/.python-jedi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-jedi"

Fri Apr 20 17:31:31 2018 rev:8 rq:598808 version:0.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-jedi/python-jedi.changes  2017-11-16 
14:01:17.125036181 +0100
+++ /work/SRC/openSUSE:Factory/.python-jedi.new/python-jedi.changes     
2018-04-20 17:33:56.964792605 +0200
@@ -1,0 +2,19 @@
+Thu Apr 19 17:18:37 UTC 2018 - [email protected]
+
+- Update to version 0.12.0
+  * Virtualenv/Environment support
+  * F-String Completion/Goto Support
+  * Cannot crash with segfaults anymore
+  * Cleaned up import logic
+  * Understand async/await and autocomplete it (including async generators)
+  * Better namespace completions
+  * Passing tests for Windows (including CI for Windows)
+  * Remove Python 2.6 support
+- Update to version 0.11.1
+  * Parso update - the caching layer was broken
+  * Better usages - a lot of internal code was ripped out and improved.
+- Remove upstream-included test_requrements.patch
+- Add new test_requrements.patch to avoid limit on pytest version.
+- Disable tests, they don't work in most situations.
+
+-------------------------------------------------------------------

Old:
----
  jedi-0.11.0.tar.gz

New:
----
  jedi-0.12.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-jedi.spec ++++++
--- /var/tmp/diff_new_pack.LCTt6u/_old  2018-04-20 17:33:57.736764610 +0200
+++ /var/tmp/diff_new_pack.LCTt6u/_new  2018-04-20 17:33:57.740764465 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-jedi
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,11 @@
 
 
 # Compiled file tests only work on particular architectures and only run on 
python 3.4
-%ifnarch %ix86 x86_64
 %bcond_with tests
-%else
-%bcond_without tests
-%endif
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-jedi
-Version:        0.11.0
+Version:        0.12.0
 Release:        0
 Summary:        An autocompletion tool for Python
 License:        MIT and Python-2.0
@@ -53,7 +49,6 @@
 %endif
 BuildRequires:  python3-tox
 %endif
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 %python_subpackages
 
@@ -94,7 +89,8 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc AUTHORS.txt CHANGELOG.rst LICENSE.txt README.rst
+%doc AUTHORS.txt CHANGELOG.rst README.rst
+%license LICENSE.txt
 %{python_sitelib}/jedi-%{version}-py*.egg-info
 %{python_sitelib}/jedi/
 

++++++ jedi-0.11.0.tar.gz -> jedi-0.12.0.tar.gz ++++++
++++ 22429 lines of diff (skipped)

++++++ test_requrements.patch ++++++
--- /var/tmp/diff_new_pack.LCTt6u/_old  2018-04-20 17:33:57.948756922 +0200
+++ /var/tmp/diff_new_pack.LCTt6u/_new  2018-04-20 17:33:57.952756777 +0200
@@ -1,7 +1,14 @@
-Index: jedi-0.11.0/requirements.txt
+Index: jedi-0.12.0/tox.ini
 ===================================================================
---- jedi-0.11.0.orig/requirements.txt
-+++ jedi-0.11.0/requirements.txt
-@@ -1 +1 @@
--parso==0.1.0
-+parso>=0.1.0
+--- jedi-0.12.0.orig/tox.ini
++++ jedi-0.12.0/tox.ini
+@@ -2,7 +2,7 @@
+ envlist = py27, py33, py34, py35, py36
+ [testenv]
+ deps =
+-    pytest>=2.3.5, < 3.3
++    pytest>=2.3.5
+     pytest-cache
+ # docopt for sith doctests
+     docopt
+


Reply via email to