Merge master into staging-next

This commit is contained in:
Frederik Rietdijk
2019-08-31 18:04:31 +02:00
33 changed files with 545 additions and 165 deletions

View File

@@ -0,0 +1,26 @@
{ stdenv, buildPythonPackage, fetchPypi, mailman, mock }:
buildPythonPackage rec {
pname = "mailman-hyperkitty";
version = "1.1.0";
src = fetchPypi {
inherit pname version;
sha256 = "1lfqa9admhvdv71f528jmz2wl0i5cv77v6l64px2pm4zqr9ckkjx";
};
propagatedBuildInputs = [ mailman ];
checkInputs = [ mock ];
checkPhase = ''
python -m nose2 -v
'';
doCheck = false;
meta = with stdenv.lib; {
description = "Mailman archiver plugin for HyperKitty";
homepage = https://gitlab.com/mailman/mailman-hyperkitty;
license = licenses.gpl3;
maintainers = with maintainers; [ globin peti ];
};
}

View File

@@ -1,13 +1,13 @@
{ fetchPypi, buildPythonPackage, lib }:
buildPythonPackage rec {
version = "3.9.9";
version = "3.9.10";
pname = "thespian";
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "c89e1973465feb88b694f3884d24723932a6b0e4df8d909f61e44ff371af7380";
sha256 = "bffb04b93afcbab0268332445f02757c326f95056eb7e1e2f0515c1dfb92ac7d";
};
# Do not run the test suite: it takes a long time and uses