16903262e5
- Add BuildRequires on pytest-asyncio. - Add patch set-pytest-asyncio-mode.patch: * Set asyncio-mode to auto.
Steve Kowalik2025-08-11 02:24:53 +00:00
97bc0f0f1e
- Update to 1.16.0 * Removed official support for python versions `<3.9. These versions will not run in CI anymore. * Fixed RuntimeError` in tests when running on python 3.14. Added python 3.14 to CI. Fixes#112 - Use Python 3.11 on SLE-15 by default
Dirk Mueller2025-06-13 10:44:42 +00:00
3078c64bfc
- update to 1.15.6: * Fixed issue with legacy python 2.7 and 3.5. * Python 3.13 is now supported. * Fixed SyntaxError: invalid syntax happening when the default value of one argument of the created function is a * subclass of a basic primitive. _ or contains a double __ - Update to Version 1.13.0
Dirk Mueller2024-10-29 21:11:40 +00:00
2fe463f9a7
Accepting request 1131765 from devel:languages:python
Ana Guerrero2023-12-08 21:32:17 +00:00
6fe7bfd92b
- update to 1.15.2: * Fixed SyntaxError happening when the name of a native coroutine function to create contains 'return'. * Fixes#96.
Dirk Mueller2023-12-07 22:55:52 +00:00
3aa85ca73b
- update to 1.15.1: * Fixed ValueError: Invalid co_name happening on python 2 when the name of a function to create starts or ends with _ or contains a double __Dirk Mueller2023-03-26 18:45:56 +00:00