forked from pool/python-aiosmtpd
- Add patch support-python-314.patch:
* Use inspect.iscoroutine, rather than asyncio. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiosmtpd?expand=0&rev=36
This commit is contained in:
118
python-aiosmtpd.changes
Normal file
118
python-aiosmtpd.changes
Normal file
@@ -0,0 +1,118 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 10 04:59:40 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Add patch support-python-314.patch:
|
||||
* Use inspect.iscoroutine, rather than asyncio.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 16 12:16:45 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Convert to libalternatives
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 27 23:07:53 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Switch to pyproject macros.
|
||||
- Add patch support-python-313.patch:
|
||||
* With Python 3.13, the listening asyncio Unix socket is removed
|
||||
on close
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 20 11:20:49 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
- Update to 1.4.6 (bsc#1224467, CVE-2024-34083):
|
||||
* STARTTLS is now fully enforced if used.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 1 12:22:50 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
- Reenable tests for tumbleweed and Leap. Adds the
|
||||
python-pytest-asyncio build requirements for tests and ignore some
|
||||
tests that are failing for Leap but not for Factory.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 07:06:26 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
- Clean up the SPEC file.
|
||||
- Remove LICENSE-2.0.txt, it is now included in the tarball.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 13 16:32:38 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
- Update to 1.4.5 (bsc#1221328, CVE-2024-27305):
|
||||
* Fixed incorrect handling of newlines.
|
||||
- remove not needed python-aiosmtpd.rpmlintrc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 15 12:01:59 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>
|
||||
|
||||
- Use sle15_python_module_pythons
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 15 14:01:02 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.4.4.post2:
|
||||
* Prevent unclean repo from being built (Closes #365)
|
||||
* Reduce chance of not-ready-for-release packages from being
|
||||
uploaded
|
||||
* No longer expect an implicit creation of the event loop
|
||||
through ``get_event_loop()`` (Closes #353)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 4 16:48:10 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.4.3:
|
||||
* Is now compatible with uvloop
|
||||
* Add compatibility for Python 3.10 and 3.11 (Closes #322)
|
||||
* Test matrix update (Closes #306)
|
||||
* Drop Python 3.6, PyPy 3.6 (some) and MacOS 10
|
||||
* Add Python 3.10 & 3.11, PyPy 3.7 & 3.8, Ubuntu 22.04, MacOS 11 & 12
|
||||
* Expanded tox environments
|
||||
* Longer AUTOSTOP_DELAY especially for Windows (Closes #313)
|
||||
* Update signing keys
|
||||
* Some documentation fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 21 16:19:40 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
- Skip rpmlint error python-tests-in-package.
|
||||
- Remove python_module macro definition.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 11 20:08:35 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Remove hardcoded conditional on python36 flavor which got removed
|
||||
in Tumbleweed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 19 08:35:23 UTC 2021 - Andreas Schneider <asn@cryptomilk.org>
|
||||
|
||||
- Disable pytest on Leap <= 15.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 4 10:15:40 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update runtime and build requirements
|
||||
- Skip a failing test, which is marked xfail anyway but too late
|
||||
- Exclude docs install into sitelib directory
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 22 08:44:16 UTC 2021 - Michael Ströder <michael@stroeder.com>
|
||||
|
||||
- update to 1.4.2
|
||||
- dropped obsolete f414dcdc.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 27 09:36:02 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
|
||||
|
||||
- %python3_only -> %python_alternative
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 2 07:32:50 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Do not install examples in generic examples folder in sitelib
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 11 12:56:40 PM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
- Initial spec for v1.2.1
|
||||
Reference in New Issue
Block a user