14
0
forked from pool/python-vcrpy

Accepting request 744999 from home:mnhauke

- Update to version 2.1.1
  * Format code with black
  * Improve documentation about custom matchers
  * Fix exception when body is empty
  * Fix yarl and python3.5 version issue
  * Fix header matcher for boto3

OBS-URL: https://build.opensuse.org/request/show/744999
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=18
This commit is contained in:
Tomáš Chvátal
2019-11-04 08:23:15 +00:00
committed by Git OBS Bridge
parent de2b6ee921
commit 043186f91d
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Nov 3 14:00:28 UTC 2019 - Martin Hauke <mardnh@gmx.de>
- Update to version 2.1.1
* Format code with black
* Improve documentation about custom matchers
* Fix exception when body is empty
* Fix yarl and python3.5 version issue
* Fix header matcher for boto3
-------------------------------------------------------------------
Mon Sep 16 10:48:31 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>