* Tue Apr 22 2025 Steve Kowalik <steven.kowalik@suse.com>
- Support both lowercased and unnormalized metadata directory names.
* Sun Mar 23 2025 Axel Braun <axel.braun@gmx.de>
- version 5.5.1
* no changelog provided
* Fri Oct 04 2024 Axel Braun <axel.braun@gmx.de>
- version 5.4.1
* source tarball renamed
* Removed a debugging statement
* Support catch-all events with socketio.on('*') #2095
* Prevent crash when client sends empty event
* Handle events with catch-all namespace #2061
* Add unit test for background tasks
* Drop Python 3.7, add Python 3.12, upgrade to pypy 3.10
* Mon Feb 12 2024 Steve Kowalik <steven.kowalik@suse.com>
- Add missing BuildRequires on setuptools.
* Mon Dec 18 2023 Dirk Müller <dmueller@suse.com>
- update to 5.3.6:
* Fixes in the test client to support recent changes in Socket.IO
dependencies
* Fri Dec 01 2023 Antonio Larrosa <alarrosa@suse.com>
- Add %{?sle15_python_module_pythons}
* Thu Aug 10 2023 Arun Persaud <arun@gmx.de>
- update to version 5.3.5:
* Prevent allow_unsafe_werkzeug option from being passed to web
servers #2001 (commit)
* Wed Jun 21 2023 Matej Cepl <mcepl@suse.com>
- Clean up SPEC file, make rpmlint happy.
* Wed Jun 21 2023 Axel Braun <axel.braun@gmx.de>
- update to version 5.3.4
* For a full changelog see https://github.com/miguelgrinberg/Flask-SocketIO/blob/main/CHANGES.md
* Sat Oct 23 2021 Axel Braun <axel.braun@gmx.de>
- Update to version 5.1.1
* Only use SSL socket if at least one SSL kwarg is not None #1639 (commit) (thanks JT Raber!)
* Remove unused SSL arguments from eventlet server options #1639 (commit)
* Remove executable permissions from files that lack shebang lines #1621 (commit) (thanks Ben Beasley!)
* Improved project structure (commit)
Release 5.1.0 - 2021-05-28
* Add reloader_options argument to socketio.run#1556 (commit)
* Pass auth data from client in connect event handler #1555 (commit)
* Do not show simple-websocket install prompt if it is already installed (commit)
* Fix namespace bug in example #1543 (commit)
* Added index to documentation #724 (commit)
* Fixed typo in documentation #1551 (commit) (thanks Mayank Anuragi!)