14
0

Accepting request 770562 from home:mcalabkova:branches:devel:languages:python

- update to 1.9.2
  * Don't send headers until we've read some results
  * Update testing to include python 3.7 and 3.8
  * Adding skipnetwork decorator to external resource
  * Enable support for verify=False set in requests library.

OBS-URL: https://build.opensuse.org/request/show/770562
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wsgi_intercept?expand=0&rev=48
This commit is contained in:
Tomáš Chvátal
2020-02-06 12:48:01 +00:00
committed by Git OBS Bridge
parent 29d0a17e84
commit 7a9cabffb5
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Feb 6 12:42:53 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to 1.9.2
* Don't send headers until we've read some results
* Update testing to include python 3.7 and 3.8
* Adding skipnetwork decorator to external resource
* Enable support for verify=False set in requests library.
-------------------------------------------------------------------
Wed Nov 6 12:22:52 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>