python-proton-vpn-local-agent 1.6.0-1
Package Information
| Description | Proton VPN local agent for managing connections Local-agent-rs is a ProtonVPN project that provides a Rust library for communicating with ProtonVPN's LocalAgent. Its purpose is to promote efficiency and security in the integration of ProtonVPN features across different clients. It is responsible for: - Communication with ProtonVPN: - Manages the connection between the ProtonVPN client and ProtonVPN servers. - Handles authentication, key and certificate exchange, and other operations required to establish a secure connection. - Python Bindings: - Includes Python bindings for the Rust library, allowing Rust code to be used in Python applications. - Integrate LocalAgent functionality into ProtonVPN clients written in Python. |
|---|---|
| Maintainer | Debian Python Team <team+python@tracker.debian.org> |
| Changed By | Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com> |
| Sponsor | merkys@debian.org |
| Distribution | unstable |
| Architecture | any |
| VCS | git: https://salsa.debian.org/python-team/packages/python-proton-vpn-local-agent.git (browse) |
| Closes | #1119686 |
| Tracker | https://tracker.debian.org/pkg/python-proton-vpn-local-agent |
| Uploaded | 4 hours ago |
New Package Report
.changes
| Version | 1.6.0-1 |
|---|---|
| Changed-By | Josenilson Ferreira da Silva |
| Architecture | source amd64 |
| Distribution | unstable |
| Date | Sat, 28 Feb 2026 02:38:49 -0300 |
| Source | python-proton-vpn-local-agent |
Changelog
python-proton-vpn-local-agent (1.6.0-1) unstable; urgency=medium
.
* New upstream version 1.6.0
* debian/control:
- Added dependencies for the build package (Closes: #1119686)
- Remove redundant "Rules-Requires-Root"
* Add Send bound to future result type
debian/patches/006.fix-send-bound-in-future.patch
* Bump dependencies to latest versions
debian/patches/001.added-dependence-for-construction.patch
debian/patches/003.dependency-updates.patch
* Drop no-longer-needed patch:
debian/patches/002.update-code-from-pyo3-asyncio-0-21-topyo3-async-runtimes.patch
debian/patches/004.fixed-error-spelling.patch
debian/patches/005.added-build.rs.patch.dsc
| Priority | optional |
|---|---|
| Component | main |
| Package-List | python3-proton-vpn-local-agent deb python optional arch=any |
| Section | python |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://github.com/ProtonVPN/local-agent-rs Upstream-Name: local-agent-rs Upstream-Contact: Proton Technologies <contact@protonmail.com> Files: * Copyright: 2023 Proton AG <contact@protonmail.com> License: GPL-3+ Files: debian/* Copyright: 2025 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".