All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCHv2 0/3] Update some python modules to latest upstream versions
@ 2014-03-26 15:31 Diego Rondini
  2014-03-26 15:31 ` [meta-oe][PATCHv2 1/3] python-zopeinterface: upgrade to version 4.1.1 Diego Rondini
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Diego Rondini @ 2014-03-26 15:31 UTC (permalink / raw)
  To: openembedded-devel

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




^ permalink raw reply	[flat|nested] 6+ messages in thread

* [meta-oe][PATCHv2 1/3] python-zopeinterface: upgrade to version 4.1.1
  2014-03-26 15:31 [meta-oe][PATCHv2 0/3] Update some python modules to latest upstream versions Diego Rondini
@ 2014-03-26 15:31 ` Diego Rondini
  2014-03-26 15:31 ` [meta-oe][PATCHv2 2/3] python-twisted: upgrade to version 13.2.0 Diego Rondini
  2014-03-26 15:31 ` [meta-oe][PATCHv2 3/3] python-autobahn: upgrade to version 0.8.6 Diego Rondini
  2 siblings, 0 replies; 6+ messages in thread
From: Diego Rondini @ 2014-03-26 15:31 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Diego Rondini <diego.ml@zoho.com>
---
 ...face_3.5.1.bb => python-zopeinterface_4.1.1.bb} |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-devtools/python/{python-zopeinterface_3.5.1.bb => python-zopeinterface_4.1.1.bb} (84%)

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 84%
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..4982ed7 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
@@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e54fd776274c1b7423
 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] 6+ messages in thread

* [meta-oe][PATCHv2 2/3] python-twisted: upgrade to version 13.2.0
  2014-03-26 15:31 [meta-oe][PATCHv2 0/3] Update some python modules to latest upstream versions Diego Rondini
  2014-03-26 15:31 ` [meta-oe][PATCHv2 1/3] python-zopeinterface: upgrade to version 4.1.1 Diego Rondini
@ 2014-03-26 15:31 ` Diego Rondini
  2014-03-26 20:53   ` Martin Jansa
  2014-03-26 15:31 ` [meta-oe][PATCHv2 3/3] python-autobahn: upgrade to version 0.8.6 Diego Rondini
  2 siblings, 1 reply; 6+ messages in thread
From: Diego Rondini @ 2014-03-26 15:31 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Diego Rondini <diego.ml@zoho.com>
---
 ...-twisted_10.2.0.bb => python-twisted_13.2.0.bb} |   16 +++++-----------
 1 file changed, 5 insertions(+), 11 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..00be867 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,12 @@ 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"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=5602d7228daf59a16f0f1b2640c46bca"
 PR = "r3"
 
-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 +26,6 @@ PACKAGES += "\
     ${PN}-zsh \
     ${PN}-test \
     ${PN}-protocols \
-    ${PN}-bin \
     ${PN}-conch \
     ${PN}-lore \
     ${PN}-mail \
@@ -42,7 +41,6 @@ PACKAGES += "\
 
 RDEPENDS_${PN} = "python-core python-zopeinterface"
 RDEPENDS_${PN} += "\
-    ${PN}-bin \
     ${PN}-conch \
     ${PN}-lore \
     ${PN}-mail \
@@ -70,11 +68,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] 6+ messages in thread

* [meta-oe][PATCHv2 3/3] python-autobahn: upgrade to version 0.8.6
  2014-03-26 15:31 [meta-oe][PATCHv2 0/3] Update some python modules to latest upstream versions Diego Rondini
  2014-03-26 15:31 ` [meta-oe][PATCHv2 1/3] python-zopeinterface: upgrade to version 4.1.1 Diego Rondini
  2014-03-26 15:31 ` [meta-oe][PATCHv2 2/3] python-twisted: upgrade to version 13.2.0 Diego Rondini
@ 2014-03-26 15:31 ` Diego Rondini
  2014-03-26 20:53   ` Martin Jansa
  2 siblings, 1 reply; 6+ messages in thread
From: Diego Rondini @ 2014-03-26 15:31 UTC (permalink / raw)
  To: openembedded-devel

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] 6+ messages in thread

* Re: [meta-oe][PATCHv2 2/3] python-twisted: upgrade to version 13.2.0
  2014-03-26 15:31 ` [meta-oe][PATCHv2 2/3] python-twisted: upgrade to version 13.2.0 Diego Rondini
@ 2014-03-26 20:53   ` Martin Jansa
  0 siblings, 0 replies; 6+ messages in thread
From: Martin Jansa @ 2014-03-26 20:53 UTC (permalink / raw)
  To: openembedded-devel

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

On Wed, Mar 26, 2014 at 04:31:23PM +0100, Diego Rondini wrote:
> Signed-off-by: Diego Rondini <diego.ml@zoho.com>

I'm going to add it to master-next, but please send v2 with commit
message which will say what was changed in license and why PN-bin was
removed (without upgrade path).

> ---
>  ...-twisted_10.2.0.bb => python-twisted_13.2.0.bb} |   16 +++++-----------
>  1 file changed, 5 insertions(+), 11 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..00be867 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,12 @@ 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"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=5602d7228daf59a16f0f1b2640c46bca"
>  PR = "r3"
>  
> -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 +26,6 @@ PACKAGES += "\
>      ${PN}-zsh \
>      ${PN}-test \
>      ${PN}-protocols \
> -    ${PN}-bin \
>      ${PN}-conch \
>      ${PN}-lore \
>      ${PN}-mail \
> @@ -42,7 +41,6 @@ PACKAGES += "\
>  
>  RDEPENDS_${PN} = "python-core python-zopeinterface"
>  RDEPENDS_${PN} += "\
> -    ${PN}-bin \
>      ${PN}-conch \
>      ${PN}-lore \
>      ${PN}-mail \
> @@ -70,11 +68,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
> 
> 
> -- 
> _______________________________________________
> 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: 205 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [meta-oe][PATCHv2 3/3] python-autobahn: upgrade to version 0.8.6
  2014-03-26 15:31 ` [meta-oe][PATCHv2 3/3] python-autobahn: upgrade to version 0.8.6 Diego Rondini
@ 2014-03-26 20:53   ` Martin Jansa
  0 siblings, 0 replies; 6+ messages in thread
From: Martin Jansa @ 2014-03-26 20:53 UTC (permalink / raw)
  To: openembedded-devel

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

On Wed, Mar 26, 2014 at 04:31:24PM +0100, Diego Rondini wrote:
> Signed-off-by: Diego Rondini <diego.ml@zoho.com>

I'm going to add it to master-next, but please send v3 with commit
message which will say what was changed in license.

> ---
>  ...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
> 
> 
> -- 
> _______________________________________________
> 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: 205 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-03-26 20:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-26 15:31 [meta-oe][PATCHv2 0/3] Update some python modules to latest upstream versions Diego Rondini
2014-03-26 15:31 ` [meta-oe][PATCHv2 1/3] python-zopeinterface: upgrade to version 4.1.1 Diego Rondini
2014-03-26 15:31 ` [meta-oe][PATCHv2 2/3] python-twisted: upgrade to version 13.2.0 Diego Rondini
2014-03-26 20:53   ` Martin Jansa
2014-03-26 15:31 ` [meta-oe][PATCHv2 3/3] python-autobahn: upgrade to version 0.8.6 Diego Rondini
2014-03-26 20:53   ` Martin Jansa

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.