* [PATCH 0/4] python-git and 3 more upgrades
@ 2016-11-16 21:22 Jose Lamego
2016-11-16 21:22 ` [PATCH 1/4] python*-git: upgrade to 2.1.0 Jose Lamego
` (4 more replies)
0 siblings, 5 replies; 7+ messages in thread
From: Jose Lamego @ 2016-11-16 21:22 UTC (permalink / raw)
To: openembedded-core
The following python recipes needed to be upgraded to latest upstream
version.
These changes were tested using qemux86 with core-image-sato.
Jose Lamego (4):
python*-git: upgrade to 2.1.0
python*-mako: upgrade to 1.0.6
python-pexpect: upgrade to 4.2.1
python-scons*: upgrade to 2.5.1
meta/recipes-devtools/python/python-git.inc | 4 ++--
.../python/{python-git_2.0.7.bb => python-git_2.1.0.bb} | 0
meta/recipes-devtools/python/python-mako.inc | 4 ++--
.../python/{python-mako_1.0.4.bb => python-mako_1.0.6.bb} | 0
.../python/{python-pexpect_4.2.0.bb => python-pexpect_4.2.1.bb} | 4 ++--
.../{python-scons-native_2.5.0.bb => python-scons-native_2.5.1.bb} | 0
.../python/{python-scons_2.5.0.bb => python-scons_2.5.1.bb} | 4 ++--
.../python/{python3-git_2.0.7.bb => python3-git_2.1.0.bb} | 0
.../python/{python3-mako_1.0.4.bb => python3-mako_1.0.6.bb} | 0
9 files changed, 8 insertions(+), 8 deletions(-)
rename meta/recipes-devtools/python/{python-git_2.0.7.bb => python-git_2.1.0.bb} (100%)
rename meta/recipes-devtools/python/{python-mako_1.0.4.bb => python-mako_1.0.6.bb} (100%)
rename meta/recipes-devtools/python/{python-pexpect_4.2.0.bb => python-pexpect_4.2.1.bb} (81%)
rename meta/recipes-devtools/python/{python-scons-native_2.5.0.bb => python-scons-native_2.5.1.bb} (100%)
rename meta/recipes-devtools/python/{python-scons_2.5.0.bb => python-scons_2.5.1.bb} (78%)
rename meta/recipes-devtools/python/{python3-git_2.0.7.bb => python3-git_2.1.0.bb} (100%)
rename meta/recipes-devtools/python/{python3-mako_1.0.4.bb => python3-mako_1.0.6.bb} (100%)
--
1.9.1
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 1/4] python*-git: upgrade to 2.1.0
2016-11-16 21:22 [PATCH 0/4] python-git and 3 more upgrades Jose Lamego
@ 2016-11-16 21:22 ` Jose Lamego
2016-11-16 21:22 ` [PATCH 2/4] python*-mako: upgrade to 1.0.6 Jose Lamego
` (3 subsequent siblings)
4 siblings, 0 replies; 7+ messages in thread
From: Jose Lamego @ 2016-11-16 21:22 UTC (permalink / raw)
To: openembedded-core
Both python-git and python3-git need to be upgraded to latest upstream
version.
This change was tested using qemux86 with core-image-sato.
Signed-off-by: Jose Lamego <jose.a.lamego@linux.intel.com>
---
meta/recipes-devtools/python/python-git.inc | 4 ++--
.../python/{python-git_2.0.7.bb => python-git_2.1.0.bb} | 0
.../python/{python3-git_2.0.7.bb => python3-git_2.1.0.bb} | 0
3 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-devtools/python/{python-git_2.0.7.bb => python-git_2.1.0.bb} (100%)
rename meta/recipes-devtools/python/{python3-git_2.0.7.bb => python3-git_2.1.0.bb} (100%)
diff --git a/meta/recipes-devtools/python/python-git.inc b/meta/recipes-devtools/python/python-git.inc
index 13c097a..ad41561 100644
--- a/meta/recipes-devtools/python/python-git.inc
+++ b/meta/recipes-devtools/python/python-git.inc
@@ -10,8 +10,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8b8d26c37c1d5a04f9b0186edbebc183"
SRC_URI = "https://files.pythonhosted.org/packages/source/G/GitPython/GitPython-${PV}.tar.gz"
-SRC_URI[md5sum] = "aa0ba9df0abe4c8f35dd7bb9be85d56e"
-SRC_URI[sha256sum] = "d8e7adaacceedd3d043e6cd2544f57dbe00c53fc26374880b7cea67f3188aa68"
+SRC_URI[md5sum] = "29b1fcf504d080dc7a5e630957e829d7"
+SRC_URI[sha256sum] = "3ebda1e6ff1ef68597e41dcd1b99c2a5ae902f4dc2b22ad3533cc89c32b42aad"
UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/GitPython/"
UPSTREAM_CHECK_REGEX = "/GitPython/(?P<pver>(\d+[\.\-_]*)+)"
diff --git a/meta/recipes-devtools/python/python-git_2.0.7.bb b/meta/recipes-devtools/python/python-git_2.1.0.bb
similarity index 100%
rename from meta/recipes-devtools/python/python-git_2.0.7.bb
rename to meta/recipes-devtools/python/python-git_2.1.0.bb
diff --git a/meta/recipes-devtools/python/python3-git_2.0.7.bb b/meta/recipes-devtools/python/python3-git_2.1.0.bb
similarity index 100%
rename from meta/recipes-devtools/python/python3-git_2.0.7.bb
rename to meta/recipes-devtools/python/python3-git_2.1.0.bb
--
1.9.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH 2/4] python*-mako: upgrade to 1.0.6
2016-11-16 21:22 [PATCH 0/4] python-git and 3 more upgrades Jose Lamego
2016-11-16 21:22 ` [PATCH 1/4] python*-git: upgrade to 2.1.0 Jose Lamego
@ 2016-11-16 21:22 ` Jose Lamego
2016-11-16 21:22 ` [PATCH 3/4] python-pexpect: upgrade to 4.2.1 Jose Lamego
` (2 subsequent siblings)
4 siblings, 0 replies; 7+ messages in thread
From: Jose Lamego @ 2016-11-16 21:22 UTC (permalink / raw)
To: openembedded-core
Both python-mako and python3-mako need to be upgraded to latest upstream
version.
This change was tested using qemux86 with core-image-sato.
Signed-off-by: Jose Lamego <jose.a.lamego@linux.intel.com>
---
meta/recipes-devtools/python/python-mako.inc | 4 ++--
.../python/{python-mako_1.0.4.bb => python-mako_1.0.6.bb} | 0
.../python/{python3-mako_1.0.4.bb => python3-mako_1.0.6.bb} | 0
3 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-devtools/python/{python-mako_1.0.4.bb => python-mako_1.0.6.bb} (100%)
rename meta/recipes-devtools/python/{python3-mako_1.0.4.bb => python3-mako_1.0.6.bb} (100%)
diff --git a/meta/recipes-devtools/python/python-mako.inc b/meta/recipes-devtools/python/python-mako.inc
index 85ec217..10364db 100644
--- a/meta/recipes-devtools/python/python-mako.inc
+++ b/meta/recipes-devtools/python/python-mako.inc
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1bb21fa2d2f7a534c884b990430a6863"
SRC_URI = "https://files.pythonhosted.org/packages/source/M/Mako/Mako-${PV}.tar.gz"
-SRC_URI[md5sum] = "c5fc31a323dd4990683d2f2da02d4e20"
-SRC_URI[sha256sum] = "fed99dbe4d0ddb27a33ee4910d8708aca9ef1fe854e668387a9ab9a90cbf9059"
+SRC_URI[md5sum] = "a28e22a339080316b2acc352b9ee631c"
+SRC_URI[sha256sum] = "48559ebd872a8e77f92005884b3d88ffae552812cdf17db6768e5c3be5ebbe0d"
UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/mako/"
UPSTREAM_CHECK_REGEX = "/Mako/(?P<pver>(\d+[\.\-_]*)+)"
diff --git a/meta/recipes-devtools/python/python-mako_1.0.4.bb b/meta/recipes-devtools/python/python-mako_1.0.6.bb
similarity index 100%
rename from meta/recipes-devtools/python/python-mako_1.0.4.bb
rename to meta/recipes-devtools/python/python-mako_1.0.6.bb
diff --git a/meta/recipes-devtools/python/python3-mako_1.0.4.bb b/meta/recipes-devtools/python/python3-mako_1.0.6.bb
similarity index 100%
rename from meta/recipes-devtools/python/python3-mako_1.0.4.bb
rename to meta/recipes-devtools/python/python3-mako_1.0.6.bb
--
1.9.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH 3/4] python-pexpect: upgrade to 4.2.1
2016-11-16 21:22 [PATCH 0/4] python-git and 3 more upgrades Jose Lamego
2016-11-16 21:22 ` [PATCH 1/4] python*-git: upgrade to 2.1.0 Jose Lamego
2016-11-16 21:22 ` [PATCH 2/4] python*-mako: upgrade to 1.0.6 Jose Lamego
@ 2016-11-16 21:22 ` Jose Lamego
2016-11-16 21:22 ` [PATCH 4/4] python-scons*: upgrade to 2.5.1 Jose Lamego
[not found] ` <20161116215522.7692.73016@do.openembedded.org>
4 siblings, 0 replies; 7+ messages in thread
From: Jose Lamego @ 2016-11-16 21:22 UTC (permalink / raw)
To: openembedded-core
python-pexpect needs to be upgraded to latest upstream version.
This change was tested using qemux86 with core-image-sato
Signed-off-by: Jose Lamego <jose.a.lamego@linux.intel.com>
---
.../python/{python-pexpect_4.2.0.bb => python-pexpect_4.2.1.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-devtools/python/{python-pexpect_4.2.0.bb => python-pexpect_4.2.1.bb} (81%)
diff --git a/meta/recipes-devtools/python/python-pexpect_4.2.0.bb b/meta/recipes-devtools/python/python-pexpect_4.2.1.bb
similarity index 81%
rename from meta/recipes-devtools/python/python-pexpect_4.2.0.bb
rename to meta/recipes-devtools/python/python-pexpect_4.2.1.bb
index 82e0fa8..95a0790 100644
--- a/meta/recipes-devtools/python/python-pexpect_4.2.0.bb
+++ b/meta/recipes-devtools/python/python-pexpect_4.2.1.bb
@@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1c7a725251880af8c6a148181665385b"
SRCNAME = "pexpect"
SRC_URI = "https://files.pythonhosted.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
-SRC_URI[md5sum] = "8071ec5df0f3d515daedafad672d1632"
-SRC_URI[sha256sum] = "bf6816b8cc8d301a499e7adf338828b39bc7548eb64dbed4dd410ed93d95f853"
+SRC_URI[md5sum] = "3694410001a99dff83f0b500a1ca1c95"
+SRC_URI[sha256sum] = "3d132465a75b57aa818341c6521392a06cc660feb3988d7f1074f39bd23c9a92"
UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/pexpect"
--
1.9.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH 4/4] python-scons*: upgrade to 2.5.1
2016-11-16 21:22 [PATCH 0/4] python-git and 3 more upgrades Jose Lamego
` (2 preceding siblings ...)
2016-11-16 21:22 ` [PATCH 3/4] python-pexpect: upgrade to 4.2.1 Jose Lamego
@ 2016-11-16 21:22 ` Jose Lamego
[not found] ` <20161116215522.7692.73016@do.openembedded.org>
4 siblings, 0 replies; 7+ messages in thread
From: Jose Lamego @ 2016-11-16 21:22 UTC (permalink / raw)
To: openembedded-core
Both python-scons and python-scons-native need to be upgraded to latest
upstream version.
This change was tested using qemux86 with core-image-sato.
Signed-off-by: Jose Lamego <jose.a.lamego@linux.intel.com>
---
.../{python-scons-native_2.5.0.bb => python-scons-native_2.5.1.bb} | 0
.../python/{python-scons_2.5.0.bb => python-scons_2.5.1.bb} | 4 ++--
2 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-devtools/python/{python-scons-native_2.5.0.bb => python-scons-native_2.5.1.bb} (100%)
rename meta/recipes-devtools/python/{python-scons_2.5.0.bb => python-scons_2.5.1.bb} (78%)
diff --git a/meta/recipes-devtools/python/python-scons-native_2.5.0.bb b/meta/recipes-devtools/python/python-scons-native_2.5.1.bb
similarity index 100%
rename from meta/recipes-devtools/python/python-scons-native_2.5.0.bb
rename to meta/recipes-devtools/python/python-scons-native_2.5.1.bb
diff --git a/meta/recipes-devtools/python/python-scons_2.5.0.bb b/meta/recipes-devtools/python/python-scons_2.5.1.bb
similarity index 78%
rename from meta/recipes-devtools/python/python-scons_2.5.0.bb
rename to meta/recipes-devtools/python/python-scons_2.5.1.bb
index 8543c41..3f43856 100644
--- a/meta/recipes-devtools/python/python-scons_2.5.0.bb
+++ b/meta/recipes-devtools/python/python-scons_2.5.1.bb
@@ -6,8 +6,8 @@ SRCNAME = "scons"
SRC_URI = "https://files.pythonhosted.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
-SRC_URI[md5sum] = "bda5530a70a41a7831d83c8b191c021e"
-SRC_URI[sha256sum] = "01f1b3d6023516a8e1b5e77799e5a82a23b32953b1102d339059ffeca8600493"
+SRC_URI[md5sum] = "3eac81e5e8206304a9b4683c57665aa4"
+SRC_URI[sha256sum] = "c8de85fc02ed1a687b1f2ac791eaa0c1707b4382a204f17d782b5b111b9fdf07"
UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/SCons/"
--
1.9.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: ✗ patchtest: failure for python-git and 3 more upgrades
[not found] ` <20161116215522.7692.73016@do.openembedded.org>
@ 2016-11-16 22:03 ` Paul Eggleton
2016-11-16 22:19 ` Paul Eggleton
0 siblings, 1 reply; 7+ messages in thread
From: Paul Eggleton @ 2016-11-16 22:03 UTC (permalink / raw)
To: openembedded-core; +Cc: joshua.g.lock
On Wed, 16 Nov 2016 21:55:22 Patchwork wrote:
> == Series Details ==
>
> Series: python-git and 3 more upgrades
> Revision: 1
> URL : https://patchwork.openembedded.org/series/3947/
> State : failure
>
> == Summary ==
>
> Thank you for submitting this patch series to OpenEmbedded Core. This is
> an automated response. Several tests have been executed on the proposed
> series (series 3947, revision 1) by patchtest resulting in
> the following failures:
>
>
> * Patch [1/4] python*-git: upgrade to 2.1.0
> Issue Shortlog does not follow expected format
> [test_shortlog_format] Suggested fix Commit shortlog (first line of
> commit message) should follow the format "<target>: <summary>"
I guess our regex is being a bit strict here.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: ✗ patchtest: failure for python-git and 3 more upgrades
2016-11-16 22:03 ` ✗ patchtest: failure for python-git and 3 more upgrades Paul Eggleton
@ 2016-11-16 22:19 ` Paul Eggleton
0 siblings, 0 replies; 7+ messages in thread
From: Paul Eggleton @ 2016-11-16 22:19 UTC (permalink / raw)
To: openembedded-core
On Thu, 17 Nov 2016 11:03:21 Paul Eggleton wrote:
> On Wed, 16 Nov 2016 21:55:22 Patchwork wrote:
> > == Series Details ==
> >
> > Series: python-git and 3 more upgrades
> > Revision: 1
> > URL : https://patchwork.openembedded.org/series/3947/
> > State : failure
> >
> > == Summary ==
> >
> > Thank you for submitting this patch series to OpenEmbedded Core. This is
> > an automated response. Several tests have been executed on the proposed
> > series (series 3947, revision 1) by patchtest resulting in
> > the following failures:
> >
> >
> > * Patch [1/4] python*-git: upgrade to 2.1.0
> >
> > Issue Shortlog does not follow expected format
> >
> > [test_shortlog_format] Suggested fix Commit shortlog (first line of
> > commit message) should follow the format "<target>: <summary>"
>
> I guess our regex is being a bit strict here.
Sigh, this wasn't meant to go to the list. I guess by this and others that you
can see we're working on this though. It's about time we posted something
proper about it.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2016-11-16 22:19 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-16 21:22 [PATCH 0/4] python-git and 3 more upgrades Jose Lamego
2016-11-16 21:22 ` [PATCH 1/4] python*-git: upgrade to 2.1.0 Jose Lamego
2016-11-16 21:22 ` [PATCH 2/4] python*-mako: upgrade to 1.0.6 Jose Lamego
2016-11-16 21:22 ` [PATCH 3/4] python-pexpect: upgrade to 4.2.1 Jose Lamego
2016-11-16 21:22 ` [PATCH 4/4] python-scons*: upgrade to 2.5.1 Jose Lamego
[not found] ` <20161116215522.7692.73016@do.openembedded.org>
2016-11-16 22:03 ` ✗ patchtest: failure for python-git and 3 more upgrades Paul Eggleton
2016-11-16 22:19 ` Paul Eggleton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox