Hello community,

here is the log from the commit of package openSUSE-release-tools for 
openSUSE:Factory checked in at 2018-09-11 17:20:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old)
 and      /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openSUSE-release-tools"

Tue Sep 11 17:20:09 2018 rev:128 rq:634819 version:20180910.3cf8055

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
    2018-09-10 12:31:44.514661544 +0200
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new/openSUSE-release-tools.changes
       2018-09-11 17:20:14.499139555 +0200
@@ -1,0 +2,7 @@
+Tue Sep 11 01:09:36 UTC 2018 - [email protected]
+
+- Update to version 20180910.3cf8055:
+  * metrics: check for action/target instead of submit/target since removed.
+  * metrics: remove workaround for OBS xpath bug during request search.
+
+-------------------------------------------------------------------

Old:
----
  openSUSE-release-tools-20180905.67200cd.obscpio

New:
----
  openSUSE-release-tools-20180910.3cf8055.obscpio

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

Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.VYnMFN/_old  2018-09-11 17:20:15.531137979 +0200
+++ /var/tmp/diff_new_pack.VYnMFN/_new  2018-09-11 17:20:15.531137979 +0200
@@ -20,7 +20,7 @@
 %define source_dir openSUSE-release-tools
 %define announcer_filename factory-package-news
 Name:           openSUSE-release-tools
-Version:        20180905.67200cd
+Version:        20180910.3cf8055
 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.VYnMFN/_old  2018-09-11 17:20:15.559137936 +0200
+++ /var/tmp/diff_new_pack.VYnMFN/_new  2018-09-11 17:20:15.559137936 +0200
@@ -1,6 +1,6 @@
 <servicedata>
   <service name="tar_scm">
     <param 
name="url">https://github.com/openSUSE/openSUSE-release-tools.git</param>
-    <param 
name="changesrevision">fda67baa36d12948d22f010bf57e8681319ad1e9</param>
+    <param 
name="changesrevision">d7d3d555786c17f119adca1fa0912ff7c8f18f90</param>
   </service>
 </servicedata>

++++++ openSUSE-release-tools-20180905.67200cd.obscpio -> 
openSUSE-release-tools-20180910.3cf8055.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openSUSE-release-tools-20180905.67200cd/metrics.py 
new/openSUSE-release-tools-20180910.3cf8055/metrics.py
--- old/openSUSE-release-tools-20180905.67200cd/metrics.py      2018-09-05 
21:41:03.000000000 +0200
+++ new/openSUSE-release-tools-20180910.3cf8055/metrics.py      2018-09-11 
03:04:30.000000000 +0200
@@ -39,6 +39,7 @@
     osc.core.search = search_capture
     osc.core._ET = osc.core.ET
     osc.core.ET = ET
+    osc.conf.config['include_request_from_project'] = False
 
     osc.core.get_request_list(*args, **kwargs)
 
@@ -58,7 +59,7 @@
 # Provides a osc.core.search() implementation for use with get_request_list()
 # that paginates in sets of 1000 and yields each request.
 def search_paginated_generator(apiurl, queries=None, **kwargs):
-    if "submit/target/@project='openSUSE:Factory'" in kwargs['request']:
+    if "action/target/@project='openSUSE:Factory'" in kwargs['request']:
         kwargs['request'] = osc.core.xpath_join(kwargs['request'], 
'@id>250000', op='and')
 
     request_count = 0
@@ -93,7 +94,6 @@
 def ingest_requests(api, project):
     requests = get_request_list(api.apiurl, project,
                                 req_state=('accepted', 'revoked', 
'superseded'),
-                                exclude_target_projects=[project],
                                 withfullhistory=True)
     for request in requests:
         if request.find('action').get('type') not in ('submit', 'delete'):

++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.VYnMFN/_old  2018-09-11 17:20:16.435136597 +0200
+++ /var/tmp/diff_new_pack.VYnMFN/_new  2018-09-11 17:20:16.435136597 +0200
@@ -1,5 +1,5 @@
 name: openSUSE-release-tools
-version: 20180905.67200cd
-mtime: 1536176463
-commit: 67200cdf5c018fd9c0465c339bf4da328869c298
+version: 20180910.3cf8055
+mtime: 1536627870
+commit: 3cf805500a3cb0eaebff53860d73782812a7f23f
 


Reply via email to