diff --git a/.tito/packages/copr-cli b/.tito/packages/copr-cli index 5a946c896..50c717104 100644 --- a/.tito/packages/copr-cli +++ b/.tito/packages/copr-cli @@ -1 +1 @@ -1.110-1 cli/ +1.111-1 cli/ diff --git a/cli/copr-cli.spec b/cli/copr-cli.spec index 21f3c3fd1..632ce0c61 100644 --- a/cli/copr-cli.spec +++ b/cli/copr-cli.spec @@ -9,7 +9,7 @@ %global min_python_copr_version 1.128.1 Name: copr-cli -Version: 1.110 +Version: 1.111 Release: 1%{?dist} Summary: Command line interface for COPR @@ -128,6 +128,12 @@ install -m 755 copr_cli/package_build_order.py %{buildroot}/%{_bindir}/package-b %changelog +* Fri Mar 01 2024 Pavel Raiskup 1.111-1 +- correctly check CoprDir name before uploading large SRPM +- assign fallback value from self.username +- fix `copr build` +args --help output +- typo in --namespace help output + * Tue Aug 15 2023 Pavel Raiskup 1.110-1 - priority=X support for copr DNF repositories added - new 'copr-cli download-build --logs' option added diff --git a/cli/setup.py b/cli/setup.py index 6f20dc020..21cd29412 100644 --- a/cli/setup.py +++ b/cli/setup.py @@ -30,7 +30,7 @@ setup( name=__name__, - version="1.110", + version="1.111", description=__description__, long_description=long_description, author=__author__,