Compare commits
5 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 83c5d2375e | |||
| 5d57acf784 | |||
| 8b34893067 | |||
| 49ed1f2b1c | |||
| 85392dbafa |
@@ -1,9 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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.13.4
|
||||
Version: 0.12.13
|
||||
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" --ignore "tests/unit/wireguard/test_wireguard.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"
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
|
||||
3
v0.12.13.tar.gz
Normal file
3
v0.12.13.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ee58ed70c7f32f244223693a8f5f09fdd7bd0dfd8e0f5979eccb46b12027705
|
||||
size 60323
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cd0c2c21b4f7cf28aa25c3167ca28bf6820a0603526d70935ce86ee5e8fd7dfb
|
||||
size 61467
|
||||
Reference in New Issue
Block a user