commit python-websockets for openSUSE:Factory

2020-02-07 Thread root
Hello community,

here is the log from the commit of package python-websockets for 
openSUSE:Factory checked in at 2020-02-07 15:54:22

Comparing /work/SRC/openSUSE:Factory/python-websockets (Old)
 and  /work/SRC/openSUSE:Factory/.python-websockets.new.26092 (New)


Package is "python-websockets"

Fri Feb  7 15:54:22 2020 rev:10 rq:770600 version:8.1

Changes:

--- /work/SRC/openSUSE:Factory/python-websockets/python-websockets.changes  
2019-10-16 09:18:57.706899056 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-websockets.new.26092/python-websockets.changes
   2020-02-07 15:55:50.995556956 +0100
@@ -1,0 +2,7 @@
+Thu Feb  6 13:45:03 UTC 2020 - Marketa Calabkova 
+
+- update to 8.1
+  * Added compatibility with Python 3.8.
+- drop upstreamed patch python38-support.patch
+
+---

Old:

  8.0.2.tar.gz
  python38-support.patch

New:

  8.1.tar.gz



Other differences:
--
++ python-websockets.spec ++
--- /var/tmp/diff_new_pack.wOp6PL/_old  2020-02-07 15:55:53.159558059 +0100
+++ /var/tmp/diff_new_pack.wOp6PL/_new  2020-02-07 15:55:53.159558059 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-websockets
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,14 +19,13 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-websockets
-Version:8.0.2
+Version:8.1
 Release:0
 Summary:An implementation of the WebSocket Protocol (RFC 6455)
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 URL:https://github.com/aaugustin/websockets
 Source: 
https://github.com/aaugustin/websockets/archive/%{version}.tar.gz
-Patch0: python38-support.patch
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -45,7 +44,6 @@
 
 %prep
 %setup -q -n websockets-%{version}
-%autopatch -p1
 
 %build
 export CFLAGS="%{optflags}"

++ 8.0.2.tar.gz -> 8.1.tar.gz ++
 1753 lines of diff (skipped)




commit python-websockets for openSUSE:Factory

2019-10-16 Thread root
Hello community,

here is the log from the commit of package python-websockets for 
openSUSE:Factory checked in at 2019-10-16 09:18:54

Comparing /work/SRC/openSUSE:Factory/python-websockets (Old)
 and  /work/SRC/openSUSE:Factory/.python-websockets.new.2352 (New)


Package is "python-websockets"

Wed Oct 16 09:18:54 2019 rev:9 rq:738721 version:8.0.2

Changes:

--- /work/SRC/openSUSE:Factory/python-websockets/python-websockets.changes  
2019-08-13 20:45:28.255041589 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-websockets.new.2352/python-websockets.changes
2019-10-16 09:18:57.706899056 +0200
@@ -1,0 +2,6 @@
+Wed Oct 16 03:19:43 UTC 2019 - Steve Kowalik 
+
+- Add python38-support.patch from upstream that fixes build failures
+  against Python 3.8.
+
+---

New:

  python38-support.patch



Other differences:
--
++ python-websockets.spec ++
--- /var/tmp/diff_new_pack.YwpsjP/_old  2019-10-16 09:18:58.198897788 +0200
+++ /var/tmp/diff_new_pack.YwpsjP/_new  2019-10-16 09:18:58.210897757 +0200
@@ -26,6 +26,7 @@
 Group:  Development/Languages/Python
 URL:https://github.com/aaugustin/websockets
 Source: 
https://github.com/aaugustin/websockets/archive/%{version}.tar.gz
+Patch0: python38-support.patch
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -44,6 +45,7 @@
 
 %prep
 %setup -q -n websockets-%{version}
+%autopatch -p1
 
 %build
 export CFLAGS="%{optflags}"

++ python38-support.patch ++
 2201 lines (skipped)




commit python-websockets for openSUSE:Factory

2019-08-13 Thread root
Hello community,

here is the log from the commit of package python-websockets for 
openSUSE:Factory checked in at 2019-08-13 20:45:27

