File python-proton-client.spec of Package python-proton-vpn-network-manager

#
# spec file for package python-proton-vpn-network-manager
#
# Copyright (c) 2023 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/
#


Name:           python-proton-vpn-network-manager
Version:        0.12.12
Release:        0
Summary:        Safely login with ProtonVPN credentials to connect to Proton
License:        GPL-3.0-or-later
Group:          Development/Languages/Python
URL:            https://github.com/ProtonMail/python-proton-vpn-network-manager
Source:         python-proton-vpn-network-manager-%{version}.tar.gz
BuildRequires:  %{python_module pip}
BuildRequires:  %{python_module pytest}
BuildRequires:  %{python_module wheel}
BuildRequires:  fdupes
BuildRequires:  pkgconfig
BuildRequires:  python-rpm-macros
Requires:       python3-gobject
Requires:       python3-dbus-python
Requires:       NetworkManager
Requires:       gobject-introspection
Requires:       python3-proton-core
Requires:       python3-setuptools
Obsoletes:      python-proton-vpn-network-manager-openvpn
Obsoletes:      python-proton-vpn-network-manager-wireguard
Obsoletes:      python-proton-vpn-killswitch-network-manager
Obsoletes:      python-proton-vpn-killswitch-network-manager-wireguard
BuildArch:      noarch
%python_subpackages

%description
This package, originally forked from python-srp module implements a simple
wrapper to Proton Technologies API, abstracting from the SRP authentication.

%prep
%autosetup -n python-proton-vpn-network-manager-%{version} -p1

%build
%pyproject_wheel

%install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}

%check
# skip test_tlspinning.py as OBS has no network access
#pytest tests --ignore=tests/test_tlspinning.py

%files %{python_files}
%license LICENSE
%doc README.md
%{python_sitelib}/proton
%{python_sitelib}/proton_vpn_network_manager-*-info/

%changelog
openSUSE Build Service is sponsored by