Hello folks,
just a heads up that according to https://access.redhat.com/support/policy/updates/rhel-app-streams-life-cycle... the Python 3.8 application stream will be retired in May 2023 (I suppose at the end).
$ repoquery -q --repo=epel8 --whatrequires /usr/bin/python3.8 --whatrequires 'python(abi) = 3.8' --whatrequires 'libpython3.8.so.1.0()(64bit)' | pkgname git-revise openscap-report pagure-ev pagure-milters python38-click python38-dateutil python38-freezegun python38-git-revise python38-hvac python38-hypothesis python38-itsdangerous python38-jmespath python38-jsonschema python38-ldap python38-netaddr python38-netaddr-shell python38-ntlm-auth python38-pyasn1 python38-pyasn1-modules python38-pynetbox python38-pyrsistent python38-pytest-runner python38-radicale3 python38-requests_ntlm python38-setuptools_scm python38-textfsm python38-toml python38-winrm python38-xmltodict radicale3
$ repoquery ... --source | pkgname openscap-report pagure python-git-revise python38-click-epel python38-dateutil-epel python38-freezegun-epel python38-hvac python38-hypothesis-epel python38-itsdangerous-epel python38-jmespath python38-jsonschema-epel python38-ldap-epel python38-netaddr-epel python38-ntlm-auth-epel python38-pyasn1-epel python38-pynetbox python38-pyrsistent-epel python38-pytest-runner-epel python38-requests_ntlm-epel python38-setuptools_scm-epel python38-textfsm-epel python38-toml-epel python38-winrm-epel python38-xmltodict-epel radicale
On Thu, May 18, 2023 at 3:17 AM Miro Hrončok mhroncok@redhat.com wrote:
Hello folks,
just a heads up that according to https://access.redhat.com/support/policy/updates/rhel-app-streams-life-cycle... the Python 3.8 application stream will be retired in May 2023 (I suppose at the end).
Yes, at the end of May.
For clarity, the content will still be available however it will no longer be updated or supported.
Miro, do you have recommendations to the EPEL maintainers? E.g. Upgrade to python39/python3.11, or use the system-level python?
josh
$ repoquery -q --repo=epel8 --whatrequires /usr/bin/python3.8 --whatrequires 'python(abi) = 3.8' --whatrequires 'libpython3.8.so.1.0()(64bit)' | pkgname git-revise openscap-report pagure-ev pagure-milters python38-click python38-dateutil python38-freezegun python38-git-revise python38-hvac python38-hypothesis python38-itsdangerous python38-jmespath python38-jsonschema python38-ldap python38-netaddr python38-netaddr-shell python38-ntlm-auth python38-pyasn1 python38-pyasn1-modules python38-pynetbox python38-pyrsistent python38-pytest-runner python38-radicale3 python38-requests_ntlm python38-setuptools_scm python38-textfsm python38-toml python38-winrm python38-xmltodict radicale3
$ repoquery ... --source | pkgname openscap-report pagure python-git-revise python38-click-epel python38-dateutil-epel python38-freezegun-epel python38-hvac python38-hypothesis-epel python38-itsdangerous-epel python38-jmespath python38-jsonschema-epel python38-ldap-epel python38-netaddr-epel python38-ntlm-auth-epel python38-pyasn1-epel python38-pynetbox python38-pyrsistent-epel python38-pytest-runner-epel python38-requests_ntlm-epel python38-setuptools_scm-epel python38-textfsm-epel python38-toml-epel python38-winrm-epel python38-xmltodict-epel radicale
-- Miro Hrončok -- Phone: +420777974800 IRC: mhroncok _______________________________________________ epel-devel mailing list -- epel-devel@lists.fedoraproject.org To unsubscribe send an email to epel-devel-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/epel-devel@lists.fedoraproject... Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
On 18. 05. 23 13:25, Josh Boyer wrote:
On Thu, May 18, 2023 at 3:17 AM Miro Hrončokmhroncok@redhat.com wrote:
Hello folks,
just a heads up that according to https://access.redhat.com/support/policy/updates/rhel-app-streams-life-cycle... the Python 3.8 application stream will be retired in May 2023 (I suppose at the end).
Yes, at the end of May.
For clarity, the content will still be available however it will no longer be updated or supported.
Miro, do you have recommendations to the EPEL maintainers? E.g. Upgrade to python39/python3.11, or use the system-level python?
Well, using the "system-level" Python is probably out of the question, I suppose if that was possible, EPEL maintainers would do that in the first place.
If you chose 3.8 for you app because 3.6 was too old (e.g. the case of git-revise), I suggest switching to 3.11 if possible (or at least to 3.9).
As for all the "library" packages, I have no idea what to recommend. I'd say keeping them in the repos does not do much harm, considering that is what RHEL is doing anyway.
However, I'd strongly advise against packaging new EPEL packages for Python 3.8.
epel-devel@lists.fedoraproject.org