Changelog for
python312-django-mailman3-1.3.11-2.2.noarch.rpm :
* Thu Feb 29 2024 Ben Greiner
- Build PEP517 wheel
* Mon Nov 06 2023 Marcus Rueckert - make it easier to notice to keep buildrequires and runtime requires version limits in sync. This will also help us to notice early when the version of other libraries do not match the requires encoded in the source code.
* Thu Nov 02 2023 Andreas Schneider - Update to version 1.3.11
* See https://gitlab.com/mailman/django-mailman3/-/blob/master/README.rst or README.rst packaged in this file.
* BREAKING CHANGE: django_mailman3 now requires django_allauth>=0.56. This requires the addition of allauth.account.middleware.AccountMiddleware to MIDDLEWARE in your Django settings. If your installation uses settings from mailman-web as here, upgrading mailman-web to 0.0.7 will do this.
* Sun Jun 25 2023 Andreas Schneider - Update to version 1.3.9
* Add support for Python 3.11- Use sle15_python_module_pythons
* Mon Nov 21 2022 Andreas Schneider - Fix running the tests on openSUSE Leap 15.4
* Thu Nov 17 2022 Andreas Schneider - Update to version 1.3.8
* Add support for Django 4.0 and 4.1 (Fixes #55)
* Add support for Python 3.10 (See !153)
* Fix the Fedora socialaccount provider. (Fixes #50)
* Add pagination only when there are more than one pages. (Fixes #58)
* Use Pytest as the test runner.- Removed dj40.patch- Removed dj41.patch
* Wed Oct 05 2022 Daniel Garcia - Add dj41.patch to make it compatible with django 4.1 based on https://gitlab.com/mailman/django-mailman3/-/merge_requests/170
* Thu Jul 14 2022 Jacob Michalskie - Fix the patch for django 4.0 to update dependencies
* Mon Jul 04 2022 Ben Greiner - Enable multiflavor so that we can pin mailman3 and hyperkitty to python39
* Mon May 09 2022 Matej Cepl - Clean up the SPEC file.
* Mon May 09 2022 pgajdosAATTsuse.com- python-mock is not required for build
* Sun Dec 26 2021 John Vandenberg - Add dj40.patch for Django 4.0 compatibility
* Wed Nov 17 2021 Andreas Schneider - Update to version 1.3.7
* Set the minimum required version of mailmanclient in setup.py.
* Tue May 04 2021 Ben Greiner - restrict to primary python3 flavor due to mailman
* Wed Feb 03 2021 Andreas Schneider - Update to version 1.3.5
* Add a new method get_django_user to return Django User model. (See !99)
* Add delete_archives field to mailinglist_deleted Signal.
* Replaced deprecated ugettexy_lazy with gettext_lazy. (Closes #37)- Fix building on tumbleweed