Skip to content
Snippets Groups Projects
Commit efd8cbe8 authored by Josenilson Ferreira da SIlva's avatar Josenilson Ferreira da SIlva :tiger:
Browse files

Import Debian changes 0.2.0-1

python-proton-keyring-linux (0.2.0-1) unstable; urgency=medium
.
  * Initial release. (Closes: #1088997)
parent 988d3ae1
No related branches found
No related tags found
No related merge requests found
Pipeline #783862 passed
.debhelper
debhelper-build-stamp
files
python3-pvpnsrv-portforwarding.debhelper.log
python3-pvpnsrv-portforwarding.postinst.debhelper
python3-pvpnsrv-portforwarding.postrm.debhelper
python3-pvpnsrv-portforwarding.prerm.debhelper
python3-pvpnsrv-portforwarding.substvars
python3-pvpnsrv-portforwarding
proton-keyring-linux (0.2.0) unstable; urgency=medium
python-proton-keyring-linux (0.2.0-1) unstable; urgency=medium
* Drop Ubuntu 20.04 support.
* Initial release. (Closes: #1088997)
-- Alexandru Cheltuitor <alexandru.cheltuitor@proton.ch> Tue, 19 Nov 2024 13:00:00 +0000
proton-keyring-linux (0.1.0) unstable; urgency=medium
* Update class property
-- Alexandru Cheltuitor <alexandru.cheltuitor@proton.ch> Tue, 24 Sep 2024 10:00:00 +0000
proton-keyring-linux (0.0.2) unstable; urgency=medium
* Update class property
-- Alexandru Cheltuitor <alexandru.cheltuitor@proton.ch> Wed, 20 Mar 2024 16:00:00 +0100
proton-keyring-linux (0.0.1) UNRELEASED; urgency=medium
* First release
-- Alexandru Cheltuitor <alexandru.cheltuitor@proton.ch> Tue, 28 Jun 2022 16:00:00 +0100
-- Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com> Tue, 03 Dec 2024 19:52:43 -0300
11
Source: proton-keyring-linux
Source: python-proton-keyring-linux
Section: python
Priority: optional
Maintainer: Proton AG <opensource@proton.me>
Build-Depends: debhelper (>= 9), dh-python, python3-all, python3-setuptools, python3-proton-core, python3-keyring
Standards-Version: 4.1.1
X-Python3-Version: >= 3.9
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
gnome-keyring,
python3-all,
python3-keyring,
python3-proton-core,
python3-pytest <!nocheck>,
python3-pytest-cov <!nocheck>,
python3-secretstorage,
python3-setuptools
Standards-Version: 4.7.0
Homepage: https://github.com/ProtonVPN/python-proton-keyring-linux
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-proton-keyring-linux
Vcs-Git: https://salsa.debian.org/python-team/packages/python-proton-keyring-linux.git
Testsuite: autopkgtest-pkg-pybuild
Package: python3-proton-keyring-linux
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-proton-core, python3-keyring, python3-secretstorage, gnome-keyring
Replaces: python3-proton-keyring-linux-secretservice
Breaks: python3-proton-keyring-linux-secretservice (<< 0.1.0)
Description: Python3 Proton linux keyring base implementation
Depends: ${misc:Depends},
${python3:Depends}
Description: Proton Technologies keyring plugins for Linux
Python library that implements a credential storage solution for Linux,
developed by the ProtonVPN team. It is used to securely manage user
credentials (such as usernames and passwords) for Proton services such
as ProtonVPN in the Linux environment.
.
Main features:
- Integration with the system keyring:
Utilizes existing libraries to access Linux operating system keyrings
such as SecretService or gnome-keyring), allowing secure storage
of sensitive data.
- Security:
Stores credentials in encrypted form, leveraging the operating system's
security tools to protect data.
- API for developers:
Provides an interface for application developers to easily store, access
and manage credentials in their Python programs.
- Usage on ProtonVPN:
It is an important piece of the Proton ecosystem, ensuring VPN customers
can manage their credentials securely.
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://github.com/ProtonVPN/
Upstream-Name: python3-proton-keyring-linux
Source: https://github.com/ProtonVPN/python-proton-keyring-linux
Upstream-Name: python-proton-keyring-linux
Upstream-Contact: Proton AG <opensource@proton.me>
Files:
*
Files: *
Copyright: 2023 Proton AG <opensource@proton.me>
License: GPL-3
The full text of the GPL version 3 is distributed in
/usr/share/common-licenses/GPL-3 on Debian systems.
\ No newline at end of file
License: GPL-3+
Files: debian/*
Copyright: 2024 Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
License: GPL-3+
License: GPL-3+
This package is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this package. If not, see <https://www.gnu.org/licenses/>.
Comment:
On Debian systems, the complete text of the GNU General
Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
[DEFAULT]
debian-branch=debian/main
#!/usr/bin/make -f
#export DH_VERBOSE = 1
#export DH_VERBOSE=1
export PYBUILD_NAME=proton_keyring_linux
export PYBUILD_NAME=python-proton-keyring-linux
export PYBUILD_AFTER_TEST=rm -rf {build_dir}/htmlcov
%:
dh $@ --with python3 --buildsystem=pybuild
dh $@ --buildsystem=pybuild
3.0 (quilt)
extend-diff-ignore = "^[^/]*[.]egg-info/"
Bug-Database: https://github.com/ProtonVPN/python-proton-keyring-linux/issues
Bug-Submit: https://github.com/ProtonVPN/python-proton-keyring-linux/issues/new
Repository-Browse: https://github.com/ProtonVPN/python-proton-keyring-linux
Repository: https://github.com/ProtonVPN/python-proton-keyring-linux.git
version=4
https://github.com/ProtonVPN/python-proton-keyring-linux/tags .*/v?@ANY_VERSION@@ARCHIVE_EXT@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment