paramiko 2.12.0-2ubuntu1 source package in Ubuntu

Changelog

paramiko (2.12.0-2ubuntu1) lunar; urgency=medium

  * Merge from Debian unstable, remaining changes:
    + d/control: Demote python3-invoke from Recommends to Suggests as
      the python-invoke package lacks unit test execution so is not suitable
      for main inclusion

paramiko (2.12.0-2) unstable; urgency=medium

  * Run autopkgtests via autopkgtest-pkg-pybuild

paramiko (2.12.0-1) unstable; urgency=medium

  * New upstream release
  * debian/patches/
    - refresh, remove patches merged upstream
  * debian/control
    - bump Standards-Version to 4.6.1.0 (no changes needed)
  * debian/copyright
    - extend packaging copyright years

 -- Graham Inggs <email address hidden>  Fri, 17 Feb 2023 09:35:50 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Lunar
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release main python
Lunar release main python

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
paramiko_2.12.0.orig.tar.xz 262.0 KiB 468528d13b4d44cb25566fdf2e98fc476be9231a80327c4c284e90f893bbc5d0
paramiko_2.12.0-2ubuntu1.debian.tar.xz 8.2 KiB 0c7ba88ad4c86f8b4319ab466fc02c6de1f078f069a922029f78a61ae41f68ab
paramiko_2.12.0-2ubuntu1.dsc 2.4 KiB 1caf77af1c9a1073b861e4a545144e2d5c14281d57bd5befe8bdbb5b9e7ada80

View changes file

Binary packages built by this source

paramiko-doc: Make ssh v2 connections with Python (Documentation)

 "Paramiko" is a combination of the Esperanto words for "paranoid" and "friend".
 It's a module for Python 2.7/3.4+ that implements the SSH2 protocol for secure
 (encrypted and authenticated) connections to remote machines. Unlike SSL (aka
 TLS), SSH2 protocol does not require hierarchical certificates signed by a
 powerful central authority. You may know SSH2 as the protocol that replaced
 Telnet and rsh for secure access to remote shells, but the protocol also
 includes the ability to open arbitrary channels to remote services across the
 encrypted tunnel (this is how SFTP works, for example).
 .
 This is the documentation for the package.

python3-paramiko: Make ssh v2 connections (Python 3)

 "Paramiko" is a combination of the Esperanto words for "paranoid" and "friend".
 It's a module for Python 2.7/3.4+ that implements the SSH2 protocol for secure
 (encrypted and authenticated) connections to remote machines. Unlike SSL (aka
 TLS), SSH2 protocol does not require hierarchical certificates signed by a
 powerful central authority. You may know SSH2 as the protocol that replaced
 Telnet and rsh for secure access to remote shells, but the protocol also
 includes the ability to open arbitrary channels to remote services across the
 encrypted tunnel (this is how SFTP works, for example).
 .
 This is the Python 3 version of the package.