diff mbox series

[v3] package/python-sip: bump to version 4.19.13

Message ID 20190909064640.16289-1-ymdatta.work@gmail.com
State Accepted
Headers show
Series [v3] package/python-sip: bump to version 4.19.13 | expand

Commit Message

Mohana Datta Yelugoti Sept. 9, 2019, 6:46 a.m. UTC
Signed-off-by: Mohana Datta Yelugoti <ymdatta.work@gmail.com>
---

Changes from Version 2 -> 3:

 Used First name and last name when signing off
 the patch.

 package/python-sip/python-sip.hash | 7 ++++---
 package/python-sip/python-sip.mk   | 2 +-
 2 files changed, 5 insertions(+), 4 deletions(-)

Comments

Thomas Petazzoni Sept. 10, 2019, 5:34 p.m. UTC | #1
On Mon,  9 Sep 2019 12:16:39 +0530
Mohana Datta Yelugoti <ymdatta.work@gmail.com> wrote:

> Signed-off-by: Mohana Datta Yelugoti <ymdatta.work@gmail.com>
> ---

Applied to master, thanks. It would be nice to have a patch adding the
hashes for the license files in this package.

Thanks,

Thomas
Thomas Petazzoni Sept. 16, 2019, 8:54 a.m. UTC | #2
Hello,

On Mon,  9 Sep 2019 12:16:39 +0530
Mohana Datta Yelugoti <ymdatta.work@gmail.com> wrote:

> Signed-off-by: Mohana Datta Yelugoti <ymdatta.work@gmail.com>

This update is causing a number of build issues on our autobuilders:

  http://autobuild.buildroot.net/?reason=python-sip%

Could you have a look ?

Thanks a lot,

Thomas
Thomas Petazzoni Sept. 21, 2019, 1:15 p.m. UTC | #3
Hello,

On Mon,  9 Sep 2019 12:16:39 +0530
Mohana Datta Yelugoti <ymdatta.work@gmail.com> wrote:

> Signed-off-by: Mohana Datta Yelugoti <ymdatta.work@gmail.com>
> ---

I am sorry, but I had to revert this patch. There is a bug in the
python-sip build system since the version bump, which causes it to copy
the entire root filesystem of the build machine into
$(STAGING_DIR)/usr/lib/python2.7/. It causes the build to fail such as
in
http://autobuild.buildroot.net/results/a9c/a9cbeceb259b9ea4347155a224797aaa84b470ef/build-end.log,
or simply it fills up the entire disk space of the build machine, which
prevents the autobuilder from doing its work.

I didn't investigate why it was failing, but I can easily reproduce the
problem on my build machine, and reverting to the previous version of
python-sip avoids the problem.

Best regards,

Thomas
diff mbox series

Patch

diff --git a/package/python-sip/python-sip.hash b/package/python-sip/python-sip.hash
index 2f7d4309bc..8035fc3f49 100644
--- a/package/python-sip/python-sip.hash
+++ b/package/python-sip/python-sip.hash
@@ -1,4 +1,5 @@ 
-# From https://sourceforge.net/projects/pyqt/files/sip/sip-4.18/
-md5 78724bf2a79878201c3bc81a1d8248ea	sip-4.18.tar.gz
+# From https://sourceforge.net/projects/pyqt/files/sip/sip-4.19.13/
+md5  9124cb8978742685747a5415179a9890		sip-4.19.13.tar.gz
+sha1 acb826ca1a49742d17686cef246cceabcc87e3b9	sip-4.19.13.tar.gz
 # Locally calculated:
-sha256 f1dc5c81c07a9ad97edcd4a0af964a41e420024ba7ca165afd2b351efd249cb6	sip-4.18.tar.gz
+sha256 e353a7056599bf5fbd5d3ff9842a6ab2ea3cf4e0304a0f925ec5862907c0d15e  sip-4.19.13.tar.gz
diff --git a/package/python-sip/python-sip.mk b/package/python-sip/python-sip.mk
index 69019f5f19..15c025142a 100644
--- a/package/python-sip/python-sip.mk
+++ b/package/python-sip/python-sip.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-PYTHON_SIP_VERSION = 4.18
+PYTHON_SIP_VERSION = 4.19.13
 PYTHON_SIP_SOURCE = sip-$(PYTHON_SIP_VERSION).tar.gz
 PYTHON_SIP_SITE = http://downloads.sourceforge.net/project/pyqt/sip/sip-$(PYTHON_SIP_VERSION)
 PYTHON_SIP_LICENSE = SIP license or GPL-2.0 or GPL-3.0