Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openSUSE-release-tools for openSUSE:Factory checked in at 2023-07-19 19:10:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old) and /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.5570 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openSUSE-release-tools" Wed Jul 19 19:10:51 2023 rev:484 rq:1099395 version:20230718.15a1347 Changes: -------- --- /work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes 2023-07-18 22:08:46.747208620 +0200 +++ /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.5570/openSUSE-release-tools.changes 2023-07-19 19:10:55.988671119 +0200 @@ -1,0 +2,6 @@ +Tue Jul 18 07:33:29 UTC 2023 - opensuse-releaset...@opensuse.org + +- Update to version 20230718.15a1347: + * stagingapi: fix execution with OSC 1.x + +------------------------------------------------------------------- Old: ---- openSUSE-release-tools-20230718.1252857.obscpio New: ---- openSUSE-release-tools-20230718.15a1347.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openSUSE-release-tools.spec ++++++ --- /var/tmp/diff_new_pack.X9AjLa/_old 2023-07-19 19:10:57.776681577 +0200 +++ /var/tmp/diff_new_pack.X9AjLa/_new 2023-07-19 19:10:57.820681834 +0200 @@ -20,7 +20,7 @@ %define source_dir openSUSE-release-tools %define announcer_filename factory-package-news Name: openSUSE-release-tools -Version: 20230718.1252857 +Version: 20230718.15a1347 Release: 0 Summary: Tools to aid in staging and release work for openSUSE/SUSE License: GPL-2.0-or-later AND MIT ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.X9AjLa/_old 2023-07-19 19:10:57.884682208 +0200 +++ /var/tmp/diff_new_pack.X9AjLa/_new 2023-07-19 19:10:57.884682208 +0200 @@ -1,7 +1,7 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/openSUSE/openSUSE-release-tools.git</param> - <param name="changesrevision">12528579d7da70bda886722f8a2f38e28d91fca6</param> + <param name="changesrevision">15a13471112eed7a2a183eeeb7d020731597c566</param> </service> </servicedata> ++++++ openSUSE-release-tools-20230718.1252857.obscpio -> openSUSE-release-tools-20230718.15a1347.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openSUSE-release-tools-20230718.1252857/osclib/stagingapi.py new/openSUSE-release-tools-20230718.15a1347/osclib/stagingapi.py --- old/openSUSE-release-tools-20230718.1252857/osclib/stagingapi.py 2023-07-18 08:50:08.000000000 +0200 +++ new/openSUSE-release-tools-20230718.15a1347/osclib/stagingapi.py 2023-07-18 09:31:40.000000000 +0200 @@ -5,12 +5,12 @@ import logging import textwrap from urllib.error import HTTPError, URLError +from inspect import signature import time import re from lxml import etree as ET - from osc import conf from osc import oscerr from osclib.core import attribute_value_load @@ -1533,6 +1533,10 @@ return try: - delete_project(self.apiurl, project, force=True) + sig = signature(delete_project) + if "recursive=" in str(sig): + delete_project(self.apiurl, project, force=True, recursive=True) + else: + delete_project(self.apiurl, project, force=True) except HTTPError as e: print(e) ++++++ openSUSE-release-tools.obsinfo ++++++ --- /var/tmp/diff_new_pack.X9AjLa/_old 2023-07-19 19:10:58.832687753 +0200 +++ /var/tmp/diff_new_pack.X9AjLa/_new 2023-07-19 19:10:58.832687753 +0200 @@ -1,5 +1,5 @@ name: openSUSE-release-tools -version: 20230718.1252857 -mtime: 1689663008 -commit: 12528579d7da70bda886722f8a2f38e28d91fca6 +version: 20230718.15a1347 +mtime: 1689665500 +commit: 15a13471112eed7a2a183eeeb7d020731597c566