* [bug#30483] [PATCH 0/2] Update mailman related packages
@ 2018-02-16 6:45 Alex Vong
2018-02-16 6:48 ` [bug#30483] [PATCH 1/2] gnu: python-mailmanclient: Update to 3.1.1 Alex Vong
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Alex Vong @ 2018-02-16 6:45 UTC (permalink / raw)
To: 30483
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* [bug#30483] [PATCH 1/2] gnu: python-mailmanclient: Update to 3.1.1.
2018-02-16 6:45 [bug#30483] [PATCH 0/2] Update mailman related packages Alex Vong
@ 2018-02-16 6:48 ` Alex Vong
2018-02-16 6:48 ` [bug#30483] [PATCH 2/2] gnu: python2-django-mailman3: Update to 1.1.0 Alex Vong
2018-02-18 16:40 ` bug#30483: [PATCH 0/2] Update mailman related packages Marius Bakke
2 siblings, 0 replies; 4+ messages in thread
From: Alex Vong @ 2018-02-16 6:48 UTC (permalink / raw)
To: 30483
[-- Attachment #1: 0001-gnu-python-mailmanclient-Update-to-3.1.1.patch --]
[-- Type: text/x-diff, Size: 1488 bytes --]
From 51a4e008aca9cc602c1d3ecca1b58dc5bd066d43 Mon Sep 17 00:00:00 2001
From: Alex Vong <alexvong1995@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@tobias.gr>
;;; Copyright © 2017 Rene Saavedra <rennes@openmailbox.org>
;;; Copyright © 2018 Pierre Langlois <pierre.langlois@gmx.com>
+;;; Copyright © 2018 Alex Vong <alexvong1995@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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [bug#30483] [PATCH 2/2] gnu: python2-django-mailman3: Update to 1.1.0.
2018-02-16 6:45 [bug#30483] [PATCH 0/2] Update mailman related packages Alex Vong
2018-02-16 6:48 ` [bug#30483] [PATCH 1/2] gnu: python-mailmanclient: Update to 3.1.1 Alex Vong
@ 2018-02-16 6:48 ` Alex Vong
2018-02-18 16:40 ` bug#30483: [PATCH 0/2] Update mailman related packages Marius Bakke
2 siblings, 0 replies; 4+ messages in thread
From: Alex Vong @ 2018-02-16 6:48 UTC (permalink / raw)
To: 30483
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0002-gnu-python2-django-mailman3-Update-to-1.1.0.patch --]
[-- Type: text/x-diff, Size: 1120 bytes --]
From 292316ee50b97e8acd91441c83388491186dcdc0 Mon Sep 17 00:00:00 2001
From: Alex Vong <alexvong1995@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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* bug#30483: [PATCH 0/2] Update mailman related packages
2018-02-16 6:45 [bug#30483] [PATCH 0/2] Update mailman related packages Alex Vong
2018-02-16 6:48 ` [bug#30483] [PATCH 1/2] gnu: python-mailmanclient: Update to 3.1.1 Alex Vong
2018-02-16 6:48 ` [bug#30483] [PATCH 2/2] gnu: python2-django-mailman3: Update to 1.1.0 Alex Vong
@ 2018-02-18 16:40 ` Marius Bakke
2 siblings, 0 replies; 4+ messages in thread
From: Marius Bakke @ 2018-02-18 16:40 UTC (permalink / raw)
To: Alex Vong, 30483-done
[-- Attachment #1: Type: text/plain, Size: 222 bytes --]
Alex Vong <alexvong1995@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!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-02-18 16:41 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-16 6:45 [bug#30483] [PATCH 0/2] Update mailman related packages Alex Vong
2018-02-16 6:48 ` [bug#30483] [PATCH 1/2] gnu: python-mailmanclient: Update to 3.1.1 Alex Vong
2018-02-16 6:48 ` [bug#30483] [PATCH 2/2] gnu: python2-django-mailman3: Update to 1.1.0 Alex Vong
2018-02-18 16:40 ` bug#30483: [PATCH 0/2] Update mailman related packages Marius Bakke
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).