Accepting request 1036470 from home:gladiac:branches:devel:languages:python:mailman

- Update to version 1.3.7
  *  Fix a bug where various form(s) allowed setting empty values for
     delivery_mode and language. (Fixes #540, #522)
  *  Rename labels description and info fields as 'Short Description' and 'Long
     Description' to signify what they mean. (Fixes #510)
  *  Use date to format the dates in 'List Metrics' section in the List summary
     page. (Fixes #508)
  *  Sort the list of languages in all Select elements alphabetically so they
     are easier to naviate with screen readers. (Fixes #498)
  *  Add support for Django 4.0
  *  A couple of unit tests are now marked expectedFailure due to
     https://gitlab.com/mailman/mailman/-/merge_requests/997. (See #548)
  *  Translate template names in the “New Templates” page (See #547)
  *  Translate the section names in the MailingList->"Settings" tab. (See #550)
  *  Add support for Django 4.1
  *  Add support for Python 3.10
  *  Remove support for Django < 3.2
  *  Remove support for Python < 3.7
  *  Replace the use of mock with unittest.mock
  *  Change the way role is selector in the List index page to allow use of the
  *  filtering without javascript enabled dropdowns. It also enhances usability
     by enabling the roles that are currently active by default. (See #544)
  *  Show the number of files in each Mailman queue under 'System Information'
     tab for Admins. (Fixes #480)

OBS-URL: https://build.opensuse.org/request/show/1036470
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-postorius?expand=0&rev=42
This commit is contained in:
2022-11-17 15:12:06 +00:00
committed by Git OBS Bridge
parent 8db9f6f194
commit 5b19a9286c
5 changed files with 40 additions and 12 deletions

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu Nov 17 15:07:07 UTC 2022 - Andreas Schneider <asn@cryptomilk.org>
- Update to version 1.3.7
* Fix a bug where various form(s) allowed setting empty values for
delivery_mode and language. (Fixes #540, #522)
* Rename labels description and info fields as 'Short Description' and 'Long
Description' to signify what they mean. (Fixes #510)
* Use date to format the dates in 'List Metrics' section in the List summary
page. (Fixes #508)
* Sort the list of languages in all Select elements alphabetically so they
are easier to naviate with screen readers. (Fixes #498)
* Add support for Django 4.0
* A couple of unit tests are now marked expectedFailure due to
https://gitlab.com/mailman/mailman/-/merge_requests/997. (See #548)
* Translate template names in the “New Templates” page (See #547)
* Translate the section names in the MailingList->"Settings" tab. (See #550)
* Add support for Django 4.1
* Add support for Python 3.10
* Remove support for Django < 3.2
* Remove support for Python < 3.7
* Replace the use of mock with unittest.mock
* Change the way role is selector in the List index page to allow use of the
* filtering without javascript enabled dropdowns. It also enhances usability
by enabling the roles that are currently active by default. (See #544)
* Show the number of files in each Mailman queue under 'System Information'
tab for Admins. (Fixes #480)
-------------------------------------------------------------------
Wed Jul 6 14:30:03 UTC 2022 - Andreas Schneider <asn@cryptomilk.org>