mirror of
https://github.com/ProtonMail/proton-python-client.git
synced 2026-01-11 19:56:26 +00:00
Include documentation in manifest and update rel version
This commit is contained in:
parent
e288eeb8b0
commit
0ca13cd3b4
4 changed files with 5 additions and 4 deletions
|
|
@ -1,4 +1,5 @@
|
|||
include LICENSE
|
||||
include *.txt
|
||||
include *.md
|
||||
recursive-include proton *.py
|
||||
recursive-include proton *.rst
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Proton Technologies AG <opensource@proton.me>
|
||||
pkgname=python-proton-client
|
||||
pkgver=0.5.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Safely login with ProtonVPN credentials to connect to Proton."
|
||||
arch=("any")
|
||||
url="https://github.com/ProtonMail/proton-python-client"
|
||||
|
|
|
|||
2
debian/changelog
vendored
2
debian/changelog
vendored
|
|
@ -1,4 +1,4 @@
|
|||
proton-python-client (0.5.1-1) unstable; urgency=medium
|
||||
proton-python-client (0.5.1-2) unstable; urgency=medium
|
||||
|
||||
* Add new exceptions for improved case handling
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
%define unmangled_name proton-client
|
||||
%define version 0.5.1
|
||||
%define release 1
|
||||
%define release 2
|
||||
|
||||
Prefix: %{_prefix}
|
||||
|
||||
|
|
@ -48,7 +48,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
* Mon May 24 2021 Proton Technologies AG <opensource@proton.me> 0.5.1-1
|
||||
* Mon May 24 2021 Proton Technologies AG <opensource@proton.me> 0.5.1-2
|
||||
- Add new exceptions for improved case handling
|
||||
|
||||
* Fri Apr 30 2021 Proton Technologies AG <opensource@proton.me> 0.5.0-1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue