Accepting request 1175848 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1175848 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-proton-vpn-api-core?expand=0&rev=4
This commit is contained in:
commit
bc3e81b1ab
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 22 11:28:37 UTC 2024 - Alexandre Vicenzi <alexandre.vicenzi@suse.com>
|
||||
|
||||
- Update to 0.24.4
|
||||
* Filter OSError not just FileNotFound error in sentry.
|
||||
* Set the sentry user id based on a hash of /etc/machine-id
|
||||
* Fix deprecation warning when calculatin WireGuard certificate validity period.
|
||||
* Fix error saving cache file when parent directory does not exist
|
||||
* Only initialize sentry on first enable.
|
||||
* Forward SSL_CERT_FILE environment variable to sentry.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 7 21:10:52 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -18,20 +18,21 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-proton-vpn-api-core
|
||||
Version: 0.23.1
|
||||
Version: 0.24.4
|
||||
Release: 0
|
||||
Summary: Proton VPN API library
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/ProtonVPN/python-proton-vpn-api-core
|
||||
Source: https://github.com/ProtonVPN/python-proton-vpn-api-core/archive/refs/tags/v%{version}.tar.gz
|
||||
BuildRequires: %{python_module PyNaCl}
|
||||
BuildRequires: %{python_module cryptography}
|
||||
BuildRequires: %{python_module distro}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module proton-core}
|
||||
BuildRequires: %{python_module proton-vpn-connection}
|
||||
BuildRequires: %{python_module proton-vpn-killswitch}
|
||||
BuildRequires: %{python_module proton-vpn-logger}
|
||||
BuildRequires: %{python_module proton-vpn-session}
|
||||
BuildRequires: %{python_module pytest-asyncio}
|
||||
BuildRequires: %{python_module pytest-cov}
|
||||
BuildRequires: %{python_module pytest}
|
||||
@ -40,12 +41,13 @@ BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-PyNaCl
|
||||
Requires: python-cryptography
|
||||
Requires: python-distro
|
||||
Requires: python-proton-core
|
||||
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:f98945216a555563c446e1c92aafb8103fed8142e6177c716d4cf8717d4b33af
|
||||
size 61381
|
3
v0.24.4.tar.gz
Normal file
3
v0.24.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ef39e9134d0945b466dfe324df67a216742fc7b431689b4955ed58117703f8c6
|
||||
size 63736
|
Loading…
x
Reference in New Issue
Block a user