From 98776aa29873dc7a1ddb83b4bb0d42d8ddc8c7ec Mon Sep 17 00:00:00 2001 From: clime Date: Jul 01 2016 13:34:38 +0000 Subject: Update copr-cli to 1.53-1 --- diff --git a/.gitignore b/.gitignore index 1879404..9b10e0f 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /copr-cli-1.50.tar.gz /copr-cli-1.51.tar.gz /copr-cli-1.52.tar.gz +/copr-cli-1.53.tar.gz diff --git a/copr-cli.spec b/copr-cli.spec index 791f19c..ca807a9 100644 --- a/copr-cli.spec +++ b/copr-cli.spec @@ -12,7 +12,7 @@ %endif Name: copr-cli -Version: 1.52 +Version: 1.53 Release: 1%{?dist} Summary: Command line interface for COPR @@ -29,11 +29,11 @@ BuildArch: noarch BuildRequires: asciidoc BuildRequires: libxslt BuildRequires: util-linux -BuildRequires: python3-pylint %if 0%{?use_python3} BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-copr +BuildRequires: python3-pylint Requires: python3-setuptools Requires: python3-copr >= 1.63 Requires: python3-simplejson @@ -106,7 +106,10 @@ install -p -m 644 man/copr-cli.1 %{buildroot}/%{_mandir}/man1/ install -p man/copr.1 %{buildroot}/%{_mandir}/man1/ %check +%if 0%{?with_python3} python3-pylint ./copr_cli/*.py || : +%endif + ./run_tests.sh || : %files @@ -131,6 +134,12 @@ python3-pylint ./copr_cli/*.py || : %endif %changelog +* Fri Jul 01 2016 clime 1.53-1 +- enable pylint checks only if python3 macro is enabled +- Bug 1335237 - copr create command missing --disable_createrepo +- --enable-net option added for create/modify commands of copr-cli +- added man entry about --unlisted-on-hp option of create command + * Thu Jun 16 2016 Miroslav Suchý 1.52-1 - configure more packages to run pylint - run checks for copr-cli diff --git a/sources b/sources index 3795e77..43c4356 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3fd66c03ca0aefb956a22a89b9624280 copr-cli-1.52.tar.gz +0dbb7dcb358aab6415de6490a283e170 copr-cli-1.53.tar.gz