14
0

- update to 0.10.6

- drop tidy-py_modules.patch
- use %pytest macro
 * ConnectionError's raised by responses now indicate which request
    path/method failed to match a mock.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-responses?expand=0&rev=16
This commit is contained in:
2019-05-14 14:19:32 +00:00
committed by Git OBS Bridge
parent fb4314f1b7
commit afa48d07a4
5 changed files with 16 additions and 23 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue May 14 14:13:30 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.10.6
- drop tidy-py_modules.patch
- use %pytest macro
* ConnectionError's raised by responses now indicate which request
path/method failed to match a mock.
-------------------------------------------------------------------
Sun Feb 10 05:10:22 UTC 2019 - John Vandenberg <jayvdb@gmail.com>