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

[buildstream] branch tristan/unpin-coverage created (now bc5f306)

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

not-in-ldap pushed a change to branch tristan/unpin-coverage
in repository https://gitbox.apache.org/repos/asf/buildstream.git.


      at bc5f306  requirements/dev-requirements.txt: New version requirements

This branch includes the following new commits:

     new 7b5cdaf  requirements/dev-requirements.in: Unpin coverage
     new bc5f306  requirements/dev-requirements.txt: New version requirements

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.



[buildstream] 01/02: requirements/dev-requirements.in: Unpin coverage

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

not-in-ldap pushed a commit to branch tristan/unpin-coverage
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 7b5cdafae3136657a4c1828d9fc4c79f666f9668
Author: Tristan Van Berkom <tr...@codethink.co.uk>
AuthorDate: Mon Feb 18 18:49:59 2019 +0900

    requirements/dev-requirements.in: Unpin coverage
    
    To play better with distros, we should try to keep our
    loose requirements minimal bound.
    
    This should fix #916
---
 requirements/dev-requirements.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements/dev-requirements.in b/requirements/dev-requirements.in
index 9edb234..cfaba81 100644
--- a/requirements/dev-requirements.in
+++ b/requirements/dev-requirements.in
@@ -1,4 +1,4 @@
-coverage == 4.4.0
+coverage >= 4.4.0
 pylint
 pycodestyle
 pytest >= 3.9


[buildstream] 02/02: requirements/dev-requirements.txt: New version requirements

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

not-in-ldap pushed a commit to branch tristan/unpin-coverage
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit bc5f3065d5ecdb365eef82d45c8a7ba896492840
Author: Tristan Van Berkom <tr...@codethink.co.uk>
AuthorDate: Mon Feb 18 18:51:12 2019 +0900

    requirements/dev-requirements.txt: New version requirements
    
    Committing the results of `make -C requirements`.
---
 requirements/dev-requirements.txt | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

diff --git a/requirements/dev-requirements.txt b/requirements/dev-requirements.txt
index c34f6db..f59af8d 100644
--- a/requirements/dev-requirements.txt
+++ b/requirements/dev-requirements.txt
@@ -1,25 +1,27 @@
-coverage==4.4
+coverage==4.5.2
 pylint==2.2.2
-pycodestyle==2.4.0
-pytest==4.0.2
+pycodestyle==2.5.0
+pytest==4.2.1
 pytest-cov==2.6.1
 pytest-datafiles==2.0
 pytest-env==0.6.2
-pytest-xdist==1.25.0
+pytest-xdist==1.26.1
 pytest-timeout==1.3.3
 pyftpdlib==1.5.4
 ## The following requirements were added by pip freeze:
 apipkg==1.5
 astroid==2.1.0
-atomicwrites==1.2.1
+atomicwrites==1.3.0
 attrs==18.2.0
 execnet==1.5.0
 isort==4.3.4
 lazy-object-proxy==1.3.1
 mccabe==0.6.1
-more-itertools==5.0.0
-pluggy==0.8.0
+more-itertools==6.0.0
+pathlib2==2.3.3
+pluggy==0.8.1
 py==1.7.0
-pytest-forked==0.2
+pytest-forked==1.0.2
 six==1.12.0
-wrapt==1.10.11
+typed-ast==1.3.1
+wrapt==1.11.1