14
0
forked from pool/python-scp
Commit Graph

23 Commits

Author SHA256 Message Date
4ef0c84b3f Accepting request 943598 from devel:languages:python
- update to 0.14.2:
  * Don't fail if the remote path is a PurePath not a Path

OBS-URL: https://build.opensuse.org/request/show/943598
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-scp?expand=0&rev=10
2022-01-04 18:37:39 +00:00
1d1d52faf7 - update to 0.14.2:
* Don't fail if the remote path is a PurePath not a Path

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-scp?expand=0&rev=18
2022-01-03 12:35:22 +00:00
cbd12aee67 Accepting request 928534 from devel:languages:python
- Switch off the test suite (gh#jbardin/scp.py#167).

OBS-URL: https://build.opensuse.org/request/show/928534
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-scp?expand=0&rev=9
2021-11-01 17:35:47 +00:00
2145d7902d - Switch off the test suite (gh#jbardin/scp.py#167).
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-scp?expand=0&rev=17
2021-10-31 23:51:21 +00:00
b5f0e2e477 Accepting request 918512 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/918512
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-scp?expand=0&rev=8
2021-09-12 18:09:42 +00:00
db8b953d29 Accepting request 918478 from home:mnhauke
- Run unittests
- Get tarball from github.com instead pythonhosted.org

- 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

OBS-URL: https://build.opensuse.org/request/show/918478
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-scp?expand=0&rev=16
2021-09-12 13:57:22 +00:00
f4809de21d Accepting request 917208 from devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/917208
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-scp?expand=0&rev=7
2021-09-07 19:21:30 +00:00
826458bd83 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-scp?expand=0&rev=15
2021-09-07 06:54:36 +00:00
ec142e6ed6 Accepting request 903121 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/903121
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-scp?expand=0&rev=6
2021-07-01 05:05:33 +00:00
9e275f34cd Accepting request 903120 from home:mnhauke
- 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)

OBS-URL: https://build.opensuse.org/request/show/903120
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-scp?expand=0&rev=14
2021-06-29 20:53:20 +00:00
33892216d3 Accepting request 850922 from devel:languages:python
- update to 0.13.3:
  - Fix hanging when underlying paramiko channel is closed

OBS-URL: https://build.opensuse.org/request/show/850922
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-scp?expand=0&rev=5
2020-11-26 22:15:12 +00:00
61a0563bed - update to 0.13.3:
- Fix hanging when underlying paramiko channel is closed

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-scp?expand=0&rev=12
2020-11-26 08:46:52 +00:00
4dc163dd36 Accepting request 688278 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/688278
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-scp?expand=0&rev=4
2019-03-26 14:44:53 +00:00
Tomáš Chvátal
d13b2c8e9e Accepting request 688274 from home:pgajdos
- version update to 0.13.2
  *  Fix AssertionError in recursive get() when `_rename` is set and
     server sends a POPD at the end (`_depth > 0`)

OBS-URL: https://build.opensuse.org/request/show/688274
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-scp?expand=0&rev=10
2019-03-25 14:09:56 +00:00
dca8ccaac3 Accepting request 684703 from devel:languages:python
- Update to 0.13.1:
  * Guard against some malformed messages from the server
  * Remove all introspection logic for progress callback introduced in 0.12
  * progress callback only accept 3 arguments again
  * Introduce progress4 parameter which accepts the peername as 4th argument
  * Fix progress callback failing when it is an instance or class method
  * Fix README.rst for PyPI
  * Add possibility of getting the peer IP and port from the progress callback
  * Make putfo() work with file-like objects that don't provide getvalue()
  * Add putfo() method, allowing one to upload a file-like object
  * Add top-level get() and put() functions for convenience
  * Increase default socket time from 5 to 10 seconds

OBS-URL: https://build.opensuse.org/request/show/684703
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-scp?expand=0&rev=3
2019-03-14 14:00:29 +00:00
Tomáš Chvátal
efff7b1845 - Update to 0.13.1:
* Guard against some malformed messages from the server
  * Remove all introspection logic for progress callback introduced in 0.12
  * progress callback only accept 3 arguments again
  * Introduce progress4 parameter which accepts the peername as 4th argument
  * Fix progress callback failing when it is an instance or class method
  * Fix README.rst for PyPI
  * Add possibility of getting the peer IP and port from the progress callback
  * Make putfo() work with file-like objects that don't provide getvalue()
  * Add putfo() method, allowing one to upload a file-like object
  * Add top-level get() and put() functions for convenience
  * Increase default socket time from 5 to 10 seconds

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-scp?expand=0&rev=8
2019-03-13 14:07:12 +00:00
2d8a668969 Accepting request 659659 from devel:languages:python
Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/659659
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-scp?expand=0&rev=2
2018-12-24 10:43:39 +00:00
110bc800d4 Clean up the SPEC file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-scp?expand=0&rev=6
2018-12-04 17:22:06 +00:00
2cfe8d97a5 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-scp?expand=0&rev=5
2018-12-04 14:01:19 +00:00
56d99fdbc4 Accepting request 538043 from devel:languages:python
- Submit as dependency for Azure CLI 2.0.

OBS-URL: https://build.opensuse.org/request/show/538043
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-scp?expand=0&rev=1
2017-11-03 15:25:11 +00:00
Thomas Bechtold
721b42bf0a Accepting request 515014 from home:mnhauke:network:automation
- Convert to singlespec

OBS-URL: https://build.opensuse.org/request/show/515014
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-scp?expand=0&rev=3
2017-08-11 07:34:07 +00:00
Thomas Bechtold
5159b7aac7 Accepting request 419368 from home:mnhauke
- use python-setuptools instead of python-distribute

OBS-URL: https://build.opensuse.org/request/show/419368
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-scp?expand=0&rev=2
2016-08-19 06:13:08 +00:00
Denisart Benjamin
bb634d827b Accepting request 416229 from home:mnhauke
Initial package for python-scp

OBS-URL: https://build.opensuse.org/request/show/416229
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-scp?expand=0&rev=1
2016-08-10 18:36:52 +00:00