commit python-wsproto for openSUSE:Factory

2020-10-12 Thread root
Hello community,

here is the log from the commit of package python-wsproto for openSUSE:Factory 
checked in at 2020-10-12 13:59:05

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


Package is "python-wsproto"

Mon Oct 12 13:59:05 2020 rev:6 rq:841066 version:0.15.0

Changes:

--- /work/SRC/openSUSE:Factory/python-wsproto/python-wsproto.changes
2019-08-13 13:20:14.905434426 +0200
+++ /work/SRC/openSUSE:Factory/.python-wsproto.new.3486/python-wsproto.changes  
2020-10-12 13:59:58.310232537 +0200
@@ -1,0 +2,5 @@
+Sun Oct 11 17:11:49 UTC 2020 - John Vandenberg 
+
+- Add missing runtime dependency on dataclasses
+
+---



Other differences:
--
++ python-wsproto.spec ++
--- /var/tmp/diff_new_pack.716RkO/_old  2020-10-12 13:59:58.786232735 +0200
+++ /var/tmp/diff_new_pack.716RkO/_new  2020-10-12 13:59:58.786232735 +0200
@@ -27,9 +27,15 @@
 URL:https://pypi.python.org/pypi/wsproto
 Source: 
https://files.pythonhosted.org/packages/source/w/wsproto/wsproto-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
+%if 0%{?suse_version} <= 1520
+BuildRequires:  %{python_module dataclasses}
+%endif
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-h11 >= 0.8.1
+%if 0%{?suse_version} <= 1520
+Requires:   python-dataclasses
+%endif
 BuildArch:  noarch
 %python_subpackages
 




commit python-wsproto for openSUSE:Factory

2019-08-13 Thread root
Hello community,

here is the log from the commit of package python-wsproto for openSUSE:Factory 
checked in at 2019-08-13 13:19:01

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


Package is "python-wsproto"

Tue Aug 13 13:19:01 2019 rev:5 rq:722197 version:0.15.0

Changes:

--- /work/SRC/openSUSE:Factory/python-wsproto/python-wsproto.changes
2019-06-01 09:57:50.535150173 +0200
+++ /work/SRC/openSUSE:Factory/.python-wsproto.new.9556/python-wsproto.changes  
2019-08-13 13:20:14.905434426 +0200
@@ -1,0 +2,22 @@
+Sat Aug 10 14:36:31 UTC 2019 - Luigi Baldoni 
+
+- Update to version 0.15.0
+  * Drop support for Python 2. Please pin to ~= 0.14.0 if you
+support Python 2.
+  * Drop support for Python 3.5, meaning the minimum supported
+version is Python 3.6.1.
+  * Switch events to be dataclass based, otherwise the API is
+consistent.
+  * Add type hints throughout and support PEP 561 via a py.typed
+file. This should allow projects that use wsproto to type
+check their usage of wsproto.
+  * Bugfix prevent the test folder being installed as a package
+called test.
+  * Explicitly require Host header in handshake.
+  * Drop wsaccel support and utilise the aiohttp/@willmcgugan
+masking method. wsaccel is unmaintained and this new maksing
+method is almost as quick.
+
+- Disable python2 build
+
+---

Old:

  wsproto-0.14.1.tar.gz

New:

  wsproto-0.15.0.tar.gz



Other differences:
--
++ python-wsproto.spec ++
--- /var/tmp/diff_new_pack.T8TyE0/_old  2019-08-13 13:20:15.789434194 +0200
+++ /var/tmp/diff_new_pack.T8TyE0/_new  2019-08-13 13:20:15.789434194 +0200
@@ -17,8 +17,9 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:   python-wsproto
-Version:0.14.1
+Version:0.15.0
 Release:0
 Summary:WebSockets state-machine based protocol implementation
 License:MIT

++ wsproto-0.14.1.tar.gz -> wsproto-0.15.0.tar.gz ++
 6003 lines of diff (skipped)




commit python-wsproto for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package python-wsproto for openSUSE:Factory 
checked in at 2019-06-01 09:57:46

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


Package is "python-wsproto"

Sat Jun  1 09:57:46 2019 rev:4 rq:706558 version:0.14.1

Changes:

