You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2021/10/28 06:20:23 UTC

[buildstream] branch tristan/pin-grpc-version updated (1b6bb5c -> 30753f2)

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

tvb pushed a change to branch tristan/pin-grpc-version
in repository https://gitbox.apache.org/repos/asf/buildstream.git.


 discard 1b6bb5c  Try grpcio 1.36
     new 71cdb1f  Revert "requirements: Pin grpc to 1.34"
     new 30753f2  Updated requirements, use new grpcio

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (1b6bb5c)
            \
             N -- N -- N   refs/heads/tristan/pin-grpc-version (30753f2)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 2 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/cov-requirements.txt | 2 +-
 requirements/dev-requirements.txt | 2 +-
 requirements/requirements.in      | 2 +-
 requirements/requirements.txt     | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

[buildstream] 01/02: Revert "requirements: Pin grpc to 1.34"

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

tvb pushed a commit to branch tristan/pin-grpc-version
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 71cdb1f2e06e8a5d38e8cc7e09cde5b572c81c5e
Author: Tristan van Berkom <tr...@codethink.co.uk>
AuthorDate: Thu Oct 28 15:16:10 2021 +0900

    Revert "requirements: Pin grpc to 1.34"
    
    This reverts commit 0f88152f8b8e9beabac326f7955d1c6c683cfe49.
---
 requirements/cov-requirements.txt |  6 +++---
 requirements/dev-requirements.txt | 19 +++++++++----------
 requirements/requirements.in      |  2 +-
 requirements/requirements.txt     | 12 ++++++------
 4 files changed, 19 insertions(+), 20 deletions(-)

diff --git a/requirements/cov-requirements.txt b/requirements/cov-requirements.txt
index 72a325b..4bb1048 100644
--- a/requirements/cov-requirements.txt
+++ b/requirements/cov-requirements.txt
@@ -1,12 +1,12 @@
 coverage==4.4
 pytest-cov==2.10.1
-pytest==6.2.5
+pytest==6.2.4
 Cython==0.29.24
 ## The following requirements were added by pip freeze:
 attrs==21.2.0
 iniconfig==1.1.1
 packaging==21.0
-pluggy==1.0.0
+pluggy==0.13.1
 py==1.10.0
-pyparsing==3.0.1
+pyparsing==2.4.7
 toml==0.10.2
diff --git a/requirements/dev-requirements.txt b/requirements/dev-requirements.txt
index 56db3a0..cef33fd 100644
--- a/requirements/dev-requirements.txt
+++ b/requirements/dev-requirements.txt
@@ -1,14 +1,14 @@
 pexpect==4.8.0
-pylint==2.11.1
+pylint==2.10.2
 # Pytest 6.0.0 doesn't play well with pylint
-pytest==6.2.5
+pytest==6.2.4
 pytest-datafiles==2.0
 pytest-env==0.6.2
-pytest-xdist==2.4.0
-pytest-timeout==2.0.1
+pytest-xdist==2.3.0
+pytest-timeout==1.4.2
 pyftpdlib==1.5.6
 ## The following requirements were added by pip freeze:
-astroid==2.8.4
+astroid==2.7.2
 attrs==21.2.0
 execnet==1.9.0
 iniconfig==1.1.1
@@ -16,12 +16,11 @@ isort==5.9.3
 lazy-object-proxy==1.6.0
 mccabe==0.6.1
 packaging==21.0
-platformdirs==2.4.0
-pluggy==1.0.0
+platformdirs==2.2.0
+pluggy==0.13.1
 ptyprocess==0.7.0
 py==1.10.0
-pyparsing==3.0.1
+pyparsing==2.4.7
 pytest-forked==1.3.0
 toml==0.10.2
-typing-extensions==3.10.0.2
-wrapt==1.13.2
+wrapt==1.12.1
diff --git a/requirements/requirements.in b/requirements/requirements.in
index e4f444c..b393f71 100644
--- a/requirements/requirements.in
+++ b/requirements/requirements.in
@@ -1,5 +1,5 @@
 Click >= 7.0
-grpcio == 1.34.1
+grpcio >= 1.34
 Jinja2 >= 2.10
 pluginbase
 protobuf >= 3.6
diff --git a/requirements/requirements.txt b/requirements/requirements.txt
index 4eecf2b..77eebc2 100644
--- a/requirements/requirements.txt
+++ b/requirements/requirements.txt
@@ -1,14 +1,14 @@
-click==8.0.3
-grpcio==1.34.1
-Jinja2==3.0.2
+click==8.0.1
+grpcio==1.39.0
+Jinja2==3.0.1
 pluginbase==1.0.1
-protobuf==3.19.0
+protobuf==3.17.3
 psutil==5.8.0
-ruamel.yaml==0.17.16
+ruamel.yaml==0.17.13
 ruamel.yaml.clib==0.2.6
 setuptools==44.1.1
 pyroaring==0.3.3
-ujson==4.2.0
+ujson==4.1.0
 python-dateutil==2.8.2
 ## The following requirements were added by pip freeze:
 MarkupSafe==2.0.1

[buildstream] 02/02: Updated requirements, use new grpcio

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

tvb pushed a commit to branch tristan/pin-grpc-version
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 30753f2de3ff1454bd1687b0a5182f1bf7d72f3b
Author: Tristan van Berkom <tr...@codethink.co.uk>
AuthorDate: Thu Oct 28 15:19:49 2021 +0900

    Updated requirements, use new grpcio
---
 requirements/cov-requirements.txt |  6 +++---
 requirements/dev-requirements.txt | 19 ++++++++++---------
 requirements/requirements.txt     | 12 ++++++------
 3 files changed, 19 insertions(+), 18 deletions(-)

diff --git a/requirements/cov-requirements.txt b/requirements/cov-requirements.txt
index 4bb1048..c2cb6f8 100644
--- a/requirements/cov-requirements.txt
+++ b/requirements/cov-requirements.txt
@@ -1,12 +1,12 @@
 coverage==4.4
 pytest-cov==2.10.1
-pytest==6.2.4
+pytest==6.2.5
 Cython==0.29.24
 ## The following requirements were added by pip freeze:
 attrs==21.2.0
 iniconfig==1.1.1
 packaging==21.0
-pluggy==0.13.1
+pluggy==1.0.0
 py==1.10.0
-pyparsing==2.4.7
+pyparsing==3.0.3
 toml==0.10.2
diff --git a/requirements/dev-requirements.txt b/requirements/dev-requirements.txt
index cef33fd..10969a4 100644
--- a/requirements/dev-requirements.txt
+++ b/requirements/dev-requirements.txt
@@ -1,14 +1,14 @@
 pexpect==4.8.0
-pylint==2.10.2
+pylint==2.11.1
 # Pytest 6.0.0 doesn't play well with pylint
-pytest==6.2.4
+pytest==6.2.5
 pytest-datafiles==2.0
 pytest-env==0.6.2
-pytest-xdist==2.3.0
-pytest-timeout==1.4.2
+pytest-xdist==2.4.0
+pytest-timeout==2.0.1
 pyftpdlib==1.5.6
 ## The following requirements were added by pip freeze:
-astroid==2.7.2
+astroid==2.8.4
 attrs==21.2.0
 execnet==1.9.0
 iniconfig==1.1.1
@@ -16,11 +16,12 @@ isort==5.9.3
 lazy-object-proxy==1.6.0
 mccabe==0.6.1
 packaging==21.0
-platformdirs==2.2.0
-pluggy==0.13.1
+platformdirs==2.4.0
+pluggy==1.0.0
 ptyprocess==0.7.0
 py==1.10.0
-pyparsing==2.4.7
+pyparsing==3.0.3
 pytest-forked==1.3.0
 toml==0.10.2
-wrapt==1.12.1
+typing-extensions==3.10.0.2
+wrapt==1.13.2
diff --git a/requirements/requirements.txt b/requirements/requirements.txt
index 77eebc2..f3f60ee 100644
--- a/requirements/requirements.txt
+++ b/requirements/requirements.txt
@@ -1,14 +1,14 @@
-click==8.0.1
-grpcio==1.39.0
-Jinja2==3.0.1
+click==8.0.3
+grpcio==1.41.1
+Jinja2==3.0.2
 pluginbase==1.0.1
-protobuf==3.17.3
+protobuf==3.19.0
 psutil==5.8.0
-ruamel.yaml==0.17.13
+ruamel.yaml==0.17.16
 ruamel.yaml.clib==0.2.6
 setuptools==44.1.1
 pyroaring==0.3.3
-ujson==4.1.0
+ujson==4.2.0
 python-dateutil==2.8.2
 ## The following requirements were added by pip freeze:
 MarkupSafe==2.0.1