Name: | python3-copr |
---|---|
Version: | 2.2 |
Release: | 1.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 233029 |
License: | GPL-2.0-or-later |
RPM: | python3-copr-2.2-1.el9.noarch.rpm |
Source RPM: | python-copr-2.2-1.el9.src.rpm |
Build Date: | Mon Sep 08 2025 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/fedora-copr/copr |
Summary: | Python interface for Copr |
Description: | COPR is lightweight build system. It allows you to create new project in WebUI, and submit new builds and COPR will create yum repository from latest builds. This package contains python interface to access Copr service. Mostly useful for developers only. |
- Stop using deprecated %py3_build/%py3_install macros - Remove rhel7 conditions and remove python2 support
- doc: remove a non existent parameter from docstring - drop six dependency
- Allow admins to set storage for new projects
- Discourage from deleting objects while paginating over them - Suggest pagination only when a GET request timeouts
- don't fail project create action if the new exist_ok=False opt is used