14
0

Compare commits

9 Commits

Author SHA256 Message Date
afa0e584e7 Accepting request 1316025 from network:vpn
OBS-URL: https://build.opensuse.org/request/show/1316025
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-proton-core?expand=0&rev=5
2025-11-06 17:15:36 +00:00
7ef60b5e80 - Update to 0.7.0:
* No upstream changelog

OBS-URL: https://build.opensuse.org/package/show/network:vpn/python-proton-core?expand=0&rev=3
2025-11-06 13:06:28 +00:00
870d8a5225 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
a2a6d280b3 - 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/package/show/network:vpn/python-proton-core?expand=0&rev=2
2025-03-31 10:05:02 +00:00
3e9904070a Please, take this package into network:vpn, where it belongs more
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
ed0d68f02a 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
6fe9304046 - 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
638ec9ce90 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
355028ef61 - 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 39 additions and 4 deletions

View File

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

View File

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

View File

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

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