GNU bug report logs -
#30483
[PATCH 0/2] Update mailman related packages
Previous Next
Reported by: Alex Vong <alexvong1995 <at> gmail.com>
Date: Fri, 16 Feb 2018 06:46:01 UTC
Severity: normal
Tags: patch
Done: Marius Bakke <mbakke <at> fastmail.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 30483 in the body.
You can then email your comments to 30483 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#30483
; Package
guix-patches
.
(Fri, 16 Feb 2018 06:46:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Alex Vong <alexvong1995 <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 16 Feb 2018 06:46:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Tags: patch
Hi,
The following patches updates python(2)-mailmanclient and
python2-django-mailman3. Last time I check they build on my machine.
Cheers,
Alex
Information forwarded
to
guix-patches <at> gnu.org
:
bug#30483
; Package
guix-patches
.
(Fri, 16 Feb 2018 06:49:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 30483 <at> debbugs.gnu.org (full text, mbox):
[0001-gnu-python-mailmanclient-Update-to-3.1.1.patch (text/x-diff, inline)]
From 51a4e008aca9cc602c1d3ecca1b58dc5bd066d43 Mon Sep 17 00:00:00 2001
From: Alex Vong <alexvong1995 <at> gmail.com>
Date: Fri, 16 Feb 2018 14:31:30 +0800
Subject: [PATCH 1/2] gnu: python-mailmanclient: Update to 3.1.1.
* gnu/packages/python.scm (python-mailmanclient, python2-mailmanclient):
Update to 3.1.1.
---
gnu/packages/mail.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index e412583db..52503dddc 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -25,6 +25,7 @@
;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me <at> tobias.gr>
;;; Copyright © 2017 Rene Saavedra <rennes <at> openmailbox.org>
;;; Copyright © 2018 Pierre Langlois <pierre.langlois <at> gmx.com>
+;;; Copyright © 2018 Alex Vong <alexvong1995 <at> gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -2041,14 +2042,14 @@ for OpenSMTPD to extend its functionality.")
(define-public python-mailmanclient
(package
(name "python-mailmanclient")
- (version "1.0.1")
+ (version "3.1.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "mailmanclient" version))
(sha256
(base32
- "1cfjh45fgbsax5hjj2inq9nk33dhdvh63xhysc8dhnqidgqgm8c5"))))
+ "0fdfs5g3pf30v2i7w18pdkv9xnfxmfcv66mzv56dck0a1igq07m3"))))
(build-system python-build-system)
(arguments
`(#:tests? #f)) ; Requires mailman running
--
2.16.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#30483
; Package
guix-patches
.
(Fri, 16 Feb 2018 06:49:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 30483 <at> debbugs.gnu.org (full text, mbox):
[0002-gnu-python2-django-mailman3-Update-to-1.1.0.patch (text/x-diff, inline)]
From 292316ee50b97e8acd91441c83388491186dcdc0 Mon Sep 17 00:00:00 2001
From: Alex Vong <alexvong1995 <at> gmail.com>
Date: Fri, 16 Feb 2018 14:32:49 +0800
Subject: [PATCH 2/2] gnu: python2-django-mailman3: Update to 1.1.0.
* gnu/packages/python.scm (python2-django-mailman3): Update to 1.1.0.
---
gnu/packages/mail.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 52503dddc..2ed5079dd 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -2128,14 +2128,14 @@ installation on systems where resources are limited. Its features include:
(define-public python2-django-mailman3
(package
(name "python2-django-mailman3")
- (version "1.0.1")
+ (version "1.1.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "django-mailman3" version))
(sha256
(base32
- "1adxyh8knw9knjlh73xq0jpn5adml0ck4alsv0swakm95wfyx46z"))))
+ "1xjdkgfjwhgyrp5nxw65dcpcsr98ygj6856sp0bwkrmyxpd1xxk2"))))
(build-system python-build-system)
(arguments
`(#:phases
--
2.16.1
Reply sent
to
Marius Bakke <mbakke <at> fastmail.com>
:
You have taken responsibility.
(Sun, 18 Feb 2018 16:41:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Alex Vong <alexvong1995 <at> gmail.com>
:
bug acknowledged by developer.
(Sun, 18 Feb 2018 16:41:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 30483-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Alex Vong <alexvong1995 <at> gmail.com> writes:
> Tags: patch
>
> Hi,
>
> The following patches updates python(2)-mailmanclient and
> python2-django-mailman3. Last time I check they build on my machine.
Applied both, thanks!
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 19 Mar 2018 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 7 years and 178 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.