Wed, 15 May 2024 12:09:56 UTC | login

Information for build copr-cli-1.89-1.fc33

ID166967
Package Namecopr-cli
Version1.89
Release1.fc33
Epoch
SummaryCommand line 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 latests builds. This package contains command line interface.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 13 Aug 2020 10:11:44 UTC
CompletedThu, 13 Aug 2020 10:11:44 UTC
Tags
f33
RPMs
src
copr-cli-1.89-1.fc33.src.rpm (info) (download)
noarch
copr-cli-1.89-1.fc33.noarch.rpm (info) (download)
Changelog * Tue Aug 11 2020 Pavel Raiskup <praiskup@redhat.com> 1.89-1 - copr get-package supports with_latest* args again - testsuite fixes for el6 - useful error message when new client runs against old frontend * Mon Aug 10 2020 Pavel Raiskup <praiskup@redhat.com> 1.88-1 - add command to list all builds of a project - more effective query of packages with their latest builds - point docs to the correct Fedora Copr instances * Tue Jun 09 2020 Pavel Raiskup <praiskup@redhat.com> 1.87-1 - enable deleting multiple builds from cli * Wed Mar 18 2020 Pavel Raiskup <praiskup@redhat.com> 1.86-1 - add script to list package build order in copr or koji - fix `copr mock-config` to use `dnf.conf/yum.conf` automatically * Wed Feb 05 2020 Pavel Raiskup <praiskup@redhat.com> 1.85-1 - new 'copr-cli build-module --distgit DISTGIT' option - make build-package honor the --background flag * Wed Jan 15 2020 Tomas Hrnciar <thrnciar@redhat.com> 1.84-1 - Don't spam when downloading build - fix chroot-list command to work on both python2 and python3 - add command to list all available chroots * Wed Dec 04 2019 Pavel Raiskup <praiskup@redhat.com> 1.83-1 - added module_hotfixes support - nicer mock-config (build config) api output - mock-config un-deprecated * Thu Oct 03 2019 Pavel Raiskup <praiskup@redhat.com> 1.82-1 - manpage: update API token url - support multilib projects - fix traceback when lost connection during copr-cli build - adding cheat for copr * Tue Aug 13 2019 Pavel Raiskup <praiskup@redhat.com> 1.81-1 - cli: pypi package needs to depend on 'humanize' * Mon Jul 29 2019 Pavel Raiskup <praiskup@redhat.com> 1.80-1 - drop pylint from BR - use humanize instead of format_size(); fix issue#724 * Wed Apr 24 2019 Jakub Kadlčík <frostyx@email.cz> 1.79-1 - add CLI for permissions - new --max-builds option - rename repos 'url' attribute to 'baseurl' - generate mock rootdir on client side - pass a repo priority to dnf config - Revert "[cli] fix copr mock-config" - support temporary projects - print helpful hints for config parsing errors - fix tests broken by PR#547 - fix copr-cli downloading parent directory for cancelled builds * Mon Feb 11 2019 Jakub Kadlčík <frostyx@email.cz> 1.78-1 - Don't catch exceptions inside action - Fix storing the custom script parameters - Properly rewrite download-build to use APIv3 - Do not require to set PyPI packagename when it is already set - When serializing munch omit the proxy object - Fix the APIv1 call in the aciton_new_webhook_secret function * Tue Jan 15 2019 Miroslav Suchý <msuchy@redhat.com> 1.77-1 - fix side_effect function arguments - fix assert_called_with params * Thu Jan 10 2019 Miroslav Suchý <msuchy@redhat.com> 1.76-1 - rewrite description of copr dirs feature. Use "tag" instead of "suffix". - explain copr_dir feature in man pages for build subcommand - improve naming of copr_dir in copr-cli interface to copr_repo - add support for copr dir to copr-cli - we also buildrequire python-copr with APIv3 support - add missing dependency on python-simplejson - depend on munch because of tests - have numbered string fields because of epel6 - fix copr mock-config * Fri Oct 19 2018 Miroslav Suchý <msuchy@redhat.com> 1.75-1 - 1639590 - print name of package when it is deleted - set variables for each build - print friendlier error when trying to upload a nonexisting file - put backend the deprecation warnings - better errors with --config - print just 'repos' to avoid yum/dnf confusion - depend on python-copr-1.89 - print additional repos and blank line between projects - rewrite unit tests to work with APIv3 - update resource properties - fix the order of arguments - json_dumps is not supposed to print anything - return proper status code - cast disable_createrepo to bool - write to stderr instead of printing - if ownername is not specified, use the one from config - remove deprecated tito and mock actions - rewrite copr-cli to use APIv3 - use git_dir_archive instead of git_dir_pack - pg#251 Make it possible for user to select pyp2rpm template * Thu Aug 30 2018 clime <clime@redhat.com> 1.74-1 - python-progress is not present in EL6 * Fri Aug 24 2018 clime <clime@redhat.com> 1.73-1 - pg#370 copr-cli new-webhook-secret fails - fix input under python2 * Thu Aug 23 2018 clime <clime@redhat.com> 1.72-1 - generate new webhook secret functionality in copr-cli - packaging: Python 2/3, RHEL/Fedora fixes