Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package opi for openSUSE:Factory checked in 
at 2023-02-19 18:19:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/opi (Old)
 and      /work/SRC/openSUSE:Factory/.opi.new.22824 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "opi"

Sun Feb 19 18:19:14 2023 rev:41 rq:1066575 version:2.15.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/opi/opi.changes  2023-02-14 16:48:11.243422197 
+0100
+++ /work/SRC/openSUSE:Factory/.opi.new.22824/opi.changes       2023-02-19 
18:19:18.557613449 +0100
@@ -1,0 +2,6 @@
+Sat Feb 18 22:42:42 UTC 2023 - Dominik Heidler <dheid...@suse.de>
+
+- Version 2.15.0
+- Fix repo name encoding when asking for new key addition
+
+-------------------------------------------------------------------

Old:
----
  opi-2.14.0.tar.gz

New:
----
  opi-2.15.0.tar.gz

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

Other differences:
------------------
++++++ opi.spec ++++++
--- /var/tmp/diff_new_pack.oy01jk/_old  2023-02-19 18:19:19.117617007 +0100
+++ /var/tmp/diff_new_pack.oy01jk/_new  2023-02-19 18:19:19.125617058 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           opi
-Version:        2.14.0
+Version:        2.15.0
 Release:        0
 Summary:        OBS Package Installer (CLI)
 License:        GPL-3.0-only

++++++ opi-2.14.0.tar.gz -> opi-2.15.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/opi-2.14.0/opi/__init__.py 
new/opi-2.15.0/opi/__init__.py
--- old/opi-2.14.0/opi/__init__.py      2023-02-13 17:35:30.000000000 +0100
+++ new/opi-2.15.0/opi/__init__.py      2023-02-18 23:42:35.000000000 +0100
@@ -481,7 +481,7 @@
        for key in split_keys(keys):
                for line in subprocess.check_output(["gpg", "--quiet", 
"--show-keys", "--with-colons", "-"], 
input=key.encode()).decode().strip().split("\n"):
                        if line.startswith("uid:"):
-                               key_info = line.split(':')[9]
+                               key_info = line.split(':')[9].replace('\\x3a', 
':')
                if [db_key for db_key in get_keys_from_rpmdb() if 
normalize_key(key) in normalize_key(db_key['pubkey'])]:
                        print(f"Package signing key '{key_info}' is already 
present.")
                else:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/opi-2.14.0/opi/version.py 
new/opi-2.15.0/opi/version.py
--- old/opi-2.14.0/opi/version.py       2023-02-13 17:35:30.000000000 +0100
+++ new/opi-2.15.0/opi/version.py       2023-02-18 23:42:35.000000000 +0100
@@ -1 +1 @@
-__version__ = '2.14.0'
+__version__ = '2.15.0'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/opi-2.14.0/opi.changes new/opi-2.15.0/opi.changes
--- old/opi-2.14.0/opi.changes  2023-02-13 17:35:30.000000000 +0100
+++ new/opi-2.15.0/opi.changes  2023-02-18 23:42:35.000000000 +0100
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Sat Feb 18 22:42:32 UTC 2023 - Dominik Heidler <dheid...@suse.de>
+
+- Version 2.15.0
+- Fix repo name encoding when asking for new key addition
+
+-------------------------------------------------------------------
 Mon Feb 13 16:35:28 UTC 2023 - Dominik Heidler <dheid...@suse.de>
 
 - Version 2.14.0

Reply via email to