Package Release Info

python-mailman-3.3.9-bp156.1.2

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

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

mailman3

Change Logs

* Tue Jan 23 2024 Markéta Machová <mmachova@suse.com>
- Add patch find-flufl.patch to fix the tests with recent flufl.*
- Don't require importlib-resources on new Pythons, they are already
  a part of a standard library
* Mon Nov 06 2023 Marcus Rueckert <mrueckert@suse.de>
- 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 <asn@cryptomilk.org>
- Require authheaders >= 0.15.2
* Thu Nov 02 2023 Andreas Schneider <asn@cryptomilk.org>
- Update to version 3.3.9
  * See https://gitlab.com/mailman/mailman/-/blob/v3.3.9/src/mailman/docs/NEWS.rst
    or the file NEWS.rst in this package
- Removed mailman-fix-importlib-resources.patch
* Thu Sep 21 2023 Andreas Schneider <asn@cryptomilk.org>
- Add missing Pre-require for groupadd
* Fri Aug 18 2023 Andreas Schneider <asn@cryptomilk.org>
- Fix issues with importlib_resources for Python 3.11
  * Added mailman-fix-importlib-resources.patch
* Sat Jul 01 2023 Andreas Schneider <asn@cryptomilk.org>
- Add missing require for psycopg2
* Wed Jun 07 2023 Andreas Schneider <asn@cryptomilk.org>
- Move mailman to Python 3.11 on TW and Leap 15.5
* Wed Jun 07 2023 Andreas Schneider <asn@cryptomilk.org>
- Allow the mailman group to write to the data directory
  * This will hold the postfix database for the domains and we need
    to be able to write to it as the postfix user (member of mailman group).
* Thu Mar 30 2023 Luiz Angelo Daros de Luca <luizluca@tre-sc.jus.br>
- Compile and include .mo files, used by _() strings
* Mon Feb 06 2023 Steve Kowalik <steven.kowalik@suse.com>
- Update to 3.3.8:
  * The deprecated SQLAlchemy query.values() method is replaced by
    query.with_entities(). This fixes an issue with MariaDB that truncated
    the generated postfix_lmtp file. (Closes #1044)
  * An uncaught passlib.exc.UnknownHashError in utilities/passwords.py is
    now caught and handled appropriately. (Closes #1046)
  * Rejection notices for a message with an RFC 2047 encoded Subject: now
    display the decoded subject. (Closes #672)
  * Don't RFC 2047 encode display names in UserNotifications. Allow sending
    utf-8 encoded notifications. (Closes #673)
  * Don't replace non-ascii in subjects in notifications. (Closes #673)
  * The mailman members command no longer RFC 2047 encodes non-ascii display
    names. (Closes #1048)
  * Improve the performance of Held message handling by reducing the total
    number of database calls required. (Fixes #1026 and #1045)
  * Add support for Python 3.10. (Closes #936)
  * Add support for Python 3.11 (See !1076)
  * Add support for SQLAlchemy 1.4+ (Closes #964)
  * Drop support for Python 3.6 since SQLAlchemy 2.0 will drop support for
    it and it is EOL by now. (See !1035)
  * The fix for #994 in 3.3.6 blocked too many subscription attempts. This is
    now corrected and another test added.
- Drop patches now included upstream:
  * mailman-support-sqlalchemy-1-4.patch
  * python-mailman-test_interact_default_banner.patch
  * support-alembic-1-8.patch
  * support-attrs-22.patch
  * support-sqlalchemy-1-4.patch
* Wed Dec 14 2022 Luiz Angelo Daros de Luca <luizluca@tre-sc.jus.br>
- Fix timers target to avoid systemd ordering cycle
* Tue Nov 01 2022 Andreas Schneider <asn@cryptomilk.org>
- Bump version requirement for python3-authheaders
* Thu Oct 27 2022 Andreas Schneider <asn@cryptomilk.org>
- Update to version 3.3.6
  * https://gitlab.com/mailman/mailman/-/blob/3.3.6/src/mailman/docs/NEWS.rst
- Added support-attrs-22.patch
- Removed ARC-message-fail-tests.patch
* Tue Sep 27 2022 Markéta Machová <mmachova@suse.com>
- Rewrite support-sqlalchemy-1-4.patch
  * to be indeed backward-compatible
  * to reflect newer mailman-support-sqlalchemy-1-4.patch
* Wed Aug 31 2022 Stefan Schubert <schubi@suse.com>
- Moved logrotate files from user specific directory /etc/logrotate.d
  to vendor specific directory /usr/etc/logrotate.d.
* Mon Jul 04 2022 Ben Greiner <code@bnavigator.de>
- Go back to Python 3.9 for mailman. Python 3.10 is not supported
  and it is unclear whether the test failures are due to the
  production code or only in the setup of aiosmtpd in the test
  suite. -- https://gitlab.com/mailman/mailman/-/issues/936
* Wed Jun 29 2022 Lars Vogdt <lars@linux-schulserver.de>
- added mailman-support-sqlalchemy-1-4.patch (from Andreas Schneider):
  The TypeDecorator.cache_ok class-level flag indicates if this custom
  TypeDecorator is safe to be used as part of a cache key. This flag defaults to
  None which will initially generate a warning when the SQL compiler attempts to
  generate a cache key for a statement that uses this type. If the TypeDecorator
  is not guaranteed to produce the same bind/result behavior and SQL generation
  every time, this flag should be set to False; otherwise if the class produces
  the same behavior each time, it may be set to True. See TypeDecorator.cache_ok
  for further notes on how this works.
* Mon Jun 13 2022 Andreas Schneider <asn@cryptomilk.org>
- Added support-alembic-1-8.patch
- Removed support-alembic-1-7.patch
* Mon Feb 21 2022 Steve Kowalik <steven.kowalik@suse.com>
- Clean up a half-completed migration away from python-rpm-macros.
  As a consequence, mailman3 now pulls in all dependencies again.
Version: 3.3.0-bp155.3.6
* Tue Apr 11 2023 Daniel Garcia <daniel.garcia@suse.com>
- Add fix-tests.patch to skip test_as_string_python_bug_27321, the bug
  is fixed now in the current SUSE python3 package.
  boo#1210180
  gh#python/cpython@72ce82abcf90
Version: 3.3.0-bp152.1.6
* Thu Jan 23 2020 pgajdos@suse.com
- do not require python-cffi, it will be required by
  python-PyNaCl
* Tue Jan 14 2020 pgajdos@suse.com
- be able to run test on 15
* Tue Dec 10 2019 pgajdos@suse.com
- disable src/mailman/commands/tests/test_cli_create.py
  https://gitlab.com/mailman/mailman/issues/654
* Mon Dec 02 2019 pgajdos@suse.com
- call spec-cleaner
* Mon Dec 02 2019 pgajdos@suse.com
- requires setuptools
* Wed Nov 20 2019 pgajdos@suse.com
- /usr/sbin instead of /sbin in mailman.cfg
* Tue Nov 05 2019 pgajdos@suse.com
- run the testsuite
* Tue Sep 24 2019 pgajdos@suse.com
- initial version 3.3.0 [SLE-7686]