Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/5] python-numpy: upgrade to 1.11.1
       [not found] <cover.1469656341.git.alejandro.hernandez@linux.intel.com>
@ 2016-07-27 21:52 ` Alejandro Hernandez
  2016-07-27 21:52 ` [PATCH 2/5] cronie: upgrade to 1.5.1 Alejandro Hernandez
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 9+ messages in thread
From: Alejandro Hernandez @ 2016-07-27 21:52 UTC (permalink / raw)
  To: openembedded-core; +Cc: Upgrade Helper

From: Upgrade Helper <auh@auh.yoctoproject.org>

---
 .../python-numpy/{python-numpy_1.11.0.bb => python-numpy_1.11.1.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/python-numpy/{python-numpy_1.11.0.bb => python-numpy_1.11.1.bb} (95%)

diff --git a/meta/recipes-devtools/python-numpy/python-numpy_1.11.0.bb b/meta/recipes-devtools/python-numpy/python-numpy_1.11.1.bb
similarity index 95%
rename from meta/recipes-devtools/python-numpy/python-numpy_1.11.0.bb
rename to meta/recipes-devtools/python-numpy/python-numpy_1.11.1.bb
index 7c70a10..c5af720 100644
--- a/meta/recipes-devtools/python-numpy/python-numpy_1.11.0.bb
+++ b/meta/recipes-devtools/python-numpy/python-numpy_1.11.1.bb
@@ -73,8 +73,8 @@ do_compile_prepend_class-target() {
 
 FILES_${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/numpy/core/lib/*.a"
 
-SRC_URI[md5sum] = "bc56fb9fc2895aa4961802ffbdb31d0b"
-SRC_URI[sha256sum] = "a1d1268d200816bfb9727a7a27b78d8e37ecec2e4d5ebd33eb64e2789e0db43e"
+SRC_URI[md5sum] = "2f44a895a8104ffac140c3a70edbd450"
+SRC_URI[sha256sum] = "dc4082c43979cc856a2bf352a8297ea109ccb3244d783ae067eb2ee5b0d577cd"
 
 # install what is needed for numpy.test()
 RDEPENDS_${PN} = "python-unittest \
-- 
2.6.6



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

* [PATCH 2/5] cronie: upgrade to 1.5.1
       [not found] <cover.1469656341.git.alejandro.hernandez@linux.intel.com>
  2016-07-27 21:52 ` [PATCH 1/5] python-numpy: upgrade to 1.11.1 Alejandro Hernandez
@ 2016-07-27 21:52 ` Alejandro Hernandez
  2016-07-29  6:49   ` Richard Purdie
  2016-07-27 21:52 ` [PATCH 3/5] python-pexpect: Upgrade to 4.2.0 Alejandro Hernandez
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 9+ messages in thread
From: Alejandro Hernandez @ 2016-07-27 21:52 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
---
 meta/recipes-extended/cronie/{cronie_1.5.0.bb => cronie_1.5.1.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/cronie/{cronie_1.5.0.bb => cronie_1.5.1.bb} (95%)

diff --git a/meta/recipes-extended/cronie/cronie_1.5.0.bb b/meta/recipes-extended/cronie/cronie_1.5.1.bb
similarity index 95%
rename from meta/recipes-extended/cronie/cronie_1.5.0.bb
rename to meta/recipes-extended/cronie/cronie_1.5.1.bb
index 697501a..99b2bb5 100644
--- a/meta/recipes-extended/cronie/cronie_1.5.0.bb
+++ b/meta/recipes-extended/cronie/cronie_1.5.1.bb
@@ -23,8 +23,8 @@ SRC_URI = "https://fedorahosted.org/releases/c/r/cronie/cronie-${PV}.tar.gz \
 PAM_SRC_URI = "file://crond_pam_config.patch"
 PAM_DEPS = "libpam libpam-runtime pam-plugin-access pam-plugin-loginuid"
 
-SRC_URI[md5sum] = "9db75e1884d83a45e002d145c6c54d45"
-SRC_URI[sha256sum] = "9cf0e3f4f5042a9c09413d62c8e0c055e12401f70b112465f0f81f2c84ebfb3f"
+SRC_URI[md5sum] = "910e6effcc032998b0a49fbd46322e18"
+SRC_URI[sha256sum] = "6c73666102a6b5d35e2eaf1bd06925f2d4b0cef8d3323c37286dda3089a85338"
 
 inherit autotools update-rc.d useradd systemd
 
-- 
2.6.6



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

* [PATCH 3/5] python-pexpect: Upgrade to 4.2.0
       [not found] <cover.1469656341.git.alejandro.hernandez@linux.intel.com>
  2016-07-27 21:52 ` [PATCH 1/5] python-numpy: upgrade to 1.11.1 Alejandro Hernandez
  2016-07-27 21:52 ` [PATCH 2/5] cronie: upgrade to 1.5.1 Alejandro Hernandez
@ 2016-07-27 21:52 ` Alejandro Hernandez
  2016-07-28  9:32   ` Burton, Ross
  2016-07-27 21:53 ` [PATCH 4/5] python-setuptools: Upgrade to v 25.1.0 Alejandro Hernandez
  2016-07-27 21:53 ` [PATCH 5/5] python-git: Upgrade python-git and python3-git to 2.0.7 Alejandro Hernandez
  4 siblings, 1 reply; 9+ messages in thread
From: Alejandro Hernandez @ 2016-07-27 21:52 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
---
 .../python/{python-pexpect_4.1.0.bb => python-pexpect_4.2.0.bb}     | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-devtools/python/{python-pexpect_4.1.0.bb => python-pexpect_4.2.0.bb} (71%)

diff --git a/meta/recipes-devtools/python/python-pexpect_4.1.0.bb b/meta/recipes-devtools/python/python-pexpect_4.2.0.bb
similarity index 71%
rename from meta/recipes-devtools/python/python-pexpect_4.1.0.bb
rename to meta/recipes-devtools/python/python-pexpect_4.2.0.bb
index 10590e4..82e0fa8 100644
--- a/meta/recipes-devtools/python/python-pexpect_4.1.0.bb
+++ b/meta/recipes-devtools/python/python-pexpect_4.2.0.bb
@@ -2,13 +2,13 @@ SUMMARY = "A Pure Python Expect like Module for Python"
 HOMEPAGE = "http://pexpect.readthedocs.org/"
 SECTION = "devel/python"
 LICENSE = "ISC"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=66c2378a96b307d56bfb3a9e58edafa8"
+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] = "562a1a21f2a60b36dfd5d906dbf0943e"
-SRC_URI[sha256sum] = "c381c60f1987355b65df8f08a27f428831914c8a81091bd1778ac336fa2f27e7"
+SRC_URI[md5sum] = "8071ec5df0f3d515daedafad672d1632"
+SRC_URI[sha256sum] = "bf6816b8cc8d301a499e7adf338828b39bc7548eb64dbed4dd410ed93d95f853"
 
 UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/pexpect"
 
-- 
2.6.6



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

* [PATCH 4/5] python-setuptools: Upgrade to v 25.1.0
       [not found] <cover.1469656341.git.alejandro.hernandez@linux.intel.com>
                   ` (2 preceding siblings ...)
  2016-07-27 21:52 ` [PATCH 3/5] python-pexpect: Upgrade to 4.2.0 Alejandro Hernandez
@ 2016-07-27 21:53 ` Alejandro Hernandez
  2016-07-27 21:53 ` [PATCH 5/5] python-git: Upgrade python-git and python3-git to 2.0.7 Alejandro Hernandez
  4 siblings, 0 replies; 9+ messages in thread
From: Alejandro Hernandez @ 2016-07-27 21:53 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
---
 meta/recipes-devtools/python/python-setuptools.inc                    | 4 ++--
 .../{python-setuptools_22.0.5.bb => python-setuptools_25.1.0.bb}      | 0
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/python/{python-setuptools_22.0.5.bb => python-setuptools_25.1.0.bb} (100%)

diff --git a/meta/recipes-devtools/python/python-setuptools.inc b/meta/recipes-devtools/python/python-setuptools.inc
index 53a514b..8b38710 100644
--- a/meta/recipes-devtools/python/python-setuptools.inc
+++ b/meta/recipes-devtools/python/python-setuptools.inc
@@ -9,8 +9,8 @@ SRCNAME = "setuptools"
 
 SRC_URI = "https://files.pythonhosted.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "869f3029dcc66a64ba39875e2a2f044a"
-SRC_URI[sha256sum] = "19aad19471052d5daefe96f2c1fa2e88dcdb17488bf8708d7e6356881ea833cb"
+SRC_URI[md5sum] = "a4814dead37e74a86883c66f7d420d73"
+SRC_URI[sha256sum] = "6a0f8111feb5a3438c6309cda49810a16d23e73c173331281edc37dd1374d1d5"
 
 UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/setuptools"
 
diff --git a/meta/recipes-devtools/python/python-setuptools_22.0.5.bb b/meta/recipes-devtools/python/python-setuptools_25.1.0.bb
similarity index 100%
rename from meta/recipes-devtools/python/python-setuptools_22.0.5.bb
rename to meta/recipes-devtools/python/python-setuptools_25.1.0.bb
-- 
2.6.6



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

* [PATCH 5/5] python-git: Upgrade python-git and python3-git to 2.0.7
       [not found] <cover.1469656341.git.alejandro.hernandez@linux.intel.com>
                   ` (3 preceding siblings ...)
  2016-07-27 21:53 ` [PATCH 4/5] python-setuptools: Upgrade to v 25.1.0 Alejandro Hernandez
@ 2016-07-27 21:53 ` Alejandro Hernandez
  4 siblings, 0 replies; 9+ messages in thread
From: Alejandro Hernandez @ 2016-07-27 21:53 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
---
 meta/recipes-devtools/python/python-git.inc                            | 3 +++
 .../python/{python-git_2.0.5.bb => python-git_2.0.7.bb}                | 3 ---
 .../python/{python3-git_1.0.2.bb => python3-git_2.0.7.bb}              | 3 ---
 3 files changed, 3 insertions(+), 6 deletions(-)
 rename meta/recipes-devtools/python/{python-git_2.0.5.bb => python-git_2.0.7.bb} (59%)
 rename meta/recipes-devtools/python/{python3-git_1.0.2.bb => python3-git_2.0.7.bb} (61%)

diff --git a/meta/recipes-devtools/python/python-git.inc b/meta/recipes-devtools/python/python-git.inc
index 4cb53e7..13c097a 100644
--- a/meta/recipes-devtools/python/python-git.inc
+++ b/meta/recipes-devtools/python/python-git.inc
@@ -10,6 +10,9 @@ 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"
+
 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.5.bb b/meta/recipes-devtools/python/python-git_2.0.7.bb
similarity index 59%
rename from meta/recipes-devtools/python/python-git_2.0.5.bb
rename to meta/recipes-devtools/python/python-git_2.0.7.bb
index de4c76e..e49dbea 100644
--- a/meta/recipes-devtools/python/python-git_2.0.5.bb
+++ b/meta/recipes-devtools/python/python-git_2.0.7.bb
@@ -1,8 +1,5 @@
 require python-git.inc
 
-SRC_URI[md5sum] = "f4f60f269fb5f6a332c653a5bc015239"
-SRC_URI[sha256sum] = "20f3c90fb8a11edc52d363364fb0a116a410c7b7bdee24a433712b5413d1028e"
-
 DEPENDS = "python-gitdb"
 
 inherit setuptools
diff --git a/meta/recipes-devtools/python/python3-git_1.0.2.bb b/meta/recipes-devtools/python/python3-git_2.0.7.bb
similarity index 61%
rename from meta/recipes-devtools/python/python3-git_1.0.2.bb
rename to meta/recipes-devtools/python/python3-git_2.0.7.bb
index 034708e..6620444 100644
--- a/meta/recipes-devtools/python/python3-git_1.0.2.bb
+++ b/meta/recipes-devtools/python/python3-git_2.0.7.bb
@@ -1,8 +1,5 @@
 require python-git.inc
 
-SRC_URI[md5sum] = "d92d96a8da0fc77cf141d3e16084e094"
-SRC_URI[sha256sum] = "85de72556781480a38897a77de5b458ae3838b0fd589593679a1b5f34d181d84"
-
 DEPENDS = "python3-gitdb"
 
 inherit setuptools3
-- 
2.6.6



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

* Re: [PATCH 3/5] python-pexpect: Upgrade to 4.2.0
  2016-07-27 21:52 ` [PATCH 3/5] python-pexpect: Upgrade to 4.2.0 Alejandro Hernandez
@ 2016-07-28  9:32   ` Burton, Ross
  0 siblings, 0 replies; 9+ messages in thread
From: Burton, Ross @ 2016-07-28  9:32 UTC (permalink / raw)
  To: Alejandro Hernandez; +Cc: OE-core

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

On 27 July 2016 at 22:52, Alejandro Hernandez <
alejandro.hernandez@linux.intel.com> wrote:

> -LIC_FILES_CHKSUM = "file://LICENSE;md5=66c2378a96b307d56bfb3a9e58edafa8"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=1c7a725251880af8c6a148181665385b"
>

Please state why the license checksum changed.

Ross

[-- Attachment #2: Type: text/html, Size: 749 bytes --]

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

* Re: [PATCH 2/5] cronie: upgrade to 1.5.1
  2016-07-27 21:52 ` [PATCH 2/5] cronie: upgrade to 1.5.1 Alejandro Hernandez
@ 2016-07-29  6:49   ` Richard Purdie
  2016-08-01 16:35     ` Alejandro Hernandez
  0 siblings, 1 reply; 9+ messages in thread
From: Richard Purdie @ 2016-07-29  6:49 UTC (permalink / raw)
  To: Alejandro Hernandez, openembedded-core

On Wed, 2016-07-27 at 21:52 +0000, Alejandro Hernandez wrote:
> Signed-off-by: Alejandro Hernandez <
> alejandro.hernandez@linux.intel.com>
> ---
>  meta/recipes-extended/cronie/{cronie_1.5.0.bb => cronie_1.5.1.bb} |
> 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta/recipes-extended/cronie/{cronie_1.5.0.bb =>
> cronie_1.5.1.bb} (95%)
> 
> diff --git a/meta/recipes-extended/cronie/cronie_1.5.0.bb
> b/meta/recipes-extended/cronie/cronie_1.5.1.bb
> similarity index 95%
> rename from meta/recipes-extended/cronie/cronie_1.5.0.bb
> rename to meta/recipes-extended/cronie/cronie_1.5.1.bb
> index 697501a..99b2bb5 100644
> --- a/meta/recipes-extended/cronie/cronie_1.5.0.bb
> +++ b/meta/recipes-extended/cronie/cronie_1.5.1.bb
> @@ -23,8 +23,8 @@ SRC_URI = "
> https://fedorahosted.org/releases/c/r/cronie/cronie-${PV}.tar.gz \
>  PAM_SRC_URI = "file://crond_pam_config.patch"
>  PAM_DEPS = "libpam libpam-runtime pam-plugin-access pam-plugin
> -loginuid"
>  
> -SRC_URI[md5sum] = "9db75e1884d83a45e002d145c6c54d45"
> -SRC_URI[sha256sum] =
> "9cf0e3f4f5042a9c09413d62c8e0c055e12401f70b112465f0f81f2c84ebfb3f"
> +SRC_URI[md5sum] = "910e6effcc032998b0a49fbd46322e18"
> +SRC_URI[sha256sum] =
> "6c73666102a6b5d35e2eaf1bd06925f2d4b0cef8d3323c37286dda3089a85338"
>  
>  inherit autotools update-rc.d useradd systemd

https://autobuilder.yoctoproject.org/main/builders/nightly-arm-lsb/buil
ds/841/steps/BuildImages/logs/stdio

and it killed multiple other builds:

http://errors.yoctoproject.org/Errors/Latest/Autobuilder/?filter=7cb0ca
b0765669856e359f21a19c47383dcfe84c&type=commit

Cheers,

Richard


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

* Re: [PATCH 2/5] cronie: upgrade to 1.5.1
  2016-07-29  6:49   ` Richard Purdie
@ 2016-08-01 16:35     ` Alejandro Hernandez
  2016-08-01 16:43       ` Burton, Ross
  0 siblings, 1 reply; 9+ messages in thread
From: Alejandro Hernandez @ 2016-08-01 16:35 UTC (permalink / raw)
  To: Richard Purdie, openembedded-core



On 07/29/2016 01:49 AM, Richard Purdie wrote:
> On Wed, 2016-07-27 at 21:52 +0000, Alejandro Hernandez wrote:
>> Signed-off-by: Alejandro Hernandez <
>> alejandro.hernandez@linux.intel.com>
>> ---
>>   meta/recipes-extended/cronie/{cronie_1.5.0.bb => cronie_1.5.1.bb} |
>> 4 ++--
>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>   rename meta/recipes-extended/cronie/{cronie_1.5.0.bb =>
>> cronie_1.5.1.bb} (95%)
>>
>> diff --git a/meta/recipes-extended/cronie/cronie_1.5.0.bb
>> b/meta/recipes-extended/cronie/cronie_1.5.1.bb
>> similarity index 95%
>> rename from meta/recipes-extended/cronie/cronie_1.5.0.bb
>> rename to meta/recipes-extended/cronie/cronie_1.5.1.bb
>> index 697501a..99b2bb5 100644
>> --- a/meta/recipes-extended/cronie/cronie_1.5.0.bb
>> +++ b/meta/recipes-extended/cronie/cronie_1.5.1.bb
>> @@ -23,8 +23,8 @@ SRC_URI = "
>> https://fedorahosted.org/releases/c/r/cronie/cronie-${PV}.tar.gz \
>>   PAM_SRC_URI = "file://crond_pam_config.patch"
>>   PAM_DEPS = "libpam libpam-runtime pam-plugin-access pam-plugin
>> -loginuid"
>>   
>> -SRC_URI[md5sum] = "9db75e1884d83a45e002d145c6c54d45"
>> -SRC_URI[sha256sum] =
>> "9cf0e3f4f5042a9c09413d62c8e0c055e12401f70b112465f0f81f2c84ebfb3f"
>> +SRC_URI[md5sum] = "910e6effcc032998b0a49fbd46322e18"
>> +SRC_URI[sha256sum] =
>> "6c73666102a6b5d35e2eaf1bd06925f2d4b0cef8d3323c37286dda3089a85338"
>>   
>>   inherit autotools update-rc.d useradd systemd
> https://autobuilder.yoctoproject.org/main/builders/nightly-arm-lsb/buil
> ds/841/steps/BuildImages/logs/stdio
>
> and it killed multiple other builds:
>
> http://errors.yoctoproject.org/Errors/Latest/Autobuilder/?filter=7cb0ca
> b0765669856e359f21a19c47383dcfe84c&type=commit
>
> Cheers,
>
> Richard
Interesting, it didnt break on my build, I'll dig up whats going on


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

* Re: [PATCH 2/5] cronie: upgrade to 1.5.1
  2016-08-01 16:35     ` Alejandro Hernandez
@ 2016-08-01 16:43       ` Burton, Ross
  0 siblings, 0 replies; 9+ messages in thread
From: Burton, Ross @ 2016-08-01 16:43 UTC (permalink / raw)
  To: Alejandro Hernandez; +Cc: OE-core

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

On 1 August 2016 at 17:35, Alejandro Hernandez <
alejandro.hernandez@linux.intel.com> wrote:

> Interesting, it didnt break on my build, I'll dig up whats going on
>

You didn't do a build with PAM enabled (DISTRO_FEATURES_append=" pam").

I usually have PAM enabled locally but forgot.  It's worth checking if the
patch needs to be PAM-specific or if we're safe to always apply it.  As
it's patching PAM configuration I expect we can always apply it as it won't
be installed if PAM is disabled.

Ross

[-- Attachment #2: Type: text/html, Size: 1101 bytes --]

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

end of thread, other threads:[~2016-08-01 16:43 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <cover.1469656341.git.alejandro.hernandez@linux.intel.com>
2016-07-27 21:52 ` [PATCH 1/5] python-numpy: upgrade to 1.11.1 Alejandro Hernandez
2016-07-27 21:52 ` [PATCH 2/5] cronie: upgrade to 1.5.1 Alejandro Hernandez
2016-07-29  6:49   ` Richard Purdie
2016-08-01 16:35     ` Alejandro Hernandez
2016-08-01 16:43       ` Burton, Ross
2016-07-27 21:52 ` [PATCH 3/5] python-pexpect: Upgrade to 4.2.0 Alejandro Hernandez
2016-07-28  9:32   ` Burton, Ross
2016-07-27 21:53 ` [PATCH 4/5] python-setuptools: Upgrade to v 25.1.0 Alejandro Hernandez
2016-07-27 21:53 ` [PATCH 5/5] python-git: Upgrade python-git and python3-git to 2.0.7 Alejandro Hernandez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox