From 9a5e7f247a1b665a6f1fec31f047833c3ec2827e1ffa290a288254288cc049f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 13 May 2020 10:53:36 +0000 Subject: [PATCH] Accepting request 805199 from home:mcalabkova:branches:devel:languages:python:mailman - Update to 1.3.3rc1 * Update a user's preferred_address in Mailman Core when a user updates their primary address in Profile. * Do not exit with --code-zero. * more bugfixes OBS-URL: https://build.opensuse.org/request/show/805199 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-django-mailman3?expand=0&rev=7 --- django-mailman3-1.3.0.tar.gz | 3 --- django-mailman3-1.3.3rc1.tar.gz | 3 +++ python-django-mailman3.changes | 9 +++++++++ python-django-mailman3.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 django-mailman3-1.3.0.tar.gz create mode 100644 django-mailman3-1.3.3rc1.tar.gz diff --git a/django-mailman3-1.3.0.tar.gz b/django-mailman3-1.3.0.tar.gz deleted file mode 100644 index e021ec9..0000000 --- a/django-mailman3-1.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:41c9d70e1f74b86ff1ed422b118b640eeeeb1a61cf6b6c4c136f4e3970d8f772 -size 360657 diff --git a/django-mailman3-1.3.3rc1.tar.gz b/django-mailman3-1.3.3rc1.tar.gz new file mode 100644 index 0000000..30d20d2 --- /dev/null +++ b/django-mailman3-1.3.3rc1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47f4e2c05b9ff413762335ce622e7145c0144f81fbc05eb5d1bd231ee6b373c8 +size 380198 diff --git a/python-django-mailman3.changes b/python-django-mailman3.changes index 0a77f2f..3e63541 100644 --- a/python-django-mailman3.changes +++ b/python-django-mailman3.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed May 13 10:02:55 UTC 2020 - Marketa Calabkova + +- Update to 1.3.3rc1 + * Update a user's preferred_address in Mailman Core when a user + updates their primary address in Profile. + * Do not exit with --code-zero. + * more bugfixes + ------------------------------------------------------------------- Mon Dec 2 10:47:10 UTC 2019 - pgajdos@suse.com diff --git a/python-django-mailman3.spec b/python-django-mailman3.spec index 2d2e368..f9815fa 100644 --- a/python-django-mailman3.spec +++ b/python-django-mailman3.spec @@ -1,7 +1,7 @@ # # spec file for package python-django-mailman3 # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-django-mailman3 -Version: 1.3.0 +Version: 1.3.3rc1 Release: 0 Summary: Django library to help interaction with Mailman License: GPL-3.0-only