This is an automated email from the ASF dual-hosted git repository.
tomaz pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git.
from c47575a Don't run all the jobs when build is triggered using cron.
add c1200b0 fix the issue with changing null to None
add af96261 Add new size and fix null to None replacement in
scrape-ec2-sizes.py. Add new scrape url and change price sort method as driver
(ec2_linux or ec2_windows) --> size --> region --> price, mainly because not
all regions have all sizes and this way is more convenient, in
scrape-ec2-prices.py. Added necessary changes to the driver so the prices can
be fetched. The commit does not include the new data in pricing.json and
constants.py so they should be run first
add a3cdf6c Run the prices script and fix flake8
new d3df881 Added region argument in get_size_price and change ec2 driver
accordingly
add e272968 Merge branch 'pricing-aws' of
https://github.com/Eis-D-Z/libcloud into Eis-D-Z-pricing-aws
add b4b39a9 Fix bad data and merge conflicts in the pricing file.
add bd5c777 Fix sorting function.
new 24a7da9 Merge branch 'pricing-aws' of
https://github.com/Eis-D-Z/libcloud into pricing-aws
new 4ac1756 Run script and add new ec2 prices
new 3cdd12b Add changelog and upgrade notes entry.
new c2e64ab Merge branch 'trunk' into pricing-aws
new 75887e8 Bail early if pricing data hasn't changed.
new 6c374c1 Update tox target.
new 2a6468b Fix typo.
The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
CHANGES.rst | 5 +
contrib/scrape-ec2-prices.py | 75 +-
contrib/scrape-ec2-sizes.py | 11 +-
contrib/scrape-gce-prices.py | 2 +-
docs/upgrade_notes.rst | 14 +
libcloud/compute/drivers/ec2.py | 22 +-
libcloud/data/pricing.json | 18131 +++++++++++++++++++++++++++-----------
libcloud/pricing.py | 7 +-
tox.ini | 2 +-
9 files changed, 12927 insertions(+), 5342 deletions(-)