From 7ba2f4389ed8888fb94590b674be154669a5f323 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Oct 03 2019 05:58:11 +0000 Subject: Automatic commit of package [copr-cli] release [1.82-1]. Created by command: /usr/bin/tito tag --- diff --git a/.tito/packages/copr-cli b/.tito/packages/copr-cli index c1ce17f..e3c1c82 100644 --- a/.tito/packages/copr-cli +++ b/.tito/packages/copr-cli @@ -1 +1 @@ -1.81-1 cli/ +1.82-1 cli/ diff --git a/cli/copr-cli.spec b/cli/copr-cli.spec index 83707f4..da92224 100644 --- a/cli/copr-cli.spec +++ b/cli/copr-cli.spec @@ -7,7 +7,7 @@ %endif Name: copr-cli -Version: 1.81 +Version: 1.82 Release: 1%{?dist} Summary: Command line interface for COPR @@ -120,6 +120,12 @@ ln -s %{_datadir}/cheat/copr-cli %{buildroot}%{_datadir}/cheat/copr %changelog +* 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' diff --git a/cli/setup.py b/cli/setup.py index 905cf86..33f47c9 100644 --- a/cli/setup.py +++ b/cli/setup.py @@ -29,7 +29,7 @@ __url__ = "https://pagure.io/copr/copr" setup( name=__name__, - version="1.81", + version="1.82", description=__description__, long_description=long_description, author=__author__,