From 60feb422c91b1ba3758795412e7599a8f5d4348b Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Jun 21 2022 13:39:35 +0000 Subject: Automatic commit of package [copr-cli] release [1.101-1]. Created by command: /usr/bin/tito tag --- diff --git a/.tito/packages/copr-cli b/.tito/packages/copr-cli index 6d78fac..3a95298 100644 --- a/.tito/packages/copr-cli +++ b/.tito/packages/copr-cli @@ -1 +1 @@ -1.100-1 cli/ +1.101-1 cli/ diff --git a/cli/copr-cli.spec b/cli/copr-cli.spec index 9fc4607..f0c77af 100644 --- a/cli/copr-cli.spec +++ b/cli/copr-cli.spec @@ -9,7 +9,7 @@ %global min_python_copr_version 1.116.2.dev Name: copr-cli -Version: 1.100 +Version: 1.101 Release: 1%{?dist} Summary: Command line interface for COPR @@ -136,6 +136,9 @@ install -m 755 copr_cli/package_build_order.py %{buildroot}/%{_bindir}/package-b %changelog +* Tue Jun 21 2022 Jakub Kadlcik 1.101-1 +- Remove depraceted method `copr-cli buildfedpkg' + * Mon Apr 04 2022 Pavel Raiskup 1.100-1 - list-package-names now uses pagination - ensure that (error/info) logging is printed even without --debug diff --git a/cli/setup.py b/cli/setup.py index 9bee8b3..d4bad37 100644 --- a/cli/setup.py +++ b/cli/setup.py @@ -32,7 +32,7 @@ __url__ = "https://pagure.io/copr/copr" setup( name=__name__, - version="1.100", + version="1.101", description=__description__, long_description=long_description, author=__author__,