Hello community,

here is the log from the commit of package mypy for openSUSE:Factory checked in 
at 2017-12-29 00:04:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mypy (Old)
 and      /work/SRC/openSUSE:Factory/.mypy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mypy"

Fri Dec 29 00:04:36 2017 rev:4 rq:559578 version:0.560

Changes:
--------
--- /work/SRC/openSUSE:Factory/mypy/mypy.changes        2017-11-19 
11:15:02.111418026 +0100
+++ /work/SRC/openSUSE:Factory/.mypy.new/mypy.changes   2017-12-29 
00:04:45.613093010 +0100
@@ -1,0 +2,8 @@
+Sat Dec 16 08:54:28 UTC 2017 - sebix+novell....@sebix.at
+
+- update to version 0.560:
+ * Iterable and Friends Are Now Protocols
+ * Improved Error Messages
+- include compiled docs in package
+
+-------------------------------------------------------------------

Old:
----
  mypy-0.550.tar.gz

New:
----
  mypy-0.560.tar.gz

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

Other differences:
------------------
++++++ mypy.spec ++++++
--- /var/tmp/diff_new_pack.8UegG7/_old  2017-12-29 00:04:48.484269997 +0100
+++ /var/tmp/diff_new_pack.8UegG7/_new  2017-12-29 00:04:48.488268850 +0100
@@ -23,7 +23,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without test
 Name:           mypy
-Version:        0.550
+Version:        0.560
 Release:        0
 Summary:        Optional static typing for Python
 License:        MIT
@@ -34,6 +34,10 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+# 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
@@ -54,14 +58,20 @@
 %setup -q -n mypy-%{version}
 
 %build
+rm -r typeshed/tests/
 %python_build
-sed -i '1s/^#!.*//' typeshed/tests/*.py
+pushd docs
+make html
+rm build/html/.buildinfo
+popd
 
 %install
 %python_install
 %python_expand %fdupes %{buildroot}
 
 %files %{python_files}
+%doc docs/README.md docs/build/html/
+%license LICENSE
 %{python_sitelib}/*
 %{_bindir}/dmypy
 %{_bindir}/mypy

++++++ mypy-0.550.tar.gz -> mypy-0.560.tar.gz ++++++
++++ 15060 lines of diff (skipped)


Reply via email to