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
1 changed files with 13 additions and 6 deletions

View File

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