Merge pull request #83831 from r-ryantm/auto-update/python-swiftclient
swiftclient: 3.6.0 -> 3.9.0
This commit is contained in:
commit
1b6e225f63
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "python-swiftclient";
|
pname = "python-swiftclient";
|
||||||
version = "3.6.0";
|
version = "3.9.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0sv6z72zdwzwdjng0djk3l2maryn9pz3khf69yq5ig2ycz8hh0qv";
|
sha256 = "0xx3v5kk8jp352rydy3jxndy1b9kl2zmkj1gi14fjxjc5r4rf82g";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ requests six pbr setuptools ];
|
propagatedBuildInputs = [ requests six pbr setuptools ];
|
||||||
|
@ -24,7 +24,7 @@ buildPythonApplication rec {
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = https://github.com/openstack/python-swiftclient;
|
homepage = "https://github.com/openstack/python-swiftclient";
|
||||||
description = "Python bindings to the OpenStack Object Storage API";
|
description = "Python bindings to the OpenStack Object Storage API";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ c0deaddict ];
|
maintainers = with maintainers; [ c0deaddict ];
|
||||||
|
|
Loading…
Reference in New Issue