Comparing /work/SRC/openSUSE:Factory/python-websockets (Old)
 and  /work/SRC/openSUSE:Factory/.python-websockets.new.9556 (New)


Package is "python-websockets"

Tue Aug 13 20:45:27 2019 rev:8 rq:723124 version:8.0.2

Changes:

--- /work/SRC/openSUSE:Factory/python-websockets/python-websockets.changes  
2019-07-22 17:19:26.565910005 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-websockets.new.9556/python-websockets.changes
2019-08-13 20:45:28.255041589 +0200
@@ -1,0 +2,7 @@
+Tue Aug 13 16:35:47 UTC 2019 - Tomáš Chvátal 
+
+- Update to 8.0.2:
+  * Restored the ability to pass a socket with the sock parameter of 
:func:`~server.serve`.
+  * Removed an incorrect assertion when a connection drops.
+
+---

Old:

  8.0.1.tar.gz

New:

  8.0.2.tar.gz



Other differences:
--
++ python-websockets.spec ++
--- /var/tmp/diff_new_pack.Cv6Pjv/_old  2019-08-13 20:45:30.811040852 +0200
+++ /var/tmp/diff_new_pack.Cv6Pjv/_new  2019-08-13 20:45:30.859040838 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-websockets
-Version:8.0.1
+Version:8.0.2
 Release:0
 Summary:An implementation of the WebSocket Protocol (RFC 6455)
 License:BSD-3-Clause

++ 8.0.1.tar.gz -> 8.0.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/websockets-8.0.1/docs/changelog.rst 
new/websockets-8.0.2/docs/changelog.rst
--- old/websockets-8.0.1/docs/changelog.rst 2019-07-21 07:38:10.0 
+0200
+++ new/websockets-8.0.2/docs/changelog.rst 2019-07-31 21:14:25.0 
+0200
@@ -8,6 +8,14 @@
 
 *In development*
 
+8.0.2
+.
+
+* Restored the ability to pass a socket with the ``sock`` parameter of
+  :func:`~server.serve`.
+
+* Removed an incorrect assertion when a connection drops.
+
 8.0.1
 .
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/websockets-8.0.1/docs/conf.py 
new/websockets-8.0.2/docs/conf.py
--- old/websockets-8.0.1/docs/conf.py   2019-07-21 07:38:10.0 +0200
+++ new/websockets-8.0.2/docs/conf.py   2019-07-31 21:14:25.0 +0200
@@ -61,7 +61,7 @@
 # The short X.Y version.
 version = '8.0'
 # The full version, including alpha/beta/rc tags.
-release = '8.0.1'
+release = '8.0.2'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/websockets-8.0.1/src/websockets/protocol.py 
new/websockets-8.0.2/src/websockets/protocol.py
--- old/websockets-8.0.1/src/websockets/protocol.py 2019-07-21 
07:38:10.0 +0200
+++ new/websockets-8.0.2/src/websockets/protocol.py 2019-07-31 
21:14:25.0 +0200
@@ -479,7 +479,6 @@
 if self.legacy_recv:
 return None  # type: ignore
 else:
-assert self.state in [State.CLOSING, State.CLOSED]
 # Wait until the connection is closed to raise
 # ConnectionClosed with the correct code and reason.
 await self.ensure_open()
@@ -760,8 +759,8 @@
 # Handle cases from most common to least common for performance.
 if self.state is State.OPEN:
 # If self.transfer_data_task exited without a closing handshake,
-# self.close_connection_task may be closing it, going straight
-# from OPEN to CLOSED.
+# self.close_connection_task may be closing the connection, going
+# straight from OPEN to CLOSED.
 if self.transfer_data_task.done():
 await asyncio.shield(self.close_connection_task)
 raise self.connection_closed_exc()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/websockets-8.0.1/src/websockets/server.py 
new/websockets-8.0.2/src/websockets/server.py
--- old/websockets-8.0.1/src/websockets/server.py   2019-07-21 
07:38:10.0 +0200
+++ new/websockets-8.0.2/src/websockets/server.py   2019-07-31 
21:14:25.0 +0200
@@ -928,9 +928,6 @@
 )
 
 if path is None:
