Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-websockify for 
openSUSE:Factory checked in at 2026-04-16 18:45:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-websockify (Old)
 and      /work/SRC/openSUSE:Factory/.python-websockify.new.11940 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-websockify"

Thu Apr 16 18:45:08 2026 rev:31 rq:1346925 version:0.13.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-websockify/python-websockify.changes      
2025-11-11 19:19:02.037682275 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-websockify.new.11940/python-websockify.changes
   2026-04-16 18:45:12.621038231 +0200
@@ -1,0 +2,5 @@
+Tue Apr 14 17:40:28 UTC 2026 - Nico Krapp <[email protected]>
+
+- Add support-jwcrypto-1-57.patch to fix tests with new jwcrypto
+
+-------------------------------------------------------------------

New:
----
  support-jwcrypto-1-57.patch

----------(New B)----------
  New:
- Add support-jwcrypto-1-57.patch to fix tests with new jwcrypto
----------(New E)----------

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

Other differences:
------------------
++++++ python-websockify.spec ++++++
--- /var/tmp/diff_new_pack.7QVGVK/_old  2026-04-16 18:45:13.917091716 +0200
+++ /var/tmp/diff_new_pack.7QVGVK/_new  2026-04-16 18:45:13.917091716 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-websockify
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -30,6 +30,8 @@
 URL:            https://github.com/novnc/websockify
 Source:         https://github.com/novnc/websockify/archive/v%{version}.tar.gz
 Patch1:         optional-websockify.patch
+#PATCH-FIX-UPSTREAM support-jwcrypto-1-57.patch 
https://github.com/novnc/websockify/pull/631
+Patch2:         support-jwcrypto-1-57.patch
 BuildRequires:  %{python_module cryptography}
 BuildRequires:  %{python_module jwcrypto}
 BuildRequires:  %{python_module pip}

++++++ support-jwcrypto-1-57.patch ++++++
>From 93f694cca60ad5eed2ff44348831e1c6f2b6fb29 Mon Sep 17 00:00:00 2001
From: Justin Luong <[email protected]>
Date: Mon, 13 Apr 2026 23:29:35 +1000
Subject: [PATCH] Fix symmetric jws token unit tests

A 256 bit key length has been enforced in jwcrypto v1.57. See 
https://github.com/latchset/jwcrypto/releases/tag/v1.5.7
---
 tests/fixtures/symmetric.key | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/fixtures/symmetric.key b/tests/fixtures/symmetric.key
index 668b39c4..6532a13c 100644
--- a/tests/fixtures/symmetric.key
+++ b/tests/fixtures/symmetric.key
@@ -1 +1 @@
-secret_sauce
\ No newline at end of file
+secret_sauce_secret_sauce_secret_sauce_secret_sauce
\ No newline at end of file

Reply via email to