forked from pool/python-conu
- 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
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:108f838c2e07ec114048000fad5ea14e55d83a2cb199a8dc0a0138064d2e432e
|
||||
size 942189
|
||||
3
conu-1.0.0.tar.gz
Normal file
3
conu-1.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eebe8daea8726802f6d25d16dfbb0585ab62b380447a0ec753dd8d6161c3aa7a
|
||||
size 939321
|
||||
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 10 04:31:04 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- 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 <jayvdb@gmail.com>
|
||||
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user