Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 02 Apr 2017 06:32:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 218303] [patch] devel/py-mypy: update to 0.501
Message-ID:  <bug-218303-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D218303

            Bug ID: 218303
           Summary: [patch] devel/py-mypy: update to 0.501
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: dbn@FreeBSD.org
                CC: flo@snakeoilproductions.net
                CC: flo@snakeoilproductions.net
             Flags: maintainer-feedback?(flo@snakeoilproductions.net)
          Keywords: patch

Created attachment 181399
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D181399&action=
=3Dedit
devel/py-mypy: update to 0.501

devel/py-mypy: update to 0.501

 - Remove unneeded patches (superseded by upstream)
 - Track minimum depedency on py-typed-ast

Change Log:
 - typed_ast is used as the default parser (i.e. --fast-parser is now the
default)
 - Python 3.6 features supported by default
 - Simples metaclass support added
 - The --warn-no-return flag is now default: warns about missing return
statements
 - A function that doesn't return can be annotated (using
mypy_extensions.NoReturn)
 - Redundant Generic[T] no longer needed
 - Checking of assignments in a class body
 - The --strict flag is added, that turns on most additional checks

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-218303-13>