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 e76621a70 Fix test case. new 9d15c484c Migrate from setup.py to pyproject.toml. new fe4772c9d Utilize build package for creating sdist (.tar.gz) and wheel (.whl) release artifact. new 6e0a42c6a Update development docs to utilize pytest instead of old and deprecated setup.py test command. new 14f049bac Remove more-itertools tests dependency which should not be needed anymore. new 6b7ae6250 Clarify that build package is used for creating release artifacts. new cb25312a5 Add changelog entries. new b1b314967 Fix changelog formatting. new 935f0d327 Redirect setup.py --version stderr to /dev/null to supress non-fatal setuptools pyproject.yaml related warning. new 023d32e97 Merge branch 'trunk' into migrate_from_setuppy_to_pyproject_toml new e6c7ab995 Remove unused imports, add a comment on why setup.py file is still present. new 8a0f870e8 Update year header in the license file. new f30849f6d Update year in the copyright notice in the docs. new 797f00377 Remove some shellcheck warnings, make dist scripts more robust. new 3a2f1ef3d Use valid and normalized version specific for __version__ for dev releases. new 5db7cc43c Use bash shell instead of sh. new 4a60dec68 More shellcheck violation fixes. new 8d19e4bd5 Shell check violation fixes in the sign script. new fcf253d0e Fix shellcheck violations in the verify checksums script. new 062567c08 Also run shellcheck on CI (for now only fixed scripts in dist/ directory). new 9f258b7ee Remove old contrib script which is not needed anymore. new 672bc4a9e Fix shellcheck violations in the pre-commit script. new 8b19a27fd Also run shellcheck on contrib scripts on the CI. new 5efa745da Merge branch 'trunk' into migrate_from_setuppy_to_pyproject_toml new 033938da6 Merge branch 'trunk' into migrate_from_setuppy_to_pyproject_toml new 8e73fde46 Merge branch 'migrate_from_setuppy_to_pyproject_toml' of github.com:kami/libcloud into migrate_from_setuppy_to_pyproject_toml new 249fc3eb3 Add changelog entry. new 926a26d70 Update dist install check scripts to not invoke setup.py directly anymore and to clean up before starting the checks. new 274f41a03 Add a comment on known pyproject homepage field related issue. new 0750a08b9 Explicitly set content type for readme file in pyproject.toml. new 17ea21742 Merge pull request #1929 from Kami/migrate_from_setuppy_to_pyproject_toml The 9823 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: .github/workflows/main.yml | 6 +- CHANGES.rst | 18 ++- MANIFEST.in | 23 +-- NOTICE | 2 +- contrib/migrate_paths.sh | 65 --------- contrib/pre-commit.sh | 7 +- dist/deploy.sh | 22 ++- dist/release.sh | 20 +-- dist/sign.sh | 13 +- dist/verify_checksums.sh | 11 +- docs/committer_guide.rst | 25 ++-- docs/copyright.rst | 2 +- docs/testing.rst | 14 +- libcloud/__init__.py | 2 +- pyproject.toml | 95 ++++++++++++- requirements-tests.txt | 2 - scripts/dist_install_check.sh | 10 +- scripts/dist_wheel_install_check.sh | 12 +- setup.py | 277 +----------------------------------- tox.ini | 5 +- 20 files changed, 223 insertions(+), 408 deletions(-) delete mode 100755 contrib/migrate_paths.sh