-# serve(..., host, port) must specify host and port parameters.
-# host can be None to listen on all interfaces; port cannot be 
None.
-assert port is not None
 create_server = functools.partial(
  

commit python-websockets for openSUSE:Factory

2019-07-22 Thread root
Hello community,

here is the log from the commit of package python-websockets for 
openSUSE:Factory checked in at 2019-07-22 17:19:25

Comparing /work/SRC/openSUSE:Factory/python-websockets (Old)
 and  /work/SRC/openSUSE:Factory/.python-websockets.new.4126 (New)


Package is "python-websockets"

Mon Jul 22 17:19:25 2019 rev:7 rq:717556 version:8.0.1

Changes:

--- /work/SRC/openSUSE:Factory/python-websockets/python-websockets.changes  
2019-05-22 10:58:08.562898806 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-websockets.new.4126/python-websockets.changes
2019-07-22 17:19:26.565910005 +0200
@@ -1,0 +2,7 @@
+Mon Jul 22 11:41:40 UTC 2019 - Tomáš Chvátal 
+
+- Update to 8.0.1:
+  * Version 8.0 drops compatibility with Python 3.4 and 3.5.
+  * Various fixes
+
+---

Old:

  7.0.tar.gz

New:

  8.0.1.tar.gz



Other differences:
--
++ python-websockets.spec ++
--- /var/tmp/diff_new_pack.QkgfJc/_old  2019-07-22 17:19:27.189909835 +0200
+++ /var/tmp/diff_new_pack.QkgfJc/_new  2019-07-22 17:19:27.189909835 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-websockets
-Version:7.0
+Version:8.0.1
 Release:0
 Summary:An implementation of the WebSocket Protocol (RFC 6455)
 License:BSD-3-Clause

++ 7.0.tar.gz -> 8.0.1.tar.gz ++
 16198 lines of diff (skipped)




commit python-websockets for openSUSE:Factory

2019-05-22 Thread root
Hello community,

here is the log from the commit of package python-websockets for 
openSUSE:Factory checked in at 2019-05-22 10:58:08

Comparing /work/SRC/openSUSE:Factory/python-websockets (Old)
 and  /work/SRC/openSUSE:Factory/.python-websockets.new.5148 (New)


Package is "python-websockets"

Wed May 22 10:58:08 2019 rev:6 rq:694783 version:7.0

Changes:

--- /work/SRC/openSUSE:Factory/python-websockets/python-websockets.changes  
2018-10-02 19:48:35.417758249 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-websockets.new.5148/python-websockets.changes
2019-05-22 10:58:08.562898806 +0200
@@ -1,0 +2,7 @@
+Tue Apr 16 11:11:59 UTC 2019 - Tomáš Chvátal 
+
+- Update to 7.0:
+  * Various fixes
+  * Repository layout changes
+
+---

Old:

  websockets-6.0.tar.gz

New:

  7.0.tar.gz



Other differences:
--
++ python-websockets.spec ++
--- /var/tmp/diff_new_pack.L3AZzw/_old  2019-05-22 10:58:09.154898293 +0200
+++ /var/tmp/diff_new_pack.L3AZzw/_new  2019-05-22 10:58:09.154898293 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-websockets
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,13 +19,13 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-websockets
-Version:6.0
+Version:7.0
 Release:0
 Summary:An implementation of the WebSocket Protocol (RFC 6455)
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 URL:https://github.com/aaugustin/websockets
-Source: 
https://files.pythonhosted.org/packages/source/w/websockets/websockets-%{version}.tar.gz
+Source: 
https://github.com/aaugustin/websockets/archive/%{version}.tar.gz
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -56,7 +56,7 @@
 %check
 # Test execution speed depends on BS load and architecture, relax
 export WEBSOCKETS_TESTS_TIMEOUT_FACTOR=5
-%python_exec -m unittest
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} $python -m unittest
 
 %files %{python_files}
 %license LICENSE

++ websockets-6.0.tar.gz -> 7.0.tar.gz ++
 22527 lines of diff (skipped)




commit python-websockets for openSUSE:Factory

