You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2023/01/02 11:44:37 UTC

[libcloud] branch trunk updated (650d0e129 -> c1363b9a7)

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 650d0e129 Merge pull request #1819 from apache/dependabot/pip/libvirt-python-8.10.0
     add b6b9dd8ce Bump isort[pyproject] from 5.10.1 to 5.11.4
     add 8857e1ab3 Bump sphinx from 5.3.0 to 6.0.0
     new ab40b8aae Merge remote-tracking branch 'remotes/upstream/dependabot/pip/sphinx-6.0.0' into trunk
     new 291a3e797 Upgrade tox to the latest stable version (v4.1.2).
     new 058233de8 Update tox config for tox v4.x.
     add ef58acc5f Bump pylint from 2.15.8 to 2.15.9
     new 43d13916a Merge remote-tracking branch 'remotes/upstream/dependabot/pip/pylint-2.15.9' into trunk
     add 5e10111d3 Bump coverage from 6.5.0 to 7.0.1
     new c1363b9a7 Merge remote-tracking branch 'remotes/upstream/dependabot/pip/coverage-7.0.1' into trunk

The 5 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/integration-tests.yml |  2 +-
 .github/workflows/main.yml              | 12 ++++++------
 requirements-docs.txt                   |  2 +-
 requirements-lint.txt                   |  4 ++--
 requirements-rtd.txt                    |  2 +-
 requirements-tests.txt                  |  2 +-
 tox.ini                                 | 30 +++++++++++++++++++++++++-----
 7 files changed, 37 insertions(+), 17 deletions(-)


[libcloud] 02/05: Upgrade tox to the latest stable version (v4.1.2).

Posted by to...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit 291a3e797bbd72012973040483b027bbe7a02b8b
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Mon Jan 2 12:28:08 2023 +0100

    Upgrade tox to the latest stable version (v4.1.2).
---
 .github/workflows/integration-tests.yml |  2 +-
 .github/workflows/main.yml              | 12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml
index cf7248443..be7903636 100644
--- a/.github/workflows/integration-tests.yml
+++ b/.github/workflows/integration-tests.yml
@@ -76,7 +76,7 @@ jobs:
 
       - name: Install Python Dependencies
         run: |
-          pip install "tox==3.27.1"
+          pip install "tox==4.1.2"
 
       - name: Run tox target
         run: |
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 3b4d1e03d..740dc95a2 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -114,7 +114,7 @@ jobs:
 
       - name: Install Python Dependencies
         run: |
-          pip install "tox==3.27.1"
+          pip install "tox==4.1.2"
 
       - name: Run unit tests tox target
         run: |
@@ -161,7 +161,7 @@ jobs:
 
       - name: Install Python Dependencies
         run: |
-          pip install "tox==3.27.1"
+          pip install "tox==4.1.2"
 
       - name: Run Checks
         run: |
@@ -203,7 +203,7 @@ jobs:
 
       - name: Install Python Dependencies
         run: |
-          pip install "tox==3.27.1"
+          pip install "tox==4.1.2"
 
       - name: Run Checks
         run: |
@@ -272,7 +272,7 @@ jobs:
 
       - name: Install Python Dependencies
         run: |
-          pip install "tox==3.27.1"
+          pip install "tox==4.1.2"
 
       - name: Install Library Into Virtualenv
         run: |
@@ -334,7 +334,7 @@ jobs:
 
       - name: Install Python Dependencies
         run: |
-          pip install "tox==3.27.1"
+          pip install "tox==4.1.2"
 
       - name: Run Micro Benchmarks
         run: |
@@ -381,7 +381,7 @@ jobs:
 
       - name: Install Python Dependencies
         run: |
-          pip install "tox==3.27.1"
+          pip install "tox==4.1.2"
 
       - name: Build Docs
         run: |


[libcloud] 03/05: Update tox config for tox v4.x.

Posted by to...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit 058233de802e7492e2544f1eaf7ffca0c56d746a
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Mon Jan 2 12:29:41 2023 +0100

    Update tox config for tox v4.x.
---
 tox.ini | 30 +++++++++++++++++++++++++-----
 1 file changed, 25 insertions(+), 5 deletions(-)

diff --git a/tox.ini b/tox.ini
index 19e7d3660..8593480a5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,11 @@ requires =
     wheel
 
 [testenv]
-passenv = TERM CI GITHUB_* DOCKER_*
+passenv =
+    TERM
+    CI
+    GITHUB_*
+    DOCKER_*
 deps =
     -r{toxinidir}/requirements-tests.txt
 allowlist_externals =
