Skip to content

Commit

Permalink
Merge pull request #173833 from r-ryantm/auto-update/python-swiftclient
Browse files Browse the repository at this point in the history
python310Packages.python-swiftclient: 3.13.1 -> 4.0.0
  • Loading branch information
fabaff authored May 21, 2022
2 parents 2e64043 + 239f4aa commit bb172ce
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions pkgs/development/python-modules/python-swiftclient/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,26 @@
, openstacksdk
, pbr
, python-keystoneclient
, pythonOlder
, stestr
}:

buildPythonApplication rec {
pname = "python-swiftclient";
version = "3.13.1";
version = "4.0.0";
format = "setuptools";

disabled = pythonOlder "3.6";

src = fetchPypi {
inherit pname version;
sha256 = "sha256-LSbJC2OS9r76f7sW/Np75Eqibiropb7icF0dHIE4M/A=";
hash = "sha256-V7bx/yO0ZoQ4AqaBb0trvGiWtq0F1ld6/udiK+OilTg=";
};

propagatedBuildInputs = [ pbr python-keystoneclient ];
propagatedBuildInputs = [
pbr
python-keystoneclient
];

checkInputs = [
mock
Expand All @@ -33,7 +40,9 @@ buildPythonApplication rec {
stestr run
'';

pythonImportsCheck = [ "swiftclient" ];
pythonImportsCheck = [
"swiftclient"
];

meta = with lib; {
homepage = "https://github.com/openstack/python-swiftclient";
Expand Down

0 comments on commit bb172ce

Please sign in to comment.