Merge pull request #281170 from SuperSandro2000/dulwich-xdist

python311Packages.dulwich: use xdist to speedup tests, update homepage
This commit is contained in:
Nick Cao
2024-01-16 11:36:23 -05:00
committed by GitHub
@@ -11,6 +11,7 @@
, gnupg
, gpgme
, paramiko
, pytest-xdist
, pytestCheckHook
, pythonOlder
, urllib3
@@ -53,6 +54,7 @@ buildPythonPackage rec {
geventhttpclient
git
glibcLocales
pytest-xdist
pytestCheckHook
] ++ passthru.optional-dependencies.fastimport
++ passthru.optional-dependencies.pgp
@@ -85,7 +87,7 @@ buildPythonPackage rec {
does not depend on Git itself. All functionality is available in pure Python.
'';
homepage = "https://www.dulwich.io/";
changelog = "https://github.com/dulwich/dulwich/blob/dulwich-${version}/NEWS";
changelog = "https://github.com/jelmer/dulwich/blob/dulwich-${version}/NEWS";
license = with licenses; [ asl20 gpl2Plus ];
maintainers = with maintainers; [ koral ];
};