Changelog for
copr-cli-1.86-1.fc32.noarch.rpm :
* Wed Mar 18 2020 Pavel Raiskup
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 1.85-1- new \'copr-cli build-module --distgit DISTGIT\' option- make build-package honor the --background flag
* Wed Jan 15 2020 Tomas Hrnciar 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 1.83-1- added module_hotfixes support- nicer mock-config (build config) api output- mock-config un-deprecated
* Thu Oct 03 2019 Pavel Raiskup 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 1.81-1- cli: pypi package needs to depend on \'humanize\'
* Mon Jul 29 2019 Pavel Raiskup 1.80-1- drop pylint from BR- use humanize instead of format_size(); fix issue#724
* Wed Apr 24 2019 Jakub Kadlčík 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 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ý 1.77-1- fix side_effect function arguments- fix assert_called_with params
* Thu Jan 10 2019 Miroslav Suchý 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ý 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 1.74-1- python-progress is not present in EL6
* Fri Aug 24 2018 clime 1.73-1- pg#370 copr-cli new-webhook-secret fails- fix input under python2
* Thu Aug 23 2018 clime 1.72-1- generate new webhook secret functionality in copr-cli- packaging: Python 2/3, RHEL/Fedora fixes
* Mon Aug 06 2018 clime 1.71-1- %{python_sitelib} → %{python2_sitelib}
* Fri May 18 2018 clime 1.70-1- deprecate mock-config command
* Mon Apr 30 2018 Dominik Turecek 1.69-1fix non-passing unittests under f28+
* Thu Apr 26 2018 Dominik Turecek 1.68-1- simplify bar.finish logic- rpkg deployment into COPR - containers + releng continuation- #280 cli upload to nonexisting project makes terminal cursor disappear- #220 copr-cli doesn\'t display build progress in non-interactive terminal- add download-build --dest description to man page- add `copr delete-build` build into man pages