From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: Adam Duskett <aduskett@gmail.com>
Cc: Asaf Kahlon <asafka7@gmail.com>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH v2 2/3] package/python3: bump to version 3.10.1
Date: Thu, 30 Dec 2021 23:02:19 +0100 [thread overview]
Message-ID: <20211230230219.1288bb21@windsurf> (raw)
In-Reply-To: <20211230204103.282138-2-aduskett@gmail.com>
On Thu, 30 Dec 2021 12:41:02 -0800
Adam Duskett <aduskett@gmail.com> wrote:
> - Remove 0013-Add-an-option-to-disable-installation-of-test-module.patch as
> it is now upstreamed.
>
> - Refactor and rename all other patches as necessary.
>
> Signed-off-by: Adam Duskett <aduskett@gmail.com>
> ---
> ...e-the-build-of-pyc-files-conditional.patch | 14 +--
> ...taddrinfo-configure-test-when-cross-.patch | 8 +-
> ...re-to-disable-the-build-of-certain-e.patch | 26 ++--
> ...y-header-paths-for-cross-compilation.patch | 54 ++++----
> ...ook-in-usr-lib-termcap-for-libraries.patch | 8 +-
> .../0006-Don-t-add-multiarch-paths.patch | 8 +-
> .../0007-Abort-on-failed-module-build.patch | 8 +-
> .../0008-Serial-ioctl-workaround.patch | 4 +-
> ...e-shebang-of-Python-scripts-for-cros.patch | 4 +-
> ...ig.sh.in-ensure-sed-invocations-only.patch | 4 +-
> ...locale-and-set-to-default-when-addin.patch | 12 +-
> ...Add-importlib-fix-for-PEP-3147-issue.patch | 12 +-
> ...-disable-installation-of-test-module.patch | 117 ------------------
> ...0013-Add-an-option-to-disable-pydoc.patch} | 51 ++++----
> ...14-Add-an-option-to-disable-lib2to3.patch} | 85 +++++++------
> ...ption-to-disable-the-sqlite3-module.patch} | 48 +++----
> ...d-an-option-to-disable-the-tk-module.patch | 74 +++++++++++
> ...option-to-disable-the-curses-module.patch} | 39 +++---
> ...d-an-option-to-disable-the-tk-module.patch | 73 -----------
> ...0018-Add-an-option-to-disable-expat.patch} | 45 +++----
> ...Add-an-option-to-disable-CJK-codecs.patch} | 8 +-
> ...> 0020-Add-an-option-to-disable-NIS.patch} | 8 +-
> ...dd-an-option-to-disable-unicodedata.patch} | 8 +-
> ... 0022-Add-an-option-to-disable-IDLE.patch} | 53 ++++----
> ...23-Add-an-option-to-disable-decimal.patch} | 14 +--
> ...n-to-disable-the-ossaudiodev-module.patch} | 8 +-
> ...n-option-to-disable-openssl-support.patch} | 8 +-
> ...tion-to-disable-the-readline-module.patch} | 8 +-
> ...o-disable-zlib-bzip2-and-xz-modules.patch} | 8 +-
> ...hon-config.sh-don-t-reassign-prefix.patch} | 6 +-
> ...-Fix-cross-compiling-the-uuid-module.patch | 43 +++++++
> ...Add-an-option-to-disable-uuid-module.patch | 8 +-
> ...-fix-building-on-older-distributions.patch | 4 +-
> ...up-CC-print-multiarch-output-for-mus.patch | 9 +-
> ...ion-to-disable-the-berkeleydb-module.patch | 8 +-
> ...-ng-doesn-t-set-errno-when-encryptio.patch | 4 +-
> ...teration-error-in-_ExecutorManagerTh.patch | 29 -----
> package/python3/python3.hash | 8 +-
> package/python3/python3.mk | 4 +-
> 39 files changed, 425 insertions(+), 515 deletions(-)
> delete mode 100644 package/python3/0013-Add-an-option-to-disable-installation-of-test-module.patch
> rename package/python3/{0014-Add-an-option-to-disable-pydoc.patch => 0013-Add-an-option-to-disable-pydoc.patch} (72%)
> rename package/python3/{0015-Add-an-option-to-disable-lib2to3.patch => 0014-Add-an-option-to-disable-lib2to3.patch} (65%)
> rename package/python3/{0016-Add-option-to-disable-the-sqlite3-module.patch => 0015-Add-option-to-disable-the-sqlite3-module.patch} (60%)
> create mode 100644 package/python3/0016-Add-an-option-to-disable-the-tk-module.patch
> rename package/python3/{0018-Add-an-option-to-disable-the-curses-module.patch => 0017-Add-an-option-to-disable-the-curses-module.patch} (60%)
> delete mode 100644 package/python3/0017-Add-an-option-to-disable-the-tk-module.patch
> rename package/python3/{0019-Add-an-option-to-disable-expat.patch => 0018-Add-an-option-to-disable-expat.patch} (74%)
> rename package/python3/{0020-Add-an-option-to-disable-CJK-codecs.patch => 0019-Add-an-option-to-disable-CJK-codecs.patch} (82%)
> rename package/python3/{0021-Add-an-option-to-disable-NIS.patch => 0020-Add-an-option-to-disable-NIS.patch} (84%)
> rename package/python3/{0022-Add-an-option-to-disable-unicodedata.patch => 0021-Add-an-option-to-disable-unicodedata.patch} (83%)
> rename package/python3/{0023-Add-an-option-to-disable-IDLE.patch => 0022-Add-an-option-to-disable-IDLE.patch} (67%)
> rename package/python3/{0024-Add-an-option-to-disable-decimal.patch => 0023-Add-an-option-to-disable-decimal.patch} (89%)
> rename package/python3/{0025-Add-an-option-to-disable-the-ossaudiodev-module.patch => 0024-Add-an-option-to-disable-the-ossaudiodev-module.patch} (85%)
> rename package/python3/{0026-Add-an-option-to-disable-openssl-support.patch => 0025-Add-an-option-to-disable-openssl-support.patch} (83%)
> rename package/python3/{0027-Add-an-option-to-disable-the-readline-module.patch => 0026-Add-an-option-to-disable-the-readline-module.patch} (82%)
> rename package/python3/{0028-Add-options-to-disable-zlib-bzip2-and-xz-modules.patch => 0027-Add-options-to-disable-zlib-bzip2-and-xz-modules.patch} (87%)
> rename package/python3/{0029-python-config.sh-don-t-reassign-prefix.patch => 0028-python-config.sh-don-t-reassign-prefix.patch} (94%)
> create mode 100644 package/python3/0029-Fix-cross-compiling-the-uuid-module.patch
> delete mode 100644 package/python3/0035-Fix-dictionary-iteration-error-in-_ExecutorManagerTh.patch
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2021-12-30 22:02 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-30 20:41 [Buildroot] [PATCH v2 1/3] package/python-setuptools: bump to version 59.8.0 and split python2 version Adam Duskett
2021-12-30 20:41 ` [Buildroot] [PATCH v2 2/3] package/python3: bump to version 3.10.1 Adam Duskett
2021-12-30 22:02 ` Thomas Petazzoni [this message]
2021-12-30 20:41 ` [Buildroot] [PATCH v2 3/3] package/python3-setuptools: bump to version 60.2.0 Adam Duskett
2021-12-30 22:32 ` Thomas Petazzoni
2021-12-30 21:51 ` [Buildroot] [PATCH v2 1/3] package/python-setuptools: bump to version 59.8.0 and split python2 version Thomas Petazzoni
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=20211230230219.1288bb21@windsurf \
--to=thomas.petazzoni@bootlin.com \
--cc=aduskett@gmail.com \
--cc=asafka7@gmail.com \
--cc=buildroot@buildroot.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox