Package Release Info

python-HyperKitty-1.3.2-bp152.1.1

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python3-HyperKitty

Change Logs

* Thu May 14 2020 pgajdos@suse.com
- version update to 1.3.2
  - Remove support for Django 1.11. (Closes #273)
  - Skip ``Thread.DoesNotExist`` exception when raised within
    ``rebuild_thread_cache_votes``. (Closes #245)
  - Send 400 status code for ``ValueError`` when archiving. (Closes #271)
  - Fix a bug where exception for elasticsearch backend would not be caught. (Closes #263)
- added patches
  https://gitlab.com/mailman/hyperkitty/-/commit/03c99ad5beefeac4474b5a00c840fd9debccba02
  + python-HyperKitty-remove-legacy-use-of-available_attrs.patch
* Fri Jan 10 2020 pgajdos@suse.com
- fix dependency (django_compressor -> django-compressor)
* Tue Dec 10 2019 pgajdos@suse.com
- 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.
* Mon Dec 02 2019 pgajdos@suse.com
- call spec-cleaner
* Wed Nov 27 2019 pgajdos@suse.com
- package documentation
* Wed Nov 27 2019 pgajdos@suse.com
- require python-libsass
* Thu Nov 14 2019 pgajdos@suse.com
- run the testsuite correctly
* Tue Oct 01 2019 pgajdos@suse.com
- initial version 1.3.0 [SLE-7686]