The NetBSD Project

CVS log for pkgsrc/net/py-scp/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / net / py-scp

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon May 27 07:10:17 2024 UTC (5 months, 1 week ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, HEAD
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +6 -4 lines
py-scp: updated to 0.15.0

0.15.0 (2024-05-23)

- Add bandwidth control (`limit_bw`)

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Feb 27 13:58:06 2023 UTC (20 months, 1 week ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
py-scp: updated to 0.14.5

0.14.5 (2023-01-30)
- Update docstrings to clarify sanitation and use of wildcards
- Make sure to close the local file on errors

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Jul 13 20:07:26 2022 UTC (2 years, 3 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -1 lines
py-scp: not for Python 2.7 any more

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Mar 28 20:12:27 2022 UTC (2 years, 7 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
py-scp: updated to 0.14.4

0.14.4 (2022-02-23)
- Update type hints for pyright

0.14.3 (2022-02-15)
- Add type hints

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Jan 24 05:52:27 2022 UTC (2 years, 9 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -3 lines
py-scp: updated to 0.14.2

0.14.2
- Don't fail if the remote path is a PurePath not a Path

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Jan 4 20:54:32 2022 UTC (2 years, 10 months ago) by wiz
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -1 lines
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Dec 1 08:46:19 2021 UTC (2 years, 11 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
py-scp: updated to 0.14.1

0.14.1
- Don't fail if 'pathlib' doesn't import (Python 2)
- Accept 'unicode' objects as paths (Python 2)

0.14.0
- Accept iterables other than list and tuple in `get()` and `put()`
- Accept `pathlib.Path` objects

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Jul 26 17:35:59 2021 UTC (3 years, 3 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
py-scp: updated to 0.13.6

0.13.6 (2021-07-09)
- Fix put when the source directory has a trailing slash. It will now work similarly to rsync, copying the contents of the directory.

0.13.5 (2021-06-28)
- Fix extra space sent in SSH command-line for `get()`, causing issues on some servers

0.13.4 (2021-06-08)
- Add `scp_command` attribute, allowing changing the command run on the server (for example to `sudo scp`)

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Dec 9 16:51:17 2020 UTC (3 years, 10 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
py-scp: updated to 0.13.3

0.13.3 (2020-10-26)
- Fix hanging when underlying paramiko channel is closed

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Apr 9 10:53:29 2019 UTC (5 years, 7 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
py-scp: updated to 0.13.2

0.13.2:
- Fix AssertionError in recursive get() when _rename is set and server sends a POPD at the end (_depth > 0)

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Mar 13 17:50:45 2019 UTC (5 years, 7 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
py-scp: updated to 0.13.1

0.13.1:
- Guard against some malformed messages from the server

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Dec 3 19:37:26 2018 UTC (5 years, 11 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
py-scp: updated to 0.13.0

0.13.0:
- 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

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Oct 14 16:00:29 2018 UTC (6 years ago) by adam
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
py-scp: updated to 0.12.1

0.12.1:
Fix progress callback failing when it is an instance or class method

0.12.0:
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()

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Aug 15 11:15:15 2018 UTC (6 years, 2 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -4 lines
py-scp: updated to 0.11.0

0.11.0:
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

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Oct 16 11:37:21 2017 UTC (7 years ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -8 lines
Clean-up: this package should work on Python 3.x

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Jun 7 09:43:15 2017 UTC (7 years, 5 months ago) by he
Branches: MAIN
CVS tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2
Add py-scp version 0.10.2 from pkgsrc-wip.

Py-scp is a pure python scp module.

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

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>