Merge pull request #302068 from fabaff/sse-starlette-bump

python312Packages.sse-starlette: 2.1.0 -> 2.1.0
This commit is contained in:
Fabian Affolter 2024-04-06 16:28:49 +02:00 committed by GitHub
commit f279491c87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 21 additions and 22 deletions

View File

@ -1,22 +1,24 @@
{ lib
, anyio
, asgi-lifespan
, buildPythonPackage
, fastapi
, fetchFromGitHub
, httpx
, pdm-backend
, psutil
, pytest-asyncio
, pytestCheckHook
, pythonOlder
, starlette
, uvicorn
{
lib,
anyio,
asgi-lifespan,
buildPythonPackage,
fastapi,
fetchFromGitHub,
httpx,
pdm-backend,
psutil,
pytest-asyncio,
pytestCheckHook,
pythonOlder,
requests,
starlette,
uvicorn,
}:
buildPythonPackage rec {
pname = "sse-starlette";
version = "2.0.0";
version = "2.1.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -25,12 +27,10 @@ buildPythonPackage rec {
owner = "sysid";
repo = "sse-starlette";
rev = "refs/tags/v${version}";
hash = "sha256-kDcSG/3foP7fMZKYrkKx6FHvT9c9rSzxyv2EHjQ2WSA=";
hash = "sha256-gBkEs1jSKIOme2rbLf+pM3jFDgJkxyU92q+GsUsp8Eo=";
};
build-system = [
pdm-backend
];
build-system = [ pdm-backend ];
dependencies = [
anyio
@ -45,11 +45,10 @@ buildPythonPackage rec {
psutil
pytest-asyncio
pytestCheckHook
requests
];
pythonImportsCheck = [
"sse_starlette"
];
pythonImportsCheck = [ "sse_starlette" ];
disabledTests = [
# AssertionError