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 2021/10/22 08:18:50 UTC

[libcloud] branch trunk updated (847ae39 -> 3ce42e9)

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 847ae39  Merge pull request #1604 from fedepad/docs/fix-minio-links
     add f793f02  setup.py: Fix invalid python_requires
     new ee4ca96  Merge branch 'py-req' of https://github.com/mgorny/libcloud into mgorny-py-req
     new dae3a62  Add changelog entry.
     new 3ce42e9  Upgrade tox to 3.24.4.

The 3 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                  | 8 ++++----
 .github/workflows/publish_pricing_to_s3.yml | 2 +-
 CHANGES.rst                                 | 7 +++++++
 setup.py                                    | 2 +-
 5 files changed, 14 insertions(+), 7 deletions(-)

[libcloud] 01/03: Merge branch 'py-req' of https://github.com/mgorny/libcloud into mgorny-py-req

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 ee4ca9641b55739e65c577ea28eaba79ceae0b9c
Merge: 847ae39 f793f02
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Fri Oct 22 10:12:25 2021 +0200

    Merge branch 'py-req' of https://github.com/mgorny/libcloud into mgorny-py-req

 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

[libcloud] 02/03: Add changelog entry.

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 dae3a6278aa809db62f7542eaaf8da452a3f730b
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Fri Oct 22 10:13:54 2021 +0200

    Add changelog entry.
---
 CHANGES.rst | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/CHANGES.rst b/CHANGES.rst
index ffff880..c54faa2 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -68,6 +68,13 @@ DNS
   (GITHUB-1570)
   [Gasper Vozel - @karantan]
 
+Other
+~~~~~
+
+- Fix ``python_requires`` setup.py metadata item value.
+  (GITHUB-1606)
+  [Michał Górny - @mgorny]
+
 Changes in Apache Libcloud 3.3.1
 --------------------------------
 

[libcloud] 03/03: Upgrade tox to 3.24.4.

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 3ce42e9886e8cb40001ff3bb89c8b379d86f3d9e
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Fri Oct 22 10:17:11 2021 +0200

    Upgrade tox to 3.24.4.
---
 .github/workflows/integration-tests.yml     | 2 +-
 .github/workflows/main.yml                  | 8 ++++----
 .github/workflows/publish_pricing_to_s3.yml | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml
index e27609f..76ecf4b 100644
--- a/.github/workflows/integration-tests.yml
+++ b/.github/workflows/integration-tests.yml
@@ -70,7 +70,7 @@ jobs:
 
       - name: Install Python Dependencies
         run: |
-          pip install "tox==3.20.1"
+          pip install "tox==3.24.4"
 
       - name: Run tox target
         run: |
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 6b5e08b..1966112 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -77,7 +77,7 @@ jobs:
 
       - name: Install Python Dependencies
         run: |
-          pip install "tox==3.20.1"
+          pip install "tox==3.24.4"
 
       - name: Run tox target
         run: |
@@ -119,7 +119,7 @@ jobs:
 
       - name: Install Python Dependencies
         run: |
-          pip install "tox==3.20.1"
+          pip install "tox==3.24.4"
 
       - name: Run Checks
         run: |
@@ -161,7 +161,7 @@ jobs:
 
       - name: Install Python Dependencies
         run: |
-          pip install "tox==3.20.1"
+          pip install "tox==3.24.4"
 
       - name: Run Checks
         run: |
@@ -208,7 +208,7 @@ jobs:
 
       - name: Install Python Dependencies
         run: |
-          pip install "tox==3.20.1"
+          pip install "tox==3.24.4"
 
       - name: Build Docs
         run: |
diff --git a/.github/workflows/publish_pricing_to_s3.yml b/.github/workflows/publish_pricing_to_s3.yml
index b294908..1f34e8f 100644
--- a/.github/workflows/publish_pricing_to_s3.yml
+++ b/.github/workflows/publish_pricing_to_s3.yml
@@ -32,7 +32,7 @@ jobs:
 
       - name: Install Python Dependencies
         run: |
-          pip install "tox==3.20.1"
+          pip install "tox==3.24.4"
 
       - name: Generate and publish pricing data
         env: