File tree Expand file tree Collapse file tree 4 files changed +17
-8
lines changed
Expand file tree Collapse file tree 4 files changed +17
-8
lines changed Original file line number Diff line number Diff line change 11# Maintainer: Proton Technologies AG <opensource@proton.me>
22pkgname=python-proton-client
3- pkgver=0.5.0
3+ pkgver=0.5.1
44pkgrel=1
55pkgdesc=" Safely login with ProtonVPN credentials to connect to Proton."
66arch=(" any" )
Original file line number Diff line number Diff line change 1+ proton-python-client (0.5.1-1) unstable; urgency=medium
2+
3+ * Add new exceptions for improved case handling
4+
5+ -- Proton Technologies AG <opensource@proton.me> Mon, 24 May 2021 11:30:00 +0100
6+
17proton-python-client (0.5.0-1) unstable; urgency=medium
28
39 * Add new exceptions
410 * Throw custom exceptions in case of network errors, abstracting from the package that is being used for requests
511
612 -- Proton Technologies AG <opensource@proton.me> Fri, 30 Apr 2021 18:15:00 +0100
713
8- proton-python-client (0.4.1-1) unstable; urgency=medium
14+ proton-python-client (0.4.1-1) unstable; urgency=medium
915
1016 * Add long description to setup.py
1117
1218 -- Proton Technologies AG <opensource@proton.me> Wed, 21 Apr 2021 13:45:00 +0100
1319
14- proton-python-client (0.4.0-1) unstable; urgency=medium
20+ proton-python-client (0.4.0-1) unstable; urgency=medium
1521
1622 * Add proxy support
1723 * Verify fingerprint of signer key
1824
1925 -- Proton Technologies AG <opensource@proton.me> Mon, 19 Apr 2021 10:50:00 +0100
2026
21- proton-python-client (0.3.0-1) unstable; urgency=medium
27+ proton-python-client (0.3.0-1) unstable; urgency=medium
2228
2329 * Set flags to BNs in the openssl implementation using BN_set_flags and BN_FLAG_CONSTTIME
2430
2531 -- Proton Technologies AG <opensource@proton.me> Wed, 27 Jan 2021 12:12:23 +0000
2632
27- proton-python-client (0.2.0-3) unstable; urgency=medium
33+ proton-python-client (0.2.0-3) unstable; urgency=medium
2834
2935 * Bugfix: Invalid modulus
3036 * Bugfix: Invalid salt
Original file line number Diff line number Diff line change 11
2- VERSION = "0.5.0 "
2+ VERSION = "0.5.1 "
33DEFAULT_TIMEOUT = (10 , 30 )
44PUBKEY_HASH_DICT = {
55 "api.protonvpn.ch" : [
Original file line number Diff line number Diff line change 11%define unmangled_name proton-client
2- %define version 0.5.0
2+ %define version 0.5.1
33%define release 1
44
55Prefix: %{_prefix }
@@ -48,7 +48,10 @@ rm -rf $RPM_BUILD_ROOT
4848%defattr(-,root,root)
4949
5050%changelog
51- * Wed Apr 21 2021 Proton Technologies AG <opensource@proton.me> 0.5.0-1
51+ * Mon May 24 2021 Proton Technologies AG <opensource@proton.me> 0.5.1-1
52+ - Add new exceptions for improved case handling
53+
54+ * Fri Apr 30 2021 Proton Technologies AG <opensource@proton.me> 0.5.0-1
5255- Add new exceptions
5356- Throw custom exceptions in case of network errors, abstracting from the package that is being used for requests
5457
You can’t perform that action at this time.
0 commit comments