[Python-modules-commits] [python-digitalocean] annotated tag 1.10.1 created (now 3dfb56b)

Andrew Starr-Bochicchio asb at moszumanska.debian.org
Tue Jun 20 00:31:27 UTC 2017


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

asb pushed a change to annotated tag 1.10.1
in repository python-digitalocean.

        at  3dfb56b   (tag)
   tagging  3a767cb69567e4df622641bdf16ce3393e97f37b (commit)
  replaces  1.5
 tagged by  Lorenzo Setale
        on  Sat Nov 5 09:47:33 2016 +0100

- Log -----------------------------------------------------------------
1.10.1 minor release
-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - https://gpgtools.org

iQIcBAABCgAGBQJYHZysAAoJEEgUNBAojgHWJJQQAKws3mMKzR+WAbe1xIIwzBp3
HbqUtfzxDUiMvZyc+CN8UGdol45UBLOyagTGACR8cvNcgkdlertq17J4RMBwXeHe
UHLUp38rSZOICzzn5sqbrlX5dBW8SZcTfCpWZrnVm9+BO0+T/JlvDxvXJOdgYJ8q
k+MY4ds/07nJGc6h+PG9Thti30nBaDBlxVJocqBxCCXyebBS7bBZALV/Tt7G3wXH
QZuhXk9XDEtQ9l8kFoZsR/pMqRjq+sm1MztI4LJg4R4/MIbdex8hbg2ZBMShc+6H
P5DMo5JpiJrXGqTq9vGp/0hPCjv8ZETs+JShgQHkiFdB1hsx74ptXWqC5Bp3Lp2r
AIGapiH9HQZGlOh1kxHB00sk6KdLal8yYI5tWPQEtQS16uoIxupin7a4QsO4dV1r
wtHmK8Wdq1mzDOvje0j2lj8dkH1o13xEMIDjEokbIvxUH9V/uPmpacfMtp6oD1Qw
XugioFnTsoECjiSpIpUm5FQwFPQlvBEnTVS85wN/vSeDz9wVny5DtxYKyvBc0BOp
RXgO8ox+q65knCZOsROxAEYX6Qm+tkiG1X+4nYBe1ndEs05wOPsVBb3KP6not0Mj
fm++y6I8MqDHGNtix1HB6stXe+Xh83GtPycUdE5DjQ1AohJ5mk2Hn+YtcwhXG7Ba
PcwgmpInq718ksXuybEc
=qsea
-----END PGP SIGNATURE-----

Andrew Kornilov (1):
      Pass params into get_records call

Andrew Starr-Bochicchio (9):
      Filter image results using query parameters.
      Implement a get_images() method which accepts filtering options.
      Add support for account statuses.
      Initial support for Floating IPs.
      Add test for Floating IPs.
      Set the bool values for Droplet features on load.
      Allow enabling Droplet backups after creation.
      Add Image.size_gigabytes and tests for Image.
      Add support for Block Storage volumes.

Anton Tuchak (nn-ultra) (3):
      add flexible droplet resize
      add flexible droplet resize
      fix tests

Damian Myerscough (2):
      Update Image.py
      Update Image.py

