Merge pull request #147575 from fabaff/bump-aiopulse

python3Packages.aiopulse: 0.4.2 -> 0.4.3
This commit is contained in:
Fabian Affolter 2021-11-27 13:13:49 +01:00 committed by GitHub
commit b830840506
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,15 +2,19 @@
, buildPythonPackage
, fetchPypi
, async-timeout
, pythonOlder
}:
buildPythonPackage rec {
pname = "aiopulse";
version = "0.4.2";
version = "0.4.3";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "0fnscm27l77c8cd7jhbn35axyalq61kksy3fcqzv21fz55lklsm0";
sha256 = "sha256-Wp8NUjRlO+6ASqIt3C0YJRh0EKcEukXVMp4I+TCTElo=";
};
propagatedBuildInputs = [
@ -20,7 +24,9 @@ buildPythonPackage rec {
# tests are not present
doCheck = false;
pythonImportsCheck = [ "aiopulse" ];
pythonImportsCheck = [
"aiopulse"
];
meta = with lib; {
description = "Python Rollease Acmeda Automate Pulse hub protocol implementation";