python311Packages.pywbem 0 -> 1 attrpath: python311Packages.pywbem Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ryfds8z2lngf9lmqm2znh3p3vzgzm7hy-packages.json.drv building '/nix/store/ryfds8z2lngf9lmqm2znh3p3vzgzm7hy-packages.json.drv'... Going to be running update for following packages: - python3.11-pywbem-1.6.3 Press Enter key to continue... Running update for: - python3.11-pywbem-1.6.3: UPDATING ... - python3.11-pywbem-1.6.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pywbem/default.nix b/pkgs/development/python-modules/pywbem/default.nix index bba152dd4367..4f06262c59d2 100644 --- a/pkgs/development/python-modules/pywbem/default.nix +++ b/pkgs/development/python-modules/pywbem/default.nix @@ -24,14 +24,14 @@ buildPythonPackage rec { pname = "pywbem"; - version = "1.6.3"; + version = "1.7.2"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-eN8w3umMUIYgtZm4lR8yKoHGwKnXt4/+XgF7lBfNl7k="; + hash = "sha256-3Dt4WEABf1/LY4HFZoJZjOu/yEUYUXaPheIxioTga2g="; }; propagatedBuildInputs = [ An auto update branch exists with message `python311Packages.pywbem: 1.6.3 -> 1.7.0`. New version is 1.7.2. The auto update branch does not match or exceed the new version. Old version 1.6.3" not present in staging derivation file with contents: { lib , buildPythonPackage , decorator , fetchPypi , formencode , httpretty , libxml2 , lxml , mock , nocasedict , nocaselist , pbr , ply , pytest , pythonOlder , pytz , pyyaml , requests , requests-mock , six , testfixtures , yamlloader }: buildPythonPackage rec { pname = "pywbem"; version = "1.7.1"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-6jx5H4FtM93JToXQwq9ihiPfMw7nX4KwFFQzHkAgnP4="; }; propagatedBuildInputs = [ mock nocasedict nocaselist pbr ply pyyaml six yamlloader ]; nativeCheckInputs = [ decorator formencode httpretty libxml2 lxml pytest pytz requests requests-mock testfixtures ]; pythonImportsCheck = [ "pywbem" ]; meta = with lib; { description = "Support for the WBEM standard for systems management"; homepage = "https://pywbem.github.io"; changelog = "https://github.com/pywbem/pywbem/blob/${version}/docs/changes.rst"; license = licenses.lgpl21Plus; maintainers = with maintainers; [ ]; }; }