Merge pull request #167469 from r-ryantm/auto-update/python310Packages.oslo-log

python310Packages.oslo-log: 4.6.1 -> 4.7.0
This commit is contained in:
Fabian Affolter 2022-04-06 11:23:57 +02:00 committed by GitHub
commit 797b694394
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,16 +11,20 @@
, pyinotify
, python-dateutil
, pytestCheckHook
, pythonOlder
}:
buildPythonPackage rec {
pname = "oslo-log";
version = "4.6.1";
version = "4.7.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
pname = "oslo.log";
inherit version;
sha256 = "0dlnxjci9mpwhgfv19fy1z7xrdp8m95skrj5dr60all3pr7n22f6";
hash = "sha256-ycLEyW098LLuuTG0djvbCpBbqvKbiVgW2Vd41p+hJwc=";
};
propagatedBuildInputs = [
@ -44,7 +48,9 @@ buildPythonPackage rec {
"test_logging_handle_error"
];
pythonImportsCheck = [ "oslo_log" ];
pythonImportsCheck = [
"oslo_log"
];
meta = with lib; {
description = "oslo.log library";