Python-3 Interpreter

Edit Package python311
http://www.python.org/

Python is an interpreted, object-oriented programming language, and is often compared to Tcl, Perl, Scheme, or Java.
Python-3 is the next step in Python language evolution.

Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename Size Changed
CVE-2023-52425-libexpat-2.6.0-backport.patch 0000008301 8.11 KB
CVE-2023-52425-remove-reparse_deferral-tests.patch 0000002224 2.17 KB
CVE-2025-0938-sq-brackets-domain-names.patch 0000007521 7.34 KB
F00251-change-user-install-location.patch 0000009402 9.18 KB
PACKAGING-NOTES 0000001126 1.1 KB
Python-3.11.11.tar.xz 0020085792 19.2 MB
Python-3.11.11.tar.xz.sigstore 0000004971 4.85 KB
README.SUSE 0000001683 1.64 KB
_multibuild 0000000078 78 Bytes
add-loongarch64-support.patch 0000000793 793 Bytes
baselibs.conf 0000000043 43 Bytes
bluez-devel-vendor.tar.xz 0000025040 24.5 KB
bpo-31046_ensurepip_honours_prefix.patch 0000006990 6.83 KB
bsc1221260-test_asyncio-ResourceWarning.patch 0000000732 732 Bytes
bso1227999-reproducible-builds.patch 0000001441 1.41 KB
distutils-reproducible-compile.patch 0000000615 615 Bytes
externally_managed.in 0000000570 570 Bytes
fix_configure_rst.patch 0000001347 1.32 KB
gh120226-fix-sendfile-test-kernel-610.patch 0000001470 1.44 KB
idle3.appdata.xml 0000001719 1.68 KB
idle3.desktop 0000000253 253 Bytes
import_failed.map 0000000326 326 Bytes
import_failed.py 0000000706 706 Bytes
macros.python3 0000001031 1.01 KB
no-skipif-doctests.patch 0000015517 15.2 KB
pre_checkin.sh 0000002150 2.1 KB
python-3.3.0b1-fix_date_time_compiler.patch 0000001082 1.06 KB
python-3.3.0b1-localpath.patch 0000000522 522 Bytes
python-3.3.0b1-test-posix_fadvise.patch 0000000629 629 Bytes
python.keyring 0000006884 6.72 KB
python311-rpmlintrc 0000000214 214 Bytes
python311.changes 0000257948 252 KB
python311.spec 0000035921 35.1 KB
skip-test_pyobject_freed_is_freed.patch 0000000824 824 Bytes
skip_if_buildbot-extend.patch 0000000582 582 Bytes
skipped_tests.py 0000001872 1.83 KB
subprocess-raise-timeout.patch 0000000769 769 Bytes
Comments 2

Xu Zhao's avatar

There is a dependency cycle defined in the spec file:

%package -n %{python_pkg_name}-base
Summary:        Python 3 Interpreter and Stdlib Core
Requires:       libpython%{so_version} = %{version}
%package -n libpython%{so_version}
Summary:        Python Interpreter shared library
Requires:       %{python_pkg_name}-base >= %{version}

Matej Cepl's avatar

Yes, and? Remember, both these packages are build together, so they are available together. We want to make sure that one cannot be installed without the other. What’s the problem?

openSUSE Build Service is sponsored by