Hello community,

here is the log from the commit of package openSUSE-release-tools for 
openSUSE:Factory checked in at 2020-09-03 01:18:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old)
 and      /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openSUSE-release-tools"

Thu Sep  3 01:18:41 2020 rev:294 rq:831460 version:20200826.3b33c0a6

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
    2020-08-18 12:25:52.795843321 +0200
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.3399/openSUSE-release-tools.changes
  2020-09-03 01:19:23.840586236 +0200
@@ -1,0 +2,22 @@
+Wed Aug 26 10:32:44 UTC 2020 - [email protected]
+
+- Update to version 20200826.3b33c0a6:
+  * Revert "Retrieve packages download statistics"
+
+-------------------------------------------------------------------
+Wed Aug 26 08:51:32 UTC 2020 - [email protected]
+
+- Update to version 20200826.f6a30eed:
+  * Bugfixes
+  * [metrics-access] Fix packages path
+  * Optimize searching access logs
+  * Parse and count packages
+
+-------------------------------------------------------------------
+Thu Aug 20 13:39:56 UTC 2020 - [email protected]
+
+- Update to version 20200820.30a5ec58:
+  * bugowner.py: fix typo
+  * bugowner.py: switch to python3
+
+-------------------------------------------------------------------

Old:
----
  openSUSE-release-tools-20200811.7a216cd0.obscpio

New:
----
  openSUSE-release-tools-20200826.3b33c0a6.obscpio

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

Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.B2d5sU/_old  2020-09-03 01:19:26.808587327 +0200
+++ /var/tmp/diff_new_pack.B2d5sU/_new  2020-09-03 01:19:26.812587329 +0200
@@ -20,7 +20,7 @@
 %define source_dir openSUSE-release-tools
 %define announcer_filename factory-package-news
 Name:           openSUSE-release-tools
-Version:        20200811.7a216cd0
+Version:        20200826.3b33c0a6
 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.B2d5sU/_old  2020-09-03 01:19:26.852587343 +0200
+++ /var/tmp/diff_new_pack.B2d5sU/_new  2020-09-03 01:19:26.852587343 +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">7a216cd0c3c6ae746f459c26a7bb6f46e7707804</param>
+    <param 
name="changesrevision">d9736fb6627e298183640a9bfb2f76d8e3ed1d36</param>
   </service>
 </servicedata>

++++++ openSUSE-release-tools-20200811.7a216cd0.obscpio -> 
openSUSE-release-tools-20200826.3b33c0a6.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openSUSE-release-tools-20200811.7a216cd0/bugowner.py 
new/openSUSE-release-tools-20200826.3b33c0a6/bugowner.py
--- old/openSUSE-release-tools-20200811.7a216cd0/bugowner.py    2020-08-11 
10:22:18.000000000 +0200
+++ new/openSUSE-release-tools-20200826.3b33c0a6/bugowner.py    2020-08-26 
12:30:29.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 # -*- coding: utf-8 -*-
 # Copyright (c) 2018 SUSE LLC
 #
@@ -22,7 +22,7 @@
 
 from __future__ import print_function
 
-from ConfigParser import ConfigParser
+from osc import OscConfigParser
 from xdg.BaseDirectory import load_first_config
 from lxml import etree as ET
 from collections import namedtuple
@@ -30,7 +30,7 @@
 import sys
 import cmdln
 import logging
-import urllib2
+import urllib
 import osc.core
 import yaml
 import os
@@ -177,7 +177,7 @@
     @cmdln.option('--request', action='store_true', help='print osc request 
lines')
     @cmdln.option('--employee', action='store_true', help='only filter 
employees')
     def do_owner(self, subcmd, opts, *package):
-        """${cmd_name}: find owners of the given pacakge
+        """${cmd_name}: find owners of the given package
 
         ${cmd_usage}
         ${cmd_option_list}

++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.B2d5sU/_old  2020-09-03 01:19:27.600587618 +0200
+++ /var/tmp/diff_new_pack.B2d5sU/_new  2020-09-03 01:19:27.604587620 +0200
@@ -1,5 +1,5 @@
 name: openSUSE-release-tools
-version: 20200811.7a216cd0
-mtime: 1597134138
-commit: 7a216cd0c3c6ae746f459c26a7bb6f46e7707804
+version: 20200826.3b33c0a6
+mtime: 1598437829
+commit: 3b33c0a6c0824c2b83df11cc1b43a5d448ec774a
 


Reply via email to