[Python-modules-commits] [python-s3transfer] branch master updated (5a95d89 -> 3ca20e3)

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


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

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

      from  5a95d89   prepare release
       new  f398241   debian/rules: skip test by the env value.
       new  f4bcb1a   New upstream version 0.1.12
       new  7437b10   update changelog
       new  2409feb   test ignore by using pybuild option
       new  703af6b   debian/compat: 11
       new  a977b18   Bump Standards-Vertion to 4.1.3
       new  3ca20e3   prepare release

The 7 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 +
 debian/changelog                   |   9 +
 debian/compat                      |   2 +-
 debian/control                     |   4 +-
 debian/rules                       |   5 +-
 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 +-
 26 files changed, 1189 insertions(+), 62 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