Comments

212 Comments

Inside a container, this now works fine:

[root@c58842745572 /]# dnf install -y --enablerepo=epel-testing python3-ipyparallel+test
BZ#2373973 python3-ipyparallel+test: fails to install from EPEL 10.1

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)
BZ#2347192 Please branch and build python-jupyter-client in epel10
BZ#2347200 Please branch and build python-ipykernel in epel10
BZ#2347201 Please branch and build python-pytest-jupyter in epel10
BZ#2347202 Please branch and build python-ipyparallel in epel10
BZ#2347203 Please branch and build python-jupyter-server in epel10
BZ#2347204 Please branch and build python-jupyter-lsp in epel10
BZ#2347207 Please branch and build python-notebook-shim in epel10
BZ#2347208 Please branch and build jupyterlab in epel10
BZ#2347209 Please branch and build python-notebook in epel10
BZ#2347210 Please branch and build python-ipywidgets in epel10
BZ#2348939 Please branch and build python-jupyter-events in epel10
BZ#2348953 Please branch and build python-nbconvert in epel10
BZ#2349143 Please branch and build python-nbclient in epel10
BZ#2352773 Please branch and build python-jsonschema-epel in epel10
BZ#2356015 Please branch and build python-jupyterlab-widgets in epel10
BZ#2356017 Please branch and build python-widgetsnbextension in epel10
BZ#2356020 Please branch and build python-ipykernel in epel10 in non-bootstrap mode.
BZ#2357621 Please branch and build python-jupyterlab-server in epel10

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
>>>
BZ#2342173 Please branch and build python-lunr in epel10

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
>>>
BZ#2356480 Please branch and build python-mistune in epel10

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
>>>
BZ#2356388 Please branch and build python-orjson in epel10

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
>>>
BZ#2349159 Please branch and build python-isoduration in epel10

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
>>>
BZ#2356481 Please branch and build python-bleach in epel10

Installs fine inside a container:

[root@8acb93b4184f ruff]# ruff --version
ruff 0.11.0
BZ#2330269 Please branch and build ruff in epel10

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
>>>
BZ#2320857 Please branch and build python3-pika in epel10

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.

BZ#2319785 Please branch and build python-keyring for EPEL 10
BZ#2348947 Please branch and build python-rfc3339-validator in epel10

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
>>>
BZ#2348947 Please branch and build python-rfc3339-validator in epel10

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
>>>
BZ#2320857 Please branch and build python3-pika in epel10

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
>>>
BZ#2347063 Please branch and build python-dateparser in epel10
BZ#2349160 Please branch and build python-arrow in epel10
BZ#2349164 Please branch and build python-parsel in epel10

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
>>>
BZ#2332462 build python-jsonpickle for epel10

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
>>>
BZ#2345506 Please branch and build python-readme-renderer in epel10
BZ#2345509 Please branch and build python-cmarkgfm in epel10