forked from pool/python-proton-vpn-network-manager
- update to 0.4.0:
* Initialize connection with persisted parameters OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proton-vpn-network-manager?expand=0&rev=5
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 21 15:13:08 UTC 2024 - Alexandre Vicenzi <alexandre.vicenzi@suse.com>
|
||||
Mon Mar 25 14:54:43 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- Add missing dependency PyCairo and pytest-asyncio
|
||||
- update to 0.4.0:
|
||||
* Initialize connection with persisted parameters
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 19 15:11:27 UTC 2024 - Alexandre Vicenzi <alexandre.vicenzi@suse.com>
|
||||
|
@@ -19,7 +19,7 @@
|
||||
%define skip_python2 1
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-proton-vpn-network-manager
|
||||
Version: 0.3.3
|
||||
Version: 0.4.0
|
||||
Release: 0
|
||||
Summary: Proton VPN library for NetworkManager
|
||||
License: GPL-3.0-or-later
|
||||
@@ -30,8 +30,6 @@ BuildRequires: %{python_module gobject}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module proton-core}
|
||||
BuildRequires: %{python_module proton-vpn-connection}
|
||||
BuildRequires: %{python_module pycairo}
|
||||
BuildRequires: %{python_module pytest-asyncio}
|
||||
BuildRequires: %{python_module pytest-cov}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module wheel}
|
||||
@@ -43,7 +41,6 @@ Requires: NetworkManager
|
||||
Requires: python-gobject
|
||||
Requires: python-proton-core
|
||||
Requires: python-proton-vpn-connection
|
||||
Requires: python-pycairo
|
||||
Conflicts: python-protonvpn-nm-lib
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
@@ -62,9 +59,7 @@ This package contains functionality for Proton VPN client to interact with Netwo
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
# test case is broken
|
||||
# https://github.com/ProtonVPN/python-proton-vpn-network-manager/issues/2
|
||||
%pytest tests --deselect="tests/test_networkmanager.py::test_initialize_persisted_connection_determines_initial_connection_state"
|
||||
%pytest tests
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ae77caec62e699333cd529e7f72df1153b20389171e06a4685c8baf9f39e542
|
||||
size 28790
|
3
v0.4.0.tar.gz
Normal file
3
v0.4.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:048921553722531351c34480c69df62099c85a892f80e6ff657a00e244613a24
|
||||
size 29068
|
Reference in New Issue
Block a user