From 797dab061c2e1ec409769ab7d56d1d62f0e0aed1e2917b0f6ef8ca4147f1664b Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 18 Nov 2021 17:39:03 +0000 Subject: [PATCH] Accepting request 932059 from home:gladiac:mailman3 - Update to version 1.3.6 * https://gitlab.com/mailman/postorius/-/blob/1.3.6/src/postorius/doc/news.rst OBS-URL: https://build.opensuse.org/request/show/932059 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-postorius?expand=0&rev=31 --- postorius-1.3.4.tar.gz | 3 --- postorius-1.3.6.tar.gz | 3 +++ postorius-settings.patch | 6 +++--- python-postorius.changes | 6 ++++++ python-postorius.spec | 10 +++++----- 5 files changed, 17 insertions(+), 11 deletions(-) delete mode 100644 postorius-1.3.4.tar.gz create mode 100644 postorius-1.3.6.tar.gz diff --git a/postorius-1.3.4.tar.gz b/postorius-1.3.4.tar.gz deleted file mode 100644 index 03e7eed..0000000 --- a/postorius-1.3.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f602950640dbd1d1456fa1d54cfb03338d82d991e808e1f4f8c94894fdc89b5 -size 2802672 diff --git a/postorius-1.3.6.tar.gz b/postorius-1.3.6.tar.gz new file mode 100644 index 0000000..67cf943 --- /dev/null +++ b/postorius-1.3.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b0cc453d21f710e983d9bb78cfb85addeaec7fddeda9ce82df4eb6a4fda1a68 +size 3086923 diff --git a/postorius-settings.patch b/postorius-settings.patch index c52e273..786a477 100644 --- a/postorius-settings.patch +++ b/postorius-settings.patch @@ -1,7 +1,7 @@ -Index: postorius-1.3.3/example_project/settings.py +Index: postorius-1.3.6/example_project/settings.py =================================================================== ---- postorius-1.3.3.orig/example_project/settings.py -+++ postorius-1.3.3/example_project/settings.py +--- postorius-1.3.6.orig/example_project/settings.py 2021-09-19 03:21:45.000000000 +0200 ++++ postorius-1.3.6/example_project/settings.py 2021-11-18 08:48:27.881938336 +0100 @@ -136,7 +136,7 @@ WSGI_APPLICATION = 'wsgi.application' DATABASES = { 'default': { diff --git a/python-postorius.changes b/python-postorius.changes index f257d40..6b55adb 100644 --- a/python-postorius.changes +++ b/python-postorius.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Nov 18 08:02:22 UTC 2021 - Andreas Schneider + +- Update to version 1.3.6 + * https://gitlab.com/mailman/postorius/-/blob/1.3.6/src/postorius/doc/news.rst + ------------------------------------------------------------------- Wed Jun 2 06:33:53 UTC 2021 - Andreas Schneider diff --git a/python-postorius.spec b/python-postorius.spec index 65b14e1..878f71c 100644 --- a/python-postorius.spec +++ b/python-postorius.spec @@ -33,7 +33,7 @@ # mailman is built only for primary python3 flavor %define pythons python3 Name: python-postorius -Version: 1.3.4 +Version: 1.3.6 Release: 0 Summary: A web user interface for GNU Mailman License: GPL-3.0-only @@ -58,17 +58,17 @@ BuildRequires: python-rpm-macros BuildRequires: rsync BuildRequires: sudo Requires: python-Django >= 1.11 -Requires: python-django-mailman3 >= 1.2.0 -Requires: python-mailmanclient >= 3.2.3 +Requires: python-django-mailman3 >= 1.3.7 +Requires: python-mailmanclient >= 3.3.2 Requires: python-readme_renderer BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module Django >= 1.11} BuildRequires: %{python_module beautifulsoup4} BuildRequires: %{python_module cmarkgfm} -BuildRequires: %{python_module django-mailman3 >= 1.2.0} +BuildRequires: %{python_module django-mailman3 >= 1.3.7} BuildRequires: %{python_module isort} -BuildRequires: %{python_module mailmanclient >= 3.2.3} +BuildRequires: %{python_module mailmanclient >= 3.3.2} BuildRequires: %{python_module mailman} BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest-django}