Hello community,

here is the log from the commit of package python-typing for openSUSE:Factory 
checked in at 2018-05-25 21:33:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-typing (Old)
 and      /work/SRC/openSUSE:Factory/.python-typing.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-typing"

Fri May 25 21:33:54 2018 rev:5 rq:611338 version:3.6.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-typing/python-typing.changes      
2018-02-21 14:07:43.618280063 +0100
+++ /work/SRC/openSUSE:Factory/.python-typing.new/python-typing.changes 
2018-05-25 21:33:55.351334418 +0200
@@ -1,0 +2,13 @@
+Tue May 22 13:22:15 UTC 2018 - [email protected]
+
+- Actually skip the py3 as it caused bit of fuzz but reduce the
+  code still
+
+-------------------------------------------------------------------
+Tue May 22 11:59:23 UTC 2018 - [email protected]
+
+- Do not bother reducing the stuff to not build on 3.6, it is
+  just providing noop package which does not hurt anything and
+  saves 10 magic lines in spec
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-typing.spec ++++++
--- /var/tmp/diff_new_pack.Tg37mt/_old  2018-05-25 21:33:55.935313286 +0200
+++ /var/tmp/diff_new_pack.Tg37mt/_new  2018-05-25 21:33:55.939313142 +0200
@@ -16,8 +16,9 @@
 #
 
 
-%bcond_without tests
-
+%if %{python3_version_nodots} > 34
+%define skip_python3 1
+%endif
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-typing
 Version:        3.6.4
@@ -31,18 +32,8 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-# Test requirements
-%if %{with tests} && 0%{?suse_version} > 1320
 BuildRequires:  python3-testsuite
-%endif
 BuildArch:      noarch
-
-%if "%python3_bin_suffix" != ""
-%if %{python3_version_nodots} > 34
-%define skip_python3 1
-%endif
-%endif
-
 %python_subpackages
 
 %description
@@ -51,9 +42,7 @@
 %prep
 %setup -q -n typing-%{version}
 ln -s python2 python_%{python2_bin_suffix}
-%if "%python3_bin_suffix" != ""
 ln -s src python_%{python3_bin_suffix}
-%endif
 
 %build
 %python_build
@@ -62,18 +51,12 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
-%if %{with tests}
 %check
 %python_expand $python python_%{$python_bin_suffix}/test_typing.py
-%endif
 
 %files %{python_files}
 %doc README.rst
-%if 0%{?leap_version} >= 420200 || 0%{?suse_version} > 1320
 %license LICENSE
-%else
-%doc LICENSE
-%endif
 %{python_sitelib}/*
 
 %changelog


Reply via email to