From 6bd9921516c2414ccc5284a01e38c0e82c856a19 Mon Sep 17 00:00:00 2001 From: Silvie Chlupova Date: Sep 30 2021 17:26:09 +0000 Subject: Automatic commit of package [copr-cli] release [1.96-1]. Created by command: /usr/bin/tito tag --- diff --git a/.tito/packages/copr-cli b/.tito/packages/copr-cli index aaf26ae..07c9875 100644 --- a/.tito/packages/copr-cli +++ b/.tito/packages/copr-cli @@ -1 +1 @@ -1.95-1 cli/ +1.96-1 cli/ diff --git a/cli/copr-cli.spec b/cli/copr-cli.spec index 8e2f25a..c870603 100644 --- a/cli/copr-cli.spec +++ b/cli/copr-cli.spec @@ -9,7 +9,7 @@ %global min_python_copr_version 1.105.2.dev Name: copr-cli -Version: 1.95 +Version: 1.96 Release: 1%{?dist} Summary: Command line interface for COPR @@ -127,6 +127,11 @@ install -m 755 copr_cli/package_build_order.py %{buildroot}/%{_bindir}/package-b %changelog +* Thu Sep 30 2021 Silvie Chlupova 1.96-1 +- frontend: speedup for listing builds via APIv3 +- cli: print JSON list continuously, not at once when all items are fetched +- cli: add regenerate-repos command + * Wed Aug 25 2021 Pavel Raiskup 1.95-1 - add parameters for disabling appstream generation - let exceptions flow to the main function diff --git a/cli/setup.py b/cli/setup.py index e674516..af2e075 100644 --- a/cli/setup.py +++ b/cli/setup.py @@ -30,7 +30,7 @@ __url__ = "https://pagure.io/copr/copr" setup( name=__name__, - version="1.95", + version="1.96", description=__description__, long_description=long_description, author=__author__,