Hello community, here is the log from the commit of package python-onionshare for openSUSE:Leap:15.2 checked in at 2020-03-09 18:09:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/python-onionshare (Old) and /work/SRC/openSUSE:Leap:15.2/.python-onionshare.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-onionshare" Mon Mar 9 18:09:35 2020 rev:4 rq:776865 version:2.2 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/python-onionshare/python-onionshare.changes 2020-01-15 15:50:55.391511233 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.python-onionshare.new.26092/python-onionshare.changes 2020-03-09 18:09:36.413045323 +0100 @@ -1,0 +2,51 @@ +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) + +------------------------------------------------------------------- +Tue Aug 13 07:50:48 UTC 2019 - Axel Braun <[email protected]> + +- Version 2.1 + * New feature: Auto-start timer, which allows scheduling when the server starts + * Renamed CLI argument --debug to --verbose + * Make Tor connection timeout configurable as a CLI argument + * Updated various dependencies, including to fix third-party security issues in urllib3, jinja2, and jQuery + * Update Tor to 0.3.5.8 + * New translations: + Traditional Chinese (正體中文 (繁體)), + Simplified Chinese (中文 (简体)) + Finnish (Suomi) + German (Deutsch) + Icelandic (Íslenska) + Irish (Gaeilge) + Norwegian Bokmål (Norsk Bokmål) + Polish (Polski) + Portuguese Portugal (Português (Portugal)) + Telugu (తెలుగు) + Turkish (Türkçe) + Ukrainian (Українська) + * Removed translations because less than 90% of the strings were translated: + Bengali (বাংলা) + Persian (فارسی) + +------------------------------------------------------------------- Old: ---- onionshare-2.0.tar.gz New: ---- onionshare-2.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-onionshare.spec ++++++ --- /var/tmp/diff_new_pack.HLSR7E/_old 2020-03-09 18:09:36.797045874 +0100 +++ /var/tmp/diff_new_pack.HLSR7E/_new 2020-03-09 18:09:36.801045880 +0100 @@ -18,19 +18,17 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} - %define skip_python2 1 - %define modname onionshare Name: python-%{modname} -Version: 2.0 +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.0.tar.gz -> onionshare-2.2.tar.gz ++++++ ++++ 28879 lines of diff (skipped) ++++++ onionshare.desktop ++++++ --- /var/tmp/diff_new_pack.HLSR7E/_old 2020-03-09 18:09:36.993046155 +0100 +++ /var/tmp/diff_new_pack.HLSR7E/_new 2020-03-09 18:09:36.993046155 +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;
