7b3543fc8b
- Update to 4.0.0 * BREAKING: Drop Python 3.8 support * Bugfix: Run socket.getfqdn in thread to avoid blocking event loop if local_hostname not provided (thanks @Raidzin) * Bugfix: Clear connect lock on connection lost, allowing client reconnect * Bugfix: Allow socket connections to use TLS by providing hostname and use_tls=True
Matej Cepl2025-04-05 08:26:10 +00:00
d725f398a6
- Update to 3.0.2 * Bugfix: Type of "send" is partially unknown with pyright * Bugfix: Fix asyncio deadlock trying to reconnect after error * Change: Switched from Poetry to build/hatch/twine for packaging. - Skip test_live and test_tls tests when running testsuite - Switch package to modern Python Stack on SLE-15 * Use Python 3.11 on SLE-15 by default * Drop support for older Python versions - Switch build system from setuptools to pyproject.toml * Add python-pip and python-wheel to BuildRequires * Replace %python_build with %pyproject_wheel * Replace %python_install with %pyproject_install - Limit Python files matched in %files section
Matej Cepl2024-11-08 15:04:32 +00:00
95e77dca8e
Accepting request 1126230 from devel:languages:python
Ana Guerrero2023-11-15 20:08:24 +00:00
c82c95d35a
- update to 3.0.3: * Redefine click.pass_context and click.get_current_context to use cloup.Context in place of click.Context - Integrate with git workflow * Fix: default to Group.command_class and Group.group_class when creating subcommands by @janluke in #162 - Version 2.0.0
Dirk Mueller2023-11-14 15:45:52 +00:00
d8b2a4b46c
- update to 2.0.2: * Bugfix: don't send extra EHLO/HELO before QUIT * Change: added SMTPConnectionResponseError for invalid response on connect only
Dirk Mueller2023-06-20 16:49:57 +00:00
b27f94ce35
- update to 2.0.1: * Bugfix: "tests" and "docs" in the sdist should be includes, not packages, so that they do not get put in site-packages.
Dirk Mueller2023-02-10 10:37:02 +00:00
3a83422e1e
- Update to 1.1.5: - Bugfix: avoid raising asyncio.CancelledError on connection lost - Bugfix: allow UTF-8 chars in usernames and password strings - Feature: allow bytes type args for login usernames and passwords - Switch off failing tests because of gh#cole/aiosmtplib#171.
Matej Cepl2021-05-01 06:19:40 +00:00