@@ -169,7 +173,13 @@ deps = requests
        tqdm
 setenv =
     PYTHONPATH={toxinidir}
-passenv = TERM GCE_API_KEY PRICING_DATA_BUCKET_NAME AWS_REGION AWS_ACCESS_KEY_ID AWS_ACCESS_KEY_SECRET
+passenv =
+    TERM
+    GCE_API_KEY
+    PRICING_DATA_BUCKET_NAME
+    AWS_REGION
+    AWS_ACCESS_KEY_ID
+    AWS_ACCESS_KEY_SECRET
 commands =
     python contrib/scrape-gce-prices.py --all
     python contrib/scrape-gce-prices.py
@@ -191,7 +201,9 @@ basepython: python3.8
 deps = requests
        jsonnet
        ijson
-passenv = TERM GCE_API_KEY
+passenv =
+    TERM
+    GCE_API_KEY
 whitelist_externals = sha512sum
                       bash
 commands =
@@ -296,7 +308,11 @@ deps = -r{toxinidir}/integration/compute/requirements.txt
 commands = python -m integration.compute
 
 [testenv:integration-storage]
-passenv = AZURE_CLIENT_SECRET AWS_ACCESS_KEY_ID AWS_ACCESS_KEY_SECRET GITHUB_*
+passenv =
+    AZURE_CLIENT_SECRET
+    AWS_ACCESS_KEY_ID
+    AWS_ACCESS_KEY_SECRET
+    GITHUB_*
 
 setenv =
   AZURE_CLIENT_ID=16cd65a3-dfa2-4272-bcdb-842cbbedb1b7
@@ -317,7 +333,11 @@ commands = cp libcloud/test/secrets.py-dist libcloud/test/secrets.py
            coverage run --source=libcloud setup.py test
 
 [testenv:coverage-ci]
-passenv = TERM TOXENV CI GITHUB_*
+passenv =
+    TERM
+    TOXENV
+    CI
+    GITHUB_*
 deps =
     -r{toxinidir}/requirements-tests.txt
 setenv =


[libcloud] 04/05: Merge remote-tracking branch 'remotes/upstream/dependabot/pip/pylint-2.15.9' into trunk

Posted by to...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit 43d13916a99e678307214307eb0816ee2bf64e8e
Merge: 058233de8 ef58acc5f
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Mon Jan 2 12:38:07 2023 +0100

    Merge remote-tracking branch 'remotes/upstream/dependabot/pip/pylint-2.15.9' into trunk

 requirements-lint.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --cc requirements-lint.txt
index 326e308b6,04ab6f68d..33b6ae22f
--- a/requirements-lint.txt
+++ b/requirements-lint.txt
@@@ -1,10 -1,10 +1,10 @@@
  pep8==1.7.1
  flake8==5.0.4
  astroid==2.12.13; python_version >= '3.8'
- pylint==2.15.8; python_version >= '3.8'
+ pylint==2.15.9; python_version >= '3.8'
  bandit==1.7.4; python_version >= '3.7'
  black==22.12.0; python_version >= '3.6' and implementation_name == "cpython"
 -isort[pyproject]==5.10.1; python_version >= '3.8'
 +isort[pyproject]==5.11.4; python_version >= '3.8'
  pyupgrade==3.3.1
  rstcheck==6.1.1; python_version >= '3.7'
  


[libcloud] 05/05: Merge remote-tracking branch 'remotes/upstream/dependabot/pip/coverage-7.0.1' into trunk

Posted by to...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit c1363b9a77079dc957913f9bbfdb2ae988cca75d
Merge: 43d13916a 5e10111d3
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Mon Jan 2 12:40:10 2023 +0100

    Merge remote-tracking branch 'remotes/upstream/dependabot/pip/coverage-7.0.1' into trunk

 requirements-tests.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[libcloud] 01/05: Merge remote-tracking branch 'remotes/upstream/dependabot/pip/sphinx-6.0.0' into trunk

Posted by to...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit ab40b8aae290ea2f09461b84000b379bbb5c8fed
Merge: b6b9dd8ce 8857e1ab3
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Mon Jan 2 12:24:33 2023 +0100

    Merge remote-tracking branch 'remotes/upstream/dependabot/pip/sphinx-6.0.0' into trunk

 requirements-docs.txt | 2 +-
 requirements-rtd.txt  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)