python3Packages.imgw-pib: 2.2.2 -> 2.4.0
Diff: https://github.com/bieniu/imgw-pib/compare/2.2.2...2.4.0 Changelog: https://github.com/bieniu/imgw-pib/releases/tag/2.4.0
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
aiofiles,
|
||||
aiohttp,
|
||||
aiointercept,
|
||||
aioresponses,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
@@ -15,18 +16,22 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "imgw-pib";
|
||||
version = "2.2.2";
|
||||
version = "2.4.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "bieniu";
|
||||
repo = "imgw-pib";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-LWyaTi4OIxK+Nyrwp9/Czl2hxCiRjoTeKhl0Yfw95pk=";
|
||||
hash = "sha256-IJOzQV2WYc6ZWo6S6kkgSJLC4Y5kWbwkyMDvuFSmESU=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"aiohttp"
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
aiofiles
|
||||
aiohttp
|
||||
@@ -36,6 +41,7 @@ buildPythonPackage (finalAttrs: {
|
||||
pythonImportsCheck = [ "imgw_pib" ];
|
||||
|
||||
nativeCheckInputs = [
|
||||
aiointercept
|
||||
aioresponses
|
||||
freezegun
|
||||
pytest-asyncio
|
||||
|
||||
Reference in New Issue
Block a user