Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-podman-compose for 
openSUSE:Factory checked in at 2024-04-21 20:26:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-podman-compose (Old)
 and      /work/SRC/openSUSE:Factory/.python-podman-compose.new.26366 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-podman-compose"

Sun Apr 21 20:26:20 2024 rev:4 rq:1169289 version:1.1.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-podman-compose/python-podman-compose.changes  
    2023-05-06 22:09:27.816807556 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-podman-compose.new.26366/python-podman-compose.changes
   2024-04-21 20:27:31.138445108 +0200
@@ -1,0 +2,14 @@
+Fri Apr 19 12:20:30 UTC 2024 - Johannes Kastl 
<[email protected]>
+
+- 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)
+
+-------------------------------------------------------------------

Old:
----
  podman-compose-1.0.6.tar.gz

New:
----
  _servicedata
  podman-compose-1.1.0.obscpio
  podman-compose.obsinfo

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-podman-compose.spec ++++++
--- /var/tmp/diff_new_pack.wupZVW/_old  2024-04-21 20:27:32.038478131 +0200
+++ /var/tmp/diff_new_pack.wupZVW/_new  2024-04-21 20:27:32.038478131 +0200
@@ -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-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}

++++++ _service ++++++
--- /var/tmp/diff_new_pack.wupZVW/_old  2024-04-21 20:27:32.082479746 +0200
+++ /var/tmp/diff_new_pack.wupZVW/_new  2024-04-21 20:27:32.086479892 +0200
@@ -1,4 +1,18 @@
 <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>
 

++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
                <param 
name="url">https://github.com/containers/podman-compose</param>
              <param 
name="changesrevision">2681566580b4eaadfc5e6000ad19e49e56006e2b</param></service></servicedata>
(No newline at EOF)

++++++ podman-compose.obsinfo ++++++
name: podman-compose
version: 1.1.0
mtime: 1713519450
commit: 2681566580b4eaadfc5e6000ad19e49e56006e2b

Reply via email to