14
0
forked from pool/python-respx

- update to 0.21.1:

* Fix `files` pattern not handling `str` and `BytesIO`
  * Add support for `None` values in `data` pattern

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-respx?expand=0&rev=17
This commit is contained in:
2024-04-20 07:48:41 +00:00
committed by Git OBS Bridge
parent 319be43888
commit 35fbeae414
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Apr 20 07:48:17 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.21.1:
* Fix `files` pattern not handling `str` and `BytesIO`
* Add support for `None` values in `data` pattern
-------------------------------------------------------------------
Thu Mar 21 17:03:25 UTC 2024 - Dirk Müller <dmueller@suse.com>