Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-onionshare for
openSUSE:Factory checked in at 2026-09-04 12:40:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-onionshare (Old)
and /work/SRC/openSUSE:Factory/.python-onionshare.new.1265 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-onionshare"
Fri Sep 4 12:40:10 2026 rev:24 rq:1375550 version:2.6.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-onionshare/python-onionshare.changes
2026-07-01 16:36:19.204397293 +0200
+++
/work/SRC/openSUSE:Factory/.python-onionshare.new.1265/python-onionshare.changes
2026-09-04 12:41:18.590480369 +0200
@@ -1,0 +2,6 @@
+Wed Sep 2 07:05:32 UTC 2026 - Axel Braun <[email protected]>
+
+- remove dependendy on python-Flask and python-Flask-SocketIO
+ to allow update to Leap 16 and 16.1
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-onionshare.spec ++++++
--- /var/tmp/diff_new_pack.Gr945Q/_old 2026-09-04 12:41:19.315505830 +0200
+++ /var/tmp/diff_new_pack.Gr945Q/_new 2026-09-04 12:41:19.316505865 +0200
@@ -51,9 +51,11 @@
# /SECTION
# SECTION runtime test
BuildRequires: %{mypython}-Cython >= 3.0.2
-BuildRequires: %{mypython}-Flask >= 3.1.3
+BuildRequires: %{mypython}-Flask
+##% BuildRequires: %{mypython}-Flask >= 3.1.3
BuildRequires: %{mypython}-Flask-Compress >= 1.13
-BuildRequires: %{mypython}-Flask-SocketIO >= 5.6
+BuildRequires: %{mypython}-Flask-SocketIO
+##% BuildRequires: %{mypython}-Flask-SocketIO >= 5.6
BuildRequires: %{mypython}-PyNaCl
BuildRequires: %{mypython}-PySocks
BuildRequires: %{mypython}-Unidecode