19
0

Compare commits

7 Commits

Author SHA256 Message Date
1b62a75949 Accepting request 1265718 from network:vpn
OBS-URL: https://build.opensuse.org/request/show/1265718
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-proton-core?expand=0&rev=4
2025-04-02 15:10:47 +00:00
942d18e14e Accepting request 1265620 from home:raspher:branches:network:vpn
- update to 0.4.0:
  * Require python >= 3.9 to allow libraries using newer language features
- add missing require

OBS-URL: https://build.opensuse.org/request/show/1265620
OBS-URL: https://build.opensuse.org/package/show/network:vpn/python-proton-core?expand=0&rev=2
2025-03-31 10:05:02 +00:00
a48d86bc25 Accepting request 1223795 from devel:languages:python
Please, take this package into network:vpn, where it belongs more

OBS-URL: https://build.opensuse.org/request/show/1223795
OBS-URL: https://build.opensuse.org/package/show/network:vpn/python-proton-core?expand=0&rev=1
2024-11-13 08:15:34 +00:00
7a89a76eb0 Accepting request 1217440 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1217440
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-proton-core?expand=0&rev=3
2024-10-24 13:43:26 +00:00
9dfb3b82dd - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proton-core?expand=0&rev=8
2024-09-30 13:05:48 +00:00
9c8973b016 Accepting request 1191756 from devel:languages:python
- update to 0.2.0:
  * Add dynamic module validation
  * Sanitize DNS response
  * Fix invalid modulus error when logging in
  * Session forking

OBS-URL: https://build.opensuse.org/request/show/1191756
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-proton-core?expand=0&rev=2
2024-08-06 07:08:07 +00:00
8b4e88981b - update to 0.2.0:
* Add dynamic module validation
  * Sanitize DNS response
  * Fix invalid modulus error when logging in
  * Session forking

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proton-core?expand=0&rev=6
2024-08-05 19:01:05 +00:00
4 changed files with 33 additions and 4 deletions

View File

@@ -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>

View File

@@ -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

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0af9c9c122f511695e585f519178db997661db197904822b272879e1162fa5b3
size 76129