14
0

Accepting request 1159631 from home:avicenzi:protonvpn

Build for Leap

OBS-URL: https://build.opensuse.org/request/show/1159631
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proton-vpn-session?expand=0&rev=2
This commit is contained in:
2024-03-20 13:41:26 +00:00
committed by Git OBS Bridge
parent b877656677
commit b7b94096c9
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 19 15:17:34 UTC 2024 - Alexandre Vicenzi <alexandre.vicenzi@suse.com>
- Build for Leap
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Feb 9 10:19:06 UTC 2024 - Alexandre Vicenzi <alexandre.vicenzi@suse.com> Fri Feb 9 10:19:06 UTC 2024 - Alexandre Vicenzi <alexandre.vicenzi@suse.com>

View File

@@ -17,6 +17,7 @@
%define skip_python2 1 %define skip_python2 1
%{?sle15_python_module_pythons}
Name: python-proton-vpn-session Name: python-proton-vpn-session
Version: 0.6.5 Version: 0.6.5
Release: 0 Release: 0
@@ -26,7 +27,6 @@ Group: Development/Languages/Python
URL: https://github.com/ProtonVPN/python-proton-vpn-session URL: https://github.com/ProtonVPN/python-proton-vpn-session
Source: https://github.com/ProtonVPN/python-proton-vpn-session/archive/refs/tags/v%{version}.tar.gz Source: https://github.com/ProtonVPN/python-proton-vpn-session/archive/refs/tags/v%{version}.tar.gz
BuildRequires: %{python_module PyNaCl} BuildRequires: %{python_module PyNaCl}
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module cryptography} BuildRequires: %{python_module cryptography}
BuildRequires: %{python_module distro} BuildRequires: %{python_module distro}
BuildRequires: %{python_module pip} BuildRequires: %{python_module pip}
@@ -40,7 +40,6 @@ BuildRequires: fdupes
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-PyNaCl Requires: python-PyNaCl
Requires: python-base >= 3.8
Requires: python-cryptography Requires: python-cryptography
Requires: python-distro Requires: python-distro
Requires: python-proton-core Requires: python-proton-core