Hello community,

here is the log from the commit of package mypy for openSUSE:Factory checked in 
at 2019-06-30 10:17:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mypy (Old)
 and      /work/SRC/openSUSE:Factory/.mypy.new.4615 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mypy"

Sun Jun 30 10:17:22 2019 rev:12 rq:712279 version:0.710

Changes:
--------
--- /work/SRC/openSUSE:Factory/mypy/mypy.changes        2019-04-21 
09:02:21.254478017 +0200
+++ /work/SRC/openSUSE:Factory/.mypy.new.4615/mypy.changes      2019-06-30 
10:17:23.679237403 +0200
@@ -1,0 +2,8 @@
+Thu Jun 20 15:21:45 UTC 2019 - Sebastian Wagner <[email protected]>
+
+- Update to 0.710: too many changes to list here (and there is no
+  perfect changelog), but all information is on
+  http://www.mypy-lang.org/
+- update 0003-Pass-executable-path-into-main-when-running-installe.patch
+
+-------------------------------------------------------------------

Old:
----
  mypy-0.700.tar.gz

New:
----
  mypy-0.710.tar.gz

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

Other differences:
------------------
++++++ mypy.spec ++++++
--- /var/tmp/diff_new_pack.7yNfRt/_old  2019-06-30 10:17:24.159238149 +0200
+++ /var/tmp/diff_new_pack.7yNfRt/_new  2019-06-30 10:17:24.163238155 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           mypy
-Version:        0.700
+Version:        0.710
 Release:        0
 Summary:        Optional static typing for Python
 License:        MIT

++++++ 0003-Pass-executable-path-into-main-when-running-installe.patch ++++++
--- /var/tmp/diff_new_pack.7yNfRt/_old  2019-06-30 10:17:24.183238186 +0200
+++ /var/tmp/diff_new_pack.7yNfRt/_new  2019-06-30 10:17:24.183238186 +0200
@@ -1,25 +1,11 @@
-From 3ee8d60caa5e6480c81f8d47423679cc0e7ba8e6 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Jonas=20K=C3=BCmmerlin?= <[email protected]>
-Date: Mon, 21 Aug 2017 22:22:49 +0200
-Subject: [PATCH 3/3] Pass executable path into main() when running installed
- script
-
----
- mypy/__main__.py | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
---- a/mypy/__main__.py
-+++ b/mypy/__main__.py
-@@ -1,10 +1,11 @@
- """Mypy type checker command line tool."""
- 
- from mypy.main import main
-+import sys
+--- mypy-0.710/mypy/__main__.py        2019-06-20 00:48:48.000000000 +0200
++++ mypy-0.710/mypy/__main1__.py       2019-06-20 17:26:37.526021970 +0200
+@@ -5,7 +5,7 @@
  
  
  def console_entry() -> None:
--    main(None)
-+    main(sys.argv[0])
+-    main(None, sys.stdout, sys.stderr)
++    main(sys.argv[0], sys.stdout, sys.stderr)
  
  
  if __name__ == '__main__':

++++++ mypy-0.700.tar.gz -> mypy-0.710.tar.gz ++++++
++++ 75025 lines of diff (skipped)


Reply via email to