[oe] [oe-commits] [meta-openembedded] 37/44: python-pytest: update to version 3.1.2

Derek Straka derek at asterius.io
Wed Jul 5 13:24:08 UTC 2017


Looks like it is calling out the setuptools-scm package in
the setup_requires section in setup.py.  That forces the egg file to get
downloaded when setup.py is run rather than the usual fetch stages.  I'll
remove that requirement and update to the latest version later today.  That
should resolve the issue of fetching

On Tue, Jul 4, 2017 at 2:24 AM, Martin Jansa <martin.jansa at gmail.com> wrote:

> Why is setuptools downloading something (bypassing bitbake fetcher _and_
> already populated premirror) causing build failures like this:
> http://errors.yoctoproject.org/Errors/Details/146740/
>
> On Mon, Jun 19, 2017 at 7:32 PM, <git at git.openembedded.org> wrote:
>
>> This is an automated email from the git hooks/post-receive script.
>>
>> martin_jansa pushed a commit to branch master
>> in repository meta-openembedded.
>>
>> commit af0e31c58a381c2478435e8d015c142bab58c452
>> Author: Derek Straka <derek at asterius.io>
>> AuthorDate: Fri Jun 16 16:02:09 2017 -0400
>>
>>     python-pytest: update to version 3.1.2
>>
>>     Signed-off-by: Derek Straka <derek at asterius.io>
>>     Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
>> ---
>>  meta-python/recipes-devtools/python/python-pytest.inc                 |
>> 4 ++--
>>  .../python/{python-pytest_3.0.6.bb => python-pytest_3.1.2.bb}         |
>> 0
>>  .../python/{python3-pytest_3.0.6.bb => python3-pytest_3.1.2.bb}       |
>> 0
>>  3 files changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/meta-python/recipes-devtools/python/python-pytest.inc
>> b/meta-python/recipes-devtools/python/python-pytest.inc
>> index c9c9bbf..2826838 100644
>> --- a/meta-python/recipes-devtools/python/python-pytest.inc
>> +++ b/meta-python/recipes-devtools/python/python-pytest.inc
>> @@ -2,8 +2,8 @@ SUMMARY = "Simple powerful teting with python"
>>  LICENSE = "MIT"
>>  LIC_FILES_CHKSUM = "file://LICENSE;md5=d8a5609608d9a5a180705b0fa298ae01"
>>
>> -SRC_URI[md5sum] = "6639592fa430567d024189f097fcdbd7"
>> -SRC_URI[sha256sum] = "643434a9f1a188271da35e20064cb
>> 8b6c5440976c5bb541dc7b5b0e3cf75d940"
>> +SRC_URI[md5sum] = "c4d179f89043cc925e1c169d03128e02"
>> +SRC_URI[sha256sum] = "795ec29fbba70b22a593691ce8bcd
>> 4bdde2dc96e8099731f73c7d8bb3ce879bf"
>>
>>  RDEPENDS_${PN}_class-target += " \
>>      ${PYTHON_PN}-argparse \
>> diff --git a/meta-python/recipes-devtools/python/python-pytest_3.0.6.bb
>> b/meta-python/recipes-devtools/python/python-pytest_3.1.2.bb
>> similarity index 100%
>> rename from meta-python/recipes-devtools/python/python-pytest_3.0.6.bb
>> rename to meta-python/recipes-devtools/python/python-pytest_3.1.2.bb
>> diff --git a/meta-python/recipes-devtools/python/python3-pytest_3.0.6.bb
>> b/meta-python/recipes-devtools/python/python3-pytest_3.1.2.bb
>> similarity index 100%
>> rename from meta-python/recipes-devtools/python/python3-pytest_3.0.6.bb
>> rename to meta-python/recipes-devtools/python/python3-pytest_3.1.2.bb
>>
>> --
>> To stop receiving notification emails like this one, please contact
>> the administrator of this repository.
>> --
>> _______________________________________________
>> Openembedded-commits mailing list
>> Openembedded-commits at lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-commits
>>
>
>



More information about the Openembedded-devel mailing list