Merge pull request #334184 from r-ryantm/auto-update/python312Packages.aioweenect
python312Packages.aioweenect: 1.1.2 -> 1.1.5
This commit is contained in:
commit
8de2d5efd5
@ -5,7 +5,6 @@
|
|||||||
buildPythonPackage,
|
buildPythonPackage,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
hatchling,
|
hatchling,
|
||||||
httpx,
|
|
||||||
pytest-asyncio,
|
pytest-asyncio,
|
||||||
pytestCheckHook,
|
pytestCheckHook,
|
||||||
pythonOlder,
|
pythonOlder,
|
||||||
@ -13,7 +12,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "aioweenect";
|
pname = "aioweenect";
|
||||||
version = "1.1.2";
|
version = "1.1.5";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.9";
|
disabled = pythonOlder "3.9";
|
||||||
@ -22,7 +21,7 @@ buildPythonPackage rec {
|
|||||||
owner = "eifinger";
|
owner = "eifinger";
|
||||||
repo = "aioweenect";
|
repo = "aioweenect";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-qVhF+gy5qcH/okuncDuzbAUPonkmQo1/QwOjC70IV4w=";
|
hash = "sha256-2qTjRXQdTExqY5/ckB6UrkmavzjZK/agfL9+o6fXS0M=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
@ -34,10 +33,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
build-system = [ hatchling ];
|
build-system = [ hatchling ];
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [ aiohttp ];
|
||||||
aiohttp
|
|
||||||
httpx
|
|
||||||
];
|
|
||||||
|
|
||||||
nativeCheckInputs = [
|
nativeCheckInputs = [
|
||||||
aresponses
|
aresponses
|
||||||
|
Loading…
Reference in New Issue
Block a user