From cadc2cc5bbb6761f409714a5c3153eec1a5d593a2c3de640020afd3b6863895d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 7 May 2024 21:13:23 +0000 Subject: [PATCH] - update to 0.23.1: * Added missing pip dependencies. * Merged proton-vpn-api-session package into this one. * Pass requested features through to session login and two factor submit. * Provide method to update certificate. * Ensure that crash reporting state is preserved between restarts. * Explicitly state the sentry integrations we want. Dont include the ExceptHookIntegration * Change url for sentry, dont send server_name, use older sentry api * Add mechanism to send errors anonymously to sentry. * Return list of protocol plugins for a specific backend instead of returning a list of protocols names * Add WireGuard ports OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proton-vpn-api-core?expand=0&rev=6 --- python-proton-vpn-api-core.changes | 20 ++++++++++++++++++++ python-proton-vpn-api-core.spec | 5 +++-- v0.21.0.tar.gz | 3 --- v0.23.1.tar.gz | 3 +++ 4 files changed, 26 insertions(+), 5 deletions(-) delete mode 100644 v0.21.0.tar.gz create mode 100644 v0.23.1.tar.gz diff --git a/python-proton-vpn-api-core.changes b/python-proton-vpn-api-core.changes index 000c3b9..d04a547 100644 --- a/python-proton-vpn-api-core.changes +++ b/python-proton-vpn-api-core.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Tue May 7 21:10:52 UTC 2024 - Dirk Müller + +- update to 0.23.1: + * Added missing pip dependencies. + * Merged proton-vpn-api-session package into this one. + * Pass requested features through to session login and two + factor submit. + * Provide method to update certificate. + * Ensure that crash reporting state is preserved between + restarts. + * Explicitly state the sentry integrations we want. Dont + include the ExceptHookIntegration + * Change url for sentry, dont send server_name, use older + sentry api + * Add mechanism to send errors anonymously to sentry. + * Return list of protocol plugins for a specific backend + instead of returning a list of protocols names + * Add WireGuard ports + ------------------------------------------------------------------- Thu Mar 21 13:47:57 UTC 2024 - Yunhe Guo diff --git a/python-proton-vpn-api-core.spec b/python-proton-vpn-api-core.spec index ea5f27d..52337bc 100644 --- a/python-proton-vpn-api-core.spec +++ b/python-proton-vpn-api-core.spec @@ -16,10 +16,9 @@ # -%define skip_python2 1 %{?sle15_python_module_pythons} Name: python-proton-vpn-api-core -Version: 0.21.0 +Version: 0.23.1 Release: 0 Summary: Proton VPN API library License: GPL-3.0-or-later @@ -36,6 +35,7 @@ BuildRequires: %{python_module proton-vpn-session} BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module sentry-sdk} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: pkgconfig @@ -46,6 +46,7 @@ Requires: python-proton-vpn-connection Requires: python-proton-vpn-killswitch Requires: python-proton-vpn-logger Requires: python-proton-vpn-session +Requires: python-sentry-sdk BuildArch: noarch %python_subpackages diff --git a/v0.21.0.tar.gz b/v0.21.0.tar.gz deleted file mode 100644 index c806600..0000000 --- a/v0.21.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:abd186b15639163832780ad422933c6a34ee0099119c5a6ad831e5b73cca3f65 -size 27368 diff --git a/v0.23.1.tar.gz b/v0.23.1.tar.gz new file mode 100644 index 0000000..ece35f1 --- /dev/null +++ b/v0.23.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f98945216a555563c446e1c92aafb8103fed8142e6177c716d4cf8717d4b33af +size 61381