Accepting request 1172590 from devel:languages:python
- 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/request/show/1172590 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-proton-vpn-api-core?expand=0&rev=3
This commit is contained in:
commit
bb0555fcef
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 7 21:10:52 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <i@guoyunhe.me>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:abd186b15639163832780ad422933c6a34ee0099119c5a6ad831e5b73cca3f65
|
||||
size 27368
|
3
v0.23.1.tar.gz
Normal file
3
v0.23.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f98945216a555563c446e1c92aafb8103fed8142e6177c716d4cf8717d4b33af
|
||||
size 61381
|
Loading…
x
Reference in New Issue
Block a user