Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Flask-SocketIO for openSUSE:Factory checked in at 2023-08-11 15:56:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Flask-SocketIO (Old) and /work/SRC/openSUSE:Factory/.python-Flask-SocketIO.new.11712 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Flask-SocketIO" Fri Aug 11 15:56:09 2023 rev:4 rq:1103452 version:5.3.5 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Flask-SocketIO/python-Flask-SocketIO.changes 2023-06-22 23:26:31.181981912 +0200 +++ /work/SRC/openSUSE:Factory/.python-Flask-SocketIO.new.11712/python-Flask-SocketIO.changes 2023-08-11 15:56:25.896083869 +0200 @@ -1,0 +2,7 @@ +Thu Aug 10 22:27:27 UTC 2023 - Arun Persaud <a...@gmx.de> + +- update to version 5.3.5: + * Prevent allow_unsafe_werkzeug option from being passed to web + servers #2001 (commit) + +------------------------------------------------------------------- Old: ---- Flask-SocketIO-5.3.4.tar.gz New: ---- Flask-SocketIO-5.3.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Flask-SocketIO.spec ++++++ --- /var/tmp/diff_new_pack.j17g3t/_old 2023-08-11 15:56:26.424087015 +0200 +++ /var/tmp/diff_new_pack.j17g3t/_new 2023-08-11 15:56:26.428087039 +0200 @@ -18,7 +18,7 @@ %define skip_python2 1 Name: python-Flask-SocketIO -Version: 5.3.4 +Version: 5.3.5 Release: 0 Summary: SocketIO integration for Flask applications License: MIT ++++++ Flask-SocketIO-5.3.4.tar.gz -> Flask-SocketIO-5.3.5.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Flask-SocketIO-5.3.4/PKG-INFO new/Flask-SocketIO-5.3.5/PKG-INFO --- old/Flask-SocketIO-5.3.4/PKG-INFO 2023-05-03 12:34:08.560571200 +0200 +++ new/Flask-SocketIO-5.3.5/PKG-INFO 2023-07-26 20:14:16.724852000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: Flask-SocketIO -Version: 5.3.4 +Version: 5.3.5 Summary: Socket.IO integration for Flask applications Home-page: https://github.com/miguelgrinberg/flask-socketio Author: Miguel Grinberg @@ -13,6 +13,7 @@ Classifier: Operating System :: OS Independent Requires-Python: >=3.6 Description-Content-Type: text/markdown +Provides-Extra: docs License-File: LICENSE Flask-SocketIO diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Flask-SocketIO-5.3.4/setup.cfg new/Flask-SocketIO-5.3.5/setup.cfg --- old/Flask-SocketIO-5.3.4/setup.cfg 2023-05-03 12:34:08.561552300 +0200 +++ new/Flask-SocketIO-5.3.5/setup.cfg 2023-07-26 20:14:16.724852000 +0200 @@ -1,6 +1,6 @@ [metadata] name = Flask-SocketIO -version = 5.3.4 +version = 5.3.5 author = Miguel Grinberg author_email = miguel.grinb...@gmail.com description = Socket.IO integration for Flask applications @@ -30,6 +30,10 @@ [options.packages.find] where = src +[options.extras_require] +docs = + sphinx + [egg_info] tag_build = tag_date = 0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Flask-SocketIO-5.3.4/src/Flask_SocketIO.egg-info/PKG-INFO new/Flask-SocketIO-5.3.5/src/Flask_SocketIO.egg-info/PKG-INFO --- old/Flask-SocketIO-5.3.4/src/Flask_SocketIO.egg-info/PKG-INFO 2023-05-03 12:34:08.000000000 +0200 +++ new/Flask-SocketIO-5.3.5/src/Flask_SocketIO.egg-info/PKG-INFO 2023-07-26 20:14:16.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: Flask-SocketIO -Version: 5.3.4 +Version: 5.3.5 Summary: Socket.IO integration for Flask applications Home-page: https://github.com/miguelgrinberg/flask-socketio Author: Miguel Grinberg @@ -13,6 +13,7 @@ Classifier: Operating System :: OS Independent Requires-Python: >=3.6 Description-Content-Type: text/markdown +Provides-Extra: docs License-File: LICENSE Flask-SocketIO diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Flask-SocketIO-5.3.4/src/Flask_SocketIO.egg-info/requires.txt new/Flask-SocketIO-5.3.5/src/Flask_SocketIO.egg-info/requires.txt --- old/Flask-SocketIO-5.3.4/src/Flask_SocketIO.egg-info/requires.txt 2023-05-03 12:34:08.000000000 +0200 +++ new/Flask-SocketIO-5.3.5/src/Flask_SocketIO.egg-info/requires.txt 2023-07-26 20:14:16.000000000 +0200 @@ -1,2 +1,5 @@ Flask>=0.9 python-socketio>=5.0.2 + +[docs] +sphinx diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Flask-SocketIO-5.3.4/src/flask_socketio/__init__.py new/Flask-SocketIO-5.3.5/src/flask_socketio/__init__.py --- old/Flask-SocketIO-5.3.4/src/flask_socketio/__init__.py 2023-03-21 20:59:26.000000000 +0100 +++ new/Flask-SocketIO-5.3.5/src/flask_socketio/__init__.py 2023-07-26 20:01:29.000000000 +0200 @@ -627,6 +627,7 @@ self.sockio_mw.wsgi_app = DebuggedApplication( self.sockio_mw.wsgi_app, evalex=True) + allow_unsafe_werkzeug = kwargs.pop('allow_unsafe_werkzeug', False) if self.server.eio.async_mode == 'threading': try: import simple_websocket # noqa: F401 @@ -634,8 +635,6 @@ from werkzeug._internal import _log _log('warning', 'WebSocket transport not available. Install ' 'simple-websocket for improved performance.') - allow_unsafe_werkzeug = kwargs.pop('allow_unsafe_werkzeug', - False) if not sys.stdin or not sys.stdin.isatty(): # pragma: no cover if not allow_unsafe_werkzeug: raise RuntimeError('The Werkzeug web server is not '