Merge pull request #304064 from r-ryantm/auto-update/python312Packages.aiooss2

python312Packages.aiooss2: 0.2.10 -> 0.2.11
This commit is contained in:
Fabian Affolter 2024-04-15 08:11:30 +02:00 committed by GitHub
commit 7801a38b28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 19 additions and 19 deletions

View File

@ -1,21 +1,22 @@
{ lib
, aiohttp
, buildPythonPackage
, fetchFromGitHub
, oss2
, pytest-asyncio
, pytest-mock
, pytestCheckHook
, pythonOlder
, pythonRelaxDepsHook
, requests
, setuptools
, setuptools-scm
{
lib,
aiohttp,
buildPythonPackage,
fetchFromGitHub,
oss2,
pytest-asyncio,
pytest-mock,
pytestCheckHook,
pythonOlder,
pythonRelaxDepsHook,
requests,
setuptools,
setuptools-scm,
}:
buildPythonPackage rec {
pname = "aiooss2";
version = "0.2.10";
version = "0.2.11";
pyproject = true;
disabled = pythonOlder "3.8";
@ -24,7 +25,7 @@ buildPythonPackage rec {
owner = "karajan1001";
repo = "aiooss2";
rev = "refs/tags/${version}";
hash = "sha256-xlbOLqillSpN6DHYn7bqTL7qMlicYCXGxO30Z/tiKJY=";
hash = "sha256-6tkJG6Jjvo2OaN9cRbs/7ApcrKiZ5tGSPUfugAx7iJU=";
};
pythonRelaxDeps = [
@ -33,11 +34,12 @@ buildPythonPackage rec {
];
build-system = [
pythonRelaxDepsHook
setuptools
setuptools-scm
];
nativeBuildInputs = [ pythonRelaxDepsHook ];
dependencies = [
aiohttp
oss2
@ -50,9 +52,7 @@ buildPythonPackage rec {
requests
];
pythonImportsCheck = [
"aiooss2"
];
pythonImportsCheck = [ "aiooss2" ];
disabledTestPaths = [
# Tests require network access