[Python-modules-commits] [python-s3transfer] branch upstream updated (4338ce5 -> ef62e20)

Takaki Taniguchi takaki at moszumanska.debian.org
Sat Feb 3 12:55:05 UTC 2018


This is an automated email from the git hooks/post-receive script.

takaki pushed a change to branch upstream
in repository python-s3transfer.

      from  4338ce5   New upstream version 0.1.10
       new  ef62e20   New upstream version 0.1.12

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .changes/0.1.11.json               |   7 +
 .changes/0.1.12.json               |   7 +
 .travis.yml                        |   1 +
 CHANGELOG.rst                      |  12 +
 s3transfer/__init__.py             |   2 +-
 s3transfer/bandwidth.py            | 416 +++++++++++++++++++++++++++++++++
 s3transfer/download.py             |  26 ++-
 s3transfer/manager.py              |  50 +++-
 s3transfer/tasks.py                |   2 +-
 s3transfer/upload.py               |  26 ++-
 s3transfer/utils.py                |  22 +-
 scripts/new-change                 |  10 +-
 setup.cfg                          |   2 +-
 setup.py                           |   1 +
 tests/functional/test_download.py  |  29 +++
 tests/functional/test_manager.py   |  38 ++-
 tests/functional/test_upload.py    |  37 ++-
 tests/integration/test_download.py |   8 +-
 tests/unit/test_bandwidth.py       | 465 +++++++++++++++++++++++++++++++++++++
 tests/unit/test_download.py        |  17 ++
 tests/unit/test_utils.py           |  51 ++++
 tox.ini                            |   2 +-
 22 files changed, 1175 insertions(+), 56 deletions(-)
 create mode 100644 .changes/0.1.11.json
 create mode 100644 .changes/0.1.12.json
 create mode 100644 s3transfer/bandwidth.py
 create mode 100644 tests/unit/test_bandwidth.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-s3transfer.git



More information about the Python-modules-commits mailing list