Hello community,

here is the log from the commit of package python-onionshare for 
openSUSE:Factory checked in at 2019-11-09 23:32:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-onionshare (Old)
 and      /work/SRC/openSUSE:Factory/.python-onionshare.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-onionshare"

Sat Nov  9 23:32:22 2019 rev:4 rq:746605 version:2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-onionshare/python-onionshare.changes      
2019-08-13 20:33:40.547245697 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-onionshare.new.2990/python-onionshare.changes
    2019-11-09 23:32:29.512571208 +0100
@@ -1,0 +2,25 @@
+Wed Nov  6 16:13:36 UTC 2019 - Axel Braun <[email protected]>
+
+- Version 2.2
+  * fix for desktop icon installation
+  * New feature: Website mode, which allows publishing a static HTML website 
as an onion service
+  * Allow individual files to be viewed or downloaded in Share mode, including 
the ability to browse into subdirectories and use breadcrumbs to navigate back
+  * Show a counter when individual files or pages are viewed
+  * Better History items including colors and status codes to differentiate 
between successful and failed requests
+  * Swap out the random /slug suffix for HTTP basic authentication (when in 
non-public mode)
+  * Hide the Tor connection settings if the ONIONSHARE_HIDE_TOR_SETTINGS 
environment variable is set (Tails compatibility)
+  * Remove the NoScript XSS warning in Receive Mode now that the NoScript/Tor 
Browser bug is fixed. The ajax upload method still exists when javascript is 
enabled.
+  * Better support for DragonFly BSD
+  * Updated various dependencies, including Flask, Werkzeug, urllib3, 
requests, and PyQt5
+  * Updated Tor to 0.4.1.5
+  * Other minor bug fixes
+  * New translations:
+        Arabic (العربية)
+        Dutch (Nederlands)
+        Persian (فارسی)
+        Romanian (Română)
+        Serbian latin (Srpska (latinica))
+  * Removed translations with fewer than 90% of strings translated:
+        Finnish (Suomi)
+
+-------------------------------------------------------------------

Old:
----
  onionshare-2.1.tar.gz

New:
----
  onionshare-2.2.tar.gz

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

Other differences:
------------------
++++++ python-onionshare.spec ++++++
--- /var/tmp/diff_new_pack.UM4Dni/_old  2019-11-09 23:32:30.536572693 +0100
+++ /var/tmp/diff_new_pack.UM4Dni/_new  2019-11-09 23:32:30.548572711 +0100
@@ -18,19 +18,17 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-
 %define skip_python2 1
-
 %define modname onionshare
 Name:           python-%{modname}
-Version:        2.1
+Version:        2.2
 Release:        0
 Summary:        Self-hosting Tor Onion Service based file sharing
 License:        GPL-3.0-or-later
-Group:          Development/Languages/Python
 URL:            https://github.com/micahflee/onionshare
 Source0:        
https://github.com/micahflee/onionshare/archive/v%{version}.tar.gz#/%{modname}-%{version}.tar.gz
 Source1:        %{modname}.desktop
+BuildRequires:  %{python_module Flask-HTTPAuth}
 BuildRequires:  %{python_module Flask}
 BuildRequires:  %{python_module PySocks}
 BuildRequires:  %{python_module nautilus}
@@ -44,6 +42,8 @@
 BuildRequires:  python-rpm-macros
 BuildRequires:  update-desktop-files
 Requires:       python-Flask
+Requires:       python-Flask-HTTPAuth
+Requires:       python-pycrypto
 Requires:       python-pytest
 Requires:       python-qt5
 Requires:       python-stem
@@ -62,7 +62,7 @@
 
 %prep
 %setup -q -n %{modname}-%{version}
-cp %{S:1} .
+cp %{SOURCE1} .
 
 %build
 %python_build
@@ -70,13 +70,16 @@
 %install
 %python_install
 
+mkdir -p %{buildroot}%{_datadir}/pixmaps
+cp install/%{modname}80.xpm %{buildroot}%{_datadir}/pixmaps/%{modname}80.xpm
+
 desktop-file-install --dir %{buildroot}%{_datadir}/applications/ 
%{modname}.desktop
 %suse_update_desktop_file %{modname}
 
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
py.test-%{$python_bin_suffix} tests
+%pytest tests
 
 %files %{python_files}
 %python3_only %{_bindir}/%{modname}*

++++++ onionshare-2.1.tar.gz -> onionshare-2.2.tar.gz ++++++
++++ 22994 lines of diff (skipped)

++++++ onionshare.desktop ++++++
--- /var/tmp/diff_new_pack.UM4Dni/_old  2019-11-09 23:32:30.920573250 +0100
+++ /var/tmp/diff_new_pack.UM4Dni/_new  2019-11-09 23:32:30.928573262 +0100
@@ -7,7 +7,7 @@
 Exec=/usr/bin/onionshare-gui
 Terminal=false
 Type=Application
-Icon=/usr/share/pixmaps/onionshare80.xpm
+Icon=onionshare80.xpm
 Categories=Network;FileTransfer;
 Keywords=tor;anonymity;privacy;onion service;file sharing;file hosting;
 Keywords[da]=tor;anonymitet;privatliv;onion-tjeneste;fildeling;filhosting;


Reply via email to