diff --git a/python-wsproto.changes b/python-wsproto.changes
index e8a86c0..679933b 100644
--- a/python-wsproto.changes
+++ b/python-wsproto.changes
@@ -1,3 +1,11 @@
+-------------------------------------------------------------------
+Tue Apr  9 15:09:15 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
+
+- update to version 0.14.0
+  * bugfix release, see CHANGELOG.rst
+  0.13.0
+  * many changes in connection management, see CHANGELOG.rst 
+
 -------------------------------------------------------------------
 Tue Dec  4 21:08:16 UTC 2018 - aloisio@gmx.com
 
diff --git a/python-wsproto.spec b/python-wsproto.spec
index 637ddf3..8f28b49 100644
--- a/python-wsproto.spec
+++ b/python-wsproto.spec
@@ -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 @@ Source:         https://files.pythonhosted.org/packages/source/w/wsproto/wsproto
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:       python-h11 >= 0.8.1
 BuildArch:      noarch
 %python_subpackages
 
@@ -55,6 +56,8 @@ RFC6455 and Compression Extensions for WebSocket via RFC7692
 %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
diff --git a/wsproto-0.12.0.tar.gz b/wsproto-0.12.0.tar.gz
deleted file mode 100644
index 6d8af8e..0000000
--- a/wsproto-0.12.0.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:1fcb726d448f1b9bcbea884e26621af5ddd01d2d502941a024f4c727828b6009
-size 45252
diff --git a/wsproto-0.14.0.tar.gz b/wsproto-0.14.0.tar.gz
new file mode 100644
index 0000000..1a051c0
--- /dev/null
+++ b/wsproto-0.14.0.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:55c3da870460e8838b2fbe4d10f3accc0cea3a13d5e8dbbdc6da5d537d6d44dc
+size 51540