[Python-modules-commits] [python-s3transfer] 02/04: Merge tag 'upstream/0.1.9'

Takaki Taniguchi takaki at moszumanska.debian.org
Thu Nov 10 10:55:47 UTC 2016


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

takaki pushed a commit to branch master
in repository python-s3transfer.

commit f0bda3509cc07f608384a9d94a13bfecd19e3c0f
Merge: 6eeac98 3ab764b
Author: TANIGUCHI Takaki <takaki at asis.media-as.org>
Date:   Thu Nov 10 19:54:12 2016 +0900

    Merge tag 'upstream/0.1.9'
    
    Upstream version 0.1.9
    
    # gpg: Signature made 2016年11月10日 19時54分11秒 JST
    # gpg:                using RSA key CC149F6C28A5E257
    # gpg:                issuer "takaki at asis.media-as.org"
    # gpg: Good signature from "TANIGUCHI Takaki <takaki at media-as.org>" [ultimate]
    # gpg:                 aka "TANIGUCHI Takaki <takaki at asis.media-as.org>" [ultimate]
    # gpg:                 aka "TANIGUCHI Takaki <taniguchi.takaki at gmail.com>" [ultimate]
    # gpg:                 aka "TANIGUCHI Takaki <takaki at debian.org>" [ultimate]
    # gpg:                 aka "TANIGUCHI Takaki <takaki at debian.or.jp>" [ultimate]
    # gpg:                 aka "TANIGUCHI Takaki <takaki at takaki.media-as.org>" [ultimate]
    # gpg:                 aka "TANIGUCHI Takaki <takaki at nagoya-u.jp>" [ultimate]

 .changes/0.0.1.json                      |   7 +
 .changes/0.1.0.json                      |  27 +++
 .changes/0.1.1.json                      |   7 +
 .changes/0.1.2.json                      |   7 +
 .changes/0.1.3.json                      |  12 ++
 .changes/0.1.4.json                      |  12 ++
 .changes/0.1.5.json                      |  12 ++
 .changes/0.1.6.json                      |   7 +
 .changes/0.1.7.json                      |   7 +
 .changes/0.1.8.json                      |   7 +
 .coveragerc                              |   4 +
 .gitignore                               |  42 +++++
 .travis.yml                              |  11 ++
 ACCEPTANCE_TESTS.rst                     | 183 ++++++++++++++++++
 CHANGELOG.rst                            |  70 +++++++
 NOTICE.txt                               |   2 +
 PKG-INFO                                 |  31 ----
 requirements-dev.txt                     |   3 +
 s3transfer.egg-info/PKG-INFO             |  31 ----
 s3transfer.egg-info/SOURCES.txt          |  49 -----
 s3transfer.egg-info/dependency_links.txt |   1 -
 s3transfer.egg-info/requires.txt         |   5 -
 s3transfer.egg-info/top_level.txt        |   1 -
 s3transfer/__init__.py                   |   2 +-
 s3transfer/exceptions.py                 |   4 +
 s3transfer/futures.py                    |  17 +-
 scripts/ci/install                       |  29 +++
 scripts/ci/run-integ-tests               |  20 ++
 scripts/ci/run-tests                     |  20 ++
 scripts/new-change                       | 209 +++++++++++++++++++++
 scripts/performance/benchmark            | 132 +++++++++++++
 scripts/performance/benchmark-download   | 163 ++++++++++++++++
 scripts/performance/benchmark-upload     | 140 ++++++++++++++
 scripts/performance/download-file        |  77 ++++++++
 scripts/performance/summarize            | 309 +++++++++++++++++++++++++++++++
 scripts/performance/upload-file          |  76 ++++++++
 scripts/stress/timeout                   |  84 +++++++++
 setup.cfg                                |   8 +-
 tests/unit/test_futures.py               |  28 ++-
 tox.ini                                  |  11 ++
 40 files changed, 1737 insertions(+), 130 deletions(-)

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