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
>>>
This update has been unpushed.
Actually I have disabled auto-promote instead, so this doesn't get promoted at all.
I am going to remove python-pytest since we miss a dependency on python-jupyter-server, which can't be built at the moment because of missing dependencies.
All dependencies are now available in stable, so autopush can be reactivated on this update.
Installs fine inside a container:
[root@951d12f36e7f /]# 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 sgmllib
>>> import feedparser
>>>
Installs fine inside a container:
[root@01bf35b1227d /]# 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 sklearn
>>>
Installs fine inside a container:
[root@3e8fb662aded python-SecretStorage]# 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 w3lib
>>>
Both FEDORA-EPEL-2025-fa4b55ce47 and FEDORA-EPEL-2025-bfafb20bad were tested together by installing the packages inside a container. It installs fine and imports is ok too:
[root@1004b5be0d64 /]# 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 automat
>>> import constantly
>>> import twisted
>>>
Both FEDORA-EPEL-2025-fa4b55ce47 and FEDORA-EPEL-2025-bfafb20bad were tested together by installing the packages inside a container. It installs fine and imports is ok too:
[root@1004b5be0d64 /]# 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 automat
>>> import constantly
>>> import twisted
>>>
This may also explain new failures in the python-twisted package in rawhide (works on Fedora 42) with new failures with RSA signatures as well.
Installs fine inside a container:
[root@593b44d7c262 ~]# 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 hypothesmith
>>>
Installs fine inside a container:
and python-twine builds fine as well with that.