Skip to content

Commit

Permalink
Merge pull request #111378 from r-ryantm/auto-update/python3.7-apache…
Browse files Browse the repository at this point in the history
…-libcloud

python37Packages.libcloud: 3.3.0 -> 3.3.1
  • Loading branch information
marsam committed Jan 31, 2021
2 parents 34d4d45 + 463842d commit b76d44b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pkgs/development/python-modules/libcloud/default.nix
Expand Up @@ -13,11 +13,11 @@

buildPythonPackage rec {
pname = "apache-libcloud";
version = "3.3.0";
version = "3.3.1";

src = fetchPypi {
inherit pname version;
sha256 = "2e3e4d02f9b3197f9119e737bc704fba52f34459d4bc96d8ad8f183d600747ba";
sha256 = "d7450453eaf5904eb4fb4f74cf9f37dc83721a719bce34f5abb336b1a1ab974d";
};

checkInputs = [ mock pytest pytestrunner requests-mock ];
Expand All @@ -28,9 +28,12 @@ buildPythonPackage rec {
# requires a certificates file
doCheck = false;

pythonImportsCheck = [ "libcloud" ];

meta = with lib; {
description = "A unified interface to many cloud providers";
homepage = "http://incubator.apache.org/libcloud/";
homepage = "https://libcloud.apache.org/";
changelog = "https://github.com/apache/libcloud/blob/v${version}/CHANGES.rst";
license = licenses.asl20;
};

Expand Down

0 comments on commit b76d44b

Please sign in to comment.