Skip to content

Commit

Permalink
Automatic commit of package [copr-cli] release [1.111-1].
Browse files Browse the repository at this point in the history
Created by command:

/usr/bin/tito tag
  • Loading branch information
praiskup committed Mar 1, 2024
1 parent 0fe201e commit 19c23e1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tito/packages/copr-cli
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.110-1 cli/
1.111-1 cli/
8 changes: 7 additions & 1 deletion cli/copr-cli.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -128,6 +128,12 @@ install -m 755 copr_cli/package_build_order.py %{buildroot}/%{_bindir}/package-b


%changelog
* Fri Mar 01 2024 Pavel Raiskup <[email protected]> 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 <[email protected]> 1.110-1
- priority=X support for copr DNF repositories added
- new 'copr-cli download-build --logs' option added
Expand Down
2 changes: 1 addition & 1 deletion cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

setup(
name=__name__,
version="1.110",
version="1.111",
description=__description__,
long_description=long_description,
author=__author__,
Expand Down

0 comments on commit 19c23e1

Please sign in to comment.