From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id D751AE00B58; Fri, 30 Oct 2015 05:37:21 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, * medium trust * [147.11.1.11 listed in list.dnswl.org] Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id ADFD2E00B4A for ; Fri, 30 Oct 2015 05:37:16 -0700 (PDT) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail.windriver.com (8.15.2/8.15.1) with ESMTPS id t9UCbFEx011657 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL) for ; Fri, 30 Oct 2015 05:37:15 -0700 (PDT) Received: from [128.224.56.48] (128.224.56.48) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.3.248.2; Fri, 30 Oct 2015 05:37:15 -0700 To: Mark Asselstine , References: <1446173696-15191-1-git-send-email-mark.asselstine@windriver.com> From: Bruce Ashfield Message-ID: <56336464.9020108@windriver.com> Date: Fri, 30 Oct 2015 08:36:52 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <1446173696-15191-1-git-send-email-mark.asselstine@windriver.com> Subject: Re: [meta-cloud-services][PATCH 1/2] django-pyscss: uprev to version 2.0.2 X-BeenThere: meta-virtualization@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Discussion of layer enabling hypervisor, virtualization tool stack, and cloud support" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Oct 2015 12:37:21 -0000 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit On 15-10-29 10:54 PM, Mark Asselstine wrote: > This uprev is needed to work around an error when attempting to log in > to the horizon dashboard: merged both patches to master. Bruce > > Couldn't find anything to import: bootstrap/variables > > The upstream fix bd8b2ae8bf21b9c4f671d9364cdc41fbced9b214 [Retain the > imported file path] forms the basis of the 2.0.2 release and fixes > this error, per bug: > https://github.com/fusionbox/django-pyscss/issues/34. > > Signed-off-by: Mark Asselstine > --- > .../{python-django-pyscss_2.0.1.bb => python-django-pyscss_2.0.2.bb} | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > rename meta-openstack/recipes-devtools/python/{python-django-pyscss_2.0.1.bb => python-django-pyscss_2.0.2.bb} (81%) > > diff --git a/meta-openstack/recipes-devtools/python/python-django-pyscss_2.0.1.bb b/meta-openstack/recipes-devtools/python/python-django-pyscss_2.0.2.bb > similarity index 81% > rename from meta-openstack/recipes-devtools/python/python-django-pyscss_2.0.1.bb > rename to meta-openstack/recipes-devtools/python/python-django-pyscss_2.0.2.bb > index 43dbc9f..7c5606a 100644 > --- a/meta-openstack/recipes-devtools/python/python-django-pyscss_2.0.1.bb > +++ b/meta-openstack/recipes-devtools/python/python-django-pyscss_2.0.2.bb > @@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=07339dad721a3ae7e420b8b751a15c70" > SRCNAME = "django-pyscss" > SRC_URI = "http://pypi.python.org/packages/source/d/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" > > -SRC_URI[md5sum] = "4df1b89942f41b8e8bde8704efcfe6c2" > -SRC_URI[sha256sum] = "03fa4d7e483d87eaa4df0e91b337d078a39fcca897952e8d65ebdca7f759a822" > +SRC_URI[md5sum] = "f8dbcc4d314c8e220aa311ec6561b06d" > +SRC_URI[sha256sum] = "0f4844f8fd3f69f4d428a616fdcf2b650a24862dd81443ae3fba14980c7b0615" > > S = "${WORKDIR}/${SRCNAME}-${PV}" > >