From e54f8d2572f3577f61b27c4b2d68fae1dc577fb6 Mon Sep 17 00:00:00 2001 From: clime Date: Jul 01 2016 12:16:28 +0000 Subject: Update copr-cli to 1.52-1 --- diff --git a/.gitignore b/.gitignore index c47094a..1879404 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /copr-cli-1.49.tar.gz /copr-cli-1.50.tar.gz /copr-cli-1.51.tar.gz +/copr-cli-1.52.tar.gz diff --git a/copr-cli.spec b/copr-cli.spec index c1cda19..791f19c 100644 --- a/copr-cli.spec +++ b/copr-cli.spec @@ -12,7 +12,7 @@ %endif Name: copr-cli -Version: 1.51 +Version: 1.52 Release: 1%{?dist} Summary: Command line interface for COPR @@ -29,6 +29,7 @@ BuildArch: noarch BuildRequires: asciidoc BuildRequires: libxslt BuildRequires: util-linux +BuildRequires: python3-pylint %if 0%{?use_python3} BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -104,6 +105,10 @@ install -d %{buildroot}%{_mandir}/man1 install -p -m 644 man/copr-cli.1 %{buildroot}/%{_mandir}/man1/ install -p man/copr.1 %{buildroot}/%{_mandir}/man1/ +%check +python3-pylint ./copr_cli/*.py || : +./run_tests.sh || : + %files %{!?_licensedir:%global license %doc} %license LICENSE @@ -126,6 +131,25 @@ install -p man/copr.1 %{buildroot}/%{_mandir}/man1/ %endif %changelog +* Thu Jun 16 2016 Miroslav Suchý 1.52-1 +- configure more packages to run pylint +- run checks for copr-cli +- man page for --background of copr-cli +- add --background option to new build in CLI +- man entries for copr-cli package actions + tests update +- Add syntax for working with group projects to the man page. +- honor standard build options for build-package cmd + use + package.has_source_type_set in API +- _No_ to Url & Upload package types +- man: add examples +- experimental support of building packages + with copr-cli +- list-package-names cmd added + build-package cmd implementation thub +- added --with-all-builds, --with-latest- + build and --with-latest-succeeded-build options for list-packages and get- + package cmds +- support forking via CLI + * Thu May 26 2016 clime 1.51-1 - support for package manipulation - added watch-build subcommand diff --git a/sources b/sources index d295cff..3795e77 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -648aa2890446ded91d7f8a0f1bc18dc2 copr-cli-1.51.tar.gz +3fd66c03ca0aefb956a22a89b9624280 copr-cli-1.52.tar.gz