python3Packages.oslo-log: 7.1.0 -> 7.2.0

Diff: https://github.com/openstack/oslo.log/compare/refs/tags/7.1.0...refs/tags/7.2.0

Changed files
+2 -11
pkgs
development
python-modules
oslo-log
+2 -11
pkgs/development/python-modules/oslo-log/default.nix
···
stdenv,
buildPythonPackage,
fetchFromGitHub,
-
fetchpatch,
# build-system
setuptools,
···
buildPythonPackage rec {
pname = "oslo-log";
-
version = "7.1.0";
+
version = "7.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "openstack";
repo = "oslo.log";
tag = version;
-
hash = "sha256-ybWrNwP9L7iOzft10TgRFxA4mCRDVozVC2ZAopgITqo=";
+
hash = "sha256-d5U3zvymIoGYfXfHFp7+gQuDOLHy/q4c+NOlUoCmikU=";
};
-
-
patches = [
-
# remove removed alias from tests
-
(fetchpatch {
-
url = "https://github.com/openstack/oslo.log/commit/69a285a8c830712b4b8aafc8ecd4e2d7654e1ffe.patch";
-
hash = "sha256-e0kRSHJPHITP/XgPHhY5kGzCupE00oBnCJYiUCs3Yks=";
-
})
-
];
# Manually set version because prb wants to get it from the git upstream repository (and we are
# installing from tarball instead)