Installs fine inside a CentOS Stream 10 container:
[root@184009a3a9ac src]# /usr/lib/jvm/java-24-openjdk/bin/java --version
openjdk 24.0.1 2025-04-15
OpenJDK Runtime Environment (Red_Hat-24.0.1.0.9-1) (build 24.0.1+9)
OpenJDK 64-Bit Server VM (Red_Hat-24.0.1.0.9-1) (build 24.0.1+9, mixed mode, sharing)
Note: the test subpackage of python-ipyparallel fails to install, but with https://bugzilla.redhat.com/show_bug.cgi?id=2348944 & https://src.fedoraproject.org/rpms/ipython/pull-request/91 it will be fixed. This pull request and this update have cyclic dependencies.
Works inside a container (note: I had to manually install python-nltk, as it was only recently pushed to stable, it's not fully replicated in all mirrors yet):
[root@e3703dc0ae88 /]# python3
Python 3.12.10 (main, Apr 9 2025, 00:00:00) [GCC 14.2.1 20250110 (Red Hat 14.2.1-7)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import lunr
>>>
Would it be possible to also submit a build of java-latest-openjdk for EPEL 10.1 ?
Runs correctly inside a container:
[root@c075cdf5f8ad python-deepdiff]# python3
Python 3.12.10 (main, Apr 9 2025, 00:00:00) [GCC 14.2.1 20250110 (Red Hat 14.2.1-7)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import mistune
>>>
Installs fine inside a container:
[root@add25d38c0ad tmp]# python3
Python 3.12.9 (main, Feb 4 2025, 00:00:00) [GCC 14.2.1 20250110 (Red Hat 14.2.1-7)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import orjson
>>>
Installs fine inside a container:
[root@c88b189c8970 /]# python3
Python 3.12.9 (main, Feb 4 2025, 00:00:00) [GCC 14.2.1 20250110 (Red Hat 14.2.1-7)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import isoduration
>>>
Installs fine inside a container:
[root@eb853f0ee684 ~]# python3
Python 3.12.9 (main, Feb 4 2025, 00:00:00) [GCC 14.2.1 20250110 (Red Hat 14.2.1-7)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import bleach
>>>
Installs fine inside a container:
[root@8acb93b4184f ruff]# ruff --version
ruff 0.11.0
Installs fine inside a container, and now the warning aboug missing soupsieve is no longer present, as expected:
[root@8acb93b4184f /]# python3
Python 3.12.9 (main, Feb 4 2025, 00:00:00) [GCC 14.2.1 20250110 (Red Hat 14.2.1-7)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import bs4
>>>
Installs fine inside a container:
[root@53a1051b5b94 ~]# python3
Python 3.12.9 (main, Feb 4 2025, 00:00:00) [GCC 14.2.1 20250110 (Red Hat 14.2.1-7)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import pika
>>>
Installs fine inside a container:
[root@53a1051b5b94 python-twine]# python3
Python 3.12.9 (main, Feb 4 2025, 00:00:00) [GCC 14.2.1 20250110 (Red Hat 14.2.1-7)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import keyring
>>>
and python-twine builds fine as well with that.
Installs fine inside a container:
[root@53a1051b5b94 yq]# python3
Python 3.12.9 (main, Feb 4 2025, 00:00:00) [GCC 14.2.1 20250110 (Red Hat 14.2.1-7)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import rfc3339_validator
>>>
Installs fine inside a container:
[root@53a1051b5b94 /]# python3
Python 3.12.9 (main, Feb 4 2025, 00:00:00) [GCC 14.2.1 20250110 (Red Hat 14.2.1-7)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import pika
>>>
Installs fine inside a container:
[root@f5cab61a7a72 /]# python3
Python 3.12.9 (main, Feb 4 2025, 00:00:00) [GCC 14.2.1 20250110 (Red Hat 14.2.1-7)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import parsel
>>> import dateparser
>>> import arrow
>>>
Installs fine inside a container:
[root@1e93ef837363 ~]# python3
Python 3.12.9 (main, Feb 4 2025, 00:00:00) [GCC 14.2.1 20250110 (Red Hat 14.2.1-7)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import jsonpickle
>>>
Installs fine inside a container:
[root@bb23227b0aae python-dateparser]# python3
Python 3.12.9 (main, Feb 4 2025, 00:00:00) [GCC 14.2.1 20250110 (Red Hat 14.2.1-7)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import cmarkgfm
>>> import readme_renderer
>>>
Inside a container, this now works fine: