Unverified Commit 47504b64 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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
parents 814bb900 260d2c71
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
+2 −0
Original line number Diff line number Diff line
@@ -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; [ ];
  };
+2 −2
Original line number Diff line number Diff line
@@ -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
+2 −2
Original line number Diff line number Diff line
@@ -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