14
0

Accepting request 1194152 from home:yeey:branches:devel:languages:python

- Update to 5.11.3
  * New shutdown() method added to the client #1333 (commit)
  * Ignore catch-all namespace in client connections #1351 (commit)
  * Accept 0 as a callback id #1329 (commit) (thanks Ruslan Bel'kov!)
  * Minor updates to the server and client documentation (commit)
  * Remove outdated information in intro section of documentation #1337 (commit)
  * Fixed typos in server documentation #1331 (commit) (thanks John Sigg!)

OBS-URL: https://build.opensuse.org/request/show/1194152
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-socketio?expand=0&rev=14
This commit is contained in:
2024-08-21 11:26:06 +00:00
committed by Git OBS Bridge
parent 3134b81732
commit e2a7a84610
4 changed files with 36 additions and 18 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Aug 14 17:15:24 UTC 2024 - Guang Yee <gyee@suse.com>
- Update to 5.11.3
* New shutdown() method added to the client #1333 (commit)
* Ignore catch-all namespace in client connections #1351 (commit)
* Accept 0 as a callback id #1329 (commit) (thanks Ruslan Bel'kov!)
* Minor updates to the server and client documentation (commit)
* Remove outdated information in intro section of documentation #1337 (commit)
* Fixed typos in server documentation #1331 (commit) (thanks John Sigg!)
-------------------------------------------------------------------
Fri Dec 1 16:43:24 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>