diff --git a/.gitignore b/.gitignore index 1f242ef..3081bfb 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /copr-cli-1.54.tar.gz /copr-cli-1.55.tar.gz /copr-cli-1.57.tar.gz +/copr-cli-1.58.tar.gz diff --git a/copr-cli.spec b/copr-cli.spec index 5480f7e..ece1c28 100644 --- a/copr-cli.spec +++ b/copr-cli.spec @@ -12,7 +12,7 @@ %endif Name: copr-cli -Version: 1.57 +Version: 1.58 Release: 1%{?dist} Summary: Command line interface for COPR @@ -37,6 +37,7 @@ BuildRequires: python3-pylint Requires: python3-setuptools Requires: python3-copr >= 1.63 Requires: python3-simplejson +Requires: python3-jinja2 Recommends: python3-progress %else BuildRequires: python2-devel @@ -45,6 +46,11 @@ BuildRequires: python-copr Requires: python-setuptools Requires: python-copr >= 1.63 Requires: python-simplejson +%if 0%{?fedora} > 23 +Requires: python2-jinja2 +%else +Requires: python-jinja2 +%endif %if 0%{?fedora} Recommends: python-progress %endif @@ -138,6 +144,17 @@ python3-pylint ./copr_cli/*.py || : %endif %changelog +* Thu Dec 01 2016 clime 1.58-1 +- `copr-cli edit-chroot` implemented (without modulemd uploading) +- add 'mock-config' command +- added auto-prune project's option +- Bug 1390067 - Progress speed/estimates are completely incorrect +- Bug 1389265 - Using groups with copr-cli is not easily discoverable +- brought unittests into passing state +- stripped down impl of building from dist-git +- Bug 1335168 - Delete build(s) from CLI +- disable network by default when creating new copr + * Mon Sep 19 2016 Miroslav Suchý 1.57-1 - re-use PYTHONPATH in cli wrapper diff --git a/sources b/sources index c5ece92..f8641c8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ab5f983a4d2706f7e7ab982d0a213be8 copr-cli-1.57.tar.gz +5ce9a9d11777c5f18480ced7f285c7f2 copr-cli-1.58.tar.gz