2018-10-02 Thread root
Hello community,

here is the log from the commit of package python-websockets for 
openSUSE:Factory checked in at 2018-10-02 19:47:27

Comparing /work/SRC/openSUSE:Factory/python-websockets (Old)
 and  /work/SRC/openSUSE:Factory/.python-websockets.new (New)


Package is "python-websockets"

Tue Oct  2 19:47:27 2018 rev:5 rq:639323 version:6.0

Changes:

--- /work/SRC/openSUSE:Factory/python-websockets/python-websockets.changes  
2018-08-31 10:47:44.599443041 +0200
+++ /work/SRC/openSUSE:Factory/.python-websockets.new/python-websockets.changes 
2018-10-02 19:48:35.417758249 +0200
@@ -1,0 +2,10 @@
+Mon Oct  1 07:22:29 UTC 2018 - Tomáš Chvátal 
+
+- Call the tests the same way as upstream to avoid import cycles
+
+---
+Mon Sep 24 07:35:18 UTC 2018 - Tomáš Chvátal 
+
+- Do make sure to error out on test failure.
+
+---



Other differences:
--
++ python-websockets.spec ++
--- /var/tmp/diff_new_pack.wwlLrl/_old  2018-10-02 19:48:35.945757700 +0200
+++ /var/tmp/diff_new_pack.wwlLrl/_new  2018-10-02 19:48:35.945757700 +0200
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -55,10 +55,8 @@
 
 %check
 # Test execution speed depends on BS load and architecture, relax
-# With 6.0 release tests got very racy, retest when updating
-# https://github.com/aaugustin/websockets/issues/415
 export WEBSOCKETS_TESTS_TIMEOUT_FACTOR=5
-%python_exec setup.py test || :
+%python_exec -m unittest
 
 %files %{python_files}
 %license LICENSE




commit python-websockets for openSUSE:Factory

2018-08-31 Thread root
Hello community,

here is the log from the commit of package python-websockets for 
openSUSE:Factory checked in at 2018-08-31 10:47:43

Comparing /work/SRC/openSUSE:Factory/python-websockets (Old)
 and  /work/SRC/openSUSE:Factory/.python-websockets.new (New)


Package is "python-websockets"

Fri Aug 31 10:47:43 2018 rev:4 rq:632256 version:6.0

Changes:

--- /work/SRC/openSUSE:Factory/python-websockets/python-websockets.changes  
2018-06-28 15:13:40.191565299 +0200
+++ /work/SRC/openSUSE:Factory/.python-websockets.new/python-websockets.changes 
2018-08-31 10:47:44.599443041 +0200
@@ -1,0 +2,6 @@
+Wed Aug 29 11:41:58 UTC 2018 - tchva...@suse.com
+
+- Version update to 6.0:
+  * compatibility with python 3.6
+
+---

Old:

  websockets-5.0.1.tar.gz

New:

  websockets-6.0.tar.gz



Other differences:
--
++ python-websockets.spec ++
--- /var/tmp/diff_new_pack.lCtg7w/_old  2018-08-31 10:47:45.123443688 +0200
+++ /var/tmp/diff_new_pack.lCtg7w/_new  2018-08-31 10:47:45.123443688 +0200
@@ -18,21 +18,19 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
-%bcond_without  test
 Name:   python-websockets
-Version:5.0.1
+Version:6.0
 Release:0
 Summary:An implementation of the WebSocket Protocol (RFC 6455)
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Url:https://github.com/aaugustin/websockets
+URL:https://github.com/aaugustin/websockets
 Source: 
https://files.pythonhosted.org/packages/source/w/websockets/websockets-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Suggests:   python-asyncio
-
 %python_subpackages
 
 %description
@@ -55,16 +53,16 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
-%if %{with test}
 %check
 # Test execution speed depends on BS load and architecture, relax
+# With 6.0 release tests got very racy, retest when updating
+# https://github.com/aaugustin/websockets/issues/415
 export WEBSOCKETS_TESTS_TIMEOUT_FACTOR=5
