You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by gi...@apache.org on 2020/12/29 13:11:31 UTC

[buildstream] branch jjardon/bst_1_2_fedora_29_test created (now 6e302fb)

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

github-bot pushed a change to branch jjardon/bst_1_2_fedora_29_test
in repository https://gitbox.apache.org/repos/asf/buildstream.git.


      at 6e302fb  requirements/dev-requirements.txt: test

This branch includes the following new commits:

     new 2018a1c  requirements/dev-requirements.txt: bump typed-asd to 1.3.1
     new bc69cae  .gitlab-ci.yml: Remove deprecated fedora-27 and add current stable fedora-29
     new 6e302fb  requirements/dev-requirements.txt: test

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.



[buildstream] 01/03: requirements/dev-requirements.txt: bump typed-asd to 1.3.1

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

github-bot pushed a commit to branch jjardon/bst_1_2_fedora_29_test
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 2018a1ce3ca3405b41155bf127619d319e3d653e
Author: Javier Jardón <jj...@gnome.org>
AuthorDate: Thu Apr 4 06:54:03 2019 -0700

    requirements/dev-requirements.txt: bump typed-asd to 1.3.1
    
    typed-ast is not compatible with python 3.7 before 1.3.0, so without
    this test will not pass in Fedora 29
---
 requirements/dev-requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements/dev-requirements.txt b/requirements/dev-requirements.txt
index cb60332..90b4bb5 100644
--- a/requirements/dev-requirements.txt
+++ b/requirements/dev-requirements.txt
@@ -23,5 +23,5 @@ py==1.8.0
 pytest-cache==1.0
 pytest-forked==1.0.2
 six==1.12.0
-typed-ast==1.2.0
+typed-ast==1.3.1
 wrapt==1.11.1


[buildstream] 03/03: requirements/dev-requirements.txt: test

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

github-bot pushed a commit to branch jjardon/bst_1_2_fedora_29_test
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 6e302fb3ad0f624904b541760f5fd516dcb90368
Author: Javier Jardón <jj...@gnome.org>
AuthorDate: Thu Apr 4 07:15:46 2019 -0700

    requirements/dev-requirements.txt: test
---
 requirements/dev-requirements.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/requirements/dev-requirements.txt b/requirements/dev-requirements.txt
index 90b4bb5..5eea578 100644
--- a/requirements/dev-requirements.txt
+++ b/requirements/dev-requirements.txt
@@ -23,5 +23,4 @@ py==1.8.0
 pytest-cache==1.0
 pytest-forked==1.0.2
 six==1.12.0
-typed-ast==1.3.1
 wrapt==1.11.1


[buildstream] 02/03: .gitlab-ci.yml: Remove deprecated fedora-27 and add current stable fedora-29

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

github-bot pushed a commit to branch jjardon/bst_1_2_fedora_29_test
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit bc69caefd17b35a9ef36fc05c332c21acbc17a50
Author: Javier Jardón <jj...@gnome.org>
AuthorDate: Wed Apr 3 06:05:34 2019 -0700

    .gitlab-ci.yml: Remove deprecated fedora-27 and add current stable fedora-29
---
 .gitlab-ci.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 061bb39..eeb17b1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -47,14 +47,14 @@ tests-debian-9:
   image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-debian:9-master-46405991
   <<: *tests
 
-tests-fedora-27:
-  image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:27-master-46405991
-  <<: *tests
-
 tests-fedora-28:
   image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:28-master-46405991
   <<: *tests
 
+tests-fedora-29:
+  image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:29-master-47052095
+  <<: *tests
+
 tests-ubuntu-18.04:
   image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-ubuntu:18.04-master-46405991
   <<: *tests
@@ -189,8 +189,8 @@ coverage:
     - cp -a .coverage-reports/ ./coverage-report
   dependencies:
   - tests-debian-9
-  - tests-fedora-27
   - tests-fedora-28
+  - tests-fedora-29
   - tests-ubuntu-18.04
   - tests-unix
   except: