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