Georgi Atsev (2):
      Merge branch 'master' into create-multiple-droplets
      Adding support for request timeout to the library. (#168)

Hannu Valtonen (1):
      Droplet: Add support for adding volumes at droplet creation time

Jakub Wilk (4):
      Don't pass --use-mirrors to pip
      Catch only ImportError in conditional imports
      README: Capitalize "i" in "PyPI"
      Use urljoin() unconditionally

Joro (10):
      Initial support for creating multiple droplets with one API call - no ssh_keys option.
      Fixes after testing.
      Removed some debug output
      Add support for using ssh_keys.
      Use static instead of a class method.
      Add a unit test for create_multiple.
      Adding support for request timeout to the library.
      Don't use the parameters to pass the timeout, but an env variable.
      Merge remote-tracking branch 'upstream/master' into request-timeouts
      Fix the a crash when the request timeout is set via the environment variable.

Kevin Stanton (1):
      fixes #140

Lorenzo Setale (43):
      Merge pull request #106 from andrewsomething/image-filters
      Merge pull request #110 from atuchak/master
      Using the same structure and parameters as described by DO APIs
      New version, 1.6!
      Removed wrong comment #112
      Merge pull request #117 from andrewsomething/account_status
      Merge pull request #118 from frutik/pass_parameters_to_get_records_call
      Merge pull request #121 from andrewsomething/floating_ips
      New Version!
      Merge pull request #120 from dmyerscough/display-distribution-and-version-repr
      Merge pull request #122 from randomir/pagination-bug
      Merge pull request #125 from andrewsomething/enable_backups
      Merge pull request #123 from andrewsomething/droplet_features
      New release
      Merge pull request #127 from nharasym/master
      Merge pull request #132 from andrewsomething/size_gigabytes
      New feature.
      Merge pull request #133 from melor/json_decode_error
      Merge pull request #141 from stantonk/issue/140
      Added an example to help using the SSHKeys (Issue #144)
      Fixing #138 with a type mistake
      Ignoring pyc and __pycache__ when building docker container
      Using pytest as module (instead of the script)
      Merge pull request #145 from koalalorenzo/features/ssh-fix
      Merge pull request #148 from sandeep048/master
      Merge pull request #149 from andrewsomething/storage
      Merge pull request #143 from goodcode/create-multiple-droplets
      Version 1.9.0!
      Merge pull request #150 from Ormod/volumes
      Merge pull request #154 from jwilk/pip-use-mirrors
      Merge pull request #155 from jwilk/bare-except
      Merge pull request #153 from jwilk/spelling
      Merge pull request #152 from jwilk/urljoin
      activates the pagination if more elements are there. #146
      fixes small error in typo
      Merge pull request #162 from cprogrammer1994/master
      Implementing Tags (#137)
      implements the changes suggested in #146
      Merge branch 'master' into feature/146-pagination
      Merge pull request #169 from koalalorenzo/feature/146-pagination
      updates the version to 1.10.0
      Merge pull request #170 from goodcode/request-timeouts
      bumps the version to 1.10.1

Mika Eloranta (1):
      fix: invalid json response handling

Nick Harasym (1):
      added floating_ip_limit support to account

Radomir Stevanovic (1):
      Pagination fix (broken when more than one page of results).

Sandeep Pathivada (1):
      Add SSH key into account

Szabolcs Dombi (3):
      Implement __repr__ for droplets
      Human readable class representation (#163)
      Readme changes (#164)

moeseth (1):
      Tag unittest (#167)

-----------------------------------------------------------------------

This annotated tag includes the following new commits:

       new  d778a48   activates the pagination if more elements are there. #146
       new  aa60e6a   fixes small error in typo
       new  72a79ec   Implement __repr__ for droplets
       new  f495de9   Merge pull request #162 from cprogrammer1994/master
       new  a605b11   Human readable class representation (#163)
       new  fd03c15   Readme changes (#164)
       new  e1e2626   Implementing Tags (#137)
       new  fae81bb   Adding support for request timeout to the library.
       new  b2da2e0   Don't use the parameters to pass the timeout, but an env variable.
       new  fc0657f   Adding support for request timeout to the library. (#168)
       new  dca2143   Tag unittest (#167)
       new  6d774c1   implements the changes suggested in #146
       new  681a682   Merge branch 'master' into feature/146-pagination
       new  33f2277   Merge pull request #169 from koalalorenzo/feature/146-pagination
       new  e9647c1   updates the version to 1.10.0
       new  9bece08   Merge remote-tracking branch 'upstream/master' into request-timeouts
       new  61e0c88   Fix the a crash when the request timeout is set via the environment variable.
       new  3810b28   Merge pull request #170 from goodcode/request-timeouts
       new  3a767cb   bumps the version to 1.10.1

The 19 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.


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



More information about the Python-modules-commits mailing list