From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sender1.zohomail.com (sender1.zohomail.com [72.5.230.95]) by mail.openembedded.org (Postfix) with ESMTP id E43CA6DF25 for ; Wed, 26 Mar 2014 15:31:53 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=zapps768; d=zoho.com; h=from:to:subject:date:message-id; b=Mbf2qD6ioK1Z+tn1Pn0kK01a3YcTAZPLm+4RlwhX4xf6goktFrSpGcPo1CKM6lAJujjWhBwAB76Z ZN/Nnkof8CFlllNcK94xVrwgfN+MhkbPm84/CHdKVFYZixu5gvTA Received: from localhost.localdomain (host65-246-static.10-188-b.business.telecomitalia.it [188.10.246.65]) by mx.zohomail.com with SMTPS id 1395847909337276.2065128903737; Wed, 26 Mar 2014 08:31:49 -0700 (PDT) From: Diego Rondini To: openembedded-devel@lists.openembedded.org Date: Wed, 26 Mar 2014 16:31:21 +0100 Message-Id: X-Mailer: git-send-email 1.7.9.5 X-ZohoMailClient: External X-Zoho-Virus-Status: 2 Subject: [meta-oe][PATCHv2 0/3] Update some python modules to latest upstream versions X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2014 15:31:56 -0000 This patch-set updates python-zopeinterface, python-twisted and python-autobahn to their latest upstream versions. Changes in v2: - fixed missing Signed off-by The following changes since commit 7dfa6be8c5d9b093ae79c403c685c6b8ed6216dd: recipes-graphics/lxdm: autotools and config updates (2014-03-23 21:53:58 +0100) are available in the git repository at: git://github.com/diegorondini/meta-oe master https://github.com/diegorondini/meta-oe/tree/master Diego Rondini (3): python-zopeinterface: upgrade to version 4.1.1 python-twisted: upgrade to version 13.2.0 python-autobahn: upgrade to version 0.8.6 ...autobahn_0.5.14.bb => python-autobahn_0.8.6.bb} | 4 ++-- ...-twisted_10.2.0.bb => python-twisted_13.2.0.bb} | 16 +++++----------- ...face_3.5.1.bb => python-zopeinterface_4.1.1.bb} | 4 ++-- 3 files changed, 9 insertions(+), 15 deletions(-) rename meta-oe/recipes-devtools/python/{python-autobahn_0.5.14.bb => python-autobahn_0.8.6.bb} (87%) rename meta-oe/recipes-devtools/python/{python-twisted_10.2.0.bb => python-twisted_13.2.0.bb} (94%) rename meta-oe/recipes-devtools/python/{python-zopeinterface_3.5.1.bb => python-zopeinterface_4.1.1.bb} (84%) -- 1.7.9.5