Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package opi for openSUSE:Factory checked in at 2021-10-25 15:17:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/opi (Old) and /work/SRC/openSUSE:Factory/.opi.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "opi" Mon Oct 25 15:17:40 2021 rev:25 rq:927292 version:2.4.2 Changes: -------- --- /work/SRC/openSUSE:Factory/opi/opi.changes 2021-10-18 22:02:50.138121501 +0200 +++ /work/SRC/openSUSE:Factory/.opi.new.1890/opi.changes 2021-10-25 15:18:49.785728016 +0200 @@ -1,0 +2,7 @@ +Mon Oct 25 08:25:56 UTC 2021 - Dominik Heidler <dheid...@suse.de> + +- Version 2.4.2 + * Changed + - Switched to opensuse provided opi proxy + +------------------------------------------------------------------- Old: ---- opi-2.4.1.tar.gz New: ---- opi-2.4.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ opi.spec ++++++ --- /var/tmp/diff_new_pack.H1HEjI/_old 2021-10-25 15:18:50.149728244 +0200 +++ /var/tmp/diff_new_pack.H1HEjI/_new 2021-10-25 15:18:50.149728244 +0200 @@ -17,7 +17,7 @@ Name: opi -Version: 2.4.1 +Version: 2.4.2 Release: 0 Summary: OBS Package Installer (CLI) License: GPL-3.0-only ++++++ opi-2.4.1.tar.gz -> opi-2.4.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/opi-2.4.1/CHANGELOG.md new/opi-2.4.2/CHANGELOG.md --- old/opi-2.4.1/CHANGELOG.md 2021-10-11 19:28:58.000000000 +0200 +++ new/opi-2.4.2/CHANGELOG.md 2021-10-25 10:23:31.000000000 +0200 @@ -7,6 +7,12 @@ ## [Unreleased] +## [2.4.2] - 2021-10-25 + +## Changed + +- Switched to opensuse provided opi proxy + ## [2.4.1] - 2021-10-11 ## Changed diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/opi-2.4.1/opi/__init__.py new/opi-2.4.2/opi/__init__.py --- old/opi-2.4.1/opi/__init__.py 2021-10-11 19:28:58.000000000 +0200 +++ new/opi-2.4.2/opi/__init__.py 2021-10-25 10:23:31.000000000 +0200 @@ -19,7 +19,7 @@ 'openSUSE': 'https://api.opensuse.org', 'Packman': 'https://pmbs.links2linux.de' } -PROXY_URL = 'https://guoyunhe.me/opi/proxy/index.php' +PROXY_URL = 'https://opi-proxy.opensuse.org/' ################### diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/opi-2.4.1/opi/version.py new/opi-2.4.2/opi/version.py --- old/opi-2.4.1/opi/version.py 2021-10-11 19:28:58.000000000 +0200 +++ new/opi-2.4.2/opi/version.py 2021-10-25 10:23:31.000000000 +0200 @@ -1 +1 @@ -__version__ = '2.4.1' +__version__ = '2.4.2' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/opi-2.4.1/proxy/README.txt new/opi-2.4.2/proxy/README.txt --- old/opi-2.4.1/proxy/README.txt 1970-01-01 01:00:00.000000000 +0100 +++ new/opi-2.4.2/proxy/README.txt 2021-10-25 10:23:31.000000000 +0200 @@ -0,0 +1,2 @@ +This proxy application is needed as OBS requires +authentication for certain API calls.