diff --git a/.gitignore b/.gitignore index 2b37249..1f242ef 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /copr-cli-1.53.tar.gz /copr-cli-1.54.tar.gz /copr-cli-1.55.tar.gz +/copr-cli-1.57.tar.gz diff --git a/copr-cli.spec b/copr-cli.spec index 7328397..5480f7e 100644 --- a/copr-cli.spec +++ b/copr-cli.spec @@ -12,7 +12,7 @@ %endif Name: copr-cli -Version: 1.55 +Version: 1.57 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 +Recommends: python3-progress %else BuildRequires: python2-devel BuildRequires: python-setuptools @@ -44,6 +45,9 @@ BuildRequires: python-copr Requires: python-setuptools Requires: python-copr >= 1.63 Requires: python-simplejson +%if 0%{?fedora} +Recommends: python-progress +%endif %endif %if 0%{?rhel} < 7 && 0%{?rhel} > 0 BuildRequires: python-argparse @@ -134,6 +138,13 @@ python3-pylint ./copr_cli/*.py || : %endif %changelog +* Mon Sep 19 2016 Miroslav Suchý 1.57-1 +- re-use PYTHONPATH in cli wrapper + +* Mon Sep 12 2016 Miroslav Suchý 1.56-1 +- require python-progress on Fedora +- fix for python-progress API + * Mon Aug 15 2016 clime 1.55-1 - Bug 1361344 - RFE: Allow denial of build deletion and resubmitting at project or group level diff --git a/sources b/sources index 8d22542..c5ece92 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -043ac6bb2988621a4d6fab1a467825e7 copr-cli-1.55.tar.gz +ab5f983a4d2706f7e7ab982d0a213be8 copr-cli-1.57.tar.gz