mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
python311Packages.python-zaqarclient: 2.7.0 -> 2.8.0
https://github.com/openstack/python-zaqarclient/compare/2.7.0...2.8.0
This commit is contained in:
parent
290c4406b2
commit
3d949fb2c9
@ -22,7 +22,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-zaqarclient";
|
||||
version = "2.7.0";
|
||||
version = "2.8.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@ -31,7 +31,7 @@ buildPythonPackage rec {
|
||||
owner = "openstack";
|
||||
repo = "python-zaqarclient";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-WphTlqhrwxg5g88NH1W4b3uLAxLImnS34hDrlJjWeEU=";
|
||||
hash = "sha256-vfu1GYd9eoVpmBtlnRTiqpiqlgxqPnwpFC9YC1UuvLM=";
|
||||
};
|
||||
|
||||
env.PBR_VERSION = version;
|
||||
@ -74,7 +74,7 @@ buildPythonPackage rec {
|
||||
pythonImportsCheck = [ "zaqarclient" ];
|
||||
|
||||
meta = {
|
||||
homepage = "https://opendev.org/openstack/python-zaqarclient";
|
||||
homepage = "https://github.com/openstack/python-zaqarclient";
|
||||
description = "Client library for OpenStack Zaqar API";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = lib.teams.openstack.members;
|
||||
|
Loading…
Reference in New Issue
Block a user