Unverified Commit 1ed98330 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

python312Packages.openstacksdk: 4.3.0 -> 4.4.0 (#385799)

parents 54b7b07b b803de6e
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@
  os-service-types,
  pbr,
  psutil,
  pythonOlder,
  pyyaml,
  requestsexceptions,
  setuptools,
@@ -23,11 +22,9 @@

buildPythonPackage rec {
  pname = "openstacksdk";
  version = "4.3.0";
  version = "4.4.0";
  pyproject = true;

  disabled = pythonOlder "3.8";

  outputs = [
    "out"
    "man"
@@ -35,7 +32,7 @@ buildPythonPackage rec {

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-6NIRsSqBqedjca5O3cqXVh6h/bUEefB3QAz0Ry0q2Jw=";
    hash = "sha256-FXQ3Vj1k8/b+7BeW+9hVLVYnczJGF3jE2+dtGCj9MeA=";
  };

  postPatch = ''
+4 −6
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@
  python-watcherclient,
  python-zaqarclient,
  python-zunclient,
  pythonOlder,
  requests-mock,
  requests,
  setuptools,
@@ -34,14 +33,13 @@

buildPythonPackage rec {
  pname = "python-openstackclient";
  version = "7.2.1";
  version = "7.4.0";
  pyproject = true;

  disabled = pythonOlder "3.9";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-65q+VrUnJiRbmb37U5ps1RlsBSA5gJcDxlxpBJ5Eyjk=";
    pname = "python_openstackclient";
    inherit version;
    hash = "sha256-6BfhGgHLK1FvvZnc5FwJnI5BxD0RuxHmZycDqDhEnZ8=";
  };

  build-system = [