Changelog for
python311-scp-0.14.5-1.4.noarch.rpm :
* Tue Jul 18 2023 Antonio Teixeira
- Update to 0.14.5:
* Update docstrings to clarify sanitation and use of wildcards
* Make sure to close the local file on errors
* Thu Jul 06 2023 ecsos - Add %{?sle15_python_module_pythons}
* Tue Jul 19 2022 Dirk Müller - update to 0.14.4:
* Update type hints for pyright
* Tue Feb 22 2022 Dirk Müller - update to 0.14.3:
* Add type hints
* Mon Jan 03 2022 Dirk Müller - update to 0.14.2:
* Don\'t fail if the remote path is a PurePath not a Path
* Sun Oct 31 2021 Matej Cepl - Switch off the test suite (gh#jbardin/scp.py#167).
* Sat Sep 11 2021 Martin Hauke - Run unittests- Get tarball from github.com instead pythonhosted.org
* Sat Sep 11 2021 Martin Hauke - Update to 0.14.1
* Don\'t fail if \'pathlib\' doesn\'t import (Python 2)
* Accept \'unicode\' objects as paths (Python 2)- Update to 0.14.0
* Accept iterables other than list and tuple in get() and put()
* Accept pathlib.Path objects
* Sat Jul 17 2021 Dirk Müller - update to 0.13.6:
* Fix put when the source directory has a trailing slash. It will now work similarly to rsync, copying the contents of the directory.
* Tue Jun 29 2021 Martin Hauke - Update to version 0.13.5
* Fix extra space sent in SSH command-line for get(), causing issues on some servers.- Update to version 0.13.4
* Add scp_command attribute, allowing changing the command run on the server (for example to sudo scp)