- version update to 1.3.1

* Add support to delete mailing list. (Closes #3)
  * Fix a bug where messages with attachments would skip adding the body when
    exporting the email. (Closes #252)
  * Fix a bug where exporting mbox with messages that have attachments saved
    to disk would raise exception and return a corrupt mbox. (Closes #258)
  * Fix a bug where downloaded attachments are returned as a memoryview object
    instead of bytes and hence fail to download. (Closes #247)
  * Fix a bug where migrations would fail with exceptions on postgresl. (Closes
    #266)
  * Add support for Django 3.0.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-HyperKitty?expand=0&rev=15
This commit is contained in:
2019-12-10 14:36:54 +00:00
committed by Git OBS Bridge
parent ea34ee6fb2
commit 363b26efa0
4 changed files with 19 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-HyperKitty
Version: 1.3.0
Version: 1.3.1
Release: 0
Summary: A web interface to access GNU Mailman v3 archives
License: GPL-3.0-only