[Python-modules-commits] [python-digitalocean] annotated tag v1.11 created (now e5d9379)

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


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

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

        at  e5d9379   (tag)
   tagging  cc6ecca6d261ea48768fdc1fe09928cecc68da8d (commit)
  replaces  1.10.1
 tagged by  Lorenzo Setale
        on  Wed Mar 15 11:10:23 2017 +0100

- Log -----------------------------------------------------------------
v1.11
-----BEGIN PGP SIGNATURE-----

iQIcBAABCAAGBQJYyRMPAAoJEEgUNBAojgHWMecP/14KpEdvzywtvYw7hSixd4r+
cEBsPj4IkSmeB/qTA9B43NgSsCO8doEbYZR1f4RGmlcwKUlV6TUVFiRQVc8e0fkK
hTj2ruKp8q9CxruFCzHk6dWamYM2bys/3yTrTwADkKZ1YRVBsLkYNtmZYmNkJ27d
K+p8hLO9ZTx5evlyHVQcPYdjY1tyvmo1a/RxtGVb6+YSCuFf/fRJq5ogM/QvNobZ
YW451CZb3+fII93xgnIY/CZKZ7bjdJ3yoqexi3AzMDpw/u/qIsBM2nEXNZJesI4N
81sZEtq9zdqYElenZF+slh5A96VOE9M8ndysrfMNghX6IuFTDWwvXJwQyh9rjC6e
aop2soDzyV1kICMqt9jchrqkiND7Gl+AxsnY7o1nAM+fk3Djx3FUQZfVi5tsKBI9
wFdVFcxgC5hXma0fP4zi+y2cIu7PCMvcJ6kmWoJOz5VBp7em/mzvpAdwkiB90D5H
UesALrEpKmGkF+X91sHo/xticl0T/Q1w30fJIIgjqqkiRcEhB8mvJdkoLTEb4rMd
iecsaqVgetVCk3n7fxxo9iM4TWnrFDtqGnsNbsCmgfrqO+FIF6YglOaCqPdtjffT
TMtSGqm5heolenLc4BsN3SQo2vIP0/5dZoPLg2nwilONAUvFbYG//afEobOET8Nb
xSTZ+9Ufcd7B45n9ITqx
=YbrW
-----END PGP SIGNATURE-----

Andrew Starr-Bochicchio (9):
      Add support for installing do-agent.
      Initial work on the LoadBalancer API.
      Implement Manager functions for LoadBalancers.
      Add tests for LoadBalancer.
      Add docs for LoadBalancer.
      Remove print statement from debugging.
      Add initial support for Certificates.
      Add docs for Certificate.
      Add tests for Certificate.

Casey Henry (5):
      Fix for 178
      Update tests
      Create Multiple w/Tags & Tests
      Merge branch 'master' into master
      Fix spacing problem

Lorenzo Setale (9):
      Merge pull request #181 from WoLpH/master
      Merge pull request #180 from andrewsomething/monitoring_flag
      Merge pull request #179 from caseyhen/master
      Merge pull request #183 from andrewsomething/load_balancers
      Merge pull request #184 from andrewsomething/certificates
      Merge pull request #185 from SylvainDe/master
      Merge pull request #182 from WoLpH/master
      bumps version to 1.11
      Merge pull request #189 from koalalorenzo/release

Rick van Hattem (3):
      added sphinx documentation
      disabled githubpages as readthedocs doesnt support them yet
      Added full multipage support with fixed quotes

Sylvain (1):
      Add most recent Python versions in Travis CI

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

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
       new  d5594af   Fix for 178
       new  2f8ec0c   added sphinx documentation
       new  76f6080   disabled githubpages as readthedocs doesnt support them yet
       new  66d8fd7   Merge pull request #181 from WoLpH/master
       new  56b2f88   Update tests
       new  903e118   Create Multiple w/Tags & Tests
       new  f26994c   Add support for installing do-agent.
       new  11bdef7   Merge pull request #180 from andrewsomething/monitoring_flag
       new  e9559aa   Merge branch 'master' into master
       new  e845a99   Fix spacing problem
       new  ecf2c1b   Merge pull request #179 from caseyhen/master
       new  4428676   Initial work on the LoadBalancer API.
       new  ac2ec61   Implement Manager functions for LoadBalancers.
       new  ba75976   Add tests for LoadBalancer.
       new  7a5dfcb   Add docs for LoadBalancer.
       new  05f10cf   Remove print statement from debugging.
       new  b213e56   Merge pull request #183 from andrewsomething/load_balancers
       new  84821ad   Add initial support for Certificates.
       new  e2ea61a   Add docs for Certificate.
       new  fa80e83   Add tests for Certificate.
       new  c895380   Merge pull request #184 from andrewsomething/certificates
       new  6354f8d   Add most recent Python versions in Travis CI
       new  b0d74b8   Merge pull request #185 from SylvainDe/master
       new  c9b954d   Added full multipage support with fixed quotes
       new  3bdb0ef   Merge pull request #182 from WoLpH/master
       new  172dc60   bumps version to 1.11
       new  cc6ecca   Merge pull request #189 from koalalorenzo/release

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