File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
include LICENSE
2
2
include *.txt
3
+ include *.md
3
4
recursive-include proton *.py
4
5
recursive-include proton *.rst
Original file line number Diff line number Diff line change 1
1
# Maintainer: Proton Technologies AG <opensource@proton.me>
2
2
pkgname=python-proton-client
3
3
pkgver=0.5.1
4
- pkgrel=1
4
+ pkgrel=2
5
5
pkgdesc=" Safely login with ProtonVPN credentials to connect to Proton."
6
6
arch=(" any" )
7
7
url=" https://github.com/ProtonMail/proton-python-client"
Original file line number Diff line number Diff line change 1
- proton-python-client (0.5.1-1 ) unstable; urgency=medium
1
+ proton-python-client (0.5.1-2 ) unstable; urgency=medium
2
2
3
3
* Add new exceptions for improved case handling
4
4
Original file line number Diff line number Diff line change 1
1
%define unmangled_name proton-client
2
2
%define version 0.5.1
3
- %define release 1
3
+ %define release 2
4
4
5
5
Prefix: %{_prefix }
6
6
@@ -48,7 +48,7 @@ rm -rf $RPM_BUILD_ROOT
48
48
%defattr(-,root,root)
49
49
50
50
%changelog
51
- * Mon May 24 2021 Proton Technologies AG <opensource@proton.me> 0.5.1-1
51
+ * Mon May 24 2021 Proton Technologies AG <opensource@proton.me> 0.5.1-2
52
52
- Add new exceptions for improved case handling
53
53
54
54
* Fri Apr 30 2021 Proton Technologies AG <opensource@proton.me> 0.5.0-1
You can’t perform that action at this time.
0 commit comments