You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@toree.apache.org by lr...@apache.org on 2021/06/09 15:58:19 UTC

[incubator-toree] branch master updated (2c174aa -> 413917c)

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

lresende pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-toree.git.


    from 2c174aa  [TOREE-527] Enable GitHub Actions for CI builds
     new 6ee5600  Remove cap on traitlets version
     new 413917c  Fix typo in github workflow name

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:
 .github/workflows/build.yml | 2 +-
 etc/pip_install/setup.py    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

[incubator-toree] 02/02: Fix typo in github workflow name

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

lresende pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-toree.git

commit 413917c6988740ff36f7840bceae627d2bdf2cb6
Author: Kevin Bates <kb...@gmail.com>
AuthorDate: Wed Jun 9 08:04:30 2021 -0700

    Fix typo in github workflow name
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 17aa9a9..369a995 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-name: Apache Toreee build
+name: Apache Toree build
 
 on:
   pull_request:

[incubator-toree] 01/02: Remove cap on traitlets version

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

lresende pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-toree.git

commit 6ee56006bbf91a13ec0b508ee196eb0abe857114
Author: Kevin Bates <kb...@gmail.com>
AuthorDate: Wed Jun 9 08:02:04 2021 -0700

    Remove cap on traitlets version
---
 etc/pip_install/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/pip_install/setup.py b/etc/pip_install/setup.py
index 44a2422..d0df992 100644
--- a/etc/pip_install/setup.py
+++ b/etc/pip_install/setup.py
@@ -53,7 +53,7 @@ setup_args = dict(
     install_requires=[
         'jupyter_core>=4.0',
         'jupyter_client>=4.0',
-        'traitlets>=4.0, <5.0'
+        'traitlets>=4.0'
     ],
     data_files=[],
     classifiers=[