| Name: | python-scp |
|---|---|
| Version: | 0.7.1 |
| Release: | 3.el7 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 28125 |
| License: | LGPLv2+ |
| RPM: | python-scp-0.7.1-3.el7.noarch.rpm |
| Source RPM: | python-scp-0.7.1-3.el7.src.rpm |
| Build Date: | Sat Oct 28 2017 |
| Build Host: | x86-ol7-builder-01.us.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/jbardin/scp.py |
| Summary: | Scp module for paramiko |
| Description: | 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. |
- Add missing BR python-paramiko for tests
- Add missing BR python-setuptools - Other minor cleanup - Add %check
- Initial package