Skip to content

Commit

Permalink
build: update qpc version to 1.8.2
Browse files Browse the repository at this point in the history
- Better output and exit code from incomplete commands.
- Minor performance updates and cleanup.
  • Loading branch information
infinitewarp committed Jul 15, 2024
1 parent 1d29927 commit d000ff3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/_build/qpc.1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.TH "qpc" "1" "May 06, 2024" "" "qpc"
.TH "qpc" "1" "July 15, 2024" "" "qpc"
.SH NAME
.sp
qpc \- Inspect and report on product entitlement metadata from various sources, including networks and systems management solutions.
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[project]
name = "qpc"
version = "1.8.1"
version = "1.8.2"
license = {file = "LICENSE"}
requires-python = ">=3.11,<3.13"
dynamic = ["scripts"]

[tool.poetry]
name = "qpc"
version = "1.8.1"
version = "1.8.2"
description = ""
classifiers=[
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
Expand Down
6 changes: 5 additions & 1 deletion qpc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Name: qpc
Summary: command-line client interface for quipucords

Version: 1.8.1
Version: 1.8.2
Release: 1%{?dist}
Epoch: 0

Expand Down Expand Up @@ -49,6 +49,10 @@ sed \
%{python3_sitelib}/qpc-*.egg-info/

%changelog
* Mon Jul 15 2024 Brad Smith <[email protected]> - 0:1.8.2-1
- Better output and exit code from incomplete commands.
- Minor performance updates and cleanup.

* Tue Jun 11 2024 Bruno Ciconelle <[email protected]> - 0:1.8.1-1
- Add support for aggregate report (Brad Smith)
- Upgrade python version to 3.12
Expand Down

0 comments on commit d000ff3

Please sign in to comment.