Unverified Commit 1814c775 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

python3Packages.trio: 0.30.0 -> 0.31.0; python3Packages.anyio: 4.10.0 -> 4.11.0 (#446821)

parents e97b5b38 cde3cab7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@

buildPythonPackage rec {
  pname = "anyio";
  version = "4.10.0";
  version = "4.11.0";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -42,7 +42,7 @@ buildPythonPackage rec {
    owner = "agronholm";
    repo = "anyio";
    tag = version;
    hash = "sha256-9nOGQTqdO3VzA9c97BpZqqwpll5O5+3gRvF/l2Y2ars=";
    hash = "sha256-TOXg9J/Z2S5/X7OBgU+J0HZNB3BDluaWTqDiqp3O4ek=";
  };

  build-system = [ setuptools-scm ];
+4 −2
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@
  pyopenssl,
  pytestCheckHook,
  pytest-trio,
  pyyaml,
  trustme,
}:

@@ -35,7 +36,7 @@ let
in
buildPythonPackage rec {
  pname = "trio";
  version = "0.30.0";
  version = "0.31.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -44,7 +45,7 @@ buildPythonPackage rec {
    owner = "python-trio";
    repo = "trio";
    tag = "v${version}";
    hash = "sha256-spYHwVq3iNhnZQf2z7aTyDuSCiSl3X5PD6siXqLC4EA=";
    hash = "sha256-cl1GstWVHDD3nWx835k2hnswt/+AnoTLXjxVIfLP6Es=";
  };

  build-system = [ setuptools ];
@@ -66,6 +67,7 @@ buildPythonPackage rec {
    pyopenssl
    pytestCheckHook
    pytest-trio'
    pyyaml
    trustme
  ];