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 2024-02-29 21:50:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-onionshare (Old)
and /work/SRC/openSUSE:Factory/.python-onionshare.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-onionshare"
Thu Feb 29 21:50:41 2024 rev:18 rq:1153206 version:2.6.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-onionshare/python-onionshare.changes
2024-01-30 18:26:44.800824436 +0100
+++
/work/SRC/openSUSE:Factory/.python-onionshare.new.1770/python-onionshare.changes
2024-02-29 21:50:59.691402071 +0100
@@ -1,0 +2,16 @@
+Wed Feb 28 18:28:24 UTC 2024 - Axel Braun <[email protected]>
+
+- version 2.6.1
+ * Release updates: Automate builds with CI, make just 64-bit Windows
release, make a single universal2 release for both Intel and Apple Silicon macOS
+ * Upgrade dependencies, including Tor, meek, and snowflake
+ * Bug fix: Restore the primary_action mode settings in a tab after
OnionShare reconnects to Tor
+ * Bug fix: Fix issue with auto-connecting to Tor with persistent tabs open
+ * Bug fix: Fix packaging issue where Windows version of OnionShare conflicts
with Windows version of Dangerzone
+ * Bug fix: Fix 'Use a bridge' checkbox state change
+ * Bug fix: Raise error from waitress if not shutdown
+ * Patches removed:
+ fix-test-cli-web.patch
+ onionshare-pr1677-fix-werkzeug3.patch
+ onionshare-poetry-core.patch
+
+-------------------------------------------------------------------
Old:
----
fix-test-cli-web.patch
onionshare-2.6.tar.gz
onionshare-poetry-core.patch
onionshare-pr1677-fix-werkzeug3.patch
New:
----
onionshare-2.6.1.tar.gz
BETA DEBUG BEGIN:
Old: * Patches removed:
fix-test-cli-web.patch
onionshare-pr1677-fix-werkzeug3.patch
Old: onionshare-pr1677-fix-werkzeug3.patch
onionshare-poetry-core.patch
Old: fix-test-cli-web.patch
onionshare-pr1677-fix-werkzeug3.patch
onionshare-poetry-core.patch
BETA DEBUG END:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-onionshare.spec ++++++
--- /var/tmp/diff_new_pack.SJrFh3/_old 2024-02-29 21:51:00.399428173 +0100
+++ /var/tmp/diff_new_pack.SJrFh3/_new 2024-02-29 21:51:00.403428320 +0100
@@ -28,7 +28,7 @@
%define plainpython python
Name: python-onionshare
-Version: 2.6
+Version: 2.6.1
Release: 0
Summary: Self-hosting Tor Onion Service based file sharing
License: GPL-3.0-or-later
@@ -38,14 +38,8 @@
Source99: python-onionshare.rpmlintrc
# PATCH-FIX-OPENSUSE skip test_large_download in gui tests
Patch0: 0001-adjust_tests.diff
-# PATCH-FIX-UPSTREAM fix-test-cli-web.patch --
https://github.com/onionshare/onionshare/issues/1534
-Patch1: fix-test-cli-web.patch
# PATCH-FIX-OPENSUSE relax-async-mode.patch -- Do not rely on gevent
-Patch2: relax-async-mode.patch
-# PATCH-FIX-UPSTREAM onionshare-poetry-core.patch -- poetry-core is enough to
build and has a much smaller footprint
-Patch3:
https://github.com/onionshare/onionshare/commit/a05d7af729585bdaa4f71437167339ac67bf3327.patch#/onionshare-poetry-core.patch
-# PATCH-FIX-UPSTREAM onionshare-pr1677-fix-werkzeug3.patch
gh#onionshare/onionshare#1677
-Patch4: onionshare-pr1677-fix-werkzeug3.patch
+Patch1: relax-async-mode.patch
BuildRequires: %{mypython}-devel
BuildRequires: %{mypython}-pip
BuildRequires: %{mypython}-setuptools
@@ -64,7 +58,7 @@
# SECTION runtime test
BuildRequires: %{mypython}-Flask >= 2.3.2
BuildRequires: %{mypython}-Flask-Compress >= 1.13
-BuildRequires: %{mypython}-Flask-SocketIO >= 5.3.1
+BuildRequires: %{mypython}-Flask-SocketIO >= 5.3.4
BuildRequires: %{mypython}-PyNaCl
BuildRequires: %{mypython}-PySocks
BuildRequires: %{mypython}-Unidecode
@@ -75,7 +69,7 @@
BuildRequires: %{mypython}-eventlet
BuildRequires: %{mypython}-gevent-websocket
BuildRequires: %{mypython}-psutil
-BuildRequires: %{mypython}-pyside2 >= 5.15.2.1
+BuildRequires: %{mypython}-pyside6 >= 6.5.2
BuildRequires: %{mypython}-python-gnupg
BuildRequires: %{mypython}-qrcode
BuildRequires: %{mypython}-requests
@@ -85,7 +79,7 @@
# /SECTION
Requires: python-Flask >= 2.3.2
Requires: python-Flask-Compress >= 1.13
-Requires: python-Flask-SocketIO >= 5.3.1
+Requires: python-Flask-SocketIO >= 5.3.4
Requires: python-PyNaCl
Requires: python-PySocks
Requires: python-Unidecode
@@ -96,7 +90,7 @@
Requires: python-eventlet
Requires: python-gevent-websocket
Requires: python-psutil
-Requires: python-pyside2 >= 5.15.2.1
+Requires: python-pyside6 >= 6.5.2
Requires: python-python-gnupg
Requires: python-qrcode
Requires: python-requests
@@ -179,7 +173,7 @@
%files %python_files
%{_bindir}/onionshare
%{_bindir}/onionshare-cli
-%license LICENSE
+%license LICENSE.txt
%doc README.md
%{_datadir}/applications/org.onionshare.OnionShare.desktop
%{_datadir}/metainfo/org.onionshare.OnionShare.metainfo.xml
++++++ onionshare-2.6.tar.gz -> onionshare-2.6.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-onionshare/onionshare-2.6.tar.gz
/work/SRC/openSUSE:Factory/.python-onionshare.new.1770/onionshare-2.6.1.tar.gz
differ: char 13, line 1
++++++ relax-async-mode.patch ++++++
--- /var/tmp/diff_new_pack.SJrFh3/_old 2024-02-29 21:51:00.451430089 +0100
+++ /var/tmp/diff_new_pack.SJrFh3/_new 2024-02-29 21:51:00.455430237 +0100
@@ -2,7 +2,7 @@
===================================================================
--- onionshare-2.6.orig/cli/onionshare_cli/web/web.py
+++ onionshare-2.6/cli/onionshare_cli/web/web.py
-@@ -164,10 +164,10 @@ class Web:
+@@ -177,10 +177,10 @@ class Web:
elif self.mode == "chat":
if self.common.verbose:
self.socketio = SocketIO(
@@ -15,17 +15,4 @@
self.socketio.init_app(self.app)
self.chat_mode = ChatModeWeb(self.common, self)
-Index: onionshare-2.6/desktop/pyproject.toml
-===================================================================
---- onionshare-2.6.orig/desktop/pyproject.toml
-+++ onionshare-2.6/desktop/pyproject.toml
-@@ -6,7 +6,7 @@ authors = ["Micah Lee <[email protected]
- license = "GPLv3+"
-
- [tool.poetry.dependencies]
--python = ">=3.7,<3.11"
-+python = ">=3.7"
- onionshare_cli = {path = "../cli", develop = true}
- PySide2 = "5.15.2.1"
- qrcode = "*"