--- /work/SRC/openSUSE:Factory/python-wsproto/python-wsproto.changes
2019-04-09 20:19:45.561930212 +0200
+++ /work/SRC/openSUSE:Factory/.python-wsproto.new.5148/python-wsproto.changes  
2019-06-01 09:57:50.535150173 +0200
@@ -1,0 +2,8 @@
+Fri May 31 05:16:10 UTC 2019 - Luigi Baldoni 
+
+- Update to version 0.14.1
+  * Loosen the h11 requirement to >= 0.8.1 as wsproto is
+compatible with 0.9 onwards.
+  * Stop installing a "test" package on installation.
+
+---

Old:

  wsproto-0.14.0.tar.gz

New:

  wsproto-0.14.1.tar.gz



Other differences:
--
++ python-wsproto.spec ++
--- /var/tmp/diff_new_pack.m4tYWI/_old  2019-06-01 09:57:51.103149910 +0200
+++ /var/tmp/diff_new_pack.m4tYWI/_new  2019-06-01 09:57:51.103149910 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-wsproto
-Version:0.14.0
+Version:0.14.1
 Release:0
 Summary:WebSockets state-machine based protocol implementation
 License:MIT

++ wsproto-0.14.0.tar.gz -> wsproto-0.14.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wsproto-0.14.0/CHANGELOG.rst 
new/wsproto-0.14.1/CHANGELOG.rst
--- old/wsproto-0.14.0/CHANGELOG.rst2019-04-06 20:06:27.0 +0200
+++ new/wsproto-0.14.1/CHANGELOG.rst2019-05-30 20:54:51.0 +0200
@@ -1,3 +1,13 @@
+0.15.0 Unreleased
+-
+
+0.14.1 2019-05-30
+-
+
+* Loosen the h11 requirement to >= 0.8.1 as wsproto is compatible with
+  0.9 onwards.
+* Stop installing a "test" package on installation.
+
 0.14.0 2019-04-06
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wsproto-0.14.0/PKG-INFO new/wsproto-0.14.1/PKG-INFO
--- old/wsproto-0.14.0/PKG-INFO 2019-04-06 20:06:49.0 +0200
+++ new/wsproto-0.14.1/PKG-INFO 2019-05-30 20:55:17.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: wsproto
-Version: 0.14.0
+Version: 0.14.1
 Summary: WebSockets state-machine based protocol implementation
 Home-page: https://github.com/python-hyper/wsproto/
 Author: Benno Rice
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wsproto-0.14.0/setup.py new/wsproto-0.14.1/setup.py
--- old/wsproto-0.14.0/setup.py 2018-09-23 13:26:23.0 +0200
+++ new/wsproto-0.14.1/setup.py 2019-05-30 20:54:51.0 +0200
@@ -35,7 +35,7 @@
 author='Benno Rice',
 author_email='be...@jeamland.net',
 url='https://github.com/python-hyper/wsproto/',
-packages=find_packages(),
+packages=find_packages(exclude=['test']),
 package_data={'': ['LICENSE', 'README.rst']},
 package_dir={'wsproto': 'wsproto'},
 include_package_data=True,
