Merge pull request #305708 from fabaff/gios-bump

python312Packages.gios: 3.2.2 -> 4.0.0
This commit is contained in:
Fabian Affolter 2024-04-21 13:12:58 +02:00 committed by GitHub
commit 143f910585
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,23 +8,29 @@
, pytest-error-for-skips , pytest-error-for-skips
, pytestCheckHook , pytestCheckHook
, pythonOlder , pythonOlder
, setuptools
, syrupy
}: }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "gios"; pname = "gios";
version = "3.2.2"; version = "4.0.0";
format = "setuptools"; pyproject = true;
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.11";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "bieniu"; owner = "bieniu";
repo = pname; repo = "gios";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-5CiKikhIZ+1pb5/NJ2XzpG1XHrkyuW1WUvvNEpxJIcw="; hash = "sha256-rjC4zWWtaPxuBcjiO9dVsXD4dTa47iwkKuSFx+QXeXw=";
}; };
propagatedBuildInputs = [ build-system = [
setuptools
];
dependencies = [
aiohttp aiohttp
dacite dacite
]; ];
@ -34,6 +40,7 @@ buildPythonPackage rec {
pytest-asyncio pytest-asyncio
pytest-error-for-skips pytest-error-for-skips
pytestCheckHook pytestCheckHook
syrupy
]; ];
disabledTests = [ disabledTests = [