Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: Derek Straka <derek@asterius.io>
Subject: Re: [meta-python][PATCH 08/11] python-mock: update to 1.3.0
Date: Wed, 24 Feb 2016 14:04:13 +0100	[thread overview]
Message-ID: <20160224130413.GD7560@jama> (raw)
In-Reply-To: <1456148105-9644-8-git-send-email-derek@asterius.io>

[-- Attachment #1: Type: text/plain, Size: 3457 bytes --]

On Mon, Feb 22, 2016 at 08:35:02AM -0500, Derek Straka wrote:
> Signed-off-by: Derek Straka <derek@asterius.io>

Do we need to use https for pypi? All these new versions are failing
with:

WARNING: python-mock-1.3.0-r0 do_fetch: Failed to fetch URL https://pypi.python.org/packages/source/m/mock/mock-1.3.0.tar.gz, attempting MIRRORS if available
ERROR: python-mock-1.3.0-r0 do_fetch: Fetcher failure: Fetch command failed with exit code 4, output:
OpenSSL: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
Unable to establish SSL connection.

ERROR: python-mock-1.3.0-r0 do_fetch: Function failed: Fetcher failure for URL: 'https://pypi.python.org/packages/source/m/mock/mock-1.3.0.tar.gz'. Unable to fetch URL from any source.
ERROR: Logfile of failure stored in: /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/python-mock/1.3.0-r0/temp/log.do_fetch.22652
NOTE: recipe python-mock-1.3.0-r0: task do_fetch: Failed

  /home/jenkins/oe/world/shr-core/meta-openembedded/meta-python/recipes-devtools/python/python-mock_1.3.0.bb, do_fetch
  /home/jenkins/oe/world/shr-core/meta-openembedded/meta-python/recipes-devtools/python/python-tornado-redis_2.4.18.bb, do_fetch
  /home/jenkins/oe/world/shr-core/meta-openembedded/meta-python/recipes-devtools/python/python-ujson_1.35.bb, do_fetch
  /home/jenkins/oe/world/shr-core/meta-openembedded/meta-python/recipes-devtools/python/python-monotonic_0.6.bb, do_fetch
  /home/jenkins/oe/world/shr-core/meta-openembedded/meta-python/recipes-devtools/python/python-msgpack_0.4.7.bb, do_fetch
  /home/jenkins/oe/world/shr-core/meta-openembedded/meta-python/recipes-devtools/python/python-flufl-enum_4.1.bb, do_fetch
  /home/jenkins/oe/world/shr-core/meta-openembedded/meta-python/recipes-devtools/python/python-feedparser_5.2.1.bb, do_fetch

> ---
>  .../python/{python-mock_1.0.1.bb => python-mock_1.3.0.bb}           | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>  rename meta-python/recipes-devtools/python/{python-mock_1.0.1.bb => python-mock_1.3.0.bb} (54%)
> 
> diff --git a/meta-python/recipes-devtools/python/python-mock_1.0.1.bb b/meta-python/recipes-devtools/python/python-mock_1.3.0.bb
> similarity index 54%
> rename from meta-python/recipes-devtools/python/python-mock_1.0.1.bb
> rename to meta-python/recipes-devtools/python/python-mock_1.3.0.bb
> index d336f61..8a7894c 100644
> --- a/meta-python/recipes-devtools/python/python-mock_1.0.1.bb
> +++ b/meta-python/recipes-devtools/python/python-mock_1.3.0.bb
> @@ -1,9 +1,9 @@
>  SUMMARY = "A Python Mocking and Patching Library for Testing"
>  LICENSE = "Apache-2.0"
> -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=80e5ba73891255687dff3bee2b4cbb16"
> +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=de9dfbf780446b18aab11f00baaf5b7e"
>  
> -SRC_URI[md5sum] = "c3971991738caa55ec7c356bbc154ee2"
> -SRC_URI[sha256sum] = "b839dd2d9c117c701430c149956918a423a9863b48b09c90e30a6013e7d2f44f"
> +SRC_URI[md5sum] = "73ee8a4afb3ff4da1b4afa287f39fdeb"
> +SRC_URI[sha256sum] = "1e247dbecc6ce057299eb7ee019ad68314bb93152e81d9a6110d35f4d5eca0f6"
>  
>  inherit pypi setuptools
>  
> -- 
> 1.9.1
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

  reply	other threads:[~2016-02-24 13:03 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-22 13:34 [meta-python][PATCH 01/11] python-ujson: update to 0.35 Derek Straka
2016-02-22 13:34 ` [meta-python][PATCH 02/11] python-flufl-enum: update to 4.1 Derek Straka
2016-02-22 19:22   ` Khem Raj
2016-02-23 15:47     ` Derek Straka
2016-02-22 13:34 ` [meta-python][PATCH 03/11] python-enum34: update to 1.1.2 Derek Straka
2016-02-22 13:34 ` [meta-python][PATCH 04/11] python-feedparser: update to 5.2.1 Derek Straka
2016-02-22 13:34 ` [meta-python][PATCH 05/11] python-prettytable: fix fetch issues in divergent pypi url pattern Derek Straka
2016-02-22 13:35 ` [meta-python][PATCH 06/11] python-mccabe: update to 0.4.0 Derek Straka
2016-02-22 13:35 ` [meta-python][PATCH 07/11] python-pyflakes: update to 1.0.0 Derek Straka
2016-02-22 13:35 ` [meta-python][PATCH 08/11] python-mock: update to 1.3.0 Derek Straka
2016-02-24 13:04   ` Martin Jansa [this message]
2016-02-24 16:20     ` python-setuptools fetch issues Was: " Martin Jansa
2016-02-25  2:19       ` [OE-core] " Burton, Ross
2016-02-22 13:35 ` [meta-python][PATCH 09/11] python-monotonic: update to 0.6 Derek Straka
2016-02-22 13:35 ` [meta-python][PATCH 10/11] python-msgpack: update to 0.4.7 Derek Straka
2016-02-22 13:35 ` [meta-python][PATCH 11/11] python-pyserial: update to 3.0.1 Derek Straka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160224130413.GD7560@jama \
    --to=martin.jansa@gmail.com \
    --cc=derek@asterius.io \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox