Accepting request 1238937 from home:mcalabkova:branches:devel:languages:python:pytest

- update to 0.0.15
  * Adopt uv
  * support for calling a function/coroutine
  * Fix for single line docstrings
  * Typechecking
  * Allow matching prefix with curly braces
- add newline.patch to adapt tests to pytest 8.3.4

OBS-URL: https://build.opensuse.org/request/show/1238937
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-examples?expand=0&rev=17
This commit is contained in:
2025-01-20 10:44:23 +00:00
committed by Git OBS Bridge
parent d52dbafd94
commit 3d3d529566
5 changed files with 46 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Jan 17 16:49:17 UTC 2025 - Markéta Machová <mmachova@suse.com>
- update to 0.0.15
* Adopt uv
* support for calling a function/coroutine
* Fix for single line docstrings
* Typechecking
* Allow matching prefix with curly braces
- add newline.patch to adapt tests to pytest 8.3.4
-------------------------------------------------------------------
Sun Aug 18 16:50:49 UTC 2024 - Dirk Müller <dmueller@suse.com>