Merge pull request #198642 from r-ryantm/auto-update/python310Packages.python-gitlab
python310Packages.python-gitlab: 3.10.0 -> 3.11.0
This commit is contained in:
@@ -10,24 +10,31 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-gitlab";
|
||||
version = "3.10.0";
|
||||
version = "3.11.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-FJMKFv3X829nuTc+fU1HIOjjdIAAKDgCidszBun3RhQ=";
|
||||
hash = "sha256-25Rytq5PupaLQJ3DL67iDdZQiQZdqpPgjSG3lqZdZXg=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
argcomplete
|
||||
pyyaml
|
||||
requests
|
||||
requests-toolbelt
|
||||
];
|
||||
|
||||
# tests rely on a gitlab instance on a local docker setup
|
||||
passthru.optional-dependencies = {
|
||||
autocompletion = [
|
||||
argcomplete
|
||||
];
|
||||
yaml = [
|
||||
pyyaml
|
||||
];
|
||||
};
|
||||
|
||||
# Tests rely on a gitlab instance on a local docker setup
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [
|
||||
@@ -37,7 +44,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Interact with GitLab API";
|
||||
homepage = "https://github.com/python-gitlab/python-gitlab";
|
||||
license = licenses.lgpl3;
|
||||
license = licenses.lgpl3Only;
|
||||
maintainers = with maintainers; [ nyanloutre ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user