From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by mail.openembedded.org (Postfix) with ESMTP id 8EFDC72498 for ; Fri, 9 Jan 2015 11:15:05 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail1.windriver.com (8.14.9/8.14.5) with ESMTP id t09BF4Vf016349 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=FAIL); Fri, 9 Jan 2015 03:15:04 -0800 (PST) Received: from [128.224.162.174] (128.224.162.174) by ALA-HCA.corp.ad.wrs.com (147.11.189.40) with Microsoft SMTP Server id 14.3.174.1; Fri, 9 Jan 2015 03:15:04 -0800 Message-ID: <54AFB836.5000506@windriver.com> Date: Fri, 9 Jan 2015 19:15:02 +0800 From: Robert Yang User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Paul Eggleton References: <2550081.xQ1aUrNKGO@peggleto-mobl5.ger.corp.intel.com> In-Reply-To: <2550081.xQ1aUrNKGO@peggleto-mobl5.ger.corp.intel.com> Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH 1/4] python-git: upgrade to 0.3.3 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2015 11:15:11 -0000 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit On 01/09/2015 06:33 PM, Paul Eggleton wrote: > Hi Robert, > > On Thursday 08 January 2015 21:33:39 Robert Yang wrote: >> Signed-off-by: Robert Yang >> --- >> ...python-git_0.3.2.RC1.bb => python-git_0.3.3.bb} | 5 +++-- >> 1 file changed, 3 insertions(+), 2 deletions(-) >> rename meta/recipes-devtools/python/{python-git_0.3.2.RC1.bb => >> python-git_0.3.3.bb} (85%) >> >> diff --git a/meta/recipes-devtools/python/python-git_0.3.2.RC1.bb >> b/meta/recipes-devtools/python/python-git_0.3.3.bb similarity index 85% >> rename from meta/recipes-devtools/python/python-git_0.3.2.RC1.bb >> rename to meta/recipes-devtools/python/python-git_0.3.3.bb >> index 02a0eac..860c37b 100644 >> --- a/meta/recipes-devtools/python/python-git_0.3.2.RC1.bb >> +++ b/meta/recipes-devtools/python/python-git_0.3.3.bb >> @@ -10,8 +10,9 @@ LIC_FILES_CHKSUM = >> "file://LICENSE;md5=8b8d26c37c1d5a04f9b0186edbebc183" DEPENDS = >> "python-gitdb" >> >> SRC_URI = >> "http://pypi.python.org/packages/source/G/GitPython/GitPython-${PV}.tar.gz" >> -SRC_URI[md5sum] = "849082fe29adc653a3621465213cab96" >> -SRC_URI[sha256sum] = >> "fd6786684a0d0dd7ebb961da754e3312fafe0c8e88f55ceb09858aa0af6094e0" + >> +SRC_URI[md5sum] = "c9fdde02c476c11168fd620659496aba" >> +SRC_URI[sha256sum] = >> "08193acf4e22b57a471cde3748ebce7c17e0f15f1e5042db74ca2c5e9e3e4db5" >> >> S = "${WORKDIR}/GitPython-${PV}" > > Interesting, I didn't expect this project to have come back alive again > upstream, as earlier it looked like it was considered deprecated in favour of > pygit2. Thanks for taking care of the upgrade. You're welcome, I saw that it was not in maintainers.inc, and I have interests on it, so I took it and upgraded. // Robert > > Cheers, > Paul >