Hello community,

here is the log from the commit of package python-websockify for 
openSUSE:Factory checked in at 2019-04-10 23:08:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-websockify (Old)
 and      /work/SRC/openSUSE:Factory/.python-websockify.new.27019 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-websockify"

Wed Apr 10 23:08:53 2019 rev:19 rq:692368 version:0.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-websockify/python-websockify.changes      
2019-02-24 17:05:17.736626235 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-websockify.new.27019/python-websockify.changes
   2019-04-10 23:08:55.807819493 +0200
@@ -1,0 +2,5 @@
+Mon Apr  8 14:33:03 UTC 2019 - Cédric Bosdonnat <cbosdon...@suse.com>
+
+- Fix PyJWT / jwcrypto dependency problem (boo#1131024)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ PyJWT-token-plugin.patch ++++++
--- /var/tmp/diff_new_pack.z2WFov/_old  2019-04-10 23:08:56.343820102 +0200
+++ /var/tmp/diff_new_pack.z2WFov/_new  2019-04-10 23:08:56.347820107 +0200
@@ -3,31 +3,6 @@
 Date: Fri, 21 Dec 2018 03:21:29 -0500
 Subject: [PATCH] Added JWT tokens capability
 
----
- setup.py                     |  2 +-
- tests/jwt.secret             |  1 +
- tests/jwt_rsa                | 27 ++++++++++++++++++
- tests/jwt_rsa.pub            |  1 +
- tests/test_websocketproxy.py | 54 ++++++++++++++++++++++++++++++++++++
- websockify/token_plugins.py  | 16 +++++++++++
- 6 files changed, 100 insertions(+), 1 deletion(-)
- create mode 100644 tests/jwt.secret
- create mode 100644 tests/jwt_rsa
- create mode 100644 tests/jwt_rsa.pub
-
-Index: websockify-0.8.0/setup.py
-===================================================================
---- websockify-0.8.0.orig/setup.py
-+++ websockify-0.8.0/setup.py
-@@ -34,7 +34,7 @@ setup(name=name,
- 
-       packages=['websockify'],
-       include_package_data=True,
--      install_requires=['numpy'],
-+      install_requires=['numpy', 'PyJWT', 'cryptography'],
-       zip_safe=False,
-       entry_points={
-         'console_scripts': [
 Index: websockify-0.8.0/websockify/token_plugins.py
 ===================================================================
 --- websockify-0.8.0.orig/websockify/token_plugins.py


Reply via email to