python-scp 0.15.0-1 source package in Ubuntu

Changelog

python-scp (0.15.0-1) unstable; urgency=medium

  * New upstream version.
  * d/control: Bump Standards-Version to 4.7.0 (from 4.6.2; no further changes
    needed).

 -- Emmanuel Arias <email address hidden>  Fri, 09 Aug 2024 20:03:57 -0300

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-scp_0.15.0-1.dsc 2.0 KiB 7a5cf0b5a4566a8f74672ab9528329cbf34d9331b48684496c99f729fb168fdf
python-scp_0.15.0.orig.tar.gz 12.3 KiB fe699c913ecb9f62713beba34f7fdd22e5b4485536746d722f79ff61041b9d44
python-scp_0.15.0-1.debian.tar.xz 2.8 KiB cc8db873f6bbb1e834cbff1ac65deec2441be0f265c1c6b6187514e9cdf14934

Available diffs

No changes file available.

Binary packages built by this source

python3-scp: scp module for paramiko (Python 3)

 The scp.py module uses a paramiko transport to send and receive files via the
 scp1 protocol. This is the protocol as referenced from the openssh scp program,
 and has only been tested with this implementation.
 .
 This package contains the Python 3 module for scp.