14
0

Accepting request 678198 from home:rfrohl:branches:devel:languages:python

onionshare version 2.0

OBS-URL: https://build.opensuse.org/request/show/678198
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-onionshare?expand=0&rev=9
This commit is contained in:
2019-02-22 10:20:38 +00:00
committed by Git OBS Bridge
parent 2c71b49fa6
commit b7297dcd68
4 changed files with 23 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:deb6d2c25a9c0fdb0f37d9ab38a168b028256a4b6015fe6b678224bf33465042
size 436856

3
onionshare-2.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:528ceb6234ecacabe51080e351c2e8f205cbf08cdfcfddc418586d578baa030e
size 2141858

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Feb 22 09:26:00 UTC 2019 - Robert Frohl <rfrohl@suse.com>
- 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
-------------------------------------------------------------------
Fri Dec 21 16:34:04 UTC 2018 - Axel Braun <axel.braun@gmx.de>

View File

@@ -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 @@ 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}
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 @@ desktop-file-install --dir %{buildroot}%{_datadir}/applications/ %{modname}.desk
%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}*