File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88%global osbs_obsolete_vr 0.14-2
99
1010Name: osbs-client
11- Version: 2.8.0
11+ Version: 2.8.1
1212Release: 1%{?dist }
1313
1414Summary: Python command line client for OpenShift Build Service
@@ -99,6 +99,9 @@ ln -s %{_bindir}/osbs-%{binaries_py_version} %{buildroot}%{_bindir}/osbs
9999
100100
101101%changelog
102+ * Thu Mar 06 2025 mkosiarc <mkosiarc@redhat.com> 2.8.1-1
103+ - new upstream release: 2.8.1
104+
102105* Wed Feb 26 2025 mkosiarc <mkosiarc@redhat.com> 2.8.0-1
103106- new upstream release: 2.8.0
104107
Original file line number Diff line number Diff line change 66of the BSD license. See the LICENSE file for details.
77"""
88
9- __version__ = "2.8.0 "
9+ __version__ = "2.8.1 "
Original file line number Diff line number Diff line change 1- 2.8.0 -1 ./
1+ 2.8.1 -1 ./
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def _get_requirements(path):
2424setup (
2525 name = "osbs-client" ,
2626 description = 'Python module and command line client for OpenShift Build Service' ,
27- version = "2.8.0 " ,
27+ version = "2.8.1 " ,
2828 author = 'Red Hat, Inc.' ,
2929 author_email = 'atomic-devel@projectatomic.io' ,
3030 url = 'https://github.com/containerbuildsystem/osbs-client' ,
You can’t perform that action at this time.
0 commit comments