Hello community,

here is the log from the commit of package mypy for openSUSE:Factory checked in 
at 2018-07-02 23:34:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mypy (Old)
 and      /work/SRC/openSUSE:Factory/.mypy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mypy"

Mon Jul  2 23:34:05 2018 rev:7 rq:620218 version:0.590

Changes:
--------
--- /work/SRC/openSUSE:Factory/mypy/mypy.changes        2018-05-01 
23:35:13.159234817 +0200
+++ /work/SRC/openSUSE:Factory/.mypy.new/mypy.changes   2018-07-02 
23:34:16.433188127 +0200
@@ -1,0 +2,7 @@
+Mon Jul  2 11:15:53 UTC 2018 - tchva...@suse.com
+
+- Drop dependency over devel python package, not needed
+- Do not skip build on < 3.4 python, we do not ship that anywhere
+  (last seen on 13.1)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mypy.spec ++++++
--- /var/tmp/diff_new_pack.EMycqs/_old  2018-07-02 23:34:16.817187653 +0200
+++ /var/tmp/diff_new_pack.EMycqs/_new  2018-07-02 23:34:16.817187653 +0200
@@ -17,9 +17,6 @@
 
 
 %define skip_python2 1
-%if %python3_version_nodots < 34
-%define skip_python3 1
-%endif
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           mypy
 Version:        0.590
@@ -27,19 +24,18 @@
 Summary:        Optional static typing for Python
 License:        MIT
 Group:          Development/Languages/Python
-Url:            http://www.mypy-lang.org/
+URL:            http://www.mypy-lang.org/
 Source:         
https://files.pythonhosted.org/packages/source/m/mypy/mypy-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:       python-typed-ast >= 1.0.3
+Provides:       mypy
+BuildArch:      noarch
 # SECTION docs
 BuildRequires:  %{python_module Sphinx >= 1.4.4}
 BuildRequires:  %{python_module sphinx_rtd_theme >= 0.1.9}
 # /SECTION
-Requires:       python-typed-ast >= 1.0.3
-Provides:       mypy
-BuildArch:      noarch
 %python_subpackages
 
 %description
@@ -60,7 +56,7 @@
 rm -r typeshed/tests/
 %python_build
 pushd docs
-make html
+make %{?_smp_mflags} html
 rm build/html/.buildinfo
 popd
 


Reply via email to