File python-django-mailer.changes of Package python-django-mailer
-------------------------------------------------------------------
Tue Apr 22 08:29:32 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Skip failing test with Django 5.2
-------------------------------------------------------------------
Thu Jun 6 08:29:38 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.3.2:
* Added MAILER_EMAIL_LOG_MESSAGE_DATA setting
* Added support for psycopg3 for runmailer_pc
-------------------------------------------------------------------
Mon Jan 8 21:00:01 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.3.1:
* Fixed rare crasher in runmailer_pg when notifications list is
empty.
-------------------------------------------------------------------
Mon Oct 2 11:03:48 UTC 2023 - pgajdos@suse.com
- version update to 2.3
2.3 - 2023-09-25
----------------
* Dropped Python 3.7 support.
* Added ``runmailer_pg`` - advanced sending method for sending emails without delay
immediate, PostgreSQL only.
2.2.1 - 2023-09-22
------------------
* Added admin action to send messages
* Added fix for email address that is a ``NoneType``
* Stopped testing on unsupported Python (<3.7) and Django (<2.2) versions
* Started testing on Python 3.11 and Django 4.1/4.2
* Added setting to limit the amount of retries for deferred messages
(``MAILER_EMAIL_MAX_RETRIES``), defaults to ``None`` (unlimited)
(See Issue `#161 <https://github.com/pinax/django-mailer/issues/161>`_
- deleted patches
- python-django-mailer-no-mock.patch (upstreamed)
-------------------------------------------------------------------
Mon May 9 15:45:01 UTC 2022 - pgajdos@suse.com
- version update to 2.2
* Migrate models ``id`` fields to ``BigAutoField``.
* Add ``runmailer`` management command. This command starts a loop that
* Added ``runmailer`` management command. This command starts a loop that
frequently checks the database for new emails. The wait time between
checks can be controlled using the ``MAILER_EMPTY_QUEUE_SLEEP`` setting.
- added patches
fix https://github.com/pinax/django-mailer/issues/157
+ python-django-mailer-no-mock.patch
-------------------------------------------------------------------
Fri Jan 7 03:47:57 UTC 2022 - John Vandenberg <jayvdb@gmail.com>
- Skip Tumbleweed Python 3.6 incompatible with Django 4
-------------------------------------------------------------------
Sun Dec 26 11:31:52 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
- Update to v2.1
* The retry_deferred and send_mail commands rely on the log level
set in your django project now. The -c/--cron option in those
commands has been deprecated and the logic to configure log
levels and the message format has been removed.
* Changed logging to use module specific loggers to avoid
interfering with other loggers.
* Added MAILER_USE_FILE_LOCK setting to allow disabling file based
locking.
* Added -r option to purge_mail_log management command.
* Fixed deprecation warnings on Django 3.1
* Use cached DNS_NAME for performance
* Added ability to override the default error handler via the
MAILER_ERROR_HANDLER settings key
-------------------------------------------------------------------
Tue Jun 30 04:17:19 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
- Activate test suite
-------------------------------------------------------------------
Sun May 24 14:24:05 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
- Use single spec
- Update to v2.0.1
-------------------------------------------------------------------
Wed Dec 28 21:13:20 UTC 2011 - alexandre@exatati.com.br
- Remove CFLAGS from spec file.
-------------------------------------------------------------------
Thu Nov 24 21:33:48 UTC 2011 - alexandre@exatati.com.br
- Regenerate spec file with py2pack;
- Bzip2 source code.
-------------------------------------------------------------------
Mon Aug 24 20:35:40 UTC 2009 - alexandre@exatati.com.br
- Update to 0.1 final.
-------------------------------------------------------------------
Wed Aug 19 20:20:14 UTC 2009 - alexandre@exatati.com.br
- Initial package for openSUSE.