Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package opi for openSUSE:Factory checked in at 2025-02-24 15:51:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/opi (Old) and /work/SRC/openSUSE:Factory/.opi.new.1873 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "opi" Mon Feb 24 15:51:08 2025 rev:66 rq:1248114 version:5.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/opi/opi.changes 2025-02-16 22:53:49.445280831 +0100 +++ /work/SRC/openSUSE:Factory/.opi.new.1873/opi.changes 2025-02-24 15:51:42.594634561 +0100 @@ -1,0 +2,6 @@ +Mon Feb 24 11:39:30 UTC 2025 - Dominik Heidler <dheid...@suse.de> + +- Version 5.8.0 + * Add mullvad-brower + +------------------------------------------------------------------- Old: ---- opi-5.7.0.tar.gz New: ---- opi-5.8.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ opi.spec ++++++ --- /var/tmp/diff_new_pack.LoNE9J/_old 2025-02-24 15:51:43.878688220 +0100 +++ /var/tmp/diff_new_pack.LoNE9J/_new 2025-02-24 15:51:43.886688554 +0100 @@ -20,7 +20,7 @@ %define pythons %{use_python} Name: opi -Version: 5.7.0 +Version: 5.8.0 Release: 0 Summary: OBS Package Installer (CLI) License: GPL-3.0-only ++++++ opi-5.7.0.tar.gz -> opi-5.8.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/opi-5.7.0/opi/plugins/mullvad-browser.py new/opi-5.8.0/opi/plugins/mullvad-browser.py --- old/opi-5.7.0/opi/plugins/mullvad-browser.py 1970-01-01 01:00:00.000000000 +0100 +++ new/opi-5.8.0/opi/plugins/mullvad-browser.py 2025-02-24 12:39:23.000000000 +0100 @@ -0,0 +1,24 @@ +import opi +from opi.plugins import BasePlugin +import subprocess + +class MullvadBrowser(BasePlugin): + main_query = 'mullvad-browser' + description = 'Mullvad web browser' + queries = ['mullvad', 'mullvad-browser'] + + @classmethod + def run(cls, query): + if not opi.ask_yes_or_no('Do you want to install mullvad-browser from Mullvad repository?'): + return + + opi.add_repo( + filename = 'mullvad', + name = 'Mullvad VPN', + url = 'https://repository.mullvad.net/rpm/stable/$basearch/', + gpgkey = 'https://repository.mullvad.net/rpm/mullvad-keyring.asc', + gpgcheck = 1 + ) + + opi.install_packages(['mullvad-browser']) + opi.ask_keep_repo('mullvad') diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/opi-5.7.0/opi/version.py new/opi-5.8.0/opi/version.py --- old/opi-5.7.0/opi/version.py 2025-02-16 17:13:53.000000000 +0100 +++ new/opi-5.8.0/opi/version.py 2025-02-24 12:39:23.000000000 +0100 @@ -1 +1 @@ -__version__ = '5.7.0' +__version__ = '5.8.0' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/opi-5.7.0/opi.changes new/opi-5.8.0/opi.changes --- old/opi-5.7.0/opi.changes 2025-02-16 17:13:53.000000000 +0100 +++ new/opi-5.8.0/opi.changes 2025-02-24 12:39:23.000000000 +0100 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Mon Feb 24 11:39:20 UTC 2025 - Dominik Heidler <dheid...@suse.de> + +- Version 5.8.0 + * Add mullvad-brower + +------------------------------------------------------------------- Sun Feb 16 16:13:17 UTC 2025 - Dominik Heidler <dheid...@suse.de> - Version 5.7.0