Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-lldb15-15.0.7-15.3 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: python3-lldb15 Distribution: openSUSE Tumbleweed
Version: 15.0.7 Vendor: openSUSE
Release: 15.3 Build date: Tue Aug 5 23:57:03 2025
Group: Development/Libraries/Python Build host: reproducible
Size: 772939 Source RPM: llvm15-15.0.7-15.3.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.llvm.org/
Summary: Python bindings for liblldb
This package contains the Python bindings for LLDB. It also contains
pretty printers for the C++ standard library.

Provides

Requires

License

Apache-2.0 WITH LLVM-exception AND NCSA

Changelog

* Tue Aug 05 2025 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Add compiler-rt-remove-termio-interceptors.patch to fix build
    with glibc 2.42. (boo#1247576)
* Thu Jul 24 2025 Bernhard Wiedemann <bwiedemann@suse.de>
  - Disable ASLR during build to make libomp.so reproducible (boo#1199076)
* Fri Jul 11 2025 Bernhard Wiedemann <bwiedemann@suse.com>
  - Add reproducible.patch to make libomp.so reproducible (boo#1199076)
  - Replace usage of %jobs for reproducible builds (boo#1237231)
* Sat Jun 21 2025 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Add llvm-fix-gcc15-build.patch to fix build with GCC 15.
* Thu Mar 06 2025 Daniel Garcia <daniel.garcia@suse.com>
  - Add patches, to actually fix the build with Python 3.13:
    * libcxx-use-shlex-quote.patch
    * libcxx-remove-unused-imports.patch
    * lldb-support-python-3.13.patch
    * use-shlex-quote.patch
* Sat Nov 16 2024 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Apply clang-shlib-symbol-versioning.patch to add symbol versions
    to libclang-cpp.so similar to libLLVM.so. This is required when
    multiple versions of the library are loaded into the same
    process. (boo#1219405, boo#1221183, boo#1233220)
* Tue Aug 20 2024 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Add minor version to Python shebangs. (boo#1212476)
  - Remove shebang and executable bit where not needed.
* Wed Apr 03 2024 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Use old conflicts/provides for python3-clang on Leap.
* Wed Mar 06 2024 Michael Gorse <mgorse@suse.com>
  - Explicitly define PYTHON3_EXECUTABLE, since python 3.11 is being
    pulled in by cmake in SLE-15-SP6.
* Mon Mar 04 2024 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Fix PowerPC triples: use powerpc[64[le]] instead of ppc[64[le]].
  - Require 8 GB memory for 64-bit architectures to prevent OOM.
  - Disable test that fails on ppc64le.
* Fri Mar 01 2024 pgajdos@suse.com
  - Use %patch -P N instead of deprecated %patchN.
* Thu Jan 11 2024 Fabian Vogt <fvogt@suse.com>
  - Use %_target_* for determining the compiler host triple (boo#1218701)
* Thu Nov 30 2023 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Manage clang-cpp with update-alternatives like other binaries.
* Thu Oct 19 2023 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Disable zstd support for now regardless of whether libzstd-devel
    is installed. (boo#1216121)
* Thu Jun 15 2023 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Make python3-clang noarch again and fix conflicts/provides to
    point to %python3_sitelib instead of %python3_sitearch.
* Sat Mar 11 2023 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Add llvm-suse-implicit-gnu.patch to recognize <arch>-suse-linux
    as implicitly GNU. Without this we would get library calls for
    fused-multiply-add even if it's available in hardware.
  - Add openmp-drop-rpath.patch: backport revert of adding RUNPATH
    to openmp executables. (boo#1206837)
* Thu Mar 09 2023 Dirk Müller <dmueller@suse.com>
  - update constraints to exclude workers with very slow CPU
* Sat Jan 14 2023 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Update to version 15.0.7.
    * This release contains bug-fixes for the LLVM 15.0.0 release.
      This release is API and ABI compatible with 15.0.0.
  - Rebase llvm-do-not-install-static-libraries.patch.
  - Build stage 2 with -fno-plt on x86_64: since building with
    - Wl,-z,now the PLT stubs are basically dead code, so eliminating
    the indirection reduces the number of branches and improves code
    locality for the quite frequent cross-DSO calls.
  - Add llvm-workaround-superfluous-branches.patch: hints LLVM to
    eliminate branches until gh#llvm/llvm-project#28804 is solved.

Files

/usr/lib64/python3.13/site-packages/lldb
/usr/lib64/python3.13/site-packages/lldb/__init__.py
/usr/lib64/python3.13/site-packages/lldb/_lldb.cpython-313-x86_64-linux-gnu.so
/usr/lib64/python3.13/site-packages/lldb/embedded_interpreter.py
/usr/lib64/python3.13/site-packages/lldb/formatters
/usr/lib64/python3.13/site-packages/lldb/formatters/Logger.py
/usr/lib64/python3.13/site-packages/lldb/formatters/__init__.py
/usr/lib64/python3.13/site-packages/lldb/formatters/attrib_fromdict.py
/usr/lib64/python3.13/site-packages/lldb/formatters/cache.py
/usr/lib64/python3.13/site-packages/lldb/formatters/cpp
/usr/lib64/python3.13/site-packages/lldb/formatters/cpp/__init__.py
/usr/lib64/python3.13/site-packages/lldb/formatters/cpp/gnu_libstdcpp.py
/usr/lib64/python3.13/site-packages/lldb/formatters/cpp/libcxx.py
/usr/lib64/python3.13/site-packages/lldb/formatters/metrics.py
/usr/lib64/python3.13/site-packages/lldb/formatters/synth.py
/usr/lib64/python3.13/site-packages/lldb/lldb-argdumper
/usr/lib64/python3.13/site-packages/lldb/plugins
/usr/lib64/python3.13/site-packages/lldb/plugins/__init__.py
/usr/lib64/python3.13/site-packages/lldb/plugins/scripted_process.py
/usr/lib64/python3.13/site-packages/lldb/utils
/usr/lib64/python3.13/site-packages/lldb/utils/__init__.py
/usr/lib64/python3.13/site-packages/lldb/utils/in_call_stack.py
/usr/lib64/python3.13/site-packages/lldb/utils/symbolication.py
/usr/share/licenses/python3-lldb15
/usr/share/licenses/python3-lldb15/CREDITS.TXT
/usr/share/licenses/python3-lldb15/LICENSE.TXT


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Mar 5 22:58:08 2026