pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/py-mypy py-mypy: updated to 0.991



details:   https://anonhg.NetBSD.org/pkgsrc/rev/edb1d740ea6d
branches:  trunk
changeset: 388551:edb1d740ea6d
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Nov 22 13:28:32 2022 +0000

description:
py-mypy: updated to 0.991

Mypy 0.991

Basic Python 3.11 Support
Breaking Change: No Implicit Optional Types for Arguments
Breaking Change: Namespace Packages Enabled by Default
Recursive Types Enabled By Default
Error Codes Shown by Default
Safe Handling of Empty Function Bodies
Enabling Experimental Features Individually
Configuring Packages/Modules in the Config File
Warn about Variable Annotations in Unchecked Functions
Error Code for Using an Abstract Class as type[T]
Performance Improvements

diffstat:

 lang/py-mypy/Makefile |  4 ++--
 lang/py-mypy/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r e9eacb37e1da -r edb1d740ea6d lang/py-mypy/Makefile
--- a/lang/py-mypy/Makefile     Tue Nov 22 13:24:31 2022 +0000
+++ b/lang/py-mypy/Makefile     Tue Nov 22 13:28:32 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2022/11/08 08:57:44 adam Exp $
+# $NetBSD: Makefile,v 1.36 2022/11/22 13:28:32 adam Exp $
 
-DISTNAME=      mypy-0.990
+DISTNAME=      mypy-0.991
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    lang python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/mypy/}
diff -r e9eacb37e1da -r edb1d740ea6d lang/py-mypy/distinfo
--- a/lang/py-mypy/distinfo     Tue Nov 22 13:24:31 2022 +0000
+++ b/lang/py-mypy/distinfo     Tue Nov 22 13:28:32 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.33 2022/11/08 08:57:44 adam Exp $
+$NetBSD: distinfo,v 1.34 2022/11/22 13:28:32 adam Exp $
 
-BLAKE2s (mypy-0.990.tar.gz) = ef585e4e0c484747ed763390fb8128b5599165086433652e49a5ddeef96fcf58
-SHA512 (mypy-0.990.tar.gz) = 71e3595e6be70055f8a1ecbadfcf9e7dd14904fa8e0124ef57d10b202411623e1daae445d17e0fd8b38052deca85c9f6b4db3340d0678304264111bb3e546ea8
-Size (mypy-0.990.tar.gz) = 2687660 bytes
+BLAKE2s (mypy-0.991.tar.gz) = 21a8f78e4466df0b2f1b77e3fa3c553f6c6c1745732b0fefe9d6308bd26f1c2c
+SHA512 (mypy-0.991.tar.gz) = 46a241cf3b092aa44bca52aa63992b0e46b2c722da2e3578b2774d63251232d3c4f9f7ceda1958f9290d098761850683386f27a90051b41919069306cae4e08d
+Size (mypy-0.991.tar.gz) = 2688198 bytes



Home | Main Index | Thread Index | Old Index