Bump version and update changelog

This commit is contained in:
Alexandru Cheltuitor 2021-09-24 11:34:32 +01:00
parent 83d6023da7
commit 60a2447ae7
No known key found for this signature in database
GPG key ID: 66B58C938EBBFA07
5 changed files with 17 additions and 8 deletions

View file

@ -1,7 +1,7 @@
# Maintainer: Proton Technologies AG <opensource@proton.me>
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")

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
proton-python-client (0.7.0-1) unstable; urgency=medium
* Feature: Request human verification
-- Proton Technologies AG <opensource@proton.me> Fri, 24 Sep 2021 11:30:00 +0100
proton-python-client (0.6.1-4) unstable; urgency=medium
* Feature: Alternative Routing

2
debian/control vendored
View file

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

View file

@ -1,4 +1,4 @@
VERSION = "0.6.1"
VERSION = "0.7.0"
DEFAULT_TIMEOUT = (3.05, 27)
PUBKEY_HASH_DICT = {
"api.protonvpn.ch": [

View file

@ -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 <opensource@proton.me> 0.7.0-1
- Feature: Request human verification
* Thu Jul 08 2021 Proton Technologies AG <opensource@proton.me> 0.6.1-4
- Feature: Alternative Routing