This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a change to branch 
dependabot/pip/dot-github/actions/gh-action-pip-audit/test/pyproject/pyyaml-5.4.1
in repository https://gitbox.apache.org/repos/asf/libcloud.git


    from 841295f48 Merge branch 'trunk' into 
dependabot/pip/dot-github/actions/gh-action-pip-audit/test/pyproject/pyyaml-5.4.1
     add 44e99451d implements #2027
     add f61e19c09 implements #2027
     add 4029721d2 Fix lint
     add 606b92b0d Update CHANGES
     add 45bc7c5c9 Fix typo
     add 64759c7fa Merge branch 'trunk' into ost_floating_port
     add bf92dcf57 Add new CI job which build the release artifact (tarball, 
wheel) and verifies it works (unpacks the tarball, runs tests).
     add 4d31b513d Update min version of the tools used for creating a release.
     add 3df72b7d1 Improve dist install checks.
     add abda09e9c Merge branch 'trunk' into chore/more_install_checks
     add 161e4466a Merge pull request #2054 from 
apache/chore/more_install_checks
     add d62c7ceb1 Add AWS region me-central-1
     add ffe1e942c Update s3.py
     add 6cb123e03 Merge branch 'patch-1' of github.com:seifertdan/libcloud 
into seifertdan-patch-1
     add 1604aa104 Add changelog entry for #2030.
     add a292dea46 Scrape and update EC2 sizing data.
     add 44e923662 Only call super() during MockHttp if required
     add ba4f10836 Merge branch 'trunk' into only-call-super-if-needed
     add 8ca72e534 Merge branch 'only-call-super-if-needed' of 
github.com:s-t-e-v-e-n-k/libcloud into s-t-e-v-e-n-k-only-call-super-if-needed
     add 30c21cd93 Use latest version of pytest and pytest plugins.
     add 36b5dff06 Add changelog entry for #2033.
     add fed3944d2 Merge branch 'trunk' of github.com:apache/libcloud into 
only-call-super-if-needed
     add 1117987d9 Merge pull request #2033 from 
s-t-e-v-e-n-k/only-call-super-if-needed
     add acf68599b Merge branch 'trunk' of github.com:apache/libcloud into 
seifertdan-patch-1
     add 0a5bc0d59 Scrape and update EC2 pricing data.
     add 973f8913b Merge pull request #2030 from seifertdan/patch-1
     add 3573fafe3 Merge branch 'trunk' into build_release_artifact_ci_job
     add c817325f5 Fix typo, remove obsolete config option for wheels.
     add f971caad7 Remove setup.py.
     add 5ddff4d8a Update codespell.
     add 8756555ef Fix various typos detected by latest version of codespell.
     add beecb62dd Fix formatting.
     add 06e6ee167 Upgrade tox.
     add 0a5acdc04 Store dev artifacts directly without compressing them so 
they can directly be downloaded, installed and re-used.
     add 4433657a4 Merge pull request #2055 from apache/chore/deps-update
     add 8e210ab43 Merge branch 'trunk' of github.com:apache/libcloud into 
build_release_artifact_ci_job
     add 4f8e7b2fd Update changelog.
     add e2d85f183 Don't install project in editable mode to avoid issues.
     add 79015fb5a rcodezero: fix api documentation url
     add ba5ba9fbb remove unimplemented methos from API doc
     add 41ab4b5e7 Merge branch 'trunk' into patch-1
     add 911199440 Merge branch 'trunk' into patch-1
     add 01336b42a Merge branch 'trunk' into patch-1
     add 11a20e68a Merge pull request #2032 from MikeAT/patch-1
     add 494c011a7 Merge branch 'trunk' of github.com:apache/libcloud into 
build_release_artifact_ci_job
     add 4ede98f01 Correctly include package data files.
     add bc7154131 Add MANIFEST.in back since pyproject.toml + setuptools is 
still lacking exclude functionality.
     add 7cf97c813 Update filename now that we have removed obsolete universal 
wheel property.
     add 8546be92f Add changelog entry.
     add 8f3d0b4d9 Merge pull request #2024 from 
apache/build_release_artifact_ci_job
     add 616cf5c08 Merge branch 'trunk' into ost_floating_port
     add a31b66da9 Merge pull request #2028 from micafer/ost_floating_port
     add 4d52b87ff Merge branch 'trunk' into 
dependabot/pip/dot-github/actions/gh-action-pip-audit/test/pyproject/pyyaml-5.4.1

No new revisions were added by this update.

Summary of changes:
 .github/workflows/main.yml                         |    77 +
 .github/workflows/publish_dev_artifact.yml         |    13 +-
 .gitignore                                         |     1 +
 CHANGES.rst                                        |    30 +
 MANIFEST.in                                        |    18 +
 contrib/scrape-ec2-prices.py                       |     2 +-
 dist/deploy.sh                                     |     2 +-
 dist/verify_checksums.sh                           |     8 +-
 docs/dns/drivers/rcodezero.rst                     |     5 +-
 docs/testing.rst                                   |     2 +-
 libcloud/common/openstack.py                       |     2 +-
 libcloud/common/openstack_identity.py              |     2 +-
 libcloud/compute/base.py                           |     2 +-
 libcloud/compute/constants/ec2_instance_types.py   | 20761 +++--
 .../constants/ec2_region_details_complete.py       |   662 +
 libcloud/compute/deployment.py                     |     2 +-
 libcloud/compute/drivers/ec2.py                    |     4 +-
 libcloud/compute/drivers/gce.py                    |     2 +-
 libcloud/compute/drivers/kubevirt.py               |     2 +-
 libcloud/compute/drivers/openstack.py              |    14 +-
 libcloud/compute/drivers/outscale.py               |     2 +-
 libcloud/compute/drivers/vcloud.py                 |     2 +-
 libcloud/compute/drivers/vsphere.py                |     4 +-
 libcloud/compute/ssh.py                            |     2 +-
 libcloud/container/drivers/lxd.py                  |     2 +-
 libcloud/data/pricing.json                         | 91152 ++++++++++---------
 libcloud/http.py                                   |     2 +-
 libcloud/storage/drivers/cloudfiles.py             |     2 +-
 libcloud/storage/drivers/s3.py                     |     1 +
 libcloud/test/__init__.py                          |     8 +-
 libcloud/test/common/test_openstack_identity.py    |     2 +-
 libcloud/test/compute/test_openstack.py            |    12 +-
 libcloud/test/compute/test_ssh_client.py           |     2 +-
 pyproject.toml                                     |    24 +-
 requirements-ci.txt                                |     2 +-
 requirements-lint.txt                              |     2 +-
 requirements-tests.txt                             |     8 +-
 scripts/dist_install_check.sh                      |    16 +-
 scripts/dist_wheel_install_check.sh                |     7 +-
 setup.py                                           |    21 -
 40 files changed, 62120 insertions(+), 50764 deletions(-)
 delete mode 100644 setup.py

Reply via email to