Merge pull request #202419 from fabaff/types-bump

python310Packages.types-setuptools: 65.5.0.3 -> 65.6.0.0, python310Packages.types-colorama: 0.4.15.3 -> 0.4.15.4
This commit is contained in:
Fabian Affolter 2022-11-26 16:42:12 +01:00 committed by GitHub
commit 47504b64c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 16 additions and 5 deletions

View File

@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "typeddjango";
repo = pname;
rev = "refs/tags/${version}";
sha256 = "sha256-7Qow315zuZB6BNIIm6QR9ZMFH6E/VSp2vRBpONlqYhM=";
hash = "sha256-7Qow315zuZB6BNIIm6QR9ZMFH6E/VSp2vRBpONlqYhM=";
};
buildInputs = [
@ -50,9 +50,18 @@ buildPythonPackage rec {
"pytest_mypy_plugins"
];
disabledTests = [
# ...TypecheckAssertionError: Invalid output:
"with_out"
"add_mypypath_env_var_to_package_searc"
"error_case"
"skip_if_false"
];
meta = with lib; {
description = "Pytest plugin for testing mypy types, stubs, and plugins";
homepage = "https://github.com/TypedDjango/pytest-mypy-plugins";
changelog = "https://github.com/typeddjango/pytest-mypy-plugins/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ SomeoneSerge ];
};

View File

@ -24,6 +24,7 @@ buildPythonPackage rec {
postPatch = ''
sed -i '/--cov/d' pytest.ini
sed -i '/--mypy/d' pytest.ini
'';
passthru.optional-dependencies = {
@ -49,6 +50,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Module with some convenient utilities";
homepage = "https://github.com/WoLpH/python-utils";
changelog = "https://github.com/wolph/python-utils/releases/tag/v${version}";
license = licenses.bsd3;
maintainers = with maintainers; [ ];
};

View File

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "types-colorama";
version = "0.4.15.3";
version = "0.4.15.4";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-k2L0kWdQX3EbvJpjUtrmZQSVswUzg4aPf3a/642SMAI=";
hash = "sha256-YPfWJXkTE1IYVkzxudLpZ4wM5ywFHZ/6oadMdpBOWAg=";
};
# Module has no tests

View File

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "types-setuptools";
version = "65.5.0.3";
version = "65.6.0.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-F3aRcfXyotxpslwNMQZVKlzadnu/azbLYhKyba5aqfw=";
sha256 = "sha256-MnC+rbmbxvpLmlzDUQbnFEpcMwKM5ImSsQ50rcjMXII=";
};
# Module doesn't have tests