From: Arnout Vandecappelle via buildroot <buildroot@buildroot.org>
To: Adam Duskett <adam.duskett@amarulasolutions.com>,
buildroot@buildroot.org
Cc: Andrey Smirnov <andrew.smirnov@gmail.com>,
James Hilliard <james.hilliard1@gmail.com>,
Asaf Kahlon <asafka7@gmail.com>, Julien Olivain <ju.o@free.fr>,
Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
Mauro Condarelli <mc5686@mclink.it>
Subject: Re: [Buildroot] [PATCH 15/30] package/scons: bump version to 4.5.2
Date: Sat, 4 Nov 2023 18:55:13 +0100 [thread overview]
Message-ID: <3e5949fe-5d4e-4d48-b9ef-4088c19d792e@mind.be> (raw)
In-Reply-To: <c8a18ebb-1b1c-4e4f-b855-ba1241257a14@mind.be>
On 04/11/2023 18:54, Arnout Vandecappelle wrote:
> Hi Adam,
>
> On 26/10/2023 11:26, Adam Duskett wrote:
>> Scons is a setuptools package now.
>>
>> Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com>
>> ---
>> package/scons/scons.hash | 4 ++--
>> package/scons/scons.mk | 7 ++++---
>> 2 files changed, 6 insertions(+), 5 deletions(-)
>>
>> diff --git a/package/scons/scons.hash b/package/scons/scons.hash
>> index a72fbaee5a..48b5077b2e 100644
>> --- a/package/scons/scons.hash
>> +++ b/package/scons/scons.hash
>> @@ -1,3 +1,3 @@
>> # Locally computed:
>> -sha256 7801f3f62f654528e272df780be10c0e9337e897650b62ddcee9f39fde13f8fb
>> scons-3.1.2.tar.gz
>> -sha256 72ed889165fb28378cadac14552be4a959f1ebab6b148abb5dd2b49712c3c6f6
>> LICENSE.txt
>> +sha256 ce26aac95d350a79a4192196b0beac3cb24f4ccabce0123eb28d3370f576f072
>> SCons-4.5.2.tar.gz
>> +sha256 2f6ac9a1fc98394d18b80dba9bedb9d5626006d44db3fecf7cf3e21cff7e8b1c LICENSE
>
> The license hash changed. Can you report in the commit message why it changed
> (i.e., did something change about the license?)
Ideally with `diff -w` output.
Regards,
Arnout
>
>> diff --git a/package/scons/scons.mk b/package/scons/scons.mk
>> index 6b75d3ddca..767cf64b26 100644
>> --- a/package/scons/scons.mk
>> +++ b/package/scons/scons.mk
>> @@ -4,11 +4,12 @@
>> #
>> ################################################################################
>> -SCONS_VERSION = 3.1.2
>> +SCONS_VERSION = 4.5.2
>
> That's a pretty big bump. Have you tested if the scons packages (benejson,
> gpsd, mongodb) still build?
>
> Regards,
> Arnout
>
>> +SCONS_SOURCE = SCons-$(SCONS_VERSION).tar.gz
>> SCONS_SITE =
>> http://downloads.sourceforge.net/project/scons/scons/$(SCONS_VERSION)
>> SCONS_LICENSE = MIT
>> -SCONS_LICENSE_FILES = LICENSE.txt
>> -SCONS_SETUP_TYPE = distutils
>> +SCONS_LICENSE_FILES = LICENSE
>> +SCONS_SETUP_TYPE = setuptools
>> HOST_SCONS_INSTALL_OPTS = \
>> --install-lib=$(HOST_DIR)/lib/scons-$(SCONS_VERSION)
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2023-11-04 17:55 UTC|newest]
Thread overview: 52+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-26 9:26 [Buildroot] [PATCH 00/30] package/python3: bump version to 3.12.0 Adam Duskett
2023-10-26 9:26 ` [Buildroot] [PATCH 01/30] package/python3: use upstream build system to disable berkeleydb module Adam Duskett
2023-10-26 9:26 ` [Buildroot] [PATCH 02/30] package/python3: use upstream build system to disable uuid module Adam Duskett
2023-10-26 9:26 ` [Buildroot] [PATCH 03/30] package/python3: use upstream build system to disable bzip2/zlib/xz modules Adam Duskett
2023-10-26 9:26 ` [Buildroot] [PATCH 04/30] package/python3: use upstream build system to disable curses/readline modules Adam Duskett
2023-10-26 9:26 ` [Buildroot] [PATCH 05/30] package/python3: use upstream build system to disable ssl module Adam Duskett
2023-10-26 9:26 ` [Buildroot] [PATCH 06/30] package/python3: use upstream build system to disable ossaudiodev module Adam Duskett
2023-10-26 9:26 ` [Buildroot] [PATCH 07/30] package/python3: use upstream build system to disable unicodedata module Adam Duskett
2023-10-26 9:26 ` [Buildroot] [PATCH 08/30] package/python3: use upstream build system to disable nis module Adam Duskett
2023-10-26 9:26 ` [Buildroot] [PATCH 09/30] package/python3: use upstream build system to disable decimal module Adam Duskett
2023-10-26 9:26 ` [Buildroot] [PATCH 10/30] package/python3: use upstream build system to disable CJK codecs Adam Duskett
2023-10-26 9:26 ` [Buildroot] [PATCH 11/30] package/python3: use upstream build system to disable pyexpat module Adam Duskett
2023-10-26 9:26 ` [Buildroot] [PATCH 12/30] package/python3: use upstream build system to disable sqlite3 module Adam Duskett
2023-10-26 9:26 ` [Buildroot] [PATCH 13/30] package/python3: update patch and partly use upstream build system to disable tk module Adam Duskett
2023-11-04 17:47 ` Arnout Vandecappelle via buildroot
2023-10-26 9:26 ` [Buildroot] [PATCH 14/30] package/python3: Remove infrastructure to disable the build of certain extensions Adam Duskett
2023-10-26 9:26 ` [Buildroot] [PATCH 15/30] package/scons: bump version to 4.5.2 Adam Duskett
2023-11-04 17:54 ` Arnout Vandecappelle via buildroot
2023-11-04 17:55 ` Arnout Vandecappelle via buildroot [this message]
2023-10-26 9:26 ` [Buildroot] [PATCH 16/30] package/python-wsaccel: bump version to 0.6.6 Adam Duskett
2023-11-04 17:56 ` Arnout Vandecappelle via buildroot
2023-10-26 9:26 ` [Buildroot] [PATCH 17/30] package/python-systemd: bump version to 235 Adam Duskett
2023-11-04 17:59 ` Arnout Vandecappelle via buildroot
2023-11-05 18:20 ` Adam Duskett
2023-10-26 9:26 ` [Buildroot] [PATCH 18/30] package/python-iptables: bump version to 1.0.1 Adam Duskett
2023-11-04 18:14 ` Arnout Vandecappelle via buildroot
2023-10-26 9:26 ` [Buildroot] [PATCH 19/30] package/libftdi: add patch to move from distutils to sysconfig Adam Duskett
2023-10-26 11:49 ` Yegor Yefremov via buildroot
2023-11-04 18:29 ` Arnout Vandecappelle via buildroot
2023-10-26 9:26 ` [Buildroot] [PATCH 20/30] package/python-constantly: update versioneer to 0.29 Adam Duskett
2023-11-04 21:20 ` Arnout Vandecappelle via buildroot
2023-10-26 9:26 ` [Buildroot] [PATCH 21/30] package/python-magic-wormhole: " Adam Duskett
2023-11-04 21:30 ` Arnout Vandecappelle via buildroot
2023-10-26 9:26 ` [Buildroot] [PATCH 22/30] package/python-magic-wormhole-mailbox-server: " Adam Duskett
2023-11-04 21:31 ` Arnout Vandecappelle via buildroot
2023-10-26 9:26 ` [Buildroot] [PATCH 23/30] package/python-magic-wormhole-transit-relay: " Adam Duskett
2023-11-04 21:31 ` Arnout Vandecappelle via buildroot
2023-10-26 9:26 ` [Buildroot] [PATCH 24/30] package/python-spake2: " Adam Duskett
2023-11-04 21:32 ` Arnout Vandecappelle via buildroot
2023-10-26 9:26 ` [Buildroot] [PATCH 25/30] package/python-iptables: use sysconfig.get_path instead of get_python_lib Adam Duskett
2023-11-04 21:36 ` Arnout Vandecappelle via buildroot
2023-10-26 9:26 ` [Buildroot] [PATCH 26/30] package/python-pathtools: add 0001-replace-imp.patch Adam Duskett
2023-11-04 21:36 ` Arnout Vandecappelle via buildroot
2023-10-26 9:26 ` [Buildroot] [PATCH 27/30] package/python-pyxb: Drop package Adam Duskett
2023-10-26 9:26 ` [Buildroot] [PATCH 28/30] package/python-pygame: drop package Adam Duskett
2023-10-26 14:13 ` Marcus Hoffmann via buildroot
2023-11-09 21:55 ` Yann E. MORIN
2023-11-10 7:17 ` Yann E. MORIN
2023-11-10 14:11 ` Peter Korsgaard
2023-10-26 9:27 ` [Buildroot] [PATCH 29/30] package/python-crossbar: " Adam Duskett
2023-10-26 9:27 ` [Buildroot] [PATCH 30/30] package/python3: bump version to 3.12.0 Adam Duskett
2023-11-04 17:41 ` [Buildroot] [PATCH 00/30] " Arnout Vandecappelle via buildroot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3e5949fe-5d4e-4d48-b9ef-4088c19d792e@mind.be \
--to=buildroot@buildroot.org \
--cc=adam.duskett@amarulasolutions.com \
--cc=andrew.smirnov@gmail.com \
--cc=arnout@mind.be \
--cc=asafka7@gmail.com \
--cc=james.hilliard1@gmail.com \
--cc=ju.o@free.fr \
--cc=mc5686@mclink.it \
--cc=thomas.petazzoni@bootlin.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.