@@ -55,7 +55,7 @@
 'Programming Language :: Python :: Implementation :: PyPy',
 ],
 install_requires=[
-'h11 ~= 0.8.1',  # means: 0.8.x where x >= 1
+'h11 >= 0.8.1',
 ],
 extras_require={
 ':python_version == "2.7"':
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wsproto-0.14.0/wsproto/__init__.py 
new/wsproto-0.14.1/wsproto/__init__.py
--- old/wsproto-0.14.0/wsproto/__init__.py  2019-04-06 20:06:27.0 
+0200
+++ new/wsproto-0.14.1/wsproto/__init__.py  2019-05-30 20:54:51.0 
+0200
@@ -8,7 +8,7 @@
 from .connection import ConnectionType
 from .handshake import H11Handshake
 
-__version__ = "0.14.0"
+__version__ = "0.14.1"
 
 
 class WSConnection(object):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wsproto-0.14.0/wsproto.egg-info/PKG-INFO 
new/wsproto-0.14.1/wsproto.egg-info/PKG-INFO
--- old/wsproto-0.14.0/wsproto.egg-info/PKG-INFO2019-04-06 
20:06:49.0 +0200
+++ new/wsproto-0.14.1/wsproto.egg-info/PKG-INFO2019-05-30 
20:55:17.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: wsproto
-Version: 0.14.0
+Version: 0.14.1
 Summary: WebSockets state-machine based protocol implementation
 Home-page: https://github.com/python-hyper/wsproto/
 Author: Benno Rice
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wsproto-0.14.0/wsproto.egg-info/requires.txt 
new/wspr

commit python-wsproto for openSUSE:Factory

2019-04-09 Thread root
Hello community,

here is the log from the commit of package python-wsproto for openSUSE:Factory 
checked in at 2019-04-09 20:19:44

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


Package is "python-wsproto"

Tue Apr  9 20:19:44 2019 rev:3 rq:692671 version:0.14.0

Changes:

--- /work/SRC/openSUSE:Factory/python-wsproto/python-wsproto.changes
2018-12-13 19:46:49.996826207 +0100
+++ /work/SRC/openSUSE:Factory/.python-wsproto.new.3908/python-wsproto.changes  
2019-04-09 20:19:45.561930212 +0200
@@ -1,0 +2,8 @@
+Tue Apr  9 15:09:15 UTC 2019 - Marketa Calabkova 
+
+- update to version 0.14.0
+  * bugfix release, see CHANGELOG.rst
+  0.13.0
+  * many changes in connection management, see CHANGELOG.rst 
+
+---

Old:

  wsproto-0.12.0.tar.gz

New:

  wsproto-0.14.0.tar.gz



Other differences:
--
++ python-wsproto.spec ++
--- /var/tmp/diff_new_pack.UisY6o/_old  2019-04-09 20:19:46.017930835 +0200
+++ /var/tmp/diff_new_pack.UisY6o/_new  2019-04-09 20:19:46.021930839 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-wsproto
 #
-# 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
@@ -12,13 +12,13 @@
 # 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/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-wsproto
-Version:0.12.0
+Version:0.14.0
 Release:0
 Summary:WebSockets state-machine based protocol implementation
 License:MIT
@@ -28,6 +28,7 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:   python-h11 >= 0.8.1
 BuildArch:  noarch
 %python_subpackages
 
@@ -55,6 +56,8 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+#it seems almost impossible to launch the tests, it has to be done via tox
+
 %files %{python_files}
 %doc README.rst
 %license LICENSE

++ wsproto-0.12.0.tar.gz -> wsproto-0.14.0.tar.gz ++
 7782 lines of diff (skipped)




commit python-wsproto for openSUSE:Factory

2018-12-13 Thread root
Hello community,

here is the log from the commit of package python-wsproto for openSUSE:Factory 
checked in at 2018-12-13 19:46:48

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


Package is "python-wsproto"

Thu Dec 13 19:46:48 2018 rev:2 rq:654112 version:0.12.0

Changes:

--- /work/SRC/openSUSE:Factory/python-wsproto/python-wsproto.changes
2018-02-27 16:59:33.984554863 +0100
+++ /work/SRC/openSUSE:Factory/.python-wsproto.new.28833/python-wsproto.changes 
2018-12-13 19:46:49.996826207 +0100
@@ -1,0 +2,17 @@
+Tue Dec  4 21:08:16 UTC 2018 - aloi...@gmx.com
+
+- Update to version 0.12.0
+  * Support h11 ~0.8.1.
+  * Support Python 3.7.
+  * Make the close-handshake more explicit, by sending a close
+frame on reciept of a close frame.
+  * Bugfix fix deflate after a non-compressable message.
+  * Bugfix connection header acceptance, by accepting Connection
+header values that are comma separated lists.
+
+---
+Tue Dec  4 12:56:11 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---

Old:

  wsproto-0.11.0.tar.gz

New:

  wsproto-0.12.0.tar.gz



Other differences:
--
++ python-wsproto.spec ++
--- /var/tmp/diff_new_pack.FvJ8Re/_old  2018-12-13 19:46:50.696825298 +0100
+++ /var/tmp/diff_new_pack.FvJ8Re/_new  2018-12-13 19:46:50.696825298 +0100
@@ -18,14 +18,13 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-wsproto
-Version:0.11.0
+Version:0.12.0
 Release:0
 Summary:WebSockets state-machine based protocol implementation
 License:MIT
 Group:  Development/Languages/Python
 URL:https://pypi.python.org/pypi/wsproto
 Source: 
https://files.pythonhosted.org/packages/source/w/wsproto/wsproto-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros

++ wsproto-0.11.0.tar.gz -> wsproto-0.12.0.tar.gz ++
 2792 lines of diff (skipped)