14
0

Accepting request 701322 from home:pgajdos

- version update to 1.6.0
  * Respect user provided content encoding type
  * Update minimum requests version to 2.3
  * Add testing for Python 3.7 & PyPy3
  * Drop \_matcher from request pickled state
  * Clarify the pytest configuration documentation

OBS-URL: https://build.opensuse.org/request/show/701322
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-mock?expand=0&rev=32
This commit is contained in:
Tomáš Chvátal
2019-05-07 13:47:22 +00:00
committed by Git OBS Bridge
parent 0349cb3d07
commit c701d9f6f2
4 changed files with 17 additions and 8 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue May 7 13:19:56 UTC 2019 - pgajdos@suse.com
- version update to 1.6.0
* Respect user provided content encoding type
* Update minimum requests version to 2.3
* Add testing for Python 3.7 & PyPy3
* Drop \_matcher from request pickled state
* Clarify the pytest configuration documentation
-------------------------------------------------------------------
Thu Mar 7 15:00:19 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>