Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package osc for openSUSE:Factory checked in 
at 2022-05-31 15:47:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/osc (Old)
 and      /work/SRC/openSUSE:Factory/.osc.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "osc"

Tue May 31 15:47:42 2022 rev:161 rq:980016 version:0.178.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/osc/osc.changes  2022-04-27 21:41:29.989025615 
+0200
+++ /work/SRC/openSUSE:Factory/.osc.new.1548/osc.changes        2022-05-31 
15:48:54.628049096 +0200
@@ -1,0 +2,26 @@
+Tue May 24 12:34:52 UTC 2022 - Daniel Mach <daniel.m...@suse.com>
+
+- 0.178.0
+  - EXPERIMENTAL: git repository handling
+    * init command is working inside of a git repository
+    * downloadassets command fetches references assets from build description
+    * checkout is cloning from git
+  - EXPERIMENTAL: signature (ssh key) authetication
+    * allow to configure 'sshkey' option in the config
+    * try to guess ssh key from the keys added to ssh-agent
+    * rename OscHTTPBasicAuthHandler to OscHTTPAuthHandler
+    * simplify bad auth retry workaround needed for old python versions
+  - add support for building preinstall images
+  - add support for building Helm charts
+  - show the md5s that are failing to validate after fetching a package
+  - add missing space to copypac completion
+  - never require login in the help command
+  - linkdiff: raise an exception when an added file is missing
+  - run tests via calling 'setup.py test'
+  - several coding style fixes
+
+- spec file:
+  - run tests via calling 'setup.py test'
+  - disabled tests in debian.rules
+
+-------------------------------------------------------------------

Old:
----
  osc-0.177.0.tar.gz

New:
----
  osc-0.178.0.tar.gz

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

Other differences:
------------------
++++++ osc.spec ++++++
--- /var/tmp/diff_new_pack.o0lCVY/_old  2022-05-31 15:48:55.604049744 +0200
+++ /var/tmp/diff_new_pack.o0lCVY/_new  2022-05-31 15:48:55.608049747 +0200
@@ -27,7 +27,7 @@
 %define use_python python
 %endif
 
-%define version_unconverted 0.177.0
+%define version_unconverted 0.178.0
 %define osc_plugin_dir %{_prefix}/lib/osc-plugins
 %define macros_file macros.osc
 %if ! %{defined _rpmmacrodir}
@@ -35,7 +35,7 @@
 %endif
 
 Name:           osc
-Version:        0.177.0
+Version:        0.178.0
 Release:        0
 Summary:        Open Build Service Commander
 License:        GPL-2.0-or-later
@@ -182,8 +182,7 @@
 
 %if 0%{?suse_version} >= 1500
 %check
-cd tests
-%{use_python} suite.py
+%{use_python} setup.py test
 %endif
 
 %clean

++++++ PKGBUILD ++++++
--- /var/tmp/diff_new_pack.o0lCVY/_old  2022-05-31 15:48:55.640049768 +0200
+++ /var/tmp/diff_new_pack.o0lCVY/_new  2022-05-31 15:48:55.640049768 +0200
@@ -1,5 +1,5 @@
 pkgname=osc
-pkgver=0.177.0
+pkgver=0.178.0
 pkgrel=0
 pkgdesc="Open Build Service client"
 arch=('x86_64')

++++++ _service ++++++
--- /var/tmp/diff_new_pack.o0lCVY/_old  2022-05-31 15:48:55.660049781 +0200
+++ /var/tmp/diff_new_pack.o0lCVY/_new  2022-05-31 15:48:55.664049784 +0200
@@ -1,7 +1,7 @@
 <services>
   <service name="tar_scm" mode="disabled">
-    <param name="version">0.177.0</param>
-    <param name="revision">0.177.0</param>
+    <param name="version">0.178.0</param>
+    <param name="revision">0.178.0</param>
     <param name="url">https://github.com/openSUSE/osc.git</param>
     <param name="scm">git</param>
   </service>

++++++ debian.changelog ++++++
--- /var/tmp/diff_new_pack.o0lCVY/_old  2022-05-31 15:48:55.700049808 +0200
+++ /var/tmp/diff_new_pack.o0lCVY/_new  2022-05-31 15:48:55.708049813 +0200
@@ -1,4 +1,4 @@
-osc (0.177.0-0) unstable; urgency=low
+osc (0.178.0-0) unstable; urgency=low
   - Update to 0.174.0:
     - fix password deletion via "osc config -d <apiurl> pass"
     - support changing the password store via "osc config <apiurl>

++++++ debian.rules ++++++
--- /var/tmp/diff_new_pack.o0lCVY/_old  2022-05-31 15:48:55.812049882 +0200
+++ /var/tmp/diff_new_pack.o0lCVY/_new  2022-05-31 15:48:55.816049884 +0200
@@ -13,3 +13,7 @@
        install -Dm0644 dist/complete.sh debian/tmp/etc/bash_completion.d/osc.sh
        install -Dm0755 dist/osc.complete debian/tmp/usr/lib/osc/complete
 
+
+override_dh_auto_test:
+       echo "skipping test"
+

++++++ osc-0.177.0.tar.gz -> osc-0.178.0.tar.gz ++++++
++++ 2061 lines of diff (skipped)

++++++ osc.dsc ++++++
--- /var/tmp/diff_new_pack.o0lCVY/_old  2022-05-31 15:48:56.084050062 +0200
+++ /var/tmp/diff_new_pack.o0lCVY/_new  2022-05-31 15:48:56.088050065 +0200
@@ -1,6 +1,6 @@
 Format: 1.0
 Source: osc
-Version: 0.177.0-0
+Version: 0.178.0-0
 Binary: osc
 Maintainer: Adrian Schroeter <adr...@suse.de>
 Architecture: any

Reply via email to