~wombelix/obsctl

3642a8faec94d2c285af2e9633e035a10bbf304b — Neal Gompa 1 year, 8 months ago b2881cb 0.7.0
Release 0.7.0
2 files changed, 5 insertions(+), 2 deletions(-)

M dist/obsctl.spec
M setup.py
M dist/obsctl.spec => dist/obsctl.spec +4 -1
@@ 10,7 10,7 @@


Name:           obsctl
Version:        0.6.0
Version:        0.7.0
Release:        1%{?dist}
License:        GPL-2.0-or-later
Summary:        Unified high level interface for common actions with the Open Build Service


@@ 123,6 123,9 @@ touch %{buildroot}%{_sysconfdir}/obsctl/.keep


%changelog
* Thu Jan 05 2023 Neal Gompa <ngompa@datto.com> - 0.7.0
- Initial public release

* Mon Nov 21 2022 Neal Gompa <ngompa@datto.com> - 0.6.0
- Drop Python 2 support
- tarimport: add the '--watch-build' parameter

M setup.py => setup.py +1 -1
@@ 25,7 25,7 @@ from setuptools import setup

setup(
    name="obsctl",
    version="0.6.0",
    version="0.7.0",
    license="GPLv2+",
    description="Unified high level interface for common actions with the Open Build Service",
    keywords="openbuildservice obsctl osc packaging",