From d9a1776ba385204c8691a43410d2ccb16aabf25dfe47164066c7fbfb95afcb0a Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 10 Feb 2021 04:33:43 +0000 Subject: [PATCH] - Update to 1.0.0: * Conu is now under MIT license * New buildah backend * Docker backend supports Skopeo for copying OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-conu?expand=0&rev=3 --- conu-0.7.1.tar.gz | 3 --- conu-1.0.0.tar.gz | 3 +++ python-conu.changes | 8 ++++++++ python-conu.spec | 12 +++++++----- 4 files changed, 18 insertions(+), 8 deletions(-) delete mode 100644 conu-0.7.1.tar.gz create mode 100644 conu-1.0.0.tar.gz diff --git a/conu-0.7.1.tar.gz b/conu-0.7.1.tar.gz deleted file mode 100644 index 4b92755..0000000 --- a/conu-0.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:108f838c2e07ec114048000fad5ea14e55d83a2cb199a8dc0a0138064d2e432e -size 942189 diff --git a/conu-1.0.0.tar.gz b/conu-1.0.0.tar.gz new file mode 100644 index 0000000..c9a6044 --- /dev/null +++ b/conu-1.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eebe8daea8726802f6d25d16dfbb0585ab62b380447a0ec753dd8d6161c3aa7a +size 939321 diff --git a/python-conu.changes b/python-conu.changes index 7174e9d..9d21c86 100644 --- a/python-conu.changes +++ b/python-conu.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Feb 10 04:31:04 UTC 2021 - Steve Kowalik + +- Update to 1.0.0: + * Conu is now under MIT license + * New buildah backend + * Docker backend supports Skopeo for copying + ------------------------------------------------------------------- Tue Nov 17 04:18:12 PM UTC 2020 - John Vandenberg diff --git a/python-conu.spec b/python-conu.spec index 8d90bd4..d278ad2 100644 --- a/python-conu.spec +++ b/python-conu.spec @@ -1,7 +1,7 @@ # # spec file for package python-conu # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,17 +19,18 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-conu -Version: 0.7.1 +Version: 1.0.0 Release: 0 Summary: Python container testing library -License: GPL-2.0-or-later +License: MIT URL: https://github.com/user-cont/conu Source: https://files.pythonhosted.org/packages/source/c/conu/conu-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-docker -Requires: python-kubernetes +Requires: python-flexmock +Requires: python-kubernetes >= 8 Requires: python-pytest Requires: python-requests Requires: python-six @@ -38,7 +39,8 @@ Recommends: podman BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module docker} -BuildRequires: %{python_module kubernetes} +BuildRequires: %{python_module flexmock} +BuildRequires: %{python_module kubernetes >= 8} BuildRequires: %{python_module pytest} BuildRequires: %{python_module requests} BuildRequires: %{python_module six}