Debian Patches

Status for python3-stdlib-extensions/3.12.3-1

Patch Description Author Forwarded Bugs Origin Last update
3.6/distutils-install-layout.diff # DP: distutils: Add an option --install-layout=deb, which
# DP: - installs into $prefix/dist-packages instead of $prefix/site-packages.
# DP: - doesn't encode the python version into the egg name.
no
3.6/distutils-link.diff # DP: Don't add standard library dirs to library_dirs and runtime_library_dirs. no
3.6/distutils-sysconfig.diff # DP: Get CONFIGURE_CFLAGS, CONFIGURE_CPPFLAGS, CONFIGURE_LDFLAGS from
# DP: the python build, when CFLAGS, CPPFLAGS, LDSHARED) are not set
# DP: in the environment.
no
3.6/bdist-wininst-notfound.diff # DP: suggest installation of the pythonX.Y-dev package, if bdist_wininst
# DP: cannot find the wininst-* files.
no
3.6/multiarch.diff no
3.6/ext-no-libpython-link.diff # DP: Don't link extensions with the shared libpython library. no
3.6/multiarch-extname.diff # DP: Make sure to rename extensions to a tag including the MULTIARCH name

this patch can be dropped for python3.5 final, if the upstream chage is kept.
no
3.6/disable-some-tests.diff # DP: Disable some failing tests we are not interested in no
3.6/mangle-fstack-protector.diff # DP: When using GCC versions older than 4.9, automagically mangle
# DP: -fstack-protector-strong to -fstack-protector
no
3.6/lib2to3-no-pickled-grammar.diff no
3.7/distutils-install-layout.diff # DP: distutils: Add an option --install-layout=deb, which
# DP: - installs into $prefix/dist-packages instead of $prefix/site-packages.
# DP: - doesn't encode the python version into the egg name.
no
3.7/distutils-link.diff # DP: Don't add standard library dirs to library_dirs and runtime_library_dirs. no
3.7/distutils-sysconfig.diff # DP: Get CONFIGURE_CFLAGS, CONFIGURE_CPPFLAGS, CONFIGURE_LDFLAGS from
# DP: the python build, when CFLAGS, CPPFLAGS, LDSHARED) are not set
# DP: in the environment.
no
3.7/bdist-wininst-notfound.diff # DP: suggest installation of the pythonX.Y-dev package, if bdist_wininst
# DP: cannot find the wininst-* files.
no
3.7/multiarch.diff no
3.7/ext-no-libpython-link.diff # DP: Don't link extensions with the shared libpython library. no
3.7/multiarch-extname.diff # DP: Make sure to rename extensions to a tag including the MULTIARCH name

this patch can be dropped for python3.5 final, if the upstream chage is kept.
no
3.7/disable-some-tests.diff # DP: Disable some failing tests we are not interested in no
3.7/mangle-fstack-protector.diff # DP: When using GCC versions older than 4.9, automagically mangle
# DP: -fstack-protector-strong to -fstack-protector
no
3.7/lib2to3-no-pickled-grammar.diff no
3.8/distutils-install-layout.diff # DP: distutils: Add an option --install-layout=deb, which
# DP: - installs into $prefix/dist-packages instead of $prefix/site-packages.
# DP: - doesn't encode the python version into the egg name.
no
3.8/distutils-link.diff # DP: Don't add standard library dirs to library_dirs and runtime_library_dirs. no
3.8/distutils-sysconfig.diff # DP: Get CONFIGURE_CFLAGS, CONFIGURE_CPPFLAGS, CONFIGURE_LDFLAGS from
# DP: the python build, when CFLAGS, CPPFLAGS, LDSHARED) are not set
# DP: in the environment.
no
3.8/bdist-wininst-notfound.diff # DP: suggest installation of the pythonX.Y-dev package, if bdist_wininst
# DP: cannot find the wininst-* files.
no
3.8/multiarch.diff no
3.8/ext-no-libpython-link.diff # DP: Don't link extensions with the shared libpython library. no
3.8/multiarch-extname.diff # DP: Make sure to rename extensions to a tag including the MULTIARCH name

this patch can be dropped for python3.5 final, if the upstream chage is kept.
no
3.8/disable-some-tests.diff # DP: Disable some failing tests we are not interested in no
3.8/mangle-fstack-protector.diff # DP: When using GCC versions older than 4.9, automagically mangle
# DP: -fstack-protector-strong to -fstack-protector
no
3.8/lib2to3-no-pickled-grammar.diff no
3.8/sysconfigdata-name.diff no
3.9/distutils-install-layout.diff # DP: distutils: Add an option --install-layout=deb, which
# DP: - installs into $prefix/dist-packages instead of $prefix/site-packages.
# DP: - doesn't encode the python version into the egg name.
no
3.9/distutils-link.diff # DP: Don't add standard library dirs to library_dirs and runtime_library_dirs. no
3.9/distutils-sysconfig.diff # DP: Get CONFIGURE_CFLAGS, CONFIGURE_CPPFLAGS, CONFIGURE_LDFLAGS from
# DP: the python build, when CFLAGS, CPPFLAGS, LDSHARED) are not set
# DP: in the environment.
no
3.9/bdist-wininst-notfound.diff # DP: suggest installation of the pythonX.Y-dev package, if bdist_wininst
# DP: cannot find the wininst-* files.
no
3.9/multiarch.diff no
3.9/ext-no-libpython-link.diff # DP: Don't link extensions with the shared libpython library. no
3.9/multiarch-extname.diff # DP: Make sure to rename extensions to a tag including the MULTIARCH name

this patch can be dropped for python3.5 final, if the upstream chage is kept.
no
3.9/disable-some-tests.diff # DP: Disable some failing tests we are not interested in no
3.9/mangle-fstack-protector.diff # DP: When using GCC versions older than 4.9, automagically mangle
# DP: -fstack-protector-strong to -fstack-protector
no
3.9/lib2to3-no-pickled-grammar.diff no
3.9/sysconfigdata-name.diff no
3.10/distutils-install-layout.diff Debian: Add a distutils option --install-layout=deb This option:
- installs into $prefix/dist-packages instead of $prefix/site-packages.
- doesn't encode the python version into the egg name.
.
We install modules into dist-packages so that a local admin can build their
own cpython from source, and they won't see each others' installed modules.
This keeps Debian packaged applications working correctly, isolated from the
local cpython.
.
Customize site.py to import from Debian's dist-packages layout.
not-needed
3.10/distutils-link.diff # DP: Don't add standard library dirs to library_dirs and runtime_library_dirs. no
3.10/distutils-sysconfig.diff # DP: Get CONFIGURE_CFLAGS, CONFIGURE_CPPFLAGS, CONFIGURE_LDFLAGS from
# DP: the python build, when CFLAGS, CPPFLAGS, LDSHARED) are not set
# DP: in the environment.
no
3.10/multiarch.diff no
3.10/ext-no-libpython-link.diff # DP: Don't link extensions with the shared libpython library. no
3.10/multiarch-extname.diff # DP: Make sure to rename extensions to a tag including the MULTIARCH name

this patch can be dropped for python3.5 final, if the upstream chage is kept.
no
3.10/disable-some-tests.diff # DP: Disable some failing tests we are not interested in no
3.10/mangle-fstack-protector.diff # DP: When using GCC versions older than 4.9, automagically mangle
# DP: -fstack-protector-strong to -fstack-protector
no
3.10/lib2to3-no-pickled-grammar.diff no
3.11/distutils-install-layout.diff Debian: Add a distutils option --install-layout=deb This option:
- installs into $prefix/dist-packages instead of $prefix/site-packages.
- doesn't encode the python version into the egg name.
.
We install modules into dist-packages so that a local admin can build their
own cpython from source, and they won't see each others' installed modules.
This keeps Debian packaged applications working correctly, isolated from the
local cpython.
.
Customize site.py to import from Debian's dist-packages layout.
not-needed
3.11/distutils-link.diff # DP: Don't add standard library dirs to library_dirs and runtime_library_dirs. no
3.11/distutils-sysconfig.diff # DP: Get CONFIGURE_CFLAGS, CONFIGURE_CPPFLAGS, CONFIGURE_LDFLAGS from
# DP: the python build, when CFLAGS, CPPFLAGS, LDSHARED) are not set
# DP: in the environment.
no
3.11/multiarch.diff no
3.11/ext-no-libpython-link.diff # DP: Don't link extensions with the shared libpython library. no
3.11/multiarch-extname.diff # DP: Make sure to rename extensions to a tag including the MULTIARCH name

this patch can be dropped for python3.5 final, if the upstream chage is kept.
no
3.11/disable-some-tests.diff # DP: Disable some failing tests we are not interested in no
3.11/mangle-fstack-protector.diff # DP: When using GCC versions older than 4.9, automagically mangle
# DP: -fstack-protector-strong to -fstack-protector
no
3.11/lib2to3-no-pickled-grammar.diff no
3.12/lib2to3-no-pickled-grammar.diff no
3.12/add-imp-module.diff no
add-dbm-module.diff no
no-dbm.diff no

All known versions for source package 'python3-stdlib-extensions'

Links