forked from pool/python-proton-core
Compare commits
9 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| afa0e584e7 | |||
| 7ef60b5e80 | |||
| 870d8a5225 | |||
| a2a6d280b3 | |||
| 3e9904070a | |||
| ed0d68f02a | |||
| 6fe9304046 | |||
| 638ec9ce90 | |||
| 355028ef61 |
@@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 2 15:24:54 UTC 2025 - Yunhe Guo <i@guoyunhe.me>
|
||||
|
||||
- Update to 0.7.0:
|
||||
* No upstream changelog
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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.7.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.7.0.tar.gz
Normal file
3
v0.7.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7b917102785e85ed3960afc1813fb7e87de6742db3eb77153cc6b3dafa68cca7
|
||||
size 78329
|
||||
Reference in New Issue
Block a user