- update to 0.5.0:

* Add proton-vpn-api-core dependency

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proton-vpn-killswitch-network-manager?expand=0&rev=9
This commit is contained in:
Dirk Mueller 2024-08-05 19:03:53 +00:00 committed by Git OBS Bridge
commit a489715993
6 changed files with 133 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

View File

@ -0,0 +1,30 @@
-------------------------------------------------------------------
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>
- update to 0.4.5:
* Change kill switch connection IPv4 config from manual to
auto.
-------------------------------------------------------------------
Wed May 22 11:40:07 UTC 2024 - Alexandre Vicenzi <alexandre.vicenzi@suse.com>
- Update to 0.4.4
* Fix random crashes when enabling/disabling the kill switch
-------------------------------------------------------------------
Tue Mar 19 15:10:10 UTC 2024 - Alexandre Vicenzi <alexandre.vicenzi@suse.com>
- Build for Leap
- Update source tarball URL and fix package version
- Add missing dependencies (packaging and PyCairo)
-------------------------------------------------------------------
Mon Feb 12 12:22:31 UTC 2024 - Alexandre Vicenzi <alexandre.vicenzi@suse.com>
- Initial revision

View File

@ -0,0 +1,73 @@
#
# spec file for package python-proton-vpn-killswitch-network-manager
#
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?sle15_python_module_pythons}
Name: python-proton-vpn-killswitch-network-manager
Version: 0.5.0
Release: 0
Summary: Proton VPN kill switch interface using NetworkManager
License: GPL-3.0-or-later
Group: Development/Languages/Python
URL: https://github.com/ProtonVPN/python-proton-vpn-killswitch-network-manager
Source: https://github.com/ProtonVPN/python-proton-vpn-killswitch-network-manager/archive/refs/tags/v%{version}.tar.gz
BuildRequires: %{python_module gobject}
BuildRequires: %{python_module packaging}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module proton-vpn-api-core}
BuildRequires: %{python_module proton-vpn-logger}
BuildRequires: %{python_module pycairo}
BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module wheel}
BuildRequires: NetworkManager-devel
BuildRequires: fdupes
BuildRequires: pkgconfig
BuildRequires: python-rpm-macros
Requires: NetworkManager
Requires: python-gobject
Requires: python-packaging
Requires: python-proton-vpn-api-core
Requires: python-proton-vpn-logger
Requires: python-proton-vpn-logger
Requires: python-pycairo
BuildArch: noarch
%python_subpackages
%description
This package contains the VPN kill switch interface using NetworkManager for Proton VPN client.
%prep
%autosetup -p1 -n python-proton-vpn-killswitch-network-manager-%{version}
%build
%pyproject_wheel
%install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest tests
%files %{python_files}
%license LICENSE
%doc README.md
%{python_sitelib}/proton
%{python_sitelib}/proton_vpn_killswitch_network_manager-%{version}*-info
%changelog

3
v0.4.5.tar.gz Normal file
View File

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

3
v0.5.0.tar.gz Normal file
View File

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