* [meta-oe][PATCHv3 0/3] Update some python modules to latest upstream versions
@ 2014-03-27 12:10 Diego Rondini
2014-03-27 12:10 ` [meta-oe][PATCHv3 1/3] python-zopeinterface: upgrade to version 4.1.1 Diego Rondini
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Diego Rondini @ 2014-03-27 12:10 UTC (permalink / raw)
To: openembedded-devel
This patch-set updates python-zopeinterface, python-twisted and python-autobahn to their latest upstream versions.
Changes in v3:
- detailed commit messages
- dropped PR where present because of PV increase
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} | 17 +++++------------
...face_3.5.1.bb => python-zopeinterface_4.1.1.bb} | 5 ++---
3 files changed, 9 insertions(+), 17 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} (83%)
--
1.7.9.5
^ permalink raw reply [flat|nested] 4+ messages in thread
* [meta-oe][PATCHv3 1/3] python-zopeinterface: upgrade to version 4.1.1
2014-03-27 12:10 [meta-oe][PATCHv3 0/3] Update some python modules to latest upstream versions Diego Rondini
@ 2014-03-27 12:10 ` Diego Rondini
2014-03-27 12:10 ` [meta-oe][PATCHv3 2/3] python-twisted: upgrade to version 13.2.0 Diego Rondini
2014-03-27 12:10 ` [meta-oe][PATCHv3 3/3] python-autobahn: upgrade to version 0.8.6 Diego Rondini
2 siblings, 0 replies; 4+ messages in thread
From: Diego Rondini @ 2014-03-27 12:10 UTC (permalink / raw)
To: openembedded-devel
Changes:
* upgraded python-zopeinterface to latest upstream
* dropped PR because of PV increase
Signed-off-by: Diego Rondini <diego.ml@zoho.com>
---
...face_3.5.1.bb => python-zopeinterface_4.1.1.bb} | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
rename meta-oe/recipes-devtools/python/{python-zopeinterface_3.5.1.bb => python-zopeinterface_4.1.1.bb} (83%)
diff --git a/meta-oe/recipes-devtools/python/python-zopeinterface_3.5.1.bb b/meta-oe/recipes-devtools/python/python-zopeinterface_4.1.1.bb
similarity index 83%
rename from meta-oe/recipes-devtools/python/python-zopeinterface_3.5.1.bb
rename to meta-oe/recipes-devtools/python/python-zopeinterface_4.1.1.bb
index d73a5be..4151f58 100644
--- a/meta-oe/recipes-devtools/python/python-zopeinterface_3.5.1.bb
+++ b/meta-oe/recipes-devtools/python/python-zopeinterface_4.1.1.bb
@@ -3,11 +3,10 @@ SECTION = "console/network"
LICENSE = "ZPL-2.1"
LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e54fd776274c1b7423ec128974bd9d46"
-PR = "r1"
SRC_URI = "http://pypi.python.org/packages/source/z/zope.interface/zope.interface-${PV}.tar.gz"
-SRC_URI[md5sum] = "685fc532550abb07cca6190c9cd2b901"
-SRC_URI[sha256sum] = "b81d898532c47f73475c2d0c23580e289eed25923d007eca8e62750c0998bba0"
+SRC_URI[md5sum] = "edcd5f719c5eb2e18894c4d06e29b6c6"
+SRC_URI[sha256sum] = "91cba7b7cd7cb82f6f4e023fe77f94dc3df4ae5287fd55def2148dc232d0c7da"
S = "${WORKDIR}/zope.interface-${PV}"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [meta-oe][PATCHv3 2/3] python-twisted: upgrade to version 13.2.0
2014-03-27 12:10 [meta-oe][PATCHv3 0/3] Update some python modules to latest upstream versions Diego Rondini
2014-03-27 12:10 ` [meta-oe][PATCHv3 1/3] python-zopeinterface: upgrade to version 4.1.1 Diego Rondini
@ 2014-03-27 12:10 ` Diego Rondini
2014-03-27 12:10 ` [meta-oe][PATCHv3 3/3] python-autobahn: upgrade to version 0.8.6 Diego Rondini
2 siblings, 0 replies; 4+ messages in thread
From: Diego Rondini @ 2014-03-27 12:10 UTC (permalink / raw)
To: openembedded-devel
Changes:
* upgraded python-twisted to latest upstream
* dropped PR because of PV increase
* updated LICENSE checksum because new contributors have been added to the file
* dropped bin package because resulting package was empty:
- file _c_urlarg has been removed with this commit:
https://twistedmatrix.com/trac/changeset/31167/trunk/twisted/protocols
- file cBanana was not packaged even in previous version, upstream removed it ages ago.
https://twistedmatrix.com/trac/changeset/19014/trunk/twisted/spread
* the newly introduced zsh completion file has been added to the zsh package
Signed-off-by: Diego Rondini <diego.ml@zoho.com>
---
...-twisted_10.2.0.bb => python-twisted_13.2.0.bb} | 17 +++++------------
1 file changed, 5 insertions(+), 12 deletions(-)
rename meta-oe/recipes-devtools/python/{python-twisted_10.2.0.bb => python-twisted_13.2.0.bb} (94%)
diff --git a/meta-oe/recipes-devtools/python/python-twisted_10.2.0.bb b/meta-oe/recipes-devtools/python/python-twisted_13.2.0.bb
similarity index 94%
rename from meta-oe/recipes-devtools/python/python-twisted_10.2.0.bb
rename to meta-oe/recipes-devtools/python/python-twisted_13.2.0.bb
index d585bfa..80d64a0 100644
--- a/meta-oe/recipes-devtools/python/python-twisted_10.2.0.bb
+++ b/meta-oe/recipes-devtools/python/python-twisted_13.2.0.bb
@@ -6,12 +6,11 @@ SECTION = "console/network"
#twisted/topfiles/NEWS:655: - Relicensed: Now under the MIT license, rather than LGPL.
LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=c3159ad36d96a939fcd8f2c2c9b9d08a"
-PR = "r3"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=5602d7228daf59a16f0f1b2640c46bca"
-SRC_URI = "http://tmrc.mit.edu/mirror/twisted/Twisted/10.2/Twisted-${PV}.tar.bz2 "
-SRC_URI[md5sum] = "73da62c793269eade8121da336b01ba5"
-SRC_URI[sha256sum] = "562ed61c18aa72da99c23fb19c2c101d178995eb3a78ab3c09560a613e180c84"
+SRC_URI = "https://pypi.python.org/packages/source/T/Twisted/Twisted-${PV}.tar.bz2"
+SRC_URI[md5sum] = "83fe6c0c911cc1602dbffb036be0ba79"
+SRC_URI[sha256sum] = "095175638c019ac7c0604f4c291724a16ff1acd062e181b01293bf4dcbc62cf3"
S = "${WORKDIR}/Twisted-${PV}"
@@ -26,7 +25,6 @@ PACKAGES += "\
${PN}-zsh \
${PN}-test \
${PN}-protocols \
- ${PN}-bin \
${PN}-conch \
${PN}-lore \
${PN}-mail \
@@ -42,7 +40,6 @@ PACKAGES += "\
RDEPENDS_${PN} = "python-core python-zopeinterface"
RDEPENDS_${PN} += "\
- ${PN}-bin \
${PN}-conch \
${PN}-lore \
${PN}-mail \
@@ -70,11 +67,7 @@ FILES_${PN}-protocols = " \
FILES_${PN}-zsh = " \
${libdir}/${PYTHON_DIR}/site-packages/twisted/python/zsh \
${libdir}/${PYTHON_DIR}/site-packages/twisted/python/zshcomp.* \
-"
-
-FILES_${PN}-bin = " \
- ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/_c_urlarg.so \
- ${libdir}/${PYTHON_DIR}/site-packages/twisted/spread/cBanana.so \
+ ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/twisted-completion.zsh \
"
FILES_${PN}-conch = " \
--
1.7.9.5
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [meta-oe][PATCHv3 3/3] python-autobahn: upgrade to version 0.8.6
2014-03-27 12:10 [meta-oe][PATCHv3 0/3] Update some python modules to latest upstream versions Diego Rondini
2014-03-27 12:10 ` [meta-oe][PATCHv3 1/3] python-zopeinterface: upgrade to version 4.1.1 Diego Rondini
2014-03-27 12:10 ` [meta-oe][PATCHv3 2/3] python-twisted: upgrade to version 13.2.0 Diego Rondini
@ 2014-03-27 12:10 ` Diego Rondini
2 siblings, 0 replies; 4+ messages in thread
From: Diego Rondini @ 2014-03-27 12:10 UTC (permalink / raw)
To: openembedded-devel
Changes:
* upgraded python-autobahn to latest upstream
* updated license checksum because upstream increased copyright year from 2013 to 2014
Signed-off-by: Diego Rondini <diego.ml@zoho.com>
---
...autobahn_0.5.14.bb => python-autobahn_0.8.6.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta-oe/recipes-devtools/python/{python-autobahn_0.5.14.bb => python-autobahn_0.8.6.bb} (87%)
diff --git a/meta-oe/recipes-devtools/python/python-autobahn_0.5.14.bb b/meta-oe/recipes-devtools/python/python-autobahn_0.8.6.bb
similarity index 87%
rename from meta-oe/recipes-devtools/python/python-autobahn_0.5.14.bb
rename to meta-oe/recipes-devtools/python/python-autobahn_0.8.6.bb
index 0208c8b..a1e8c5f 100644
--- a/meta-oe/recipes-devtools/python/python-autobahn_0.5.14.bb
+++ b/meta-oe/recipes-devtools/python/python-autobahn_0.8.6.bb
@@ -5,10 +5,10 @@ HOMEPAGE = "http://autobahn.ws/python"
SECTION = "console/network"
LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = " file://autobahn/__init__.py;beginline=1;endline=17;md5=81964ceb3ab93bfb5e8cfbcd26f3af9c"
+LIC_FILES_CHKSUM = " file://autobahn/__init__.py;beginline=1;endline=17;md5=1fdeccf6e5b70cda64cc1345597c18e3"
SRC_URI = "https://pypi.python.org/packages/source/a/autobahn/autobahn-${PV}.zip"
-SRC_URI[md5sum] = "e2c80ba3e46428b32837537609d4d582"
+SRC_URI[md5sum] = "160429e7fb043940e79aa7f4ebbab57a"
S = "${WORKDIR}/autobahn-${PV}"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-03-27 12:11 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-27 12:10 [meta-oe][PATCHv3 0/3] Update some python modules to latest upstream versions Diego Rondini
2014-03-27 12:10 ` [meta-oe][PATCHv3 1/3] python-zopeinterface: upgrade to version 4.1.1 Diego Rondini
2014-03-27 12:10 ` [meta-oe][PATCHv3 2/3] python-twisted: upgrade to version 13.2.0 Diego Rondini
2014-03-27 12:10 ` [meta-oe][PATCHv3 3/3] python-autobahn: upgrade to version 0.8.6 Diego Rondini
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.