Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ansible-builder for openSUSE:Factory 
checked in at 2024-06-24 20:52:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ansible-builder (Old)
 and      /work/SRC/openSUSE:Factory/.ansible-builder.new.18349 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ansible-builder"

Mon Jun 24 20:52:07 2024 rev:4 rq:1182525 version:3.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ansible-builder/ansible-builder.changes  
2024-02-25 14:08:02.985095013 +0100
+++ 
/work/SRC/openSUSE:Factory/.ansible-builder.new.18349/ansible-builder.changes   
    2024-06-24 20:52:56.563540077 +0200
@@ -1,0 +2,25 @@
+Fri Jun 21 19:17:51 UTC 2024 - Johannes Kastl 
<opensuse_buildserv...@ojkastl.de>
+
+- switch to using a git checkout instead of the PyPI tarball
+  without checksum
+- update to 3.1.0:
+  * New Features
+    - Support for tags from the configuration file by @Akasurde in
+      #555
+    - Support multiple -v for verbosity by @Shrews in #564
+    - Allow the .yaml file extension on the default EE file by
+      @Shrews in #631
+    - Account for PEP668 in pip invocations by @Shrews in #627
+    - Expose a way to exclude dependencies by @Shrews in #664
+    - Support extra build command args by @Shrews in #677
+  * Other Improvements
+    - Various improvements to documentation.
+    - Warn if USER directive is found in additional_build_steps by
+      @Akasurde in #528
+    - Warn about version less than 3 by @Akasurde in #574
+    - Warn user about using default base image in v3 by @Akasurde
+      in #591
+    - Fix container policy for version 3 by @Shrews in #652
+    - Guarantee collection base path exists by @Shrews in #683
+
+-------------------------------------------------------------------

Old:
----
  ansible-builder-3.0.1.tar.gz

New:
----
  ansible-builder-3.1.0.obscpio
  ansible-builder.obsinfo

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

Other differences:
------------------
++++++ ansible-builder.spec ++++++
--- /var/tmp/diff_new_pack.Hs6Gvx/_old  2024-06-24 20:52:56.987555577 +0200
+++ /var/tmp/diff_new_pack.Hs6Gvx/_new  2024-06-24 20:52:56.987555577 +0200
@@ -38,13 +38,14 @@
 %endif
 
 Name:           ansible-builder
-Version:        3.0.1
+Version:        3.1.0
 Release:        0
 Summary:        An Ansible execution environment builder
 License:        Apache-2.0
 URL:            https://github.com/ansible/ansible-builder
-Source:         
https://files.pythonhosted.org/packages/source/a/ansible-builder/ansible-builder-%{version}.tar.gz
+Source:         ansible-builder-%{version}.tar.gz
 BuildArch:      noarch
+BuildRequires:  git-core
 # https://github.com/ansible/ansible-builder/blob/devel/setup.cfg#L41
 BuildRequires:  %{ansible_python}-base >= 3.9
 BuildRequires:  %{ansible_python}-pip
@@ -58,8 +59,8 @@
 BuildRequires:  %{ansible_python}-bindep
 BuildRequires:  %{ansible_python}-filelock
 BuildRequires:  %{ansible_python}-jsonschema
+BuildRequires:  %{ansible_python}-packaging
 BuildRequires:  %{ansible_python}-pbr
-BuildRequires:  %{ansible_python}-requirements-parser
 #
 # Tests require podman, but also require connectivity to pull container images
 # hence we do not enable this dependency
@@ -75,7 +76,7 @@
 Requires:       %{ansible_python}-PyYAML
 Requires:       %{ansible_python}-bindep
 Requires:       %{ansible_python}-jsonschema
-Requires:       %{ansible_python}-requirements-parser
+Requires:       %{ansible_python}-packaging
 Requires:       (podman or docker)
 
 %description

++++++ _service ++++++
--- /var/tmp/diff_new_pack.Hs6Gvx/_old  2024-06-24 20:52:57.019556747 +0200
+++ /var/tmp/diff_new_pack.Hs6Gvx/_new  2024-06-24 20:52:57.019556747 +0200
@@ -1,5 +1,20 @@
 <services>
-  <service name="download_files" mode="disabled">
+  <service name="obs_scm" mode="manual">
+    <param name="url">https://github.com/ansible/ansible-builder</param>
+    <param name="scm">git</param>
+    <param name="revision">3.1.0</param>
+    <param name="versionformat">@PARENT_TAG@</param>
+    <param name="changesgenerate">disable</param>
+    <param name="package-meta">yes</param>
+  </service>
+  <service name="set_version" mode="manual">
+  </service>
+  <service name="tar" mode="buildtime">
+    <param name="package-meta">yes</param>
+  </service>
+  <service name="recompress" mode="buildtime">
+    <param name="file">*.tar</param>
+    <param name="compression">gz</param>
   </service>
 </services>
 

++++++ ansible-builder.obsinfo ++++++
name: ansible-builder
version: 3.1.0
mtime: 1718893844
commit: 68707471bf690a10a362b21ab5eabd4732124e10

Reply via email to