Merge pull request #111378 from r-ryantm/auto-update/python3.7-apache-libcloud

python37Packages.libcloud: 3.3.0 -> 3.3.1
This commit is contained in:
Mario Rodas 2021-01-30 22:57:17 -05:00 committed by GitHub
commit b76d44b961
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
@ -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;
};