Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package opi for openSUSE:Factory checked in 
at 2026-01-19 18:38:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/opi (Old)
 and      /work/SRC/openSUSE:Factory/.opi.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "opi"

Mon Jan 19 18:38:50 2026 rev:76 rq:1328070 version:5.10.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/opi/opi.changes  2025-11-13 17:31:16.137040282 
+0100
+++ /work/SRC/openSUSE:Factory/.opi.new.1928/opi.changes        2026-01-19 
18:42:47.197680729 +0100
@@ -1,0 +2,6 @@
+Mon Jan 19 10:51:02 UTC 2026 - Dominik Heidler <[email protected]>
+
+- Version 5.10.0
+  * Add antigravity (fixes #214)
+
+-------------------------------------------------------------------

Old:
----
  opi-5.9.0.tar.gz

New:
----
  opi-5.10.0.tar.gz

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

Other differences:
------------------
++++++ opi.spec ++++++
--- /var/tmp/diff_new_pack.sdSlZd/_old  2026-01-19 18:42:47.725702576 +0100
+++ /var/tmp/diff_new_pack.sdSlZd/_new  2026-01-19 18:42:47.729702742 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package opi
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %define pythons %{use_python}
 
 Name:           opi
-Version:        5.9.0
+Version:        5.10.0
 Release:        0
 Summary:        OBS Package Installer (CLI)
 License:        GPL-3.0-only

++++++ opi-5.9.0.tar.gz -> opi-5.10.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/opi-5.9.0/opi/plugins/antigravity.py 
new/opi-5.10.0/opi/plugins/antigravity.py
--- old/opi-5.9.0/opi/plugins/antigravity.py    1970-01-01 01:00:00.000000000 
+0100
+++ new/opi-5.10.0/opi/plugins/antigravity.py   2026-01-19 11:50:54.000000000 
+0100
@@ -0,0 +1,22 @@
+import opi
+from opi.plugins import BasePlugin
+
+class Antigravity(BasePlugin):
+    main_query = 'antigravity'
+    description = 'IDE with AI from Google'
+    queries = [main_query]
+
+    @classmethod
+    def run(cls, query):
+        if not opi.ask_yes_or_no('Do you want to install Antigravity from 
Google repository?'):
+            return
+
+        opi.add_repo(
+            filename = 'antigravity',
+            name = 'antigravity',
+            url = 
'https://us-central1-yum.pkg.dev/projects/antigravity-auto-updater-dev/antigravity-rpm',
+            gpgkey = 'https://us-central1-yum.pkg.dev/doc/repo-signing-key.gpg'
+        )
+
+        opi.install_packages(['antigravity'])
+        opi.ask_keep_repo('antigravity')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/opi-5.9.0/opi/version.py 
new/opi-5.10.0/opi/version.py
--- old/opi-5.9.0/opi/version.py        2025-11-13 16:27:01.000000000 +0100
+++ new/opi-5.10.0/opi/version.py       2026-01-19 11:50:54.000000000 +0100
@@ -1 +1 @@
-__version__ = '5.9.0'
+__version__ = '5.10.0'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/opi-5.9.0/opi.changes new/opi-5.10.0/opi.changes
--- old/opi-5.9.0/opi.changes   2025-11-13 16:27:01.000000000 +0100
+++ new/opi-5.10.0/opi.changes  2026-01-19 11:50:54.000000000 +0100
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Mon Jan 19 10:50:51 UTC 2026 - Dominik Heidler <[email protected]>
+
+- Version 5.10.0
+  * Add antigravity (fixes #214)
+
+-------------------------------------------------------------------
 Thu Nov 13 15:26:52 UTC 2025 - Dominik Heidler <[email protected]>
 
 - Version 5.9.0

Reply via email to