python310Packages.yalexs: 1.3.3 -> 1.5.1

Diff: https://github.com/bdraco/yalexs/compare/refs/tags/v1.3.3...v1.5.1

Changelog: https://github.com/bdraco/yalexs/releases/tag/v1.5.1
This commit is contained in:
Martin Weinelt 2023-05-24 00:04:58 +02:00
parent f948ec3cde
commit bd163c9308
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -4,6 +4,7 @@
, aioresponses
, aiounittest
, buildPythonPackage
, ciso8601
, fetchFromGitHub
, pubnub
, pyjwt
@ -16,7 +17,7 @@
buildPythonPackage rec {
pname = "yalexs";
version = "1.3.3";
version = "1.5.1";
format = "setuptools";
disabled = pythonOlder "3.9";
@ -25,12 +26,13 @@ buildPythonPackage rec {
owner = "bdraco";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-dUiaz1adXsiVji1YZYkYN6NCFGzAWIBPjVTeyvUaiqU=";
hash = "sha256-8aOLDjWZOqAsnldxUtUBcuT7pBbZHPnPSmQCF/oqNYw=";
};
propagatedBuildInputs = [
aiofiles
aiohttp
ciso8601
pubnub
pyjwt
python-dateutil