.. _release_notes_2025_09_17: Highlights from 2025-09-17 release ================================== Enhancements ------------ - `#3689`_ - More resilient communication between Copr and Pulp - `#3497`_ - Support for branching new Fedora versions from Rawhide for projects stored in Pulp - `#3843`_ Stop using deprecated ``%py3_build`` and ``%py3_install`` macros in copr-keygen and copr-dist-git specfiles - Small helper script to query Pulp results more easily (e.g. what RPM packages do we have for this particular build ID and chroot name) - Show architecture statistics on the status page - Start using ``PUT`` and ``DELETE`` methods in the ``copr.v3`` client for appropriate endpoints. Don't worry, no breaking changes in the API itself, ``POST`` methods are supported as well. Bugfixes -------- - `#3832`_ Update email on login, logout after deleting user data, and other GDPR-related improvements - `#3883`_ - Fix API endpoint for deleting builds - `#3872`_ - Fix PyPI build method for not-normalized package names - `#3847`_ - Fix traceback caused by Log Detective buttons for builds that failed during the SRPM build phase .. _#3883: https://github.com/fedora-copr/copr/issues/3883 .. _#3497: https://github.com/fedora-copr/copr/issues/3497 .. _#3689: https://github.com/fedora-copr/copr/issues/3689 .. _#3843: https://github.com/fedora-copr/copr/issues/3843 .. _#3832: https://github.com/fedora-copr/copr/issues/3832 .. _#3872: https://github.com/fedora-copr/copr/issues/3872 .. _#3847: https://github.com/fedora-copr/copr/issues/3847