forked from pool/python-proton-vpn-network-manager
Compare commits
7 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| f1c759c75d | |||
| 18eff37c97 | |||
| 5584de0faf | |||
| 10e8ccdf01 | |||
| cded04da87 | |||
| 3885081197 | |||
| f6c25c48a9 |
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 2 16:21:54 UTC 2025 - Yunhe Guo <i@guoyunhe.me>
|
||||
|
||||
- Update to 0.13.4::
|
||||
* fix: Silence CancelledError exceptions when cancelling local agent
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 28 17:14:04 UTC 2025 - Szymon Scholz <raspherdev@pm.me>
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
%define skip_python2 1
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-proton-vpn-network-manager
|
||||
Version: 0.12.13
|
||||
Version: 0.13.4
|
||||
Release: 0
|
||||
Summary: Proton VPN library for NetworkManager
|
||||
License: GPL-3.0-or-later
|
||||
@@ -84,7 +84,7 @@ This package contains functionality for Proton VPN client to interact with Netwo
|
||||
%check
|
||||
# buildroot doesn't provide network manager service, so it is not possible to run killswitch tests
|
||||
# ignore tests which are failing -> `Permission denied: '/run/user'`
|
||||
%pytest tests --deselect "tests/integration/killswitch/default/test_killswitch_connection.py" --deselect "tests/integration/killswitch/wireguard/test_killswitch_connection.py" --ignore "tests/openvpn/test_openvpn.py" --ignore "tests/openvpn/test_openvpnconfiguration.py" --ignore "tests/unit/core/test_networkmanager.py"
|
||||
%pytest tests --deselect "tests/integration/killswitch/default/test_killswitch_connection.py" --deselect "tests/integration/killswitch/wireguard/test_killswitch_connection.py" --ignore "tests/openvpn/test_openvpn.py" --ignore "tests/openvpn/test_openvpnconfiguration.py" --ignore "tests/unit/core/test_networkmanager.py" --ignore "tests/unit/wireguard/test_wireguard.py"
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ee58ed70c7f32f244223693a8f5f09fdd7bd0dfd8e0f5979eccb46b12027705
|
||||
size 60323
|
||||
3
v0.13.4.tar.gz
Normal file
3
v0.13.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cd0c2c21b4f7cf28aa25c3167ca28bf6820a0603526d70935ce86ee5e8fd7dfb
|
||||
size 61467
|
||||
Reference in New Issue
Block a user