python3Packages.oslo-config: 9.8.0 -> 10.0.0

Diff: https://github.com/openstack/oslo.config/compare/9.8.0...10.0.0
This commit is contained in:
Anthony ROUSSEL 2025-07-23 22:09:35 +02:00
parent 5d00c12a63
commit 58040074a3

View File

@ -2,7 +2,6 @@
lib,
buildPythonPackage,
fetchPypi,
debtcollector,
netaddr,
oslo-i18n,
pbr,
@ -16,13 +15,13 @@
buildPythonPackage rec {
pname = "oslo-config";
version = "9.8.0";
version = "10.0.0";
pyproject = true;
src = fetchPypi {
pname = "oslo_config";
inherit version;
hash = "sha256-7qgAlQSr7mchN8WL2r2roYX0lrk8ha3SRuLNzr6dCKo=";
hash = "sha256-Mz5nXbjGvncVs97PeMOYyhE4Q5IlqidGMuiTFIN/bqM=";
};
postPatch = ''
@ -34,7 +33,6 @@ buildPythonPackage rec {
build-system = [ setuptools ];
dependencies = [
debtcollector
netaddr
oslo-i18n
pbr