1
0

- update to 5.3.6:

* Fixes in the test client to support recent changes in Socket.IO
    dependencies
- Update to version 5.1.1
- Update to 5.0.3
- Initial version

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-Flask-SocketIO?expand=0&rev=11
This commit is contained in:
Dirk Mueller 2023-12-18 12:20:19 +00:00 committed by Git OBS Bridge
parent e92308e81b
commit 7960329cba
4 changed files with 14 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5f01158d10db71aa78c969b631ce3b9148b47ab0de1995158f9577f85b004d25
size 17030

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bb8f9f9123ef47632f5ce57a33514b0c0023ec3696b2384457f0fcaa5b70501c
size 17167

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Dec 18 12:19:34 UTC 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 1 16:29:35 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
@ -24,7 +31,7 @@ Wed Jun 21 19:56:26 UTC 2023 - Axel Braun <axel.braun@gmx.de>
-------------------------------------------------------------------
Sat Oct 23 15:18:45 UTC 2021 - Axel Braun <axel.braun@gmx.de>
- Update to version 5.1.1
- 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!)
@ -40,7 +47,7 @@ Sat Oct 23 15:18:45 UTC 2021 - Axel Braun <axel.braun@gmx.de>
-------------------------------------------------------------------
Tue May 25 17:24:48 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to 5.0.3
- Update to 5.0.3
* Document the use of simple-websocket with the development web server (commit)
* Show transport in example apps (commit)
* Added Open Collective funding option (commit)
@ -68,4 +75,4 @@ Thu Feb 1 15:46:27 UTC 2018 - gsmith@suse.com
-------------------------------------------------------------------
Wed Jan 31 21:01:27 UTC 2018 - gsmith@suse.com
- Initial version
- Initial version

View File

@ -16,10 +16,9 @@
#
%define skip_python2 1
%{?sle15_python_module_pythons}
Name: python-Flask-SocketIO
Version: 5.3.5
Version: 5.3.6
Release: 0
Summary: SocketIO integration for Flask applications
License: MIT