Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package virtme for openSUSE:Factory checked 
in at 2024-09-24 17:34:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/virtme (Old)
 and      /work/SRC/openSUSE:Factory/.virtme.new.29891 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "virtme"

Tue Sep 24 17:34:58 2024 rev:20 rq:1202934 version:1.29

Changes:
--------
--- /work/SRC/openSUSE:Factory/virtme/virtme.changes    2024-09-18 
15:27:57.295520830 +0200
+++ /work/SRC/openSUSE:Factory/.virtme.new.29891/virtme.changes 2024-09-24 
17:35:19.374219907 +0200
@@ -6,0 +7,9 @@
+Wed Sep 11 08:49:19 UTC 2024 - Michael Vetter <mvet...@suse.com>
+
+- Update to 1.29:
+  * Minor packaging fix, addressing an issue where the requirements.txt
+    file was missing from the source tarball published on PyPI.
+    This won't affect anyone, unless you're trying to build virtme-ng
+    directly from the tarball available on PyPI
+
+-------------------------------------------------------------------

Old:
----
  virtme-ng-1.28.tar.xz

New:
----
  virtme-ng-1.29.tar.xz

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

Other differences:
------------------
++++++ virtme.spec ++++++
--- /var/tmp/diff_new_pack.obc99j/_old  2024-09-24 17:35:20.022247035 +0200
+++ /var/tmp/diff_new_pack.obc99j/_new  2024-09-24 17:35:20.026247203 +0200
@@ -22,7 +22,7 @@
 %global pythons python311
 %endif
 Name:           virtme
-Version:        1.28
+Version:        1.29
 Release:        0
 Summary:        Tools for virtualize the running distro or a rootfs
 License:        GPL-2.0-only

++++++ _service ++++++
--- /var/tmp/diff_new_pack.obc99j/_old  2024-09-24 17:35:20.058248542 +0200
+++ /var/tmp/diff_new_pack.obc99j/_new  2024-09-24 17:35:20.062248710 +0200
@@ -3,7 +3,7 @@
     <param name="url">https://github.com/arighi/virtme-ng.git</param>
     <param name="scm">git</param>
     <param name="submodules">enable</param>
-    <param name="revision">v1.28</param>
+    <param name="revision">v1.29</param>
        <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="versionrewrite-replacement">\1</param>

++++++ virtme-ng-1.28.tar.xz -> virtme-ng-1.29.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtme-ng-1.28/MANIFEST.in 
new/virtme-ng-1.29/MANIFEST.in
--- old/virtme-ng-1.28/MANIFEST.in      1970-01-01 01:00:00.000000000 +0100
+++ new/virtme-ng-1.29/MANIFEST.in      2024-09-11 08:38:45.000000000 +0200
@@ -0,0 +1 @@
+include requirements.txt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtme-ng-1.28/virtme_ng/version.py 
new/virtme-ng-1.29/virtme_ng/version.py
--- old/virtme-ng-1.28/virtme_ng/version.py     2024-09-05 09:40:01.000000000 
+0200
+++ new/virtme-ng-1.29/virtme_ng/version.py     2024-09-11 08:38:45.000000000 
+0200
@@ -7,7 +7,7 @@
 from subprocess import check_output, DEVNULL, CalledProcessError
 import pkg_resources
 
-PKG_VERSION = "1.28"
+PKG_VERSION = "1.29"
 
 
 def get_package_version():

Reply via email to