-%python_exec setup.py test
-%endif
+%python_exec setup.py test || :
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE README.rst
+%license LICENSE
+%doc README.rst
 %{python_sitearch}/websockets
 %{python_sitearch}/websockets-%{version}-py*.egg-info
 

++ websockets-5.0.1.tar.gz -> websockets-6.0.tar.gz ++
 1653 lines of diff (skipped)




commit python-websockets for openSUSE:Factory

2018-06-28 Thread root
Hello community,

here is the log from the commit of package python-websockets for 
openSUSE:Factory checked in at 2018-06-28 15:13:30

Comparing /work/SRC/openSUSE:Factory/python-websockets (Old)
 and  /work/SRC/openSUSE:Factory/.python-websockets.new (New)


Package is "python-websockets"

Thu Jun 28 15:13:30 2018 rev:3 rq:619374 version:5.0.1

Changes:

--- /work/SRC/openSUSE:Factory/python-websockets/python-websockets.changes  
2017-10-09 19:48:42.222311402 +0200
+++ /work/SRC/openSUSE:Factory/.python-websockets.new/python-websockets.changes 
2018-06-28 15:13:40.191565299 +0200
@@ -1,0 +2,6 @@
+Wed Jun 27 09:20:26 UTC 2018 - abergm...@suse.com
+
+- Update to version 5.0.1
+  * CVE-2018-1000518: Defend against zip bombs (boo#1099269).
+
+---

Old:

  websockets-3.4.tar.gz

New:

  websockets-5.0.1.tar.gz



Other differences:
--
++ python-websockets.spec ++
--- /var/tmp/diff_new_pack.Arb1zr/_old  2018-06-28 15:13:40.847564097 +0200
+++ /var/tmp/diff_new_pack.Arb1zr/_new  2018-06-28 15:13:40.847564097 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-websockets
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -13,23 +13,24 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 %bcond_without  test
 Name:   python-websockets
-Version:3.4
+Version:5.0.1
 Release:0
-License:BSD-3-Clause
 Summary:An implementation of the WebSocket Protocol (RFC 6455)
-Url:https://github.com/aaugustin/websockets
+License:BSD-3-Clause
 Group:  Development/Languages/Python
+Url:https://github.com/aaugustin/websockets
 Source: 
https://files.pythonhosted.org/packages/source/w/websockets/websockets-%{version}.tar.gz
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 Suggests:   python-asyncio
 
 %python_subpackages

++ websockets-3.4.tar.gz -> websockets-5.0.1.tar.gz ++
 8715 lines of diff (skipped)




commit python-websockets for openSUSE:Factory

2017-10-09 Thread root
Hello community,

here is the log from the commit of package python-websockets for 
openSUSE:Factory checked in at 2017-10-09 19:46:56

Comparing /work/SRC/openSUSE:Factory/python-websockets (Old)
 and  /work/SRC/openSUSE:Factory/.python-websockets.new (New)


Package is "python-websockets"

Mon Oct  9 19:46:56 2017 rev:2 rq:532613 version:3.4

Changes:

--- /work/SRC/openSUSE:Factory/python-websockets/python-websockets.changes  
2017-09-11 16:18:35.856036660 +0200
+++ /work/SRC/openSUSE:Factory/.python-websockets.new/python-websockets.changes 
2017-10-09 19:48:42.222311402 +0200
@@ -1,0 +2,6 @@
+Sat Oct  7 16:20:14 UTC 2017 - stefan.bru...@rwth-aachen.de
+
+- Add WEBSOCKETS_TESTS_TIMEOUT_FACTOR=5, otherwise tests in several
+  projects fail
+
+---



Other differences:
--
++ python-websockets.spec ++
--- /var/tmp/diff_new_pack.bWA0YI/_old  2017-10-09 19:48:42.710289956 +0200
+++ /var/tmp/diff_new_pack.bWA0YI/_new  2017-10-09 19:48:42.714289780 +0200
@@ -56,6 +56,8 @@
 
 %if %{with test}
 %check
+# Test execution speed depends on BS load and architecture, relax
+export WEBSOCKETS_TESTS_TIMEOUT_FACTOR=5
 %python_exec setup.py test
 %endif