forked from containerbuildsystem/osbs-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatic commit of package [osbs-client] release [2.6.0-1].
Created by command: /usr/bin/tito tag --use-version=2.6.0 --changelog=new upstream release: 2.6.0
- Loading branch information
Showing
4 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
%global osbs_obsolete_vr 0.14-2 | ||
|
||
Name: osbs-client | ||
Version: 2.5.0 | ||
Version: 2.6.0 | ||
Release: 1%{?dist} | ||
|
||
Summary: Python command line client for OpenShift Build Service | ||
|
@@ -99,6 +99,9 @@ ln -s %{_bindir}/osbs-%{binaries_py_version} %{buildroot}%{_bindir}/osbs | |
|
||
|
||
%changelog | ||
* Mon Mar 04 2024 Robert Cerven <[email protected]> 2.6.0-1 | ||
- new upstream release: 2.6.0 | ||
|
||
* Tue May 09 2023 Robert Cerven <[email protected]> 2.5.0-1 | ||
- new upstream release: 2.5.0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,4 @@ | |
of the BSD license. See the LICENSE file for details. | ||
""" | ||
|
||
__version__ = "2.5.0" | ||
__version__ = "2.6.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.5.0-1 ./ | ||
2.6.0-1 ./ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ def _get_requirements(path): | |
setup( | ||
name="osbs-client", | ||
description='Python module and command line client for OpenShift Build Service', | ||
version="2.5.0", | ||
version="2.6.0", | ||
author='Red Hat, Inc.', | ||
author_email='[email protected]', | ||
url='https://github.com/containerbuildsystem/osbs-client', | ||
|