Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-libvirt-python for 
openSUSE:Factory checked in at 2021-12-06 23:59:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-libvirt-python (Old)
 and      /work/SRC/openSUSE:Factory/.python-libvirt-python.new.31177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-libvirt-python"

Mon Dec  6 23:59:03 2021 rev:52 rq:935260 version:7.10.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes  
    2021-11-06 18:17:04.268854748 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-libvirt-python.new.31177/python-libvirt-python.changes
   2021-12-06 23:59:04.768628639 +0100
@@ -1,0 +2,7 @@
+Thu Dec  2 17:19:34 UTC 2021 - James Fehlig <jfeh...@suse.com>
+
+- Update to 7.10.0
+  - Add all new APIs and constants in libvirt 7.10.0
+  - jsc#SLE-18260, jsc#SLE-19264
+
+-------------------------------------------------------------------

Old:
----
  libvirt-python-7.9.0.tar.gz

New:
----
  libvirt-python-7.10.0.tar.gz

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

Other differences:
------------------
++++++ python-libvirt-python.spec ++++++
--- /var/tmp/diff_new_pack.iSptl0/_old  2021-12-06 23:59:05.328626659 +0100
+++ /var/tmp/diff_new_pack.iSptl0/_new  2021-12-06 23:59:05.328626659 +0100
@@ -23,7 +23,7 @@
 %define srcname libvirt-python
 Name:           python-libvirt-python
 URL:            https://libvirt.org/
-Version:        7.9.0
+Version:        7.10.0
 Release:        0
 Summary:        Library providing a virtualization API
 License:        LGPL-2.1-or-later

++++++ _service ++++++
--- /var/tmp/diff_new_pack.iSptl0/_old  2021-12-06 23:59:05.360626546 +0100
+++ /var/tmp/diff_new_pack.iSptl0/_new  2021-12-06 23:59:05.360626546 +0100
@@ -1,7 +1,7 @@
 <services>
   <service name="tar_scm" mode="disabled">
     <param name="filename">libvirt-python</param>
-    <param name="revision">v7.9.0</param>
+    <param name="revision">v7.10.0</param>
     <param name="scm">git</param>
     <param name="submodules">disable</param>
     <param name="url">https://gitlab.com/libvirt/libvirt-python.git</param>

++++++ libvirt-python-7.9.0.tar.gz -> libvirt-python-7.10.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-7.9.0/.github/lockdown.yml 
new/libvirt-python-7.10.0/.github/lockdown.yml
--- old/libvirt-python-7.9.0/.github/lockdown.yml       2021-10-08 
12:23:27.000000000 +0200
+++ new/libvirt-python-7.10.0/.github/lockdown.yml      1970-01-01 
01:00:00.000000000 +0100
@@ -1,36 +0,0 @@
-# Configuration for Repo Lockdown - https://github.com/dessant/repo-lockdown
-
-# Close issues and pull requests
-close: true
-
-# Lock issues and pull requests
-lock: true
-
-# Optionally, specify configuration settings just for `issues` or `pulls`
-issues:
-  comment: |
-    Thank you for your interest in the libvirt project.
-
-    Since this repository is a read-only mirror of the project's master 
repostory hosted on GitLab, issues opened here are not processed.
-
-    We kindly request that new issues are reported to
-
-      https://gitlab.com/libvirt/libvirt-python/-/issues/new
-
-    Thank you for your time and understanding.
-
-pulls:
-  comment: |
-    Thank you for your interest in the libvirt project.
-
-    Since this repository is a read-only mirror of the project's master 
repostory hosted on GitLab, merge requests opened here are not processed.
-
-    We kindly request that contributors fork the project at
-
-      https://gitlab.com/libvirt/libvirt-python/
-
-    push changes to the fork, and then open a new merge request at
-
-      https://gitlab.com/libvirt/libvirt-python/-/merge_requests/new
-
-    Thank you for your time and understanding.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-7.9.0/.github/workflows/lockdown.yml 
new/libvirt-python-7.10.0/.github/workflows/lockdown.yml
--- old/libvirt-python-7.9.0/.github/workflows/lockdown.yml     1970-01-01 
01:00:00.000000000 +0100
+++ new/libvirt-python-7.10.0/.github/workflows/lockdown.yml    2021-12-01 
10:27:50.000000000 +0100
@@ -0,0 +1,52 @@
+---
+# Configuration for Repo Lockdown - https://github.com/dessant/repo-lockdown
+
+name: 'Repo Lockdown'
+
+on:
+  issues:
+    types: opened
+  pull_request_target:
+    types: opened
+
+permissions:
+  pull-requests: write
+  issues: write
+
+jobs:
+  action:
+    runs-on: ubuntu-latest
+    steps:
+      - uses: dessant/repo-lockdown@v2
+        with:
+          issue-comment: |
+            Thank you for your interest in the libvirt project.
+
+            Since this repository is a read-only mirror of the project's master
+            repostory hosted on GitLab, issues opened here are not processed.
+
+            We kindly request that new issues are reported to
+
+              https://gitlab.com/libvirt/libvirt-python/-/issues/new
+
+            Thank you for your time and understanding.
+          lock-issue: true
+          close-issue: true
+          pr-comment: |
+            Thank you for your interest in the libvirt project.
+
+            Since this repository is a read-only mirror of the project's master
+            repostory hosted on GitLab, merge requests opened here are not
+            processed.
+
+            We kindly request that contributors fork the project at
+
+              https://gitlab.com/libvirt/libvirt-python/
+
+            push changes to the fork, and then open a new merge request at
+
+              https://gitlab.com/libvirt/libvirt-python/-/merge_requests/new
+
+            Thank you for your time and understanding.
+          lock-pr: true
+          close-pr: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-7.9.0/setup.py 
new/libvirt-python-7.10.0/setup.py
--- old/libvirt-python-7.9.0/setup.py   2021-10-08 12:23:27.000000000 +0200
+++ new/libvirt-python-7.10.0/setup.py  2021-12-01 10:27:50.000000000 +0100
@@ -335,7 +335,7 @@
 _c_modules, _py_modules = get_module_lists()
 
 setup(name = 'libvirt-python',
-      version = '7.9.0',
+      version = '7.10.0',
       url = 'http://www.libvirt.org',
       maintainer = 'Libvirt Maintainers',
       maintainer_email = 'libvir-l...@redhat.com',

Reply via email to