Hello community,

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

Package is "python-jedi"

Sat Jul 14 20:24:11 2018 rev:9 rq:622028 version:0.12.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-jedi/python-jedi.changes  2018-04-20 
17:33:56.964792605 +0200
+++ /work/SRC/openSUSE:Factory/.python-jedi.new/python-jedi.changes     
2018-07-14 20:24:14.944036294 +0200
@@ -1,0 +2,14 @@
+Mon Jul  2 01:09:29 UTC 2018 - a...@gmx.de
+
+- specfile:
+  * require parso >= 0.3.0
+  * remove python-devel requirement
+
+- update to version 0.12.1:
+  * This release forces you to upgrade parso. If you don't, nothing
+    will work anymore. Otherwise changes should be limited to bug
+    fixes. Unfortunately Jedi still uses a few internals of parso that
+    make it hard to keep compatibility over multiple releases. Parso
+    >=0.3.0 is going to be needed.
+
+-------------------------------------------------------------------

Old:
----
  jedi-0.12.0.tar.gz

New:
----
  jedi-0.12.1.tar.gz

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

Other differences:
------------------
++++++ python-jedi.spec ++++++
--- /var/tmp/diff_new_pack.9ltgZz/_old  2018-07-14 20:24:15.580037929 +0200
+++ /var/tmp/diff_new_pack.9ltgZz/_new  2018-07-14 20:24:15.584037939 +0200
@@ -16,40 +16,38 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 # Compiled file tests only work on particular architectures and only run on 
python 3.4
 %bcond_with tests
-
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-jedi
-Version:        0.12.0
+Version:        0.12.1
 Release:        0
 Summary:        An autocompletion tool for Python
-License:        MIT and Python-2.0
+License:        MIT AND Python-2.0
 Group:          Development/Languages/Python
-Url:            https://github.com/davidhalter/jedi
+URL:            https://github.com/davidhalter/jedi
 Source0:        
https://files.pythonhosted.org/packages/source/j/jedi/jedi-%{version}.tar.gz
 Patch0:         test_requrements.patch
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-parso
+Requires:       python-parso >= 0.3.0
+BuildArch:      noarch
 %if %{with tests}
 # Test requirements
 BuildRequires:  %{python_module colorama}
 BuildRequires:  %{python_module docopt}
 BuildRequires:  %{python_module numpydoc}
-BuildRequires:  %{python_module parso}
+BuildRequires:  %{python_module parso >= 0.3.0}
 BuildRequires:  %{python_module pytest >= 2.3.5}
 BuildRequires:  %{python_module pytest-cache}
 BuildRequires:  python2-typing
+BuildRequires:  python3-tox
 # do not require python3-typing for python >= 3.5
 %if 0%{?suse_version} <= 1320
 BuildRequires:  python3-typing
 %endif
-BuildRequires:  python3-tox
 %endif
-BuildArch:      noarch
 %python_subpackages
 
 %description
@@ -88,7 +86,6 @@
 %endif
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc AUTHORS.txt CHANGELOG.rst README.rst
 %license LICENSE.txt
 %{python_sitelib}/jedi-%{version}-py*.egg-info

++++++ jedi-0.12.0.tar.gz -> jedi-0.12.1.tar.gz ++++++
++++ 1642 lines of diff (skipped)


Reply via email to