Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-proton-vpn-network-manager
for openSUSE:Factory checked in at 2024-11-01 21:05:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-proton-vpn-network-manager (Old)
and
/work/SRC/openSUSE:Factory/.python-proton-vpn-network-manager.new.2020 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-proton-vpn-network-manager"
Fri Nov 1 21:05:58 2024 rev:5 rq:1219949 version:0.9.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-proton-vpn-network-manager/python-proton-vpn-network-manager.changes
2024-05-22 21:33:35.808436567 +0200
+++
/work/SRC/openSUSE:Factory/.python-proton-vpn-network-manager.new.2020/python-proton-vpn-network-manager.changes
2024-11-01 21:06:23.499486024 +0100
@@ -1,0 +2,7 @@
+Thu Oct 24 11:44:51 UTC 2024 - Yunhe Guo <[email protected]>
+
+- Update to 0.9.1
+- Replace requires python-proton-vpn-connection with python-proton-vpn-api-core
+- Conflicts python-proton-vpn-network-manager-openvpn
+
+-------------------------------------------------------------------
Old:
----
v0.4.2.tar.gz
New:
----
v0.9.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-proton-vpn-network-manager.spec ++++++
--- /var/tmp/diff_new_pack.HOD8w9/_old 2024-11-01 21:06:24.399523676 +0100
+++ /var/tmp/diff_new_pack.HOD8w9/_new 2024-11-01 21:06:24.403523843 +0100
@@ -19,7 +19,7 @@
%define skip_python2 1
%{?sle15_python_module_pythons}
Name: python-proton-vpn-network-manager
-Version: 0.4.2
+Version: 0.9.1
Release: 0
Summary: Proton VPN library for NetworkManager
License: GPL-3.0-or-later
@@ -31,7 +31,7 @@
BuildRequires: %{python_module gobject}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module proton-core}
-BuildRequires: %{python_module proton-vpn-connection}
+BuildRequires: %{python_module proton-vpn-api-core}
BuildRequires: %{python_module pycairo}
BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest-cov}
@@ -44,8 +44,9 @@
Requires: NetworkManager
Requires: python-gobject
Requires: python-proton-core
-Requires: python-proton-vpn-connection
+Requires: python-proton-vpn-api-core
Requires: python-pycairo
+Conflicts: python-proton-vpn-network-manager-openvpn
Conflicts: python-protonvpn-nm-lib
BuildArch: noarch
%python_subpackages
@@ -64,9 +65,8 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-# test case is broken
-# https://github.com/ProtonVPN/python-proton-vpn-network-manager/issues/2
-%pytest tests
--deselect="tests/test_networkmanager.py::test_initialize_persisted_connection_determines_initial_connection_state"
+# buildroot doesn't provide network manager service, so it is not possible to
run killswitch tests
+%pytest tests --deselect
"tests/integration/killswitch/default/test_killswitch_connection.py" --deselect
"tests/integration/killswitch/wireguard/test_killswitch_connection.py"
%files %{python_files}
%license LICENSE
++++++ v0.4.2.tar.gz -> v0.9.1.tar.gz ++++++
++++ 5375 lines of diff (skipped)