15
0

Compare commits

9 Commits

Author SHA256 Message Date
6f77dd0fee Accepting request 1298125 from devel:languages:python
- Disable tests, tests doesn't work with latest pytest-asyncio
  gh#cole/aiosmtplib@3b4bd0d7048c

OBS-URL: https://build.opensuse.org/request/show/1298125
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aiosmtplib?expand=0&rev=15
2025-08-07 14:50:00 +00:00
ca5714c34f OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiosmtplib?expand=0&rev=32 2025-08-07 11:23:56 +00:00
1ecb3ef092 - Disable tests, tests doesn't work with latest pytest-asyncio
gh#cole/aiosmtplib@3b4bd0d7048c

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiosmtplib?expand=0&rev=31
2025-08-07 11:18:15 +00:00
bd9389fc60 Accepting request 1278550 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1278550
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aiosmtplib?expand=0&rev=14
2025-05-20 15:04:10 +00:00
3ccbbd1c90 - Update to 4.0.1
* Bugfix: Always clear the connect lock on connection lost,
    allowing client reconnect

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiosmtplib?expand=0&rev=29
2025-05-20 08:19:53 +00:00
54f6eeadac Accepting request 1267262 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1267262
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aiosmtplib?expand=0&rev=13
2025-04-05 11:50:39 +00:00
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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiosmtplib?expand=0&rev=27
2025-04-05 08:26:10 +00:00
4aab07e0ca Accepting request 1222850 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1222850
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aiosmtplib?expand=0&rev=12
2024-11-09 19:57:55 +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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiosmtplib?expand=0&rev=25
2024-11-08 15:04:32 +00:00

Diff Content Not Available