[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/28: gnu: python-mypy: Update to 0.931.
From: |
guix-commits |
Subject: |
05/28: gnu: python-mypy: Update to 0.931. |
Date: |
Sat, 22 Jan 2022 04:23:42 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit 16f9ca544d3ded9502ae2b75dbffba8f6e939e76
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Jan 21 19:51:53 2022 +0100
gnu: python-mypy: Update to 0.931.
* gnu/packages/python-check.scm (python-mypy): Update to 0.931.
[native-inputs]: Remove PYTHON-FLAKE8, PYTHON-FLAKE8-BUGBEAR,
PYTHON-FLAKE8-PYI, PYTHON-IMPORTLIB-METADATA, and PYTHON-PYTEST-COV.
[propagated-inputs]: Remove PYTHON-TYPED-AST. Replace PYTHON-TOML with
PYTHON-TOMLI.
---
gnu/packages/python-check.scm | 12 +++---------
1 file changed, 3 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 181aa8b05c..9eee1a621c 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -1585,7 +1585,7 @@ supported by the MyPy typechecker.")
(define-public python-mypy
(package
(name "python-mypy")
- (version "0.910")
+ (version "0.931")
(source
(origin
;; Because of https://github.com/python/mypy/issues/9584, the
@@ -1602,7 +1602,7 @@ supported by the MyPy typechecker.")
(file-name (git-file-name name version))
(sha256
(base32
- "16ryn9d48ilcs3yrkrm9ynx36qnv0gkdkc4sbafpagcqgr2f0mrg"))))
+ "1v83flrdxh8grcp40qw04q4hzjflih9xwib64078vsxv2w36f817"))))
(build-system python-build-system)
(arguments
`(#:phases
@@ -1613,20 +1613,14 @@ supported by the MyPy typechecker.")
(invoke "pytest" "mypyc")))))))
(native-inputs
(list python-attrs
- python-flake8
- python-flake8-bugbear
- python-flake8-pyi
- python-importlib-metadata
python-lxml
python-psutil
python-pytest
- python-pytest-cov
python-pytest-forked
python-pytest-xdist
python-virtualenv))
(propagated-inputs
- (list python-mypy-extensions python-toml python-typing-extensions
- python-typed-ast))
+ (list python-mypy-extensions python-tomli python-typing-extensions))
(home-page "http://www.mypy-lang.org/")
(synopsis "Static type checker for Python")
(description "Mypy is an optional static type checker for Python that aims
- 03/28: gnu: Add pproxy., (continued)
- 03/28: gnu: Add pproxy., guix-commits, 2022/01/22
- 01/28: gnu: python-psycopg2: Update to 2.9.3., guix-commits, 2022/01/22
- 02/28: gnu: postgresql: Add 14.1., guix-commits, 2022/01/22
- 04/28: gnu: python-cython: Add 3.0.0a10., guix-commits, 2022/01/22
- 12/28: gnu: python-pandas: Remove old version., guix-commits, 2022/01/22
- 11/28: gnu: Add python-psycopg., guix-commits, 2022/01/22
- 14/28: gnu: python-tqdm: Update to 4.62.3., guix-commits, 2022/01/22
- 06/28: gnu: Add python-typeguard., guix-commits, 2022/01/22
- 08/28: gnu: python-pytest-mock: Cope with test warnings., guix-commits, 2022/01/22
- 07/28: gnu: python-tenacity: Update to 8.0.1., guix-commits, 2022/01/22
- 05/28: gnu: python-mypy: Update to 0.931.,
guix-commits <=
- 09/28: gnu: python-pytest-asyncio: Update to 0.17.2., guix-commits, 2022/01/22
- 17/28: gnu: python-flask: Update to 2.0.2., guix-commits, 2022/01/22
- 20/28: gnu: Deprecate python-flask-restplus., guix-commits, 2022/01/22
- 24/28: gnu: behave: Update to 1.2.7.dev2., guix-commits, 2022/01/22
- 10/28: gnu: Add python-psycopg-pool., guix-commits, 2022/01/22
- 18/28: gnu: python-flask-session: Update to 0.4.0., guix-commits, 2022/01/22
- 22/28: gnu: Add python-pytest-metadata., guix-commits, 2022/01/22
- 25/28: gnu: cwltool: Update to 3.1.20220119140128., guix-commits, 2022/01/22
- 26/28: gnu: python-flask-oidc: Update to 1.4.0., guix-commits, 2022/01/22
- 27/28: gnu: python-watchdog: Remove unused input., guix-commits, 2022/01/22