From 60a2447ae7f398cc0a39cde649850e2f4ca73016 Mon Sep 17 00:00:00 2001 From: Alexandru Cheltuitor Date: Fri, 24 Sep 2021 11:34:32 +0100 Subject: [PATCH] Bump version and update changelog --- arch/PKGBUILD | 6 +++--- debian/changelog | 6 ++++++ debian/control | 2 +- proton/constants.py | 2 +- rpmbuild/SPECS/python3-proton-client.spec | 9 ++++++--- 5 files changed, 17 insertions(+), 8 deletions(-) diff --git a/arch/PKGBUILD b/arch/PKGBUILD index 6287ada..144f6fc 100644 --- a/arch/PKGBUILD +++ b/arch/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Proton Technologies AG pkgname=python-proton-client -pkgver=0.6.1 -pkgrel=4 +pkgver=0.7.0 +pkgrel=1 pkgdesc="Safely login with ProtonVPN credentials to connect to Proton." arch=("any") url="https://github.com/ProtonMail/proton-python-client" @@ -9,7 +9,7 @@ license=("GPL3") groups=("ProtonVPN") depends=("python-requests" "python-bcrypt" "python-gnupg" "python-pyopenssl" "python-dnspython") makedepends=("python-setuptools") -conflicts=("python-protonvpn-nm-lib<3.4.1") +conflicts=("python-protonvpn-nm-lib<3.5.0") source=("$pkgname.tar.gz") sha256sums=(.) validpgpkeys=("A884 41BD 4864 F95B EE08 E63A 71EB 4740 1994 0E11") diff --git a/debian/changelog b/debian/changelog index 3827be6..f714bd9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +proton-python-client (0.7.0-1) unstable; urgency=medium + + * Feature: Request human verification + + -- Proton Technologies AG Fri, 24 Sep 2021 11:30:00 +0100 + proton-python-client (0.6.1-4) unstable; urgency=medium * Feature: Alternative Routing diff --git a/debian/control b/debian/control index 50be15c..7dcb1f5 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Architecture: all Homepage: https://github.com/ProtonMail/proton-python-client Section: net Depends: ${python3:Depends}, ${misc:Depends}, python3-bcrypt, python3-gnupg, python3-openssl, python3-dnspython, python3-requests (>= 2.16.0) -Breaks: python3-protonvpn-nm-lib (<< 3.4.1) +Breaks: python3-protonvpn-nm-lib (<< 3.5.0) Description: Proton SRP (Python 3) Safely login with ProtonVPN credentials to connect to Proton. . diff --git a/proton/constants.py b/proton/constants.py index 909824d..b1842c2 100644 --- a/proton/constants.py +++ b/proton/constants.py @@ -1,4 +1,4 @@ -VERSION = "0.6.1" +VERSION = "0.7.0" DEFAULT_TIMEOUT = (3.05, 27) PUBKEY_HASH_DICT = { "api.protonvpn.ch": [ diff --git a/rpmbuild/SPECS/python3-proton-client.spec b/rpmbuild/SPECS/python3-proton-client.spec index 8ec1442..688532a 100644 --- a/rpmbuild/SPECS/python3-proton-client.spec +++ b/rpmbuild/SPECS/python3-proton-client.spec @@ -1,6 +1,6 @@ %define unmangled_name proton-client -%define version 0.6.1 -%define release 4 +%define version 0.7.0 +%define release 1 Prefix: %{_prefix} @@ -23,7 +23,7 @@ Requires: python3-requests Requires: python3-pyOpenSSL Requires: python3-bcrypt Requires: python3-gnupg -Conflicts: python3-protonvpn-nm-lib < 3.4.1 +Conflicts: python3-protonvpn-nm-lib < 3.5.0 %{?python_disable_dependency_generator} @@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root) %changelog +* Fri Sep 24 2021 Proton Technologies AG 0.7.0-1 +- Feature: Request human verification + * Thu Jul 08 2021 Proton Technologies AG 0.6.1-4 - Feature: Alternative Routing