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/28 12:20:09 UTC

[libcloud] branch trunk updated (9de7b7756 -> 4c2ee783e)

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 9de7b7756 Merge pull request #1847 from Tobi995/optimize-read-in-chunks
     add 41727deda Bump pytest from 7.2.0 to 7.2.1
     add baff42065 Bump coverage from 7.0.5 to 7.1.0
     new ce8f4d5aa Merge remote-tracking branch 'upstream/dependabot/pip/coverage-7.1.0' into deps-updates-2
     add e889c70c8 Bump astroid from 2.13.2 to 2.13.3
     new 8877795ab Merge remote-tracking branch 'upstream/dependabot/pip/astroid-2.13.3' into deps-updates-2
     add 7d2194b0d Bump paramiko from 2.12.0 to 3.0.0
     new bbf295f55 Merge remote-tracking branch 'upstream/dependabot/pip/paramiko-3.0.0' into deps-updates-2
     add 59c2f2d25 Bump libvirt-python from 8.10.0 to 9.0.0
     new 3d5883fcc Merge remote-tracking branch 'upstream/dependabot/pip/libvirt-python-9.0.0' into deps-updates-2
     new 4c2ee783e Merge branch 'deps-updates-2' 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:
 requirements-lint.txt  | 4 ++--
 requirements-tests.txt | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)


[libcloud] 01/05: Merge remote-tracking branch 'upstream/dependabot/pip/coverage-7.1.0' into deps-updates-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 ce8f4d5aaf436596104c798a7fe837f68f6b8cc2
Merge: 41727deda baff42065
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sat Jan 28 13:07:24 2023 +0100

    Merge remote-tracking branch 'upstream/dependabot/pip/coverage-7.1.0' into deps-updates-2

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

diff --cc requirements-tests.txt
index d72a46d07,d22178b07..ff9035537
--- a/requirements-tests.txt
+++ b/requirements-tests.txt
@@@ -1,8 -1,8 +1,8 @@@
  codecov==2.1.12
- coverage==7.0.5; python_version >= '3.8'
+ coverage==7.1.0; python_version >= '3.8'
  requests>=2.27.1
  requests_mock==1.10.0
 -pytest==7.2.0
 +pytest==7.2.1
  pytest-xdist==3.1.0
  pytest-timeout==2.1.0
  pytest-benchmark[histogram]==4.0.0


[libcloud] 02/05: Merge remote-tracking branch 'upstream/dependabot/pip/astroid-2.13.3' into deps-updates-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 8877795ab40ce756017702c603c94b7edd22f217
Merge: ce8f4d5aa e889c70c8
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sat Jan 28 13:07:29 2023 +0100

    Merge remote-tracking branch 'upstream/dependabot/pip/astroid-2.13.3' into deps-updates-2

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


[libcloud] 03/05: Merge remote-tracking branch 'upstream/dependabot/pip/paramiko-3.0.0' into deps-updates-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 bbf295f55f82a3fe7ef51b6a7e2f6d440a5b26a3
Merge: 8877795ab 7d2194b0d
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sat Jan 28 13:07:34 2023 +0100

    Merge remote-tracking branch 'upstream/dependabot/pip/paramiko-3.0.0' into deps-updates-2

 requirements-lint.txt  | 2 +-
 requirements-tests.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)



[libcloud] 04/05: Merge remote-tracking branch 'upstream/dependabot/pip/libvirt-python-9.0.0' into deps-updates-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 3d5883fccd224cf27c67ead50cfc88544d09a609
Merge: bbf295f55 59c2f2d25
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sat Jan 28 13:08:18 2023 +0100

    Merge remote-tracking branch 'upstream/dependabot/pip/libvirt-python-9.0.0' into deps-updates-2

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

diff --cc requirements-tests.txt
index 2331530fa,e3f666bb6..e9e8c071e
--- a/requirements-tests.txt
+++ b/requirements-tests.txt
@@@ -15,5 -15,5 +15,5 @@@ more-itertools==9.0.
  
  # Required by subset of tests
  fasteners
 -paramiko==2.12.0; platform_python_implementation != 'PyPy'
 +paramiko==3.0.0; platform_python_implementation != 'PyPy'
- libvirt-python==8.10.0
+ libvirt-python==9.0.0


[libcloud] 05/05: Merge branch 'deps-updates-2' 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 4c2ee783ec1a955ef323bd3288efd74c9863dbed
Merge: 9de7b7756 3d5883fcc
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sat Jan 28 13:20:01 2023 +0100

    Merge branch 'deps-updates-2' into trunk

 requirements-lint.txt  | 4 ++--
 requirements-tests.txt | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)