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