- 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
  03c99ad5be
  + python-HyperKitty-remove-legacy-use-of-available_attrs.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-HyperKitty?expand=0&rev=21
This commit is contained in:
2020-05-14 13:14:08 +00:00
committed by Git OBS Bridge
parent bb3611a6ca
commit f0b885961b
5 changed files with 43 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu May 14 12:57:07 UTC 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 12:30:33 UTC 2020 - pgajdos@suse.com