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 <[email protected]>
+
+- 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.rst    2019-04-06 20:06:27.000000000 +0200
+++ new/wsproto-0.14.1/CHANGELOG.rst    2019-05-30 20:54:51.000000000 +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.000000000 +0200
+++ new/wsproto-0.14.1/PKG-INFO 2019-05-30 20:55:17.000000000 +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.000000000 +0200
+++ new/wsproto-0.14.1/setup.py 2019-05-30 20:54:51.000000000 +0200
@@ -35,7 +35,7 @@
     author='Benno Rice',
     author_email='[email protected]',
     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.000000000 
+0200
+++ new/wsproto-0.14.1/wsproto/__init__.py      2019-05-30 20:54:51.000000000 
+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-INFO        2019-04-06 
20:06:49.000000000 +0200
+++ new/wsproto-0.14.1/wsproto.egg-info/PKG-INFO        2019-05-30 
20:55:17.000000000 +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/wsproto-0.14.1/wsproto.egg-info/requires.txt
--- old/wsproto-0.14.0/wsproto.egg-info/requires.txt    2019-04-06 
20:06:49.000000000 +0200
+++ new/wsproto-0.14.1/wsproto.egg-info/requires.txt    2019-05-30 
20:55:17.000000000 +0200
@@ -1,4 +1,4 @@
-h11~=0.8.1
+h11>=0.8.1
 
 [:python_version == "2.7"]
 enum34<2,>=1.0.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wsproto-0.14.0/wsproto.egg-info/top_level.txt 
new/wsproto-0.14.1/wsproto.egg-info/top_level.txt
--- old/wsproto-0.14.0/wsproto.egg-info/top_level.txt   2019-04-06 
20:06:49.000000000 +0200
+++ new/wsproto-0.14.1/wsproto.egg-info/top_level.txt   2019-05-30 
20:55:17.000000000 +0200
@@ -1,2 +1 @@
-test
 wsproto


Reply via email to