This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Repository for Bering-uClibc.".
The branch, master has been updated
via 82ddd468a9a48a337bac62efc8312734d344d4c6 (commit)
from 53a7f2dea757b27d9ea29d939feb594df5a7b24f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 82ddd468a9a48a337bac62efc8312734d344d4c6
Author: kapeka <[email protected]>
Date: Sat Feb 26 15:46:37 2022 +0100
python: updated to upstream version 3.10.2
added pacthes from buildroot
tested all python-related packages to build
-----------------------------------------------------------------------
Summary of changes:
...1-Make-the-build-of-pyc-files-conditional.patch | 56 ++++++++
...gy_getaddrinfo-configure-test-when-cross-.patch | 2 +-
...ructure-to-disable-the-build-of-certain-e.patch | 16 +--
...ibrary-header-paths-for-cross-compilation.patch | 69 +++++++++
...n-t-look-in-usr-lib-termcap-for-libraries.patch | 4 +-
repo/python/0006-Don-t-add-multiarch-paths.patch | 2 +-
.../python/0007-Abort-on-failed-module-build.patch | 30 ++++
repo/python/0008-Serial-ioctl-workaround.patch | 33 +++++
...st-the-shebang-of-Python-scripts-for-cros.patch | 35 +++++
...-config.sh.in-ensure-sed-invocations-only.patch | 67 +++++++++
...stem-locale-and-set-to-default-when-addin.patch | 39 +++++
...0012-Add-importlib-fix-for-PEP-3147-issue.patch | 105 ++++++++++++++
...on-to-disable-installation-of-test-module.patch | 117 ---------------
...h => 0013-Add-an-option-to-disable-pydoc.patch} | 49 +++----
.../0014-Add-an-option-to-disable-lib2to3.patch | 119 ++++++++++++++++
...-Add-option-to-disable-the-sqlite3-module.patch | 71 +++++++++
...16-Add-an-option-to-disable-the-tk-module.patch | 74 ++++++++++
...dd-an-option-to-disable-the-curses-module.patch | 61 ++++++++
.../0018-Add-an-option-to-disable-expat.patch | 93 ++++++++++++
.../0019-Add-an-option-to-disable-CJK-codecs.patch | 30 ++++
.../python/0020-Add-an-option-to-disable-NIS.patch | 33 +++++
...0021-Add-an-option-to-disable-unicodedata.patch | 30 ++++
.../0022-Add-an-option-to-disable-IDLE.patch | 92 ++++++++++++
.../0023-Add-an-option-to-disable-decimal.patch | 66 +++++++++
...option-to-disable-the-ossaudiodev-module.patch} | 2 +-
...-Add-an-option-to-disable-openssl-support.patch | 30 ++++
...-an-option-to-disable-the-readline-module.patch | 30 ++++
...ions-to-disable-zlib-bzip2-and-xz-modules.patch | 42 ++++++
...28-python-config.sh-don-t-reassign-prefix.patch | 53 +++++++
.../0029-Fix-cross-compiling-the-uuid-module.patch | 43 ++++++
...0030-Add-an-option-to-disable-uuid-module.patch | 33 +++++
.../0031-fix-building-on-older-distributions.patch | 38 +++++
...c-fixup-CC-print-multiarch-output-for-mus.patch | 51 +++++++
...n-option-to-disable-the-berkeleydb-module.patch | 30 ++++
.../{Python-3.9.6.tar.xz => Python-3.10.2.tar.xz} | Bin 19051972 -> 18780936
bytes
repo/python/buildtool.cfg | 158 ++++++++++++++++++++-
36 files changed, 1645 insertions(+), 158 deletions(-)
create mode 100644
repo/python/0001-Make-the-build-of-pyc-files-conditional.patch
create mode 100644
repo/python/0004-Adjust-library-header-paths-for-cross-compilation.patch
create mode 100644 repo/python/0007-Abort-on-failed-module-build.patch
create mode 100644 repo/python/0008-Serial-ioctl-workaround.patch
create mode 100644
repo/python/0009-Do-not-adjust-the-shebang-of-Python-scripts-for-cros.patch
create mode 100644
repo/python/0010-Misc-python-config.sh.in-ensure-sed-invocations-only.patch
create mode 100644
repo/python/0011-Override-system-locale-and-set-to-default-when-addin.patch
create mode 100644 repo/python/0012-Add-importlib-fix-for-PEP-3147-issue.patch
delete mode 100644
repo/python/0013-Add-an-option-to-disable-installation-of-test-module.patch
rename repo/python/{0014-Add-an-option-to-disable-pydoc.patch =>
0013-Add-an-option-to-disable-pydoc.patch} (74%)
create mode 100644 repo/python/0014-Add-an-option-to-disable-lib2to3.patch
create mode 100644
repo/python/0015-Add-option-to-disable-the-sqlite3-module.patch
create mode 100644
repo/python/0016-Add-an-option-to-disable-the-tk-module.patch
create mode 100644
repo/python/0017-Add-an-option-to-disable-the-curses-module.patch
create mode 100644 repo/python/0018-Add-an-option-to-disable-expat.patch
create mode 100644 repo/python/0019-Add-an-option-to-disable-CJK-codecs.patch
create mode 100644 repo/python/0020-Add-an-option-to-disable-NIS.patch
create mode 100644 repo/python/0021-Add-an-option-to-disable-unicodedata.patch
create mode 100644 repo/python/0022-Add-an-option-to-disable-IDLE.patch
create mode 100644 repo/python/0023-Add-an-option-to-disable-decimal.patch
rename repo/python/{0025-Add-an-option-to-disable-the-ossaudiodev-module.patch
=> 0024-Add-an-option-to-disable-the-ossaudiodev-module.patch} (97%)
create mode 100644
repo/python/0025-Add-an-option-to-disable-openssl-support.patch
create mode 100644
repo/python/0026-Add-an-option-to-disable-the-readline-module.patch
create mode 100644
repo/python/0027-Add-options-to-disable-zlib-bzip2-and-xz-modules.patch
create mode 100644
repo/python/0028-python-config.sh-don-t-reassign-prefix.patch
create mode 100644 repo/python/0029-Fix-cross-compiling-the-uuid-module.patch
create mode 100644 repo/python/0030-Add-an-option-to-disable-uuid-module.patch
create mode 100644 repo/python/0031-fix-building-on-older-distributions.patch
create mode 100644
repo/python/0032-configure.ac-fixup-CC-print-multiarch-output-for-mus.patch
create mode 100644
repo/python/0033-Add-an-option-to-disable-the-berkeleydb-module.patch
rename repo/python/{Python-3.9.6.tar.xz => Python-3.10.2.tar.xz} (67%)
hooks/post-receive
--
Repository for Bering-uClibc.
_______________________________________________
leaf-git-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-git-commits