14
0

Accepting request 928539 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/928539
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-proton-client?expand=0&rev=2
This commit is contained in:
2021-11-01 17:35:49 +00:00
committed by Git OBS Bridge
4 changed files with 11 additions and 6 deletions

View File

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

View File

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

View File

@@ -1,5 +1,10 @@
-------------------------------------------------------------------
Tue Oct 26 19:05:45 UTC 2021 - Alexandre Vicenzi <alexandre.vicenzi@suse.com>
- Update to 0.7.1:
* Bug fixes and improvments
-------------------------------------------------------------------
Fri Jul 23 11:33:07 UTC 2021 - Alexandre Vicenzi <alexandre.vicenzi@suse.com>
- Initial revision

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-proton-client
Version: 0.5.1
Version: 0.7.1
Release: 0
Summary: Safely login with ProtonVPN credentials to connect to Proton
License: GPL-3.0-or-later
@@ -54,7 +54,7 @@ wrapper to Proton Technologies API, abstracting from the SRP authentication.
%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}/proton
%python_expand %fdupes %{buildroot}%{python_sitelib}/proton
%check
# skip test_tlspinning.py as OBS has no network access