Accepting request 1160063 from home:avicenzi:protonvpn
Build for Leap OBS-URL: https://build.opensuse.org/request/show/1160063 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proton-vpn-killswitch-network-manager?expand=0&rev=2
This commit is contained in:
parent
8d0eaf8e2e
commit
a7f9ba5ea8
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -17,20 +17,21 @@
|
||||
|
||||
|
||||
%define skip_python2 1
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-proton-vpn-killswitch-network-manager
|
||||
Version: 0.2.0
|
||||
Version: 0.4.3
|
||||
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
|
||||
Source: https://github.com/ProtonVPN/python-proton-vpn-killswitch-network-manager/archive/refs/heads/master.zip
|
||||
BuildRequires: %{python_module base >= 3.8}
|
||||
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-killswitch}
|
||||
BuildRequires: %{python_module proton-vpn-logger}
|
||||
BuildRequires: %{python_module pycairo}
|
||||
BuildRequires: %{python_module pytest-cov}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module wheel}
|
||||
@ -38,12 +39,12 @@ BuildRequires: NetworkManager-devel
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: unzip
|
||||
Requires: NetworkManager
|
||||
Requires: python-base >= 3.8
|
||||
Requires: python-gobject
|
||||
Requires: python-packaging
|
||||
Requires: python-proton-vpn-killswitch
|
||||
Requires: python-proton-vpn-logger
|
||||
Requires: python-pycairo
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
@ -51,7 +52,7 @@ BuildArch: noarch
|
||||
This package contains the VPN kill switch interface using NetworkManager for Proton VPN client.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n python-proton-vpn-killswitch-network-manager-master
|
||||
%autosetup -p1 -n python-proton-vpn-killswitch-network-manager-%{version}
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
|
3
v0.4.3.tar.gz
Normal file
3
v0.4.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:29282b6d0a3de2a6f09cbef3dd5ff1824463723e1914722066e0349034c09f5a
|
||||
size 25647
|
Loading…
Reference in New Issue
Block a user