Merge pull request #118527 from m1cr0man/master

This commit is contained in:
Sandro 2021-04-05 06:52:12 +02:00 committed by GitHub
commit c073ca9305
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 6 deletions

View file

@ -1,9 +1,9 @@
{ lib, isPy3k, fetchFromGitHub, buildPythonPackage
, atpublic }:
, attrs, atpublic }:
buildPythonPackage rec {
pname = "aiosmtpd";
version = "1.2.1";
version = "1.4.2";
disabled = !isPy3k;
# Release not published to Pypi
@ -11,11 +11,11 @@ buildPythonPackage rec {
owner = "aio-libs";
repo = pname;
rev = version;
sha256 = "14c30dm6jzxiblnsah53fdv68vqhxwvb9x0aq9bc4vcdas747vr7";
sha256 = "0hbpyns1j1fpvpj7gyb8cz359j7l4hzfqbig74xp4xih59sih0wj";
};
propagatedBuildInputs = [
atpublic
atpublic attrs
];
# Tests need network access

View file

@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "mailman";
version = "3.3.1";
version = "3.3.4";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "0idfiv48jjgc0jq4731094ddhraqq8bxnwmjk6sg5ask0jss9kxq";
sha256 = "01rx322b8mzcdj9xh4bjwnl0zis6n2wxd31rrij4cw3a2j03xpas";
};
propagatedBuildInputs = [

View file

@ -7,6 +7,8 @@
buildPythonPackage rec {
pname = "HyperKitty";
# Note: Mailman core must be on the latest version before upgrading HyperKitty.
# See: https://gitlab.com/mailman/postorius/-/issues/516#note_544571309
version = "1.3.3";
disabled = !isPy3k;

View file

@ -4,6 +4,8 @@
buildPythonPackage rec {
pname = "postorius";
# Note: Mailman core must be on the latest version before upgrading Postorious.
# See: https://gitlab.com/mailman/postorius/-/issues/516#note_544571309
version = "1.3.4";
src = fetchPypi {