Sun, 28 Apr 2024 09:27:41 UTC | login

Information for build python-copr-1.108-1.fc33

ID192662
Package Namepython-copr
Version1.108
Release1.fc33
Epoch
SummaryPython interface for Copr
DescriptionCOPR 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.
Built bydavidlt
State complete
Volume DEFAULT
StartedSun, 31 Jan 2021 16:06:42 UTC
CompletedSun, 31 Jan 2021 16:06:42 UTC
Tags
f33
RPMs
src
python-copr-1.108-1.fc33.src.rpm (info) (download)
noarch
python-copr-doc-1.108-1.fc33.noarch.rpm (info) (download)
python3-copr-1.108-1.fc33.noarch.rpm (info) (download)
Changelog * Wed Jan 20 2021 Pavel Raiskup <praiskup@redhat.com> 1.108-1 - allow setting isolation option per chroot * Mon Nov 30 2020 Pavel Raiskup <praiskup@redhat.com> 1.107-1 - new mock --isolation option - deduplicate APIv3 build-chroot parameters * Wed Nov 11 2020 Pavel Raiskup <praiskup@redhat.com> 1.106-1 - bump to non-devel version * Mon Nov 09 2020 Jakub Kadlcik <frostyx@email.cz> 1.105.3.dev-1 - frontend, python: we cannot order chroots by name - python: synchronize the docs for build options - frontend, cli, python, rpmbuild: better bootstrap config - beaker-tests, cli, frontend, python, rpmbuild: add option to config bootstrap - all: run pytest with -vv in package build - common, cli, python, rpmbuild, frontend, backend: DistGit source method - python: Don't apply bind_proxy in BaseProxy __init__() * Tue Aug 11 2020 Pavel Raiskup <praiskup@redhat.com> 1.105-1 - drop a redundant %py3dir use * Tue Aug 11 2020 Pavel Raiskup <praiskup@redhat.com> 1.104-1 - copr-cli API for get-package to support with_latest* args again * Mon Aug 10 2020 Pavel Raiskup <praiskup@redhat.com> 1.103-1 - fix APIv3 build deletion - warn about deprecated APIv1 - fix v2 client is_a_group_project usage - show obsolete warning on all APIv1 and APIv2 pages - more effective query of packages with their latest builds * Tue Jun 09 2020 Pavel Raiskup <praiskup@redhat.com> 1.102-1 - fix large recursion problem - enable deleting multiple builds from cli * Wed Feb 05 2020 Pavel Raiskup <praiskup@redhat.com> 1.101-1 - allow to pick dist-git instance when building modules - fix traceback when wrong url to frontend is specified * Wed Jan 15 2020 Tomas Hrnciar <thrnciar@redhat.com> 1.100-1 - add command to list all available chroots * Wed Dec 04 2019 Pavel Raiskup <praiskup@redhat.com> 1.99-1 - add api support for module_hotfixes - nicer mock-config command output * Thu Oct 03 2019 Pavel Raiskup <praiskup@redhat.com> 1.98-1 - enable dynamic buildrequires on F31+ - drop comments after %endif * Thu Sep 26 2019 Pavel Raiskup <praiskup@redhat.com> 1.97-1 - python: fix API for marshmallow 3+ (#934) - frontend, cli, python: support multilib projects (#1) * Mon Jul 29 2019 Pavel Raiskup <praiskup@redhat.com> 1.96-1 - use plain %setup to fix FTBFS * Mon Jul 29 2019 Pavel Raiskup <praiskup@redhat.com> 1.95-1 - drop pylint from BR * Wed Apr 24 2019 Jakub Kadlčík <frostyx@email.cz> 1.94-1 - add CLI for permissions - support temporary projects - print friendly error on http when https is enforced - print helpful hints for config parsing errors - remove unnecessary PY3 condition - re-order spec {Build,}Requires - BuildRequires python3-mock - avoid 'collections.abc' warnings - handle timeout errors - remove old_status column from package table - fix wait function for custom List - remove dependency on python3-configparser