14
0
forked from pool/python-ws4py

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

- update to version 0.5.1
  * fixed runtime error: Set changed size during iteration
  * on secure, only pass the requested number of bytes to the parsers
  * Change threaded client test to test ssl socket
  * exclude certain headers when requested
  * Disable build for Python 3.4
- launch tests using multibuild
- added patch ws4py-no-cherrypy-test.patch to enable tests also on
  Python2.7 (since CherryPy does not exist for Python2)

OBS-URL: https://build.opensuse.org/request/show/693231
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ws4py?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2019-04-11 13:08:15 +00:00
committed by Git OBS Bridge
parent 6d83ef074f
commit 4058aa1d21
6 changed files with 156 additions and 13 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Apr 11 12:09:24 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 0.5.1
* fixed runtime error: Set changed size during iteration
* on secure, only pass the requested number of bytes to the parsers
* Change threaded client test to test ssl socket
* exclude certain headers when requested
* Disable build for Python 3.4
- launch tests using multibuild
- added patch ws4py-no-cherrypy-test.patch to enable tests also on
Python2.7 (since CherryPy does not exist for Python2)
-------------------------------------------------------------------
Tue Dec 4 12:56:13 UTC 2018 - Matej Cepl <mcepl@suse.com>