forked from pool/python-podman-compose
Accepting request 1169289 from devel:languages:python
Forwarded request #1169173 from ojkastl_buildservice update to 1.1.0 OBS-URL: https://build.opensuse.org/request/show/1169289 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-podman-compose?expand=0&rev=4
This commit is contained in:
16
_service
16
_service
@@ -1,3 +1,17 @@
|
||||
<services>
|
||||
<service name="download_files" mode="disabled"/>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://github.com/containers/podman-compose</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v1.1.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="package-meta">yes</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual"/>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
</services>
|
||||
|
||||
4
_servicedata
Normal file
4
_servicedata
Normal file
@@ -0,0 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/containers/podman-compose</param>
|
||||
<param name="changesrevision">2681566580b4eaadfc5e6000ad19e49e56006e2b</param></service></servicedata>
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2db235049fca50a5a4ffd511a917808c960dacb8defd5481dd8b36a77d4da2e5
|
||||
size 34063
|
||||
3
podman-compose-1.1.0.obscpio
Normal file
3
podman-compose-1.1.0.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dc119823c3902691ce2b06b969ead72ab3e31fd5bde6da7ab4a5a4f07d1aa12b
|
||||
size 714764
|
||||
4
podman-compose.obsinfo
Normal file
4
podman-compose.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
||||
name: podman-compose
|
||||
version: 1.1.0
|
||||
mtime: 1713519450
|
||||
commit: 2681566580b4eaadfc5e6000ad19e49e56006e2b
|
||||
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 19 12:20:30 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- Update to version 1.1.0:
|
||||
* Release 1.1.0
|
||||
* Add release notes for v1.1.0
|
||||
* Use x- prefix for x-podman.mac_address
|
||||
* Use "service.build.ulimits" when present instead of
|
||||
"service.ulimits"
|
||||
* FIX issue
|
||||
https://github.com/containers/podman-compose/issues/704 -
|
||||
Windows fix sock not working.
|
||||
- use obs_scm instead of PyPI tarball (that is broken again)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 5 10:46:49 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file
|
||||
# spec file for package python-podman-compose
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,13 +19,13 @@
|
||||
%{?sle15_python_module_pythons}
|
||||
%global src_name podman-compose
|
||||
Name: python-%{src_name}
|
||||
Version: 1.0.6
|
||||
Version: 1.1.0
|
||||
Release: 0
|
||||
Summary: A script to run docker-compose using podman
|
||||
License: GPL-2.0-only
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/containers/%{src_name}
|
||||
Source0: https://files.pythonhosted.org/packages/source/p/%{src_name}/%{src_name}-%{version}.tar.gz
|
||||
Source0: %{src_name}-%{version}.tar.gz
|
||||
Source1: https://raw.githubusercontent.com/containers/%{src_name}/v%{version}/LICENSE
|
||||
BuildRequires: %{python_module PyYAML}
|
||||
BuildRequires: %{python_module python-dotenv}
|
||||
@@ -37,7 +37,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}
|
||||
|
||||
Reference in New Issue
Block a user