17
0

Compare commits

5 Commits

Author SHA256 Message Date
83c5d2375e Accepting request 1265727 from network:vpn
OBS-URL: https://build.opensuse.org/request/show/1265727
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-proton-vpn-network-manager?expand=0&rev=6
2025-04-02 15:10:50 +00:00
5d57acf784 Accepting request 1265623 from home:raspher:branches:network:vpn
- Update to 0.12.13:
  * Forward the rust log to python log
  * Improve logic for applying fallback DNS
  * Ensure that Proton DNS IP is used as a fallback when custom DNS is enabled but no IP is provided with the WireGuard protocol
  * Bump the minimum required version of vpn-api-core module
  * Fix for old call to this non existant method
  * Fix Certificate Expired early error in openvpn
  * Revert introduced workarounds for kill switch with newer versions of netplan (1.1.1-1). Users are now able to use kill switch while having IPv6 disable at grub/kernel level
  * Added local agent to OpenVPN
  * Ignore interfaces without a gateway configured
  * Encrypt openvpn certificate private key
  * Don't log handled agent errors
  * Update to new local agent dependency where the rust logger is initialized automatically
  * Fix certificate expired error handling
  * Integrate LA port forwarding
  * Update to use new LA interface (Alexandru Cheltuitor, Josep Llaneras)
  * Update event context so that it passes a forwarded port
  * Use a mock port for the moment until local-agent has fully implemented the feature
  * Do not use privileged local port for wireguard
  * Drop Ubuntu 20.04 support
  * Remove DoH
  * Added semgrep scanning to CI
  * Change to new custom DNS format
  * Refactor code so that new changes are taken into consideration
  * Fix unsupported type annotation in python 3.8.10
  * Fix bug where automatic DNS settings is ignored, regardless if custom DNS is passed or not
  * Validate custom DNS values for IPv4/6
  * Generate the changelogs in the CI
  * Move to a centralised way to update the version of the package
  * Handle connection details received by local agent 
- add missing requires
- project was reorganized

OBS-URL: https://build.opensuse.org/request/show/1265623
OBS-URL: https://build.opensuse.org/package/show/network:vpn/python-proton-vpn-network-manager?expand=0&rev=2
2025-03-31 10:05:51 +00:00
8b34893067 Accepting request 1223801 from devel:languages:python
Please, take this package into network:vpn, where it belongs more

OBS-URL: https://build.opensuse.org/request/show/1223801
OBS-URL: https://build.opensuse.org/package/show/network:vpn/python-proton-vpn-network-manager?expand=0&rev=1
2024-11-13 08:15:08 +00:00
49ed1f2b1c Accepting request 1219949 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1219949
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-proton-vpn-network-manager?expand=0&rev=5
2024-11-01 20:05:58 +00:00
85392dbafa Accepting request 1218816 from home:guoyunhe:branches:devel:languages:python
- Update to 0.9.1
- Replace requires python-proton-vpn-connection with python-proton-vpn-api-core
- Conflicts python-proton-vpn-network-manager-openvpn

OBS-URL: https://build.opensuse.org/request/show/1218816
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proton-vpn-network-manager?expand=0&rev=12
2024-10-31 18:47:11 +00:00
4 changed files with 5 additions and 11 deletions

View File

@@ -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>

View File

@@ -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
View File

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

View File

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