* [meta-openstack][PATCH 0/9] Python web recipe fixes
@ 2014-01-06 14:09 Paul Eggleton
2014-01-06 14:09 ` [meta-openstack][PATCH 1/9] python-flask: correct LICENSE Paul Eggleton
` (9 more replies)
0 siblings, 10 replies; 11+ messages in thread
From: Paul Eggleton @ 2014-01-06 14:09 UTC (permalink / raw)
To: meta-virtualization
I made use of these recipes outside of the context of OpenStack; here
are some patches for issues I noticed.
The following changes since commit 93d2434e1ae3d7d0fc568005c2ec82846e31cba0:
Revert "horizon: update to 2013.2.2" (2013-12-20 11:25:59 -0500)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib paule/mcs-python-fixes
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=paule/mcs-python-fixes
Paul Eggleton (9):
python-flask: correct LICENSE
python-itsdangerous: correct LICENSE
python-jinja2: correct LICENSE
python-markupsafe: make LICENSE more accurate
python-werkzeug: correct LICENSE
python-itsdangerous: add missing python module dependencies
python-jinja2: add missing python module dependencies
python-markupsafe: add missing python module dependencies
python-werkzeug: add missing python module dependencies
meta-openstack/recipes-devtools/python/python-flask_0.10.1.bb | 2 +-
meta-openstack/recipes-devtools/python/python-itsdangerous_0.23.bb | 5 ++++-
meta-openstack/recipes-devtools/python/python-jinja2_2.7.1.bb | 4 +++-
meta-openstack/recipes-devtools/python/python-markupsafe_0.18.bb | 5 ++++-
meta-openstack/recipes-devtools/python/python-werkzeug_0.9.4.bb | 5 ++++-
5 files changed, 16 insertions(+), 5 deletions(-)
--
1.8.1.2
^ permalink raw reply [flat|nested] 11+ messages in thread
* [meta-openstack][PATCH 1/9] python-flask: correct LICENSE
2014-01-06 14:09 [meta-openstack][PATCH 0/9] Python web recipe fixes Paul Eggleton
@ 2014-01-06 14:09 ` Paul Eggleton
2014-01-06 14:09 ` [meta-openstack][PATCH 2/9] python-itsdangerous: " Paul Eggleton
` (8 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: Paul Eggleton @ 2014-01-06 14:09 UTC (permalink / raw)
To: meta-virtualization
BSD-3-Clause is the license specified upstream.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
meta-openstack/recipes-devtools/python/python-flask_0.10.1.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-openstack/recipes-devtools/python/python-flask_0.10.1.bb b/meta-openstack/recipes-devtools/python/python-flask_0.10.1.bb
index f5abd2f..e07c3a2 100644
--- a/meta-openstack/recipes-devtools/python/python-flask_0.10.1.bb
+++ b/meta-openstack/recipes-devtools/python/python-flask_0.10.1.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "A microframework based on Werkzeug, Jinja2 and good intentions"
HOMEPAGE = "https://pypi.python.org/pypi/Flask/"
SECTION = "devel/python"
-LICENSE = "Apache-2.0"
+LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=79aa8b7bc4f781210d6b5c06d6424cb0"
PR = "r0"
--
1.8.1.2
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [meta-openstack][PATCH 2/9] python-itsdangerous: correct LICENSE
2014-01-06 14:09 [meta-openstack][PATCH 0/9] Python web recipe fixes Paul Eggleton
2014-01-06 14:09 ` [meta-openstack][PATCH 1/9] python-flask: correct LICENSE Paul Eggleton
@ 2014-01-06 14:09 ` Paul Eggleton
2014-01-06 14:09 ` [meta-openstack][PATCH 3/9] python-jinja2: " Paul Eggleton
` (7 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: Paul Eggleton @ 2014-01-06 14:09 UTC (permalink / raw)
To: meta-virtualization
BSD-3-Clause is the license specified upstream.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
meta-openstack/recipes-devtools/python/python-itsdangerous_0.23.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-openstack/recipes-devtools/python/python-itsdangerous_0.23.bb b/meta-openstack/recipes-devtools/python/python-itsdangerous_0.23.bb
index 55c7be9..15f08cd 100644
--- a/meta-openstack/recipes-devtools/python/python-itsdangerous_0.23.bb
+++ b/meta-openstack/recipes-devtools/python/python-itsdangerous_0.23.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "Various helpers to pass trusted data to untrusted environments and back"
HOMEPAGE = "https://pypi.python.org/pypi/itsdangerous/"
SECTION = "devel/python"
-LICENSE = "Apache-2.0"
+LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=b61841e2bf5f07884148e2a6f1bcab0c"
PR = "r0"
--
1.8.1.2
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [meta-openstack][PATCH 3/9] python-jinja2: correct LICENSE
2014-01-06 14:09 [meta-openstack][PATCH 0/9] Python web recipe fixes Paul Eggleton
2014-01-06 14:09 ` [meta-openstack][PATCH 1/9] python-flask: correct LICENSE Paul Eggleton
2014-01-06 14:09 ` [meta-openstack][PATCH 2/9] python-itsdangerous: " Paul Eggleton
@ 2014-01-06 14:09 ` Paul Eggleton
2014-01-06 14:09 ` [meta-openstack][PATCH 4/9] python-markupsafe: make LICENSE more accurate Paul Eggleton
` (6 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: Paul Eggleton @ 2014-01-06 14:09 UTC (permalink / raw)
To: meta-virtualization
BSD-3-Clause is the license specified upstream.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
meta-openstack/recipes-devtools/python/python-jinja2_2.7.1.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-openstack/recipes-devtools/python/python-jinja2_2.7.1.bb b/meta-openstack/recipes-devtools/python/python-jinja2_2.7.1.bb
index 091367f..4af17cb 100644
--- a/meta-openstack/recipes-devtools/python/python-jinja2_2.7.1.bb
+++ b/meta-openstack/recipes-devtools/python/python-jinja2_2.7.1.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "Python Jinja2: A small but fast and easy to use stand-alone template engine written in pure python."
HOMEPAGE = "https://pypi.python.org/pypi/Jinja2"
SECTION = "devel/python"
-LICENSE = "Apache-2.0"
+LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=20c831f91dd3bd486020f672ba2be386"
PR = "r0"
--
1.8.1.2
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [meta-openstack][PATCH 4/9] python-markupsafe: make LICENSE more accurate
2014-01-06 14:09 [meta-openstack][PATCH 0/9] Python web recipe fixes Paul Eggleton
` (2 preceding siblings ...)
2014-01-06 14:09 ` [meta-openstack][PATCH 3/9] python-jinja2: " Paul Eggleton
@ 2014-01-06 14:09 ` Paul Eggleton
2014-01-06 14:09 ` [meta-openstack][PATCH 5/9] python-werkzeug: correct LICENSE Paul Eggleton
` (5 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: Paul Eggleton @ 2014-01-06 14:09 UTC (permalink / raw)
To: meta-virtualization
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
meta-openstack/recipes-devtools/python/python-markupsafe_0.18.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-openstack/recipes-devtools/python/python-markupsafe_0.18.bb b/meta-openstack/recipes-devtools/python/python-markupsafe_0.18.bb
index 1e5748c..adebb46 100644
--- a/meta-openstack/recipes-devtools/python/python-markupsafe_0.18.bb
+++ b/meta-openstack/recipes-devtools/python/python-markupsafe_0.18.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "Implements a XML/HTML/XHTML Markup safe string for Python"
HOMEPAGE = "http://github.com/mitsuhiko/markupsafe"
SECTION = "devel/python"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=c6d1adcf45d69359f256c1cea3254127"
PR = "r0"
--
1.8.1.2
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [meta-openstack][PATCH 5/9] python-werkzeug: correct LICENSE
2014-01-06 14:09 [meta-openstack][PATCH 0/9] Python web recipe fixes Paul Eggleton
` (3 preceding siblings ...)
2014-01-06 14:09 ` [meta-openstack][PATCH 4/9] python-markupsafe: make LICENSE more accurate Paul Eggleton
@ 2014-01-06 14:09 ` Paul Eggleton
2014-01-06 14:09 ` [meta-openstack][PATCH 6/9] python-itsdangerous: add missing python module dependencies Paul Eggleton
` (4 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: Paul Eggleton @ 2014-01-06 14:09 UTC (permalink / raw)
To: meta-virtualization
BSD-3-Clause is the license specified upstream.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
meta-openstack/recipes-devtools/python/python-werkzeug_0.9.4.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-openstack/recipes-devtools/python/python-werkzeug_0.9.4.bb b/meta-openstack/recipes-devtools/python/python-werkzeug_0.9.4.bb
index 2aaff9a..c550ad0 100644
--- a/meta-openstack/recipes-devtools/python/python-werkzeug_0.9.4.bb
+++ b/meta-openstack/recipes-devtools/python/python-werkzeug_0.9.4.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "The Swiss Army knife of Python web development"
HOMEPAGE = "https://pypi.python.org/pypi/Werkzeug/"
SECTION = "devel/python"
-LICENSE = "Apache-2.0"
+LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=ad2e600a437b1b03d25b02df8c23ad1c"
PR = "r0"
--
1.8.1.2
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [meta-openstack][PATCH 6/9] python-itsdangerous: add missing python module dependencies
2014-01-06 14:09 [meta-openstack][PATCH 0/9] Python web recipe fixes Paul Eggleton
` (4 preceding siblings ...)
2014-01-06 14:09 ` [meta-openstack][PATCH 5/9] python-werkzeug: correct LICENSE Paul Eggleton
@ 2014-01-06 14:09 ` Paul Eggleton
2014-01-06 14:09 ` [meta-openstack][PATCH 7/9] python-jinja2: " Paul Eggleton
` (3 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: Paul Eggleton @ 2014-01-06 14:09 UTC (permalink / raw)
To: meta-virtualization
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
meta-openstack/recipes-devtools/python/python-itsdangerous_0.23.bb | 3 +++
1 file changed, 3 insertions(+)
diff --git a/meta-openstack/recipes-devtools/python/python-itsdangerous_0.23.bb b/meta-openstack/recipes-devtools/python/python-itsdangerous_0.23.bb
index 15f08cd..8dbe48f 100644
--- a/meta-openstack/recipes-devtools/python/python-itsdangerous_0.23.bb
+++ b/meta-openstack/recipes-devtools/python/python-itsdangerous_0.23.bb
@@ -15,3 +15,6 @@ SRC_URI[sha256sum] = "71c0bf6bde4dcc93d838415e728a961a7b16f324b8ae182525fbdadde9
S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit setuptools
+
+RDEPENDS_${PN} += "python-json python-netclient python-zlib python-datetime python-lang python-crypt"
+
--
1.8.1.2
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [meta-openstack][PATCH 7/9] python-jinja2: add missing python module dependencies
2014-01-06 14:09 [meta-openstack][PATCH 0/9] Python web recipe fixes Paul Eggleton
` (5 preceding siblings ...)
2014-01-06 14:09 ` [meta-openstack][PATCH 6/9] python-itsdangerous: add missing python module dependencies Paul Eggleton
@ 2014-01-06 14:09 ` Paul Eggleton
2014-01-06 14:09 ` [meta-openstack][PATCH 8/9] python-markupsafe: " Paul Eggleton
` (2 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: Paul Eggleton @ 2014-01-06 14:09 UTC (permalink / raw)
To: meta-virtualization
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
meta-openstack/recipes-devtools/python/python-jinja2_2.7.1.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-openstack/recipes-devtools/python/python-jinja2_2.7.1.bb b/meta-openstack/recipes-devtools/python/python-jinja2_2.7.1.bb
index 4af17cb..878ca22 100644
--- a/meta-openstack/recipes-devtools/python/python-jinja2_2.7.1.bb
+++ b/meta-openstack/recipes-devtools/python/python-jinja2_2.7.1.bb
@@ -15,3 +15,5 @@ SRC_URI[sha256sum] = "5cc0a087a81dca1c08368482fb7a92fe2bdd8cfbb22bc0fccfe6c85aff
S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit setuptools
+
+RDEPENDS_${PN} += "python-io python-pickle python-crypt python-math python-netclient python-re python-textutils python-lang python-pprint python-shell python-markupsafe"
--
1.8.1.2
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [meta-openstack][PATCH 8/9] python-markupsafe: add missing python module dependencies
2014-01-06 14:09 [meta-openstack][PATCH 0/9] Python web recipe fixes Paul Eggleton
` (6 preceding siblings ...)
2014-01-06 14:09 ` [meta-openstack][PATCH 7/9] python-jinja2: " Paul Eggleton
@ 2014-01-06 14:09 ` Paul Eggleton
2014-01-06 14:09 ` [meta-openstack][PATCH 9/9] python-werkzeug: " Paul Eggleton
2014-01-06 14:28 ` [meta-openstack][PATCH 0/9] Python web recipe fixes Bruce Ashfield
9 siblings, 0 replies; 11+ messages in thread
From: Paul Eggleton @ 2014-01-06 14:09 UTC (permalink / raw)
To: meta-virtualization
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
meta-openstack/recipes-devtools/python/python-markupsafe_0.18.bb | 3 +++
1 file changed, 3 insertions(+)
diff --git a/meta-openstack/recipes-devtools/python/python-markupsafe_0.18.bb b/meta-openstack/recipes-devtools/python/python-markupsafe_0.18.bb
index adebb46..fc14a51 100644
--- a/meta-openstack/recipes-devtools/python/python-markupsafe_0.18.bb
+++ b/meta-openstack/recipes-devtools/python/python-markupsafe_0.18.bb
@@ -15,3 +15,6 @@ SRC_URI[sha256sum] = "b7d5d688bdd345bfa897777d297756688cf02e1b3742c56885e2e5c2b9
S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit setuptools
+
+RDEPENDS_${PN} += "python-re"
+
--
1.8.1.2
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [meta-openstack][PATCH 9/9] python-werkzeug: add missing python module dependencies
2014-01-06 14:09 [meta-openstack][PATCH 0/9] Python web recipe fixes Paul Eggleton
` (7 preceding siblings ...)
2014-01-06 14:09 ` [meta-openstack][PATCH 8/9] python-markupsafe: " Paul Eggleton
@ 2014-01-06 14:09 ` Paul Eggleton
2014-01-06 14:28 ` [meta-openstack][PATCH 0/9] Python web recipe fixes Bruce Ashfield
9 siblings, 0 replies; 11+ messages in thread
From: Paul Eggleton @ 2014-01-06 14:09 UTC (permalink / raw)
To: meta-virtualization
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
meta-openstack/recipes-devtools/python/python-werkzeug_0.9.4.bb | 3 +++
1 file changed, 3 insertions(+)
diff --git a/meta-openstack/recipes-devtools/python/python-werkzeug_0.9.4.bb b/meta-openstack/recipes-devtools/python/python-werkzeug_0.9.4.bb
index c550ad0..2d160b9 100644
--- a/meta-openstack/recipes-devtools/python/python-werkzeug_0.9.4.bb
+++ b/meta-openstack/recipes-devtools/python/python-werkzeug_0.9.4.bb
@@ -15,3 +15,6 @@ SRC_URI[sha256sum] = "c1baf7a3e8be70f34d931ee173283f406877bd3d17f372bbe82318a5b3
S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit setuptools
+
+RDEPENDS_${PN} += "python-io python-datetime python-email python-zlib python-pkgutil python-html python-shell python-pprint python-subprocess python-netserver"
+
--
1.8.1.2
^ permalink raw reply related [flat|nested] 11+ messages in thread
* Re: [meta-openstack][PATCH 0/9] Python web recipe fixes
2014-01-06 14:09 [meta-openstack][PATCH 0/9] Python web recipe fixes Paul Eggleton
` (8 preceding siblings ...)
2014-01-06 14:09 ` [meta-openstack][PATCH 9/9] python-werkzeug: " Paul Eggleton
@ 2014-01-06 14:28 ` Bruce Ashfield
9 siblings, 0 replies; 11+ messages in thread
From: Bruce Ashfield @ 2014-01-06 14:28 UTC (permalink / raw)
To: Paul Eggleton; +Cc: meta-virtualization@yoctoproject.org
On Mon, Jan 6, 2014 at 9:09 AM, Paul Eggleton
<paul.eggleton@linux.intel.com> wrote:
> I made use of these recipes outside of the context of OpenStack; here
> are some patches for issues I noticed.
Thanks Paul. I merged the whole series.
There are *MANY* more issues like this, and while I have plans to loop around
and do cleanups .. I'm not sure how long it'll take. So if you are
ever wandering
by and see more crimes, I'm happy to have them pointed out.
Cheers,
Bruce
>
>
> The following changes since commit 93d2434e1ae3d7d0fc568005c2ec82846e31cba0:
>
> Revert "horizon: update to 2013.2.2" (2013-12-20 11:25:59 -0500)
>
> are available in the git repository at:
>
> git://git.yoctoproject.org/poky-contrib paule/mcs-python-fixes
> http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=paule/mcs-python-fixes
>
> Paul Eggleton (9):
> python-flask: correct LICENSE
> python-itsdangerous: correct LICENSE
> python-jinja2: correct LICENSE
> python-markupsafe: make LICENSE more accurate
> python-werkzeug: correct LICENSE
> python-itsdangerous: add missing python module dependencies
> python-jinja2: add missing python module dependencies
> python-markupsafe: add missing python module dependencies
> python-werkzeug: add missing python module dependencies
>
> meta-openstack/recipes-devtools/python/python-flask_0.10.1.bb | 2 +-
> meta-openstack/recipes-devtools/python/python-itsdangerous_0.23.bb | 5 ++++-
> meta-openstack/recipes-devtools/python/python-jinja2_2.7.1.bb | 4 +++-
> meta-openstack/recipes-devtools/python/python-markupsafe_0.18.bb | 5 ++++-
> meta-openstack/recipes-devtools/python/python-werkzeug_0.9.4.bb | 5 ++++-
> 5 files changed, 16 insertions(+), 5 deletions(-)
>
> --
> 1.8.1.2
>
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization
--
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2014-01-06 14:28 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-06 14:09 [meta-openstack][PATCH 0/9] Python web recipe fixes Paul Eggleton
2014-01-06 14:09 ` [meta-openstack][PATCH 1/9] python-flask: correct LICENSE Paul Eggleton
2014-01-06 14:09 ` [meta-openstack][PATCH 2/9] python-itsdangerous: " Paul Eggleton
2014-01-06 14:09 ` [meta-openstack][PATCH 3/9] python-jinja2: " Paul Eggleton
2014-01-06 14:09 ` [meta-openstack][PATCH 4/9] python-markupsafe: make LICENSE more accurate Paul Eggleton
2014-01-06 14:09 ` [meta-openstack][PATCH 5/9] python-werkzeug: correct LICENSE Paul Eggleton
2014-01-06 14:09 ` [meta-openstack][PATCH 6/9] python-itsdangerous: add missing python module dependencies Paul Eggleton
2014-01-06 14:09 ` [meta-openstack][PATCH 7/9] python-jinja2: " Paul Eggleton
2014-01-06 14:09 ` [meta-openstack][PATCH 8/9] python-markupsafe: " Paul Eggleton
2014-01-06 14:09 ` [meta-openstack][PATCH 9/9] python-werkzeug: " Paul Eggleton
2014-01-06 14:28 ` [meta-openstack][PATCH 0/9] Python web recipe fixes Bruce Ashfield
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.