14
0

Accepting request 1034942 from home:yarunachalam:branches:devel:languages:python

- Update to version 1.11.0 
  * refer to pytest not py.test in tests (#69)
- Update to version 1.10.0
  * Correct handling of a environ keys in python2 (#66)
  * Accept urllib3 server_hostname keyword
  * Test by git hub actions (#64)
  * Merge pull request #63 from santosh653/master
  * Update .travis.yml

OBS-URL: https://build.opensuse.org/request/show/1034942
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wsgi_intercept?expand=0&rev=54
This commit is contained in:
2022-11-11 13:26:48 +00:00
committed by Git OBS Bridge
parent 150972f0cf
commit 5c44c33031
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Nov 9 19:51:58 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 1.11.0
* refer to pytest not py.test in tests (#69)
- Update to version 1.10.0
* Correct handling of a environ keys in python2 (#66)
* Accept urllib3 server_hostname keyword
* Test by git hub actions (#64)
* Merge pull request #63 from santosh653/master
* Update .travis.yml
-------------------------------------------------------------------
Tue Oct 11 17:19:22 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>