The following builds have been pushed to Fedora EPEL 9 updates-testing composer-2.8.11-1.el9 copr-cli-2.2-1.el9 copr-messaging-1.2-1.el9 copr-rpmbuild-1.4-1.el9 copr-selinux-1.57-1.el9 php-nikic-php-parser5-5.6.1-1.el9 python-copr-2.2-1.el9 python-copr-common-1.2-1.el9 root-6.36.04-1.el9 tmt-1.56.0-1.el9 xmount-1.2.0-1.el9
Details about builds: ================================================================================ composer-2.8.11-1.el9 (FEDORA-EPEL-2025-c3c0f829e8) Dependency Manager for PHP -------------------------------------------------------------------------------- Update Information: Version 2.8.11 - 2025-08-21 Fixed PHP 8.5 deprecation warnings (#12504, #12493, #12505) Fixed bump command handling of 0.x versions (#12468) Fixed psr-4 warnings being shown in some cases when using symlinked directories (#12480) Fixed audit command failing hard if any advisory constraint was invalid (#12507) -------------------------------------------------------------------------------- ChangeLog: * Wed Aug 27 2025 Remi Collet <r...@remirepo.net> - 2.8.11-1 - update to 2.8.11 -------------------------------------------------------------------------------- ================================================================================ copr-cli-2.2-1.el9 (FEDORA-EPEL-2025-eb0b476d7c) Command line interface for COPR -------------------------------------------------------------------------------- Update Information: New upstream versions of Copr client packages -------------------------------------------------------------------------------- ChangeLog: * Tue Aug 26 2025 Jakub Kadlcik <fros...@email.cz> 2.2-1 - Modernize spec file and drop old stuff -------------------------------------------------------------------------------- ================================================================================ copr-messaging-1.2-1.el9 (FEDORA-EPEL-2025-d3f5eb1702) Abstraction for Copr messaging listeners/publishers -------------------------------------------------------------------------------- Update Information: New upstream versions of Copr server packages -------------------------------------------------------------------------------- ChangeLog: * Tue Aug 26 2025 Jakub Kadlcik <fros...@email.cz> 1.2-1 - Stop using deprecated %py3_build/%py3_install macros -------------------------------------------------------------------------------- References: [ 1 ] Bug #2351386 - copr-backend fails to build with Python 3.14: TestActionWorkerManager.test_add_task_for_running_worker: TypeError: cannot pickle 'itertools.count' object https://bugzilla.redhat.com/show_bug.cgi?id=2351386 [ 2 ] Bug #2373920 - F43FailsToInstall: copr-frontend https://bugzilla.redhat.com/show_bug.cgi?id=2373920 [ 3 ] Bug #2377231 - copr-backend: Stop using deprecated %py3_build/%py3_install macros https://bugzilla.redhat.com/show_bug.cgi?id=2377231 [ 4 ] Bug #2377578 - python-copr-common: Stop using deprecated %py3_build/%py3_install macros https://bugzilla.redhat.com/show_bug.cgi?id=2377578 [ 5 ] Bug #2378523 - python-copr: Stop using deprecated %py3_build/%py3_install macros https://bugzilla.redhat.com/show_bug.cgi?id=2378523 -------------------------------------------------------------------------------- ================================================================================ copr-rpmbuild-1.4-1.el9 (FEDORA-EPEL-2025-d3f5eb1702) Run COPR build tasks -------------------------------------------------------------------------------- Update Information: New upstream versions of Copr server packages -------------------------------------------------------------------------------- ChangeLog: * Tue Aug 26 2025 Jakub Kadlcik <fros...@email.cz> 1.4-1 - Improve robustness and cooperation with backend - Pipe errors/warning out to builder-live.log - Make sure we use the latest dist-git-client -------------------------------------------------------------------------------- References: [ 1 ] Bug #2351386 - copr-backend fails to build with Python 3.14: TestActionWorkerManager.test_add_task_for_running_worker: TypeError: cannot pickle 'itertools.count' object https://bugzilla.redhat.com/show_bug.cgi?id=2351386 [ 2 ] Bug #2373920 - F43FailsToInstall: copr-frontend https://bugzilla.redhat.com/show_bug.cgi?id=2373920 [ 3 ] Bug #2377231 - copr-backend: Stop using deprecated %py3_build/%py3_install macros https://bugzilla.redhat.com/show_bug.cgi?id=2377231 [ 4 ] Bug #2377578 - python-copr-common: Stop using deprecated %py3_build/%py3_install macros https://bugzilla.redhat.com/show_bug.cgi?id=2377578 [ 5 ] Bug #2378523 - python-copr: Stop using deprecated %py3_build/%py3_install macros https://bugzilla.redhat.com/show_bug.cgi?id=2378523 -------------------------------------------------------------------------------- ================================================================================ copr-selinux-1.57-1.el9 (FEDORA-EPEL-2025-d3f5eb1702) SELinux module for COPR -------------------------------------------------------------------------------- Update Information: New upstream versions of Copr server packages -------------------------------------------------------------------------------- ChangeLog: * Tue Aug 26 2025 Jakub Kadlcik <fros...@email.cz> 1.57-1 - Modernize spec file and drop old stuff * Tue Mar 25 2025 Pavel Raiskup <prais...@redhat.com> 1.56-1 - unify bindir and sbindir -------------------------------------------------------------------------------- References: [ 1 ] Bug #2351386 - copr-backend fails to build with Python 3.14: TestActionWorkerManager.test_add_task_for_running_worker: TypeError: cannot pickle 'itertools.count' object https://bugzilla.redhat.com/show_bug.cgi?id=2351386 [ 2 ] Bug #2373920 - F43FailsToInstall: copr-frontend https://bugzilla.redhat.com/show_bug.cgi?id=2373920 [ 3 ] Bug #2377231 - copr-backend: Stop using deprecated %py3_build/%py3_install macros https://bugzilla.redhat.com/show_bug.cgi?id=2377231 [ 4 ] Bug #2377578 - python-copr-common: Stop using deprecated %py3_build/%py3_install macros https://bugzilla.redhat.com/show_bug.cgi?id=2377578 [ 5 ] Bug #2378523 - python-copr: Stop using deprecated %py3_build/%py3_install macros https://bugzilla.redhat.com/show_bug.cgi?id=2378523 -------------------------------------------------------------------------------- ================================================================================ php-nikic-php-parser5-5.6.1-1.el9 (FEDORA-EPEL-2025-e9cbdf6272) A PHP parser written in PHP - version 5 -------------------------------------------------------------------------------- Update Information: Version 5.6.1 (2025-08-13) Fixed Fixed Param::isPublic() for parameters with asymmetric visibility keyword. Fixed PHP 8.5 deprecation warnings for SplObjectStorage methods. Added Added cast kind attributes to Cast\Int_, Cast\Bool_ and Cast\String_. These allow distinguishing the deprecated versions of these casts. Version 5.6.0 (2025-07-27) Added [8.5] Added support for clone with arbitrary function arguments. This will be parsed as an Expr\FuncCall node, instead of the usual Expr\Clone_ node. [8.5] Permit declaration of function clone for use in stubs. [8.5] Added support for the pipe operator, represented by Expr\BinaryOp\Pipe. [8.5] Added support for the (void) cast, represented by Expr\Cast\Void_. [8.5] Added support for the final modifier on promoted properties. Added CallLike::getArg() to fetch an argument by position and name. -------------------------------------------------------------------------------- ChangeLog: * Thu Aug 14 2025 Remi Collet <r...@remirepo.net> - 5.6.1-1 - update to 5.6.1 -------------------------------------------------------------------------------- ================================================================================ python-copr-2.2-1.el9 (FEDORA-EPEL-2025-eb0b476d7c) Python interface for Copr -------------------------------------------------------------------------------- Update Information: New upstream versions of Copr client packages -------------------------------------------------------------------------------- ChangeLog: * Tue Aug 26 2025 Jakub Kadlcik <fros...@email.cz> 2.2-1 - Stop using deprecated %py3_build/%py3_install macros - Remove rhel7 conditions and remove python2 support -------------------------------------------------------------------------------- ================================================================================ python-copr-common-1.2-1.el9 (FEDORA-EPEL-2025-d3f5eb1702) Python code used by Copr -------------------------------------------------------------------------------- Update Information: New upstream versions of Copr server packages -------------------------------------------------------------------------------- ChangeLog: * Tue Aug 26 2025 Jakub Kadlcik <fros...@email.cz> 1.2-1 - Specify reason for running createrepo - Improve robustness and cooperation between backend and rpmbuild - Remove license classifier - Modernize specfile using pyproject macro -------------------------------------------------------------------------------- References: [ 1 ] Bug #2351386 - copr-backend fails to build with Python 3.14: TestActionWorkerManager.test_add_task_for_running_worker: TypeError: cannot pickle 'itertools.count' object https://bugzilla.redhat.com/show_bug.cgi?id=2351386 [ 2 ] Bug #2373920 - F43FailsToInstall: copr-frontend https://bugzilla.redhat.com/show_bug.cgi?id=2373920 [ 3 ] Bug #2377231 - copr-backend: Stop using deprecated %py3_build/%py3_install macros https://bugzilla.redhat.com/show_bug.cgi?id=2377231 [ 4 ] Bug #2377578 - python-copr-common: Stop using deprecated %py3_build/%py3_install macros https://bugzilla.redhat.com/show_bug.cgi?id=2377578 [ 5 ] Bug #2378523 - python-copr: Stop using deprecated %py3_build/%py3_install macros https://bugzilla.redhat.com/show_bug.cgi?id=2378523 -------------------------------------------------------------------------------- ================================================================================ root-6.36.04-1.el9 (FEDORA-EPEL-2025-ab42f2f069) Numerical data analysis framework -------------------------------------------------------------------------------- Update Information: ROOT 6.36.04 -------------------------------------------------------------------------------- ChangeLog: * Mon Aug 25 2025 Mattias Ellert <mattias.ell...@physics.uu.se> - 6.36.04-1 - Update to 6.36.04 * Wed Aug 20 2025 Jerry James <loganje...@gmail.com> - 6.36.02-7 - Rebuild for tbb 2022.2.0 * Tue Aug 19 2025 Mattias Ellert <mattias.ell...@physics.uu.se> - 6.36.02-6 - Support libarrow 21 * Mon Aug 18 2025 Orion Poplawski <or...@nwra.com> - 6.36.02-5 - Rebuild for libarrow 21 * Fri Aug 15 2025 Python Maint <python-ma...@redhat.com> - 6.36.02-4 - Rebuilt for Python 3.14.0rc2 bytecode * Wed Aug 13 2025 Orion Poplawski <or...@nwra.com> - 6.36.02-3 - Rebuild for libarrow 21 * Fri Jul 25 2025 Fedora Release Engineering <rel...@fedoraproject.org> - 6.36.02-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #2390735 - root-6.36.04 is available https://bugzilla.redhat.com/show_bug.cgi?id=2390735 -------------------------------------------------------------------------------- ================================================================================ tmt-1.56.0-1.el9 (FEDORA-EPEL-2025-c9b890f169) Test Management Tool -------------------------------------------------------------------------------- Update Information: Automatic update for tmt-1.56.0-1.el9. Changelog for tmt * Thu Aug 28 2025 Packit <he...@packit.dev> - 1.56.0-1 - Update to version 1.56.0 -------------------------------------------------------------------------------- ChangeLog: * Thu Aug 28 2025 Packit <he...@packit.dev> - 1.56.0-1 - Update to version 1.56.0 -------------------------------------------------------------------------------- ================================================================================ xmount-1.2.0-1.el9 (FEDORA-EPEL-2025-7f6834d4ea) A on-the-fly convert for multiple hard disk image types -------------------------------------------------------------------------------- Update Information: Rebase to new upstream and update to 1.2.0 -------------------------------------------------------------------------------- ChangeLog: * Thu Aug 21 2025 Nicolas Chauvet <kwiz...@gmail.com> - 1.2.0-1 - Update to 1.2.0 * Fri Jul 25 2025 Fedora Release Engineering <rel...@fedoraproject.org> - 0.7.6-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Sun Jan 19 2025 Fedora Release Engineering <rel...@fedoraproject.org> - 0.7.6-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Thu Jul 25 2024 Miroslav Suchý <msu...@redhat.com> - 0.7.6-16 - convert license to SPDX * Sat Jul 20 2024 Fedora Release Engineering <rel...@fedoraproject.org> - 0.7.6-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Sat Jan 27 2024 Fedora Release Engineering <rel...@fedoraproject.org> - 0.7.6-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --------------------------------------------------------------------------------
-- _______________________________________________ epel-devel mailing list -- epel-devel@lists.fedoraproject.org To unsubscribe send an email to epel-devel-le...@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.org Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue