Hello community,

here is the log from the commit of package python-jedi for openSUSE:Factory 
checked in at 2017-06-26 15:54:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jedi (Old)
 and      /work/SRC/openSUSE:Factory/.python-jedi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-jedi"

Mon Jun 26 15:54:30 2017 rev:6 rq:505954 version:0.10.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-jedi/python-jedi.changes  2017-05-17 
17:17:50.489412859 +0200
+++ /work/SRC/openSUSE:Factory/.python-jedi.new/python-jedi.changes     
2017-06-26 15:54:31.268558157 +0200
@@ -1,0 +2,5 @@
+Mon Jun 19 18:58:25 UTC 2017 - [email protected]
+
+- only require python3-typing if necessary
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-jedi.spec ++++++
--- /var/tmp/diff_new_pack.1VeJbZ/_old  2017-06-26 15:54:31.720494429 +0200
+++ /var/tmp/diff_new_pack.1VeJbZ/_new  2017-06-26 15:54:31.724493864 +0200
@@ -46,7 +46,11 @@
 BuildRequires:  %{python_module docopt}
 BuildRequires:  %{python_module pytest >= 2.3.5}
 BuildRequires:  %{python_module pytest-cache}
-BuildRequires:  %{python_module typing}
+BuildRequires:  python2-typing
+# do not require python3-typing for python >= 3.5
+%if 0%{?suse_version} <= 1320
+BuildRequires:  python3-typing
+%endif
 BuildRequires:  python3-tox
 %endif
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build


Reply via email to