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:
commit
797b694394
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user