15
0

Accepting request 1079493 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1079493
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-podman-compose?expand=0&rev=2
This commit is contained in:
2023-04-15 20:32:41 +00:00
committed by Git OBS Bridge
5 changed files with 17 additions and 9 deletions

3
_service Normal file
View File

@@ -0,0 +1,3 @@
<services>
<service name="download_files" mode="disabled"/>
</services>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9c9fe8249136e45257662272ade33760613e2d9ca6153269e1e970400ea14675
size 21424

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2db235049fca50a5a4ffd511a917808c960dacb8defd5481dd8b36a77d4da2e5
size 34063

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Apr 13 13:32:55 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
- update to 1.0.6
- no CHANGELOG available upstream or in PyPi
- add _service file
-------------------------------------------------------------------
Thu Jun 30 06:11:27 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-podman-compose
# spec file
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,10 +17,8 @@
%global src_name podman-compose
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-%{src_name}
Version: 1.0.3
Version: 1.0.6
Release: 0
Summary: A script to run docker-compose using podman
License: GPL-2.0-only
@@ -38,7 +36,7 @@ Requires: python-PyYAML
Requires: python-python-dotenv
Requires: python-setuptools
Requires(post): update-alternatives
Requires(postun): update-alternatives
Requires(postun):update-alternatives
BuildArch: noarch
Provides: podman-compose = %{version}
Obsoletes: podman-compose < %{version}