Hello community, here is the log from the commit of package python-onionshare for openSUSE:Factory checked in at 2019-02-28 21:42:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-onionshare (Old) and /work/SRC/openSUSE:Factory/.python-onionshare.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-onionshare" Thu Feb 28 21:42:43 2019 rev:2 rq:678208 version:2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-onionshare/python-onionshare.changes 2019-01-03 18:06:38.904139275 +0100 +++ /work/SRC/openSUSE:Factory/.python-onionshare.new.28833/python-onionshare.changes 2019-02-28 21:42:44.909541880 +0100 @@ -1,0 +2,14 @@ +Fri Feb 22 09:26:00 UTC 2019 - Robert Frohl <[email protected]> + +- Version 2.0 + * Receiver mode allows you to receive files with OnionShare, instead of only + sending files + * Support for next generation onion services + * Public mode feature, for public uses of OnionShare, which when enabled + turns off slugs in the URL and removes the limit on how many 404 requests + can be made + * If you're sharing a single file, don't zip it up + * Full support for meek_lite (Azure) bridges + * Allow selecting your language from a dropdown + +------------------------------------------------------------------- Old: ---- onionshare-1.3.2.tar.gz New: ---- onionshare-2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-onionshare.spec ++++++ --- /var/tmp/diff_new_pack.DcToZt/_old 2019-02-28 21:42:45.369541684 +0100 +++ /var/tmp/diff_new_pack.DcToZt/_new 2019-02-28 21:42:45.373541683 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-onionshare # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2018 Dr. Axel Braun # # All modifications and additions to the file contributed by third parties @@ -23,7 +23,7 @@ %define modname onionshare Name: python-%{modname} -Version: 1.3.2 +Version: 2.0 Release: 0 Summary: Self-hosting Tor Onion Service based file sharing License: GPL-3.0-or-later @@ -32,9 +32,12 @@ Source0: https://github.com/micahflee/onionshare/archive/v%{version}.tar.gz#/%{modname}-%{version}.tar.gz Source1: %{modname}.desktop BuildRequires: %{python_module Flask} +BuildRequires: %{python_module PySocks} BuildRequires: %{python_module nautilus} +BuildRequires: %{python_module pycrypto} BuildRequires: %{python_module pytest} BuildRequires: %{python_module qt5} +BuildRequires: %{python_module requests} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module stem} BuildRequires: fdupes @@ -73,7 +76,7 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} test +%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} tests %files %{python_files} %python3_only %{_bindir}/%{modname}* ++++++ onionshare-1.3.2.tar.gz -> onionshare-2.0.tar.gz ++++++ ++++ 25012 lines of diff (skipped)
