Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
618eeb6c67 | |||
fbe3b8fa6a | |||
5470126374 | |||
23cb03c930 | |||
a731c62624 | |||
88e2423159 |
@@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 15 10:14:11 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- python-proton-vpn-logger is included in python-proton-vpn-api-core
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 31 12:22:46 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.5.4:
|
||||
* Only log if kill switch backend is incompatible.
|
||||
* Invert ipv6 detection logic.
|
||||
* Improve error handling.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 5 19:02:00 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.5.0:
|
||||
* Add proton-vpn-api-core dependency
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 24 15:34:26 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@@ -16,10 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define skip_python2 1
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-proton-vpn-killswitch-network-manager
|
||||
Version: 0.4.5
|
||||
Version: 0.5.4
|
||||
Release: 0
|
||||
Summary: Proton VPN kill switch interface using NetworkManager
|
||||
License: GPL-3.0-or-later
|
||||
@@ -29,8 +28,7 @@ Source: https://github.com/ProtonVPN/python-proton-vpn-killswitch-networ
|
||||
BuildRequires: %{python_module gobject}
|
||||
BuildRequires: %{python_module packaging}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module proton-vpn-killswitch}
|
||||
BuildRequires: %{python_module proton-vpn-logger}
|
||||
BuildRequires: %{python_module proton-vpn-api-core}
|
||||
BuildRequires: %{python_module pycairo}
|
||||
BuildRequires: %{python_module pytest-cov}
|
||||
BuildRequires: %{python_module pytest}
|
||||
@@ -42,8 +40,7 @@ BuildRequires: python-rpm-macros
|
||||
Requires: NetworkManager
|
||||
Requires: python-gobject
|
||||
Requires: python-packaging
|
||||
Requires: python-proton-vpn-killswitch
|
||||
Requires: python-proton-vpn-logger
|
||||
Requires: python-proton-vpn-api-core
|
||||
Requires: python-pycairo
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fd0a6ff2b04957083b8a0cec816bb78d28ca2266ca14a2659d3d847b16464d42
|
||||
size 25901
|
3
v0.5.4.tar.gz
Normal file
3
v0.5.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7aa9c7c0fb825d41bc5066fcf7472aebbe79048916833d11a90f32ddacbba76a
|
||||
size 26843
|
Reference in New Issue
Block a user