Compare commits
7 Commits
Author | SHA256 | Date | |
---|---|---|---|
1b62a75949 | |||
942d18e14e | |||
a48d86bc25 | |||
7a89a76eb0 | |||
9dfb3b82dd | |||
9c8973b016 | |||
8b4e88981b |
@@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 27 00:56:06 UTC 2025 - Szymon Scholz <raspherdev@pm.me>
|
||||
|
||||
- update to 0.4.0:
|
||||
* Require python >= 3.9 to allow libraries using newer language features
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 30 13:04:30 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.3.3:
|
||||
* Amend type hinting
|
||||
* ProtonSSO : allow selecting the keyring backend (unspecified:
|
||||
load default keyring)
|
||||
* External contribution from 'wesinator' : fix hostname segment
|
||||
regex
|
||||
* Minor changes following feedback/review
|
||||
* Allow clients to support 'If-Modified-Since'
|
||||
* Make logs less verbose
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 5 19:00:36 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.2.0:
|
||||
* Add dynamic module validation
|
||||
* Sanitize DNS response
|
||||
* Fix invalid modulus error when logging in
|
||||
* Session forking
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 15 10:33:01 UTC 2024 - Alexandre Vicenzi <alexandre.vicenzi@suse.com>
|
||||
|
||||
|
@@ -19,7 +19,7 @@
|
||||
%define skip_python2 1
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-proton-core
|
||||
Version: 0.1.16
|
||||
Version: 0.4.0
|
||||
Release: 0
|
||||
Summary: Proton VPN core library
|
||||
License: GPL-3.0-or-later
|
||||
@@ -44,6 +44,7 @@ BuildRequires: pkgconfig(libopenssl)
|
||||
Requires: python-aiohttp
|
||||
Requires: python-bcrypt
|
||||
Requires: python-gnupg
|
||||
Requires: python-importlib-metadata
|
||||
Requires: python-pyOpenSSL
|
||||
Requires: python-requests
|
||||
Conflicts: python-proton-client
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:713862400e980889153a1ae62fb579830801b7e8f7b9dd5982531511eb3c27de
|
||||
size 70945
|
3
v0.4.0.tar.gz
Normal file
3
v0.4.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0af9c9c122f511695e585f519178db997661db197904822b272879e1162fa5b3
|
||||
size 76129
|
Reference in New Issue
Block a user