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

Takaki Taniguchi takaki at moszumanska.debian.org
Thu Feb 2 08:45:40 UTC 2017


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

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

      from  3ab764b   New upstream version 0.1.9
       new  4338ce5   New upstream version 0.1.10

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.10.json               |   7 +++
 .changes/0.1.9.json                |   7 +++
 CHANGELOG.rst                      |  12 +++++
 README.rst                         |  10 ++--
 s3transfer/__init__.py             |   2 +-
 s3transfer/futures.py              |  93 +++++++++++++++++++++++++++++++-
 s3transfer/manager.py              |  16 ++++--
 s3transfer/tasks.py                |   8 ++-
 scripts/ci/run-integ-tests         |   8 ++-
 scripts/ci/run-tests               |   8 ++-
 setup.py                           |   2 +-
 tests/__init__.py                  |  25 +++++++++
 tests/functional/test_download.py  |   3 ++
 tests/functional/test_manager.py   |  22 ++++++++
 tests/integration/test_download.py |  17 +++++-
 tests/integration/test_upload.py   |  18 ++++++-
 tests/unit/test_futures.py         | 106 +++++++++++++++++++++++++++++++++++++
 tests/unit/test_tasks.py           |  14 ++++-
 18 files changed, 355 insertions(+), 23 deletions(-)
 create mode 100644 .changes/0.1.10.json
 create mode 100644 .changes/0.1.9.json

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