From 17a55bcd1d36290693751330f0aa870dc3aa1c77 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Aug 13 2019 14:49:18 +0000 Subject: Automatic commit of package [copr-cli] release [1.81-1]. Created by command: /usr/bin/tito tag --- diff --git a/.tito/packages/copr-cli b/.tito/packages/copr-cli index 92ca05f..c1ce17f 100644 --- a/.tito/packages/copr-cli +++ b/.tito/packages/copr-cli @@ -1 +1 @@ -1.80-1 cli/ +1.81-1 cli/ diff --git a/cli/copr-cli.spec b/cli/copr-cli.spec index d8d91a8..d1ee836 100644 --- a/cli/copr-cli.spec +++ b/cli/copr-cli.spec @@ -7,7 +7,7 @@ %endif Name: copr-cli -Version: 1.80 +Version: 1.81 Release: 1%{?dist} Summary: Command line interface for COPR @@ -114,6 +114,9 @@ install -p man/copr.1 %{buildroot}/%{_mandir}/man1/ %changelog +* Tue Aug 13 2019 Pavel Raiskup 1.81-1 +- cli: pypi package needs to depend on 'humanize' + * Mon Jul 29 2019 Pavel Raiskup 1.80-1 - drop pylint from BR - use humanize instead of format_size(); fix issue#724 diff --git a/cli/setup.py b/cli/setup.py index 1d491aa..905cf86 100644 --- a/cli/setup.py +++ b/cli/setup.py @@ -29,7 +29,7 @@ __url__ = "https://pagure.io/copr/copr" setup( name=__name__, - version="1.80", + version="1.81", description=__description__, long_description=long_description, author=__author__,