[arch-commits] Commit in mailman3/repos/community-testing-any (20 files)

2020-02-01 Thread David Runge via arch-commits
Date: Saturday, February 1, 2020 @ 23:24:40
  Author: dvzrv
Revision: 561201

archrelease: copy trunk to community-testing-any

Added:
  mailman3/repos/community-testing-any/PKGBUILD
(from rev 561200, mailman3/trunk/PKGBUILD)
  mailman3/repos/community-testing-any/mailman3-digests.service
(from rev 561200, mailman3/trunk/mailman3-digests.service)
  mailman3/repos/community-testing-any/mailman3-digests.timer
(from rev 561200, mailman3/trunk/mailman3-digests.timer)
  mailman3/repos/community-testing-any/mailman3-gatenews.service
(from rev 561200, mailman3/trunk/mailman3-gatenews.service)
  mailman3/repos/community-testing-any/mailman3-gatenews.timer
(from rev 561200, mailman3/trunk/mailman3-gatenews.timer)
  mailman3/repos/community-testing-any/mailman3-notify.service
(from rev 561200, mailman3/trunk/mailman3-notify.service)
  mailman3/repos/community-testing-any/mailman3-notify.timer
(from rev 561200, mailman3/trunk/mailman3-notify.timer)
  mailman3/repos/community-testing-any/mailman3.service
(from rev 561200, mailman3/trunk/mailman3.service)
  mailman3/repos/community-testing-any/mailman3.sysusers
(from rev 561200, mailman3/trunk/mailman3.sysusers)
  mailman3/repos/community-testing-any/mailman3.tmpfiles
(from rev 561200, mailman3/trunk/mailman3.tmpfiles)
Deleted:
  mailman3/repos/community-testing-any/PKGBUILD
  mailman3/repos/community-testing-any/mailman3-digests.service
  mailman3/repos/community-testing-any/mailman3-digests.timer
  mailman3/repos/community-testing-any/mailman3-gatenews.service
  mailman3/repos/community-testing-any/mailman3-gatenews.timer
  mailman3/repos/community-testing-any/mailman3-notify.service
  mailman3/repos/community-testing-any/mailman3-notify.timer
  mailman3/repos/community-testing-any/mailman3.service
  mailman3/repos/community-testing-any/mailman3.sysusers
  mailman3/repos/community-testing-any/mailman3.tmpfiles

---+
 PKGBUILD  |  178 ++--
 mailman3-digests.service  |   82 ++--
 mailman3-digests.timer|   24 ++---
 mailman3-gatenews.service |   82 ++--
 mailman3-gatenews.timer   |   24 ++---
 mailman3-notify.service   |   82 ++--
 mailman3-notify.timer |   24 ++---
 mailman3.service  |   84 ++--
 mailman3.sysusers |2 
 mailman3.tmpfiles |8 -
 10 files changed, 295 insertions(+), 295 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-01 23:24:29 UTC (rev 561200)
+++ PKGBUILD2020-02-01 23:24:40 UTC (rev 561201)
@@ -1,89 +0,0 @@
-# Maintainer: David Runge 
-
-_name=mailman
-pkgname=mailman3
-pkgver=3.3.0
-pkgrel=4
-pkgdesc="The GNU mailing list manager"
-arch=('any')
-url="https://www.list.org/";
-license=('GPL3')
-depends=('gunicorn' 'python-aiosmtpd' 'python-alembic' 'python-atpublic'
-'python-authheaders' 'python-authres' 'python-click' 'python-dateutil'
-'python-dnspython' 'python-falcon' 'python-flufl.bounce' 'python-flufl.i18n'
-'python-flufl-lock' 'python-importlib_resources' 'python-lazr.config'
-'python-passlib' 'python-requests' 'python-setuptools' 'python-sqlalchemy'
-'python-zope-component' 'python-zope-configuration' 'python-zope-event'
-'python-zope-interface')
-checkdepends=('python-coverage' 'python-diff-cover' 'python-flufl.testing'
-'python-nose2' 'python-psycopg2' 'python-pymysql' 'python-pytest')
-optdepends=('hyperkitty: for local archive and list interaction'
-'postorius: for local configuration interaction'
-'mailman3-hyperkitty: for archiving mails with an instance of 
hyperkitty'
-'python-mailmanclient: for programmatically interfacing the 
mailman REST API locally'
-'python-psycopg2: for PostgreSQL support'
-'python-pymysql: for MySQL support'
-'smtp-server: for using a local mail server')
-conflicts=('mailman')
-replaces=('mailman-core')
-backup=('etc/mailman.cfg')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc}
-"${pkgname}.service"
-"${pkgname}-digests.service"
-"${pkgname}-digests.timer"
-"${pkgname}-gatenews.service"
-"${pkgname}-gatenews.timer"
-"${pkgname}-notify.service"
-"${pkgname}-notify.timer"
-"${pkgname}.sysusers"
-"${pkgname}.tmpfiles")
-sha512sums=('63cf30c102751c1cae086f4c046767c2d817ad57097bd60bc838ead19c4e29ed1bc5d4cc2c1eef40f41787daf60d8b98033f64064d6ad4567a9552b5fb2cabd8'
-'SKIP'
-
'31e578df554f866655986ba19f9f51a0eb7e9fb46b934e3e050c27935011af22d38148732f792b68b832871828534a9083bb096e0d30f0308476bdf6cc1859aa'
-
'734e0cdf1198f6609a5e41312c48c5c4e492ba5b9acc3af4cd302a6ed148933396333077932e25aedfc50ff3f68b1d4898137193bdadaf71e23045ec8e96be10'
-
'5d7ccba8cf1262ab052078f2188ded15

[arch-commits] Commit in mailman3/repos/community-testing-any (20 files)

2020-01-31 Thread David Runge via arch-commits
Date: Friday, January 31, 2020 @ 16:48:05
  Author: dvzrv
Revision: 560828

archrelease: copy trunk to community-testing-any

Added:
  mailman3/repos/community-testing-any/PKGBUILD
(from rev 560826, mailman3/trunk/PKGBUILD)
  mailman3/repos/community-testing-any/mailman3-digests.service
(from rev 560826, mailman3/trunk/mailman3-digests.service)
  mailman3/repos/community-testing-any/mailman3-digests.timer
(from rev 560826, mailman3/trunk/mailman3-digests.timer)
  mailman3/repos/community-testing-any/mailman3-gatenews.service
(from rev 560826, mailman3/trunk/mailman3-gatenews.service)
  mailman3/repos/community-testing-any/mailman3-gatenews.timer
(from rev 560827, mailman3/trunk/mailman3-gatenews.timer)
  mailman3/repos/community-testing-any/mailman3-notify.service
(from rev 560827, mailman3/trunk/mailman3-notify.service)
  mailman3/repos/community-testing-any/mailman3-notify.timer
(from rev 560827, mailman3/trunk/mailman3-notify.timer)
  mailman3/repos/community-testing-any/mailman3.service
(from rev 560827, mailman3/trunk/mailman3.service)
  mailman3/repos/community-testing-any/mailman3.sysusers
(from rev 560827, mailman3/trunk/mailman3.sysusers)
  mailman3/repos/community-testing-any/mailman3.tmpfiles
(from rev 560827, mailman3/trunk/mailman3.tmpfiles)
Deleted:
  mailman3/repos/community-testing-any/PKGBUILD
  mailman3/repos/community-testing-any/mailman3-digests.service
  mailman3/repos/community-testing-any/mailman3-digests.timer
  mailman3/repos/community-testing-any/mailman3-gatenews.service
  mailman3/repos/community-testing-any/mailman3-gatenews.timer
  mailman3/repos/community-testing-any/mailman3-notify.service
  mailman3/repos/community-testing-any/mailman3-notify.timer
  mailman3/repos/community-testing-any/mailman3.service
  mailman3/repos/community-testing-any/mailman3.sysusers
  mailman3/repos/community-testing-any/mailman3.tmpfiles

---+
 PKGBUILD  |  176 ++--
 mailman3-digests.service  |   82 ++--
 mailman3-digests.timer|   24 +++---
 mailman3-gatenews.service |   82 ++--
 mailman3-gatenews.timer   |   24 +++---
 mailman3-notify.service   |   82 ++--
 mailman3-notify.timer |   24 +++---
 mailman3.service  |   84 ++---
 mailman3.sysusers |2 
 mailman3.tmpfiles |7 +
 10 files changed, 295 insertions(+), 292 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-31 16:48:00 UTC (rev 560827)
+++ PKGBUILD2020-01-31 16:48:05 UTC (rev 560828)
@@ -1,87 +0,0 @@
-# Maintainer: David Runge 
-
-_name=mailman
-pkgname=mailman3
-pkgver=3.3.0
-pkgrel=3
-pkgdesc="The GNU mailing list manager"
-arch=('any')
-url="https://www.list.org/";
-license=('GPL3')
-depends=('gunicorn' 'python-aiosmtpd' 'python-alembic' 'python-atpublic'
-'python-authheaders' 'python-authres' 'python-click' 'python-dateutil'
-'python-dnspython' 'python-falcon' 'python-flufl.bounce' 'python-flufl.i18n'
-'python-flufl-lock' 'python-importlib_resources' 'python-lazr.config'
-'python-passlib' 'python-requests' 'python-setuptools' 'python-sqlalchemy'
-'python-zope-component' 'python-zope-configuration' 'python-zope-event'
-'python-zope-interface')
-checkdepends=('python-coverage' 'python-diff-cover' 'python-flufl.testing'
-'python-nose2' 'python-psycopg2' 'python-pymysql' 'python-pytest')
-optdepends=('hyperkitty: for local archive and list interaction'
-'postorius: for local configuration interaction'
-'mailman3-hyperkitty: for archiving mails with an instance of 
hyperkitty'
-'python-mailmanclient: for programmatically interfacing the 
mailman REST API locally'
-'python-psycopg2: for PostgreSQL support'
-'python-pymysql: for MySQL support'
-'smtp-server: for using a local mail server')
-conflicts=('mailman')
-replaces=('mailman-core')
-backup=('etc/mailman.cfg')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc}
-"${pkgname}.service"
-"${pkgname}-digests.service"
-"${pkgname}-digests.timer"
-"${pkgname}-gatenews.service"
-"${pkgname}-gatenews.timer"
-"${pkgname}-notify.service"
-"${pkgname}-notify.timer"
-"${pkgname}.sysusers"
-"${pkgname}.tmpfiles")
-sha512sums=('63cf30c102751c1cae086f4c046767c2d817ad57097bd60bc838ead19c4e29ed1bc5d4cc2c1eef40f41787daf60d8b98033f64064d6ad4567a9552b5fb2cabd8'
-'SKIP'
-
'088ba44528ae41003d13b536accbd8d3d4d29bdec523838eb605e3504a49093bbb4c066a4cc7eb78bc5ec7053693a088e525a99fb7c049c21e40aacdf3bac4c2'
-
'734e0cdf1198f6609a5e41312c48c5c4e492ba5b9acc3af4cd302a6ed148933396333077932e25aedfc50ff3f68b1d4898137193bdadaf71e23045ec8e96be10'
-
'5d7ccba8cf1262ab052078f2188ded

[arch-commits] Commit in mailman3/repos/community-testing-any (20 files)

2020-01-14 Thread David Runge via arch-commits
Date: Tuesday, January 14, 2020 @ 12:36:42
  Author: dvzrv
Revision: 552495

archrelease: copy trunk to community-testing-any

Added:
  mailman3/repos/community-testing-any/PKGBUILD
(from rev 552494, mailman3/trunk/PKGBUILD)
  mailman3/repos/community-testing-any/mailman3-digests.service
(from rev 552494, mailman3/trunk/mailman3-digests.service)
  mailman3/repos/community-testing-any/mailman3-digests.timer
(from rev 552494, mailman3/trunk/mailman3-digests.timer)
  mailman3/repos/community-testing-any/mailman3-gatenews.service
(from rev 552494, mailman3/trunk/mailman3-gatenews.service)
  mailman3/repos/community-testing-any/mailman3-gatenews.timer
(from rev 552494, mailman3/trunk/mailman3-gatenews.timer)
  mailman3/repos/community-testing-any/mailman3-notify.service
(from rev 552494, mailman3/trunk/mailman3-notify.service)
  mailman3/repos/community-testing-any/mailman3-notify.timer
(from rev 552494, mailman3/trunk/mailman3-notify.timer)
  mailman3/repos/community-testing-any/mailman3.service
(from rev 552494, mailman3/trunk/mailman3.service)
  mailman3/repos/community-testing-any/mailman3.sysusers
(from rev 552494, mailman3/trunk/mailman3.sysusers)
  mailman3/repos/community-testing-any/mailman3.tmpfiles
(from rev 552494, mailman3/trunk/mailman3.tmpfiles)
Deleted:
  mailman3/repos/community-testing-any/PKGBUILD
  mailman3/repos/community-testing-any/mailman3-digests.service
  mailman3/repos/community-testing-any/mailman3-digests.timer
  mailman3/repos/community-testing-any/mailman3-gatenews.service
  mailman3/repos/community-testing-any/mailman3-gatenews.timer
  mailman3/repos/community-testing-any/mailman3-notify.service
  mailman3/repos/community-testing-any/mailman3-notify.timer
  mailman3/repos/community-testing-any/mailman3.service
  mailman3/repos/community-testing-any/mailman3.sysusers
  mailman3/repos/community-testing-any/mailman3.tmpfiles

---+
 PKGBUILD  |  174 ++--
 mailman3-digests.service  |   82 ++--
 mailman3-digests.timer|   24 +++---
 mailman3-gatenews.service |   82 ++--
 mailman3-gatenews.timer   |   24 +++---
 mailman3-notify.service   |   82 ++--
 mailman3-notify.timer |   24 +++---
 mailman3.service  |   84 ++---
 mailman3.sysusers |2 
 mailman3.tmpfiles |6 -
 10 files changed, 292 insertions(+), 292 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-14 12:36:31 UTC (rev 552494)
+++ PKGBUILD2020-01-14 12:36:42 UTC (rev 552495)
@@ -1,87 +0,0 @@
-# Maintainer: David Runge 
-
-_name=mailman
-pkgname=mailman3
-pkgver=3.3.0
-pkgrel=2
-pkgdesc="The GNU mailing list manager"
-arch=('any')
-url="https://www.list.org/";
-license=('GPL3')
-depends=('gunicorn' 'python-aiosmtpd' 'python-alembic' 'python-atpublic'
-'python-authheaders' 'python-authres' 'python-click' 'python-dateutil'
-'python-dnspython' 'python-falcon' 'python-flufl.bounce' 'python-flufl.i18n'
-'python-flufl-lock' 'python-importlib_resources' 'python-lazr.config'
-'python-passlib' 'python-requests' 'python-setuptools' 'python-sqlalchemy'
-'python-zope-component' 'python-zope-configuration' 'python-zope-event'
-'python-zope-interface')
-checkdepends=('python-coverage' 'python-diff-cover' 'python-flufl.testing'
-'python-nose2' 'python-psycopg2' 'python-pymysql' 'python-pytest')
-optdepends=('hyperkitty: for local archive and list interaction'
-'posterius: for local configuration interaction'
-'mailman3-hyperkitty: for archiving mails with an instance of 
hyperkitty'
-'python-mailmanclient: for programmatically interfacing the 
mailman REST API locally'
-'python-psycopg2: for PostgreSQL support'
-'python-pymysql: for MySQL support'
-'smtp-server: for using a local mail server')
-conflicts=('mailman')
-replaces=('mailman-core')
-backup=('etc/mailman.cfg')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc}
-"${pkgname}.service"
-"${pkgname}-digests.service"
-"${pkgname}-digests.timer"
-"${pkgname}-gatenews.service"
-"${pkgname}-gatenews.timer"
-"${pkgname}-notify.service"
-"${pkgname}-notify.timer"
-"${pkgname}.sysusers"
-"${pkgname}.tmpfiles")
-sha512sums=('63cf30c102751c1cae086f4c046767c2d817ad57097bd60bc838ead19c4e29ed1bc5d4cc2c1eef40f41787daf60d8b98033f64064d6ad4567a9552b5fb2cabd8'
-'SKIP'
-
'088ba44528ae41003d13b536accbd8d3d4d29bdec523838eb605e3504a49093bbb4c066a4cc7eb78bc5ec7053693a088e525a99fb7c049c21e40aacdf3bac4c2'
-
'734e0cdf1198f6609a5e41312c48c5c4e492ba5b9acc3af4cd302a6ed148933396333077932e25aedfc50ff3f68b1d4898137193bdadaf71e23045ec8e96be10'
-
'5d7ccba8cf1262ab052078f2188de

[arch-commits] Commit in mailman3/repos/community-testing-any (20 files)

2020-01-14 Thread David Runge via arch-commits
Date: Tuesday, January 14, 2020 @ 12:26:54
  Author: dvzrv
Revision: 552492

archrelease: copy trunk to community-testing-any

Added:
  mailman3/repos/community-testing-any/PKGBUILD
(from rev 552491, mailman3/trunk/PKGBUILD)
  mailman3/repos/community-testing-any/mailman3-digests.service
(from rev 552491, mailman3/trunk/mailman3-digests.service)
  mailman3/repos/community-testing-any/mailman3-digests.timer
(from rev 552491, mailman3/trunk/mailman3-digests.timer)
  mailman3/repos/community-testing-any/mailman3-gatenews.service
(from rev 552491, mailman3/trunk/mailman3-gatenews.service)
  mailman3/repos/community-testing-any/mailman3-gatenews.timer
(from rev 552491, mailman3/trunk/mailman3-gatenews.timer)
  mailman3/repos/community-testing-any/mailman3-notify.service
(from rev 552491, mailman3/trunk/mailman3-notify.service)
  mailman3/repos/community-testing-any/mailman3-notify.timer
(from rev 552491, mailman3/trunk/mailman3-notify.timer)
  mailman3/repos/community-testing-any/mailman3.service
(from rev 552491, mailman3/trunk/mailman3.service)
  mailman3/repos/community-testing-any/mailman3.sysusers
(from rev 552491, mailman3/trunk/mailman3.sysusers)
  mailman3/repos/community-testing-any/mailman3.tmpfiles
(from rev 552491, mailman3/trunk/mailman3.tmpfiles)
Deleted:
  mailman3/repos/community-testing-any/PKGBUILD
  mailman3/repos/community-testing-any/mailman3-digests.service
  mailman3/repos/community-testing-any/mailman3-digests.timer
  mailman3/repos/community-testing-any/mailman3-gatenews.service
  mailman3/repos/community-testing-any/mailman3-gatenews.timer
  mailman3/repos/community-testing-any/mailman3-notify.service
  mailman3/repos/community-testing-any/mailman3-notify.timer
  mailman3/repos/community-testing-any/mailman3.service
  mailman3/repos/community-testing-any/mailman3.sysusers
  mailman3/repos/community-testing-any/mailman3.tmpfiles

---+
 PKGBUILD  |  173 ++--
 mailman3-digests.service  |   82 ++--
 mailman3-digests.timer|   24 +++---
 mailman3-gatenews.service |   82 ++--
 mailman3-gatenews.timer   |   24 +++---
 mailman3-notify.service   |   82 ++--
 mailman3-notify.timer |   24 +++---
 mailman3.service  |   84 ++---
 mailman3.sysusers |2 
 mailman3.tmpfiles |6 -
 10 files changed, 292 insertions(+), 291 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-14 12:26:37 UTC (rev 552491)
+++ PKGBUILD2020-01-14 12:26:54 UTC (rev 552492)
@@ -1,86 +0,0 @@
-# Maintainer: David Runge 
-
-_name=mailman
-pkgname=mailman3
-pkgver=3.3.0
-pkgrel=1
-pkgdesc="The GNU mailing list manager"
-arch=('any')
-url="https://www.list.org/";
-license=('GPL3')
-depends=('gunicorn' 'python-aiosmtpd' 'python-alembic' 'python-atpublic'
-'python-authheaders' 'python-authres' 'python-click' 'python-dateutil'
-'python-dnspython' 'python-falcon' 'python-flufl.bounce' 'python-flufl.i18n'
-'python-flufl-lock' 'python-importlib_resources' 'python-lazr.config'
-'python-passlib' 'python-requests' 'python-setuptools' 'python-sqlalchemy'
-'python-zope-component' 'python-zope-configuration' 'python-zope-event'
-'python-zope-interface')
-checkdepends=('python-coverage' 'python-diff-cover' 'python-flufl.testing'
-'python-nose2' 'python-psycopg2' 'python-pymysql' 'python-pytest')
-optdepends=('mailmanclient: for interfacing the mailman REST API locally'
-'python-django-hyperkitty: for local archive and list interaction'
-'python-django-posterius: for local configuration interaction'
-'python-psycopg2: for PostgreSQL support'
-'python-pymysql: for MySQL support'
-'smtp-server: for a local mail server')
-conflicts=('mailman')
-replaces=('mailman-core')
-backup=('etc/mailman.cfg')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc}
-"${pkgname}.service"
-"${pkgname}-digests.service"
-"${pkgname}-digests.timer"
-"${pkgname}-gatenews.service"
-"${pkgname}-gatenews.timer"
-"${pkgname}-notify.service"
-"${pkgname}-notify.timer"
-"${pkgname}.sysusers"
-"${pkgname}.tmpfiles")
-sha512sums=('63cf30c102751c1cae086f4c046767c2d817ad57097bd60bc838ead19c4e29ed1bc5d4cc2c1eef40f41787daf60d8b98033f64064d6ad4567a9552b5fb2cabd8'
-'SKIP'
-
'088ba44528ae41003d13b536accbd8d3d4d29bdec523838eb605e3504a49093bbb4c066a4cc7eb78bc5ec7053693a088e525a99fb7c049c21e40aacdf3bac4c2'
-
'734e0cdf1198f6609a5e41312c48c5c4e492ba5b9acc3af4cd302a6ed148933396333077932e25aedfc50ff3f68b1d4898137193bdadaf71e23045ec8e96be10'
-
'5d7ccba8cf1262ab052078f2188ded15e43e1201302c7c24ce763efef9789ec99d8ea9a19e8fbd9bc5a38f47a162fe5cf4b0ade284894cb57af66350