commit shared-color-targets for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package shared-color-targets for 
openSUSE:Factory checked in at 2019-05-03 22:48:04

Comparing /work/SRC/openSUSE:Factory/shared-color-targets (Old)
 and  /work/SRC/openSUSE:Factory/.shared-color-targets.new.5148 (New)


Package is "shared-color-targets"

Fri May  3 22:48:04 2019 rev:17 rq:700430 version:0.1.7

Changes:

--- 
/work/SRC/openSUSE:Factory/shared-color-targets/shared-color-targets.changes
2016-01-05 21:56:07.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.shared-color-targets.new.5148/shared-color-targets.changes
  2019-05-03 22:48:07.760003758 +0200
@@ -1,0 +2,6 @@
+Fri May  3 15:54:05 CEST 2019 - vu...@opensuse.org
+
+- Update to version 0.1.7:
+  + Add the latest it8 reference files
+
+---

Old:

  shared-color-targets-0.1.6.tar.xz

New:

  shared-color-targets-0.1.7.tar.xz



Other differences:
--
++ shared-color-targets.spec ++
--- /var/tmp/diff_new_pack.6danQ4/_old  2019-05-03 22:48:08.364005145 +0200
+++ /var/tmp/diff_new_pack.6danQ4/_new  2019-05-03 22:48:08.384005191 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package shared-color-targets
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Luis Medinas, Portugal
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,15 +13,15 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   shared-color-targets
-Version:0.1.6
+Version:0.1.7
 Release:0
 Summary:Color targets for creating color profiles
-License:GPL-2.0+ and SUSE-Public-Domain and CC-BY-SA-3.0
+License:GPL-2.0-or-later AND SUSE-Public-Domain AND CC-BY-SA-3.0
 Group:  System/GUI/Other
 Url:http://github.com/hughsie/shared-color-targets
 Source: 
http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz

++ shared-color-targets-0.1.6.tar.xz -> shared-color-targets-0.1.7.tar.xz 
++
 3943 lines of diff (skipped)




commit nmap for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package nmap for openSUSE:Factory checked in 
at 2019-05-03 22:48:09

Comparing /work/SRC/openSUSE:Factory/nmap (Old)
 and  /work/SRC/openSUSE:Factory/.nmap.new.5148 (New)


Package is "nmap"

Fri May  3 22:48:09 2019 rev:60 rq:700476 version:7.70

Changes:

--- /work/SRC/openSUSE:Factory/nmap/nmap.changes2018-05-29 
10:41:59.334982875 +0200
+++ /work/SRC/openSUSE:Factory/.nmap.new.5148/nmap.changes  2019-05-03 
22:48:10.820010783 +0200
@@ -1,0 +2,9 @@
+Fri May  3 14:53:44 UTC 2019 - Kristýna Streitová 
+
+- add nmap-7.70-CVE-2018-15173_pcre_limits.patch to reduce LibPCRE
+  resource limits so that version detection can't use as much of
+  the stack. Previously Nmap could crash when run on low-memory
+  systems against target services which are intentionally or
+  accidentally difficult to match [bsc#1104139] [CVE-2018-15173].
+
+---

New:

  nmap-7.70-CVE-2018-15173_pcre_limits.patch



Other differences:
--
++ nmap.spec ++
--- /var/tmp/diff_new_pack.5BnMC5/_old  2019-05-03 22:48:11.896013253 +0200
+++ /var/tmp/diff_new_pack.5BnMC5/_new  2019-05-03 22:48:11.896013253 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package nmap
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -40,6 +40,7 @@
 Patch2: nmap-4.75-nostrip.patch
 Patch3: su-to-zenmap.patch
 Patch4: nmap-ncat-skip-network-tests.patch
+Patch5: nmap-7.70-CVE-2018-15173_pcre_limits.patch
 BuildRequires:  dos2unix
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -121,6 +122,7 @@
 %patch3
 %endif
 %patch4 -p1
+%patch5 -p1
 
 # use system provided libraries
 rm -rf libpcap libpcre macosx mswin32

++ nmap-7.70-CVE-2018-15173_pcre_limits.patch ++
>From 6d8bb6df229f7acf768bcebfe14cdc8c3dbbe92b Mon Sep 17 00:00:00 2001
From: dmiller 
Date: Wed, 8 Aug 2018 16:36:21 +
Subject: [PATCH] Set limits on PCRE matches to avoid issues like #1147
CVE-2018-15173

---
 service_scan.cc | 15 +++
 1 file changed, 15 insertions(+)

diff --git a/service_scan.cc b/service_scan.cc
index 1fc8056884..79e92b8f21 100644
--- a/service_scan.cc
+++ b/service_scan.cc
@@ -489,6 +489,15 @@ void ServiceProbeMatch::InitMatch(const char *matchtext, 
int lineno) {
   if (pcre_errptr != NULL)
 fatal("%s: failed to pcre_study regexp on line %d of nmap-service-probes: 
%s\n", __func__, lineno, pcre_errptr);
 
+  // Set some limits to avoid evil match cases.
+  // These are flexible; if they cause problems, increase them.
+#ifdef PCRE_ERROR_MATCHLIMIT
+  regex_extra->match_limit = 10; // 100K
+#endif
+#ifdef PCRE_ERROR_RECURSIONLIMIT
+  regex_extra->match_limit_recursion = 1; // 10K
+#endif
+
   free(modestr);
   free(flags);
 
@@ -568,6 +577,12 @@ const struct MatchDetails 
*ServiceProbeMatch::testMatch(const u8 *buf, int bufle
   if (o.debugging || o.verbose > 1)
 error("Warning: Hit PCRE_ERROR_MATCHLIMIT when probing for service %s 
with the regex '%s'", servicename, matchstr);
 } else
+#endif // PCRE_ERROR_MATCHLIMIT
+#ifdef PCRE_ERROR_RECURSIONLIMIT
+if (rc == PCRE_ERROR_RECURSIONLIMIT) {
+  if (o.debugging || o.verbose > 1)
+error("Warning: Hit PCRE_ERROR_RECURSIONLIMIT when probing for service 
%s with the regex '%s'", servicename, matchstr);
+} else
 #endif // PCRE_ERROR_MATCHLIMIT
   if (rc != PCRE_ERROR_NOMATCH) {
 fatal("Unexpected PCRE error (%d) when probing for service %s with the 
regex '%s'", rc, servicename, matchstr);




commit 000product for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package 000product for openSUSE:Factory 
checked in at 2019-05-03 22:48:17

Comparing /work/SRC/openSUSE:Factory/000product (Old)
 and  /work/SRC/openSUSE:Factory/.000product.new.5148 (New)


Package is "000product"

Fri May  3 22:48:17 2019 rev:1165 rq: version:unknown
Fri May  3 22:48:15 2019 rev:1164 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
openSUSE-MicroOS-dvd5-dvd-x86_64.kiwi: same change
openSUSE-MicroOS-dvd5-kubic-dvd-x86_64.kiwi: same change
openSUSE-cd-mini-i586.kiwi: same change
openSUSE-cd-mini-x86_64.kiwi: same change
openSUSE-dvd5-dvd-i586.kiwi: same change
openSUSE-dvd5-dvd-x86_64.kiwi: same change
openSUSE-ftp-ftp-i586_x86_64.kiwi: same change
stub.kiwi: same change
++ openSUSE-MicroOS.product ++
--- /var/tmp/diff_new_pack.US5TLD/_old  2019-05-03 22:48:20.936034007 +0200
+++ /var/tmp/diff_new_pack.US5TLD/_new  2019-05-03 22:48:20.936034007 +0200
@@ -6,7 +6,7 @@
   openSUSE-MicroOS
   openSUSE-MicroOS-release
   
-  20190502
+  20190503
   
   0
   openSUSE-MicroOS

++ openSUSE.product ++
--- /var/tmp/diff_new_pack.US5TLD/_old  2019-05-03 22:48:20.948034034 +0200
+++ /var/tmp/diff_new_pack.US5TLD/_new  2019-05-03 22:48:20.948034034 +0200
@@ -4,7 +4,7 @@
 
   openSUSE
   openSUSE
-  20190502
+  20190503
   0
 
   openSUSE




commit netdata for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package netdata for openSUSE:Factory checked 
in at 2019-05-03 22:48:01

Comparing /work/SRC/openSUSE:Factory/netdata (Old)
 and  /work/SRC/openSUSE:Factory/.netdata.new.5148 (New)


Package is "netdata"

Fri May  3 22:48:01 2019 rev:9 rq:700414 version:1.14.0

Changes:

--- /work/SRC/openSUSE:Factory/netdata/netdata.changes  2019-03-18 
10:41:31.107261293 +0100
+++ /work/SRC/openSUSE:Factory/.netdata.new.5148/netdata.changes
2019-05-03 22:48:03.075993005 +0200
@@ -1,0 +2,82 @@
+Fri May  3 15:08:20 UTC 2019 - Martin Herkt <9+suse@cirno.systems>
+
+- Update to v1.14.0
+The release introduces major additions to Kubernetes monitoring,
+with tens of new charts for Kubelet, kube-proxy and coredns
+metrics, as well as significant improvements to the netdata
+helm chart.
+
+Two new collectors were added, to monitor Docker hub and Docker
+engine metrics.
+
+Finally, v1.14 adds support for version 2 cgroups, OpenLDAP
+over TLS, NVIDIA SMI free and per process memory and configurable
+syslog facilities.
+
+  Bug Fixes:
+  * Fixed problem autodetecting failed jobs in python.d plugin.
+It now properly restarts jobs that are being rechecked,
+as soon as they are able to run.
+  * CouchdDB monitoring would stop sometimes with an exception.
+Fixed the unhandled exception causing the issue.
+  * The netdata api deliberately returned http error 400 when
+netdata ran in memory mode none. Modified the behavior to
+return responses, regardless of the memory mode
+  * The python.d plugin sometimes does not receive SIGTERM when
+netdata exits, resulting in zombie processes. Added a heartbeat
+so that the process can exit on SIGPIPE.
+  * The new SMS Server Tools notifications did not handle errors
+well, resulting in cryptic error messages.
+Improved error handling.
+  * Fix segmentation fault in streaming, when two dimensions had
+similar names.
+  * Kubernetes Helm Chart: Fixed incorrect use of namespaces in
+ServiceAccount and ClusterRoleBinding RBAC fixes.
+  * Elastic search: The option to enable HTTPS was not included in
+the config file, giving the erroneous impression that HTTPS was
+not supported. The option was added.
+  * RocketChat notifications were not being sent properly.
+Added default recipients for roles in the health alarm
+notification configuration.
+
+  Improvements:
+  * go.d.plugin v0.4.0 : Docker Hub and k8s coredns collectors,
+springboot2 URI filters support.
+  * go.d.plugin v0.3.1 : Add default job to run k8s_kubelet.conf,
+k8s_kubeproxy, activemq modules
+  * go.d.plugin v0.3.0 : Docker engine, kubelet and kub-proxy
+collectors. x509check module reading certs from file support
+  * Added unified cgroup support that includes v2 cgroups
+  * Disk stats: Added preferred disk id pattern, so that users can
+see the id they prefer, when multiple ids appear for the same
+device
+  * NVIDIA SMI: Added memory free and per process memory usage
+charts to the collector
+  * OpenLDAP: Added TLS support, to allow monitoring of LDAPS.
+  * PHP-FPM: Add health check to raise alarms when the phpfm server
+is unreachable
+  * PostgreSQL: Our configuration options to connect to a DB did
+not support all possible option. Added option to connect to a
+PostreSQL instance by defining a connection string (URI).
+  * python.d.plugin: There was no way to delete obsolete dimensions
+in charts created by the python.d plugin. The plugin can now
+delete dimension at runtime.
+  * netdata supports sending its logs to Syslog, but the facility
+was hard-coded. We now support configurable Syslog facilities
+in netdata.conf.
+  * Kubernetes Helm Chart improvements:
++ Added serviceName in statefulset spec to align with the k8s
+  documentation
++ Added preStart command to persist slave machine GUIDs,
+  so that pod deletion/addition during upgrades doesn't lose
+  the slave history.
++ Disabled non-essential master netdata collector plugins to
+  avoid duplicate data
++ Added preStop command to wait for netdata to exit gracefully
+  before removing the container
++ Extended configuration file support to provide more control
+  from the helm command line
++ Added option to disable Role-based access control
++ Added liveness and readiness probes.
+
+---

Old:

  netdata-v1.13.0.tar.gz

New:

  netdata-v1.14.0.tar.gz



Other differences:
--
++ netdata.spec ++
--- /var/tmp/diff_new_pack.kzDsuu/_old  2019-05-03 22:48:03.627994272 +0200
+++ /var/tmp/diff_new_pack.kzDsuu/_new  2019-05-03 

commit gnu_parallel for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package gnu_parallel for openSUSE:Factory 
checked in at 2019-05-03 22:47:23

Comparing /work/SRC/openSUSE:Factory/gnu_parallel (Old)
 and  /work/SRC/openSUSE:Factory/.gnu_parallel.new.5148 (New)


Package is "gnu_parallel"

Fri May  3 22:47:23 2019 rev:51 rq:700253 version:20190422

Changes:

--- /work/SRC/openSUSE:Factory/gnu_parallel/gnu_parallel.changes
2018-11-26 10:31:58.988910059 +0100
+++ /work/SRC/openSUSE:Factory/.gnu_parallel.new.5148/gnu_parallel.changes  
2019-05-03 22:47:24.931905437 +0200
@@ -1,0 +2,17 @@
+Fri Apr 26 13:41:04 UTC 2019 - Ismail Dönmez 
+
+- Update to new upstream release 20190422
+  * 'env_parallel --end-session' makes it possible to nest
+'env_parallel --session'
+  * --shard makes it possible to send input to the same jobslot
+based on the value in one column of the input.
+It is similar to sharding in databases.
+  * --shellquote --shellquote will shell quote the input twice.
+  * SIGTERM is changed to SIGHUP, so sending SIGHUP will make
+GNU Parallel start no more jobs, but wait for running jobs
+to finish.
+  * SIGTERM SIGTERM is changed to SIGTERM, so sending SIGTERM
+will make GNU Parallel kill all running jobs.
+  * Bug fixes and man page updates.
+
+---

Old:

  parallel-20181122.tar.bz2
  parallel-20181122.tar.bz2.sig

New:

  parallel-20190422.tar.bz2
  parallel-20190422.tar.bz2.sig



Other differences:
--
++ gnu_parallel.spec ++
--- /var/tmp/diff_new_pack.TYt14x/_old  2019-05-03 22:47:26.111908145 +0200
+++ /var/tmp/diff_new_pack.TYt14x/_new  2019-05-03 22:47:26.115908155 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnu_parallel
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   gnu_parallel
-Version:20181122
+Version:20190422
 Release:0
 Summary:Shell tool for executing jobs in parallel
 License:GPL-3.0-or-later

++ parallel-20181122.tar.bz2 -> parallel-20190422.tar.bz2 ++
 19962 lines of diff (skipped)

++ parallel-20181122.tar.bz2.sig -> parallel-20190422.tar.bz2.sig ++
--- /work/SRC/openSUSE:Factory/gnu_parallel/parallel-20181122.tar.bz2.sig   
2018-11-26 10:32:03.960904233 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnu_parallel.new.5148/parallel-20190422.tar.bz2.sig 
2019-05-03 22:47:25.411906539 +0200
@@ -2,7 +2,7 @@
 
 # To check the signature run:
 #  echo | gpg
-#  gpg --auto-key-locate keyserver --keyserver-options auto-key-retrieve 
parallel-20181122.tar.bz2.sig
+#  gpg --auto-key-locate keyserver --keyserver-options auto-key-retrieve 
parallel-20190422.tar.bz2.sig
 
 echo | gpg 2>/dev/null
 gpg --auto-key-locate keyserver --keyserver-options auto-key-retrieve $0
@@ -10,32 +10,32 @@
 
 -BEGIN PGP SIGNATURE-
 
-iQTwBAABCgAGBQJb9z2JAAoJENGrRRaIiIiI6S0mn1HMIHl+3Wxog/PHiqA3N7Of
-KRVZGzSTClo9dBFchs86bm20t8D7zFmTLdiSfTqh/CnNUlU530Fd2pSpcvAQECmQ
-XmDrlWTkhuRYTWO/FS/Ngh0+IfVBt4ycJiO0p46OODxdp64ewXHJ8KstUy607uHv
-cRnw1rKEqu8suUMx9rdZii6b+STAPNNG0/KyJnvuiiMtwVCZEFSTFS509lIKWsQH
-ffkzqUNoNxy7hwkRXVD7zA9X35Iyh55TMsmhBDvn+6cDNv0AHyNHTXnQWqmok83A
-0SHkK6jwndmFJWYZCNcmjykg8bW94IYO/ThoRzcthD54FgcTpKgutQtjlpSKqFBy
-LjP/shHbNpJSDsnxwxcppQL2XvWz79LnTt5dKWQRQcj5Ijh0y1NiZnBP8xreVLrb
-Rx+SN6gaiUtd1ig5hi/okfIRJnd2nCxAVyvrhS6cRy1XdYJf55lc3+a5p36YBT3Q
-o0jmFzVsSeSnG0v17zrJiyP0SDJrmhFHLI+qN+jxLu9/lqvMqhCSzlDOjwhv0mGq
-v1x3D4sYCX1cg61CvCl532hQILU0tf7duaMlAZNnsWz4cN2o9twFTi/TTQMbku8T
-C05kMgbT4xQzs62LMZJ0iaD7itTGog1Rxov3Nu6i+3Tm4kv9iYKP8BdjDJ3WckGd
-CBhDgBNU2OH0KGhw6rNqSsb+G+E0xZx5dO+7KByA/PCKz9n070Mhh3LUdS9lFvi3
-OO/CuaT6PGGCsTevfResqAFcKrpP+fxUWnyFF5pxVgNHpKcxX2by9RcGYDXQYpu4
-ntDnxq5idarHhj+kVzc8ehX6KVxuXVm3Arkx5QeWbVnf33lWak6rGqW+lUZlM3Dd
-LZ2JKnantHjjIDzQBfMHMDt4/hPVroOwEu6uCSyWid2T80ty8DeNBH+XJY+kS8TT
-zoPslLgp9KQedlApIr+2tAoiTI4n5wQArMAUx9MU0a7qWRHYIyXK3iyHM+63dJuw
-vYkEi6sfn1/27EZWwiKDkLeIOR6jeZNdy7q43jjyGs05m1uhY/PfAQ6ofshlu+XR
-na6gu0g7A24iOG89brptxDa2pfm0KSVjrC1t4WrjDSJ1X/JCCBAIaOAlYEskEOni
-fWFYkcNEW/73b3uKFHTXl/Pjhcr0aK1xmybP1PlX/WDQpNwuNZulJpvZuY1bxAsa
-4jzCjddL+VwO17d3auU8jKh/IUMUV62brOnTUeJ3lAC+aF6SF7SXVm61JTNOa1i2
-9wIt+5nJ3skQq7gs4S6IkJXSb3yCSvn2MfntULzcOc/5IaebEZ0Aya1RZRr/mqUt
-nk/yhe0V/Jwnp0hVlsWIC4IftGk6mVUOio5mPfcJZ4fvEllLcQKvAAIvjGU0RMAr
-LLMsuWyKydIY6LtjQil20/IAlkSz/948XyDfQjqsoho1UJoPp9yM8ilkAUijzkaA
-2zTyOApT5Ts6w96WYSqMIrFwqii2ACP/xIv3g3XpupxPHPzwWFa2LrsyIhbR263X

commit 000product for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package 000product for openSUSE:Factory 
checked in at 2019-05-03 22:48:12

Comparing /work/SRC/openSUSE:Factory/000product (Old)
 and  /work/SRC/openSUSE:Factory/.000product.new.5148 (New)


Package is "000product"

Fri May  3 22:48:12 2019 rev:1163 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
openSUSE-MicroOS-dvd5-dvd-x86_64.kiwi: same change
openSUSE-MicroOS-dvd5-kubic-dvd-x86_64.kiwi: same change
openSUSE-cd-mini-i586.kiwi: same change
openSUSE-cd-mini-x86_64.kiwi: same change
openSUSE-dvd5-dvd-i586.kiwi: same change
openSUSE-dvd5-dvd-x86_64.kiwi: same change
openSUSE-ftp-ftp-i586_x86_64.kiwi: same change
stub.kiwi: same change
++ openSUSE-Addon-NonOss.product ++
--- /var/tmp/diff_new_pack.jjvuYO/_old  2019-05-03 22:48:19.048029672 +0200
+++ /var/tmp/diff_new_pack.jjvuYO/_new  2019-05-03 22:48:19.064029709 +0200
@@ -4,7 +4,7 @@
  
 openSUSE
 openSUSE-Addon-NonOss
-20190502
+    20190503
 0 
 openSUSE NonOSS Addon
 non oss addon




commit python-fanficfare for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package python-fanficfare for 
openSUSE:Factory checked in at 2019-05-03 22:47:26

Comparing /work/SRC/openSUSE:Factory/python-fanficfare (Old)
 and  /work/SRC/openSUSE:Factory/.python-fanficfare.new.5148 (New)


Package is "python-fanficfare"

Fri May  3 22:47:26 2019 rev:8 rq:700318 version:3.7.6

Changes:

--- /work/SRC/openSUSE:Factory/python-fanficfare/python-fanficfare.changes  
2019-04-28 20:15:41.750334864 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-fanficfare.new.5148/python-fanficfare.changes
2019-05-03 22:47:26.915909991 +0200
@@ -1,0 +2,15 @@
+Fri May  3 08:45:55 CEST 2019 - Matej Cepl 
+
+- Update to 3.7.6:
+  - Fix CLI Upload to have correct version.
+  - Fix for BS halping with string conversions on PI update from
+Saved Meta Column.
+  - More improvements for adapter_asianfanficscom, including
+auto_sub feature, thanks oh45454545
+  - Improvements for adapter_asianfanficscom, thanks oh45454545
+  - Update adapter_asianfanficscom to fetch chapter texts from
+JSON url.
+  - Ad wall indicator has changed for adapter_webnovelcom.
+  - Fix use_archived_author in AO3.
+
+---

Old:

  FanFicFare-3.7.0.tar.gz

New:

  FanFicFare-3.7.6.tar.gz



Other differences:
--
++ python-fanficfare.spec ++
--- /var/tmp/diff_new_pack.slTqOD/_old  2019-05-03 22:47:27.411911130 +0200
+++ /var/tmp/diff_new_pack.slTqOD/_new  2019-05-03 22:47:27.415911139 +0200
@@ -20,7 +20,7 @@
 %define modnamedown fanficfare
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-fanficfare
-Version:3.7.0
+Version:3.7.6
 Release:0
 Summary:Tool for making eBooks from stories on fanfiction and other 
web sites
 License:GPL-3.0-only

++ FanFicFare-3.7.0.tar.gz -> FanFicFare-3.7.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/FanFicFare-3.7.0/calibre-plugin/__init__.py 
new/FanFicFare-3.7.6/calibre-plugin/__init__.py
--- old/FanFicFare-3.7.0/calibre-plugin/__init__.py 2019-04-19 
21:08:56.0 +0200
+++ new/FanFicFare-3.7.6/calibre-plugin/__init__.py 2019-04-24 
05:29:17.0 +0200
@@ -33,7 +33,7 @@
 from calibre.customize import InterfaceActionBase
 
 # pulled out from FanFicFareBase for saving in prefs.py
-__version__ = (3, 7, 0)
+__version__ = (3, 7, 6)
 
 ## Apparently the name for this class doesn't matter--it was still
 ## 'demo' for the first few versions.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/FanFicFare-3.7.0/calibre-plugin/plugin-defaults.ini 
new/FanFicFare-3.7.6/calibre-plugin/plugin-defaults.ini
--- old/FanFicFare-3.7.0/calibre-plugin/plugin-defaults.ini 2019-04-19 
21:08:56.0 +0200
+++ new/FanFicFare-3.7.6/calibre-plugin/plugin-defaults.ini 2019-04-24 
05:29:17.0 +0200
@@ -2133,10 +2133,11 @@
 
 [www.asianfanfics.com]
 ## Unlike most sites, asianfanfics.com, instead of denying access to
-## 'adult' content, will censor the text of stories to remove the
-## 'adult' words.  FanFicFare cannot detect when this happens, but if
-## you set your username and password, FFF will log you in to prevent
-## that.
+## 'adult' or subscriber-only content, will censor the text of stories
+## to remove 'adult' words or entire portions of the text. This is why
+## an account is required to download stories from this site. It is
+## also strongly recommended to consider enabling auto_sub in order to
+## further avoid this from happening.
 #username:YourName
 #password:yourpassword
 
@@ -2163,6 +2164,14 @@
 ## chapter_start to remove the standard chapter title, as shown below.
 inject_chapter_title:false
 
+## This website removes certain HTML tags and portions of the story
+## from subscriber-only stories. It is strongly recommended to turn
+## this option on. This will automatically subscribe you to such
+## stories in order to acquire the unaltered text. You can
+## unsubscribe manually on the website after the story has been
+## downloaded.
+auto_sub:false
+
 [www.bdsmlibrary.com]
 ## Some sites also require the user to confirm they are adult for
 ## adult content.  Uncomment by removing '#' in front of is_adult.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/FanFicFare-3.7.0/fanficfare/adapters/adapter_archiveofourownorg.py 
new/FanFicFare-3.7.6/fanficfare/adapters/adapter_archiveofourownorg.py
--- old/FanFicFare-3.7.0/fanficfare/adapters/adapter_archiveofourownorg.py  
2019-04-19 21:08:56.0 +0200
+++ 

commit signing-party for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package signing-party for openSUSE:Factory 
checked in at 2019-05-03 22:47:45

Comparing /work/SRC/openSUSE:Factory/signing-party (Old)
 and  /work/SRC/openSUSE:Factory/.signing-party.new.5148 (New)


Package is "signing-party"

Fri May  3 22:47:45 2019 rev:4 rq:700370 version:2.9

Changes:

--- /work/SRC/openSUSE:Factory/signing-party/signing-party.changes  
2019-03-26 15:43:41.936200120 +0100
+++ /work/SRC/openSUSE:Factory/.signing-party.new.5148/signing-party.changes
2019-05-03 22:47:47.119956374 +0200
@@ -1,0 +2,6 @@
+Fri May  3 11:46:01 UTC 2019 - Sebastian Wagner 
+
+- Add patch cve-2019-11627.patch from 
https://salsa.debian.org/signing-party-team/signing-party/commit/cd69b6c0426a6160ef3de03fce9c7f112166d5a8
+  to fix CVE-2019-11627.
+
+---

New:

  cve-2019-11627.patch



Other differences:
--
++ signing-party.spec ++
--- /var/tmp/diff_new_pack.PUZ5IO/_old  2019-05-03 22:47:47.699957706 +0200
+++ /var/tmp/diff_new_pack.PUZ5IO/_new  2019-05-03 22:47:47.707957724 +0200
@@ -26,6 +26,8 @@
 Source: 
http://ftp.debian.org/debian/pool/main/s/signing-party/signing-party_%{version}.orig.tar.gz#/%{name}-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE caff-manpage.patch [bnc#722626]
 Patch1: caff-manpage.patch
+# PATCH-FIX-UPSTREAM cve-2019-11627.patch boo#1134040
+Patch2: cve-2019-11627.patch
 Requires:   %{_sbindir}/sendmail
 Requires:   gpg
 Requires:   perl
@@ -83,6 +85,7 @@
 %prep
 %setup -q -n signing-party-%{version}
 %patch1 -p1
+%patch2 -p1
 
 %build
 %if 0%{?suse_version} > 1320

++ cve-2019-11627.patch ++
>From cd69b6c0426a6160ef3de03fce9c7f112166d5a8 Mon Sep 17 00:00:00 2001
From: Guilhem Moulin 
Date: Tue, 30 Apr 2019 19:49:45 +0200
Subject: [PATCH] gpg-key2ps: Fix shell injection vulnerability in UIDs
 rendering.

---
 debian/changelog  | 7 +++
 gpg-key2ps/gpg-key2ps | 3 ++-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 7b071b7..26a665b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+signing-party (2.10-1) UNRELEASED; urgency=high
+
+  * gpg-key2ps: Fix shell injection vulnerability in UIDs rendering.
+(Closes: #928256.)
+
+ -- Guilhem Moulin   Tue, 30 Apr 2019 19:47:04 +0200
+
 signing-party (2.9-1) unstable; urgency=medium
 
   * gpglist:
diff --git a/gpg-key2ps/gpg-key2ps b/gpg-key2ps/gpg-key2ps
index 4d76fb4..1a67e04 100755
--- a/gpg-key2ps/gpg-key2ps
+++ b/gpg-key2ps/gpg-key2ps
@@ -9,6 +9,7 @@
 #
 
 use strict;
+use Encode ();
 use Getopt::Long;
 
 my $version = '@@VERSION@@';
@@ -267,7 +268,7 @@ while() {
}
# user ids
s/\\x(\p{AHex}{2})/ chr(hex($1)) /ge;
-   $_ = `echo "$_" | iconv -c -f utf-8 -t latin1`;
+   $_ = Encode::encode("latin1", Encode::decode_utf8($_));
s/^uid:[^:r]*:[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:([^:]*):.*/ 
($1) uid/;
# revoked user id
if (s/^uid:r[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:([^:]*):.*/ 
($1) revuid/) {
-- 
2.20.1




commit blogc for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package blogc for openSUSE:Factory checked 
in at 2019-05-03 22:47:32

Comparing /work/SRC/openSUSE:Factory/blogc (Old)
 and  /work/SRC/openSUSE:Factory/.blogc.new.5148 (New)


Package is "blogc"

Fri May  3 22:47:32 2019 rev:15 rq:700320 version:0.17.0

Changes:

--- /work/SRC/openSUSE:Factory/blogc/blogc.changes  2019-04-23 
14:37:21.057523343 +0200
+++ /work/SRC/openSUSE:Factory/.blogc.new.5148/blogc.changes2019-05-03 
22:47:33.655925465 +0200
@@ -1,0 +2,12 @@
+Fri May  3 06:55:59 UTC 2019 - mvet...@suse.com
+
+- Update to 0.17.0:
+  * blogc(1) now supports sorting source files by DATE variable,
+by providing the FILTER_SORT=1 global variable.
+   The source files are sorted in descending order by default, and
+   can be reversed by providing the FILTER_REVERSE=1 global variable.
+   See blogc-pagination(7) for details.
+  * blogc-make(1) got a new setting to support sorting posts:
+   posts_sort. See blogcfile(5) for details.
+
+---

Old:

  blogc-0.16.1.tar.xz

New:

  blogc-0.17.0.tar.xz



Other differences:
--
++ blogc.spec ++
--- /var/tmp/diff_new_pack.7ypLvY/_old  2019-05-03 22:47:34.179926668 +0200
+++ /var/tmp/diff_new_pack.7ypLvY/_new  2019-05-03 22:47:34.179926668 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   blogc
-Version:0.16.1
+Version:0.17.0
 Release:0
 Summary:Blog compiler
 License:BSD-3-Clause

++ blogc-0.16.1.tar.xz -> blogc-0.17.0.tar.xz ++
 1632 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/blogc-0.16.1/.tarball-version new/blogc-0.17.0/.tarball-version
--- old/blogc-0.16.1/.tarball-version   2019-04-21 20:03:18.0 +0200
+++ new/blogc-0.17.0/.tarball-version   2019-05-02 22:19:18.0 +0200
@@ -1 +1 @@
-0.16.1
+0.17.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/blogc-0.16.1/.version new/blogc-0.17.0/.version
--- old/blogc-0.16.1/.version   2019-04-21 20:03:17.0 +0200
+++ new/blogc-0.17.0/.version   2019-05-02 22:19:18.0 +0200
@@ -1 +1 @@
-0.16.1
+0.17.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/blogc-0.16.1/Makefile.am new/blogc-0.17.0/Makefile.am
--- old/blogc-0.16.1/Makefile.am2019-04-21 20:02:43.0 +0200
+++ new/blogc-0.17.0/Makefile.am2019-05-02 22:18:40.0 +0200
@@ -69,6 +69,7 @@
src/common/config-parser.h \
src/common/error.h \
src/common/file.h \
+   src/common/sort.h \
src/common/stdin.h \
src/common/utf8.h \
src/common/utils.h \
@@ -151,6 +152,7 @@
src/common/config-parser.c \
src/common/error.c \
src/common/file.c \
+   src/common/sort.c \
src/common/stdin.c \
src/common/utf8.c \
src/common/utils.c \
@@ -472,6 +474,7 @@
tests/blogc/check_template_parser \
tests/common/check_config_parser \
tests/common/check_error \
+   tests/common/check_sort \
tests/common/check_utf8 \
tests/common/check_utils \
$(NULL)
@@ -745,6 +748,23 @@
$(CMOCKA_LIBS) \
libblogc_common.la \
$(NULL)
+
+tests_common_check_sort_SOURCES = \
+   tests/common/check_sort.c \
+   $(NULL)
+
+tests_common_check_sort_CFLAGS = \
+   $(CMOCKA_CFLAGS) \
+   $(NULL)
+
+tests_common_check_sort_LDFLAGS = \
+   -no-install \
+   $(NULL)
+
+tests_common_check_sort_LDADD = \
+   $(CMOCKA_LIBS) \
+   libblogc_common.la \
+   $(NULL)
 
 tests_common_check_utf8_SOURCES = \
tests/common/check_utf8.c \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp 

commit python-Cheetah3 for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package python-Cheetah3 for openSUSE:Factory 
checked in at 2019-05-03 22:47:48

Comparing /work/SRC/openSUSE:Factory/python-Cheetah3 (Old)
 and  /work/SRC/openSUSE:Factory/.python-Cheetah3.new.5148 (New)


Package is "python-Cheetah3"

Fri May  3 22:47:48 2019 rev:5 rq:700373 version:3.2.2

Changes:

--- /work/SRC/openSUSE:Factory/python-Cheetah3/python-Cheetah3.changes  
2019-03-22 15:10:37.921325059 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-Cheetah3.new.5148/python-Cheetah3.changes
2019-05-03 22:47:49.747962408 +0200
@@ -1,0 +2,11 @@
+Fri May  3 11:57:28 UTC 2019 - Martin Pluskal 
+
+- Update to version 3.2.2:
+  * Replaced outdated and insecure mktemp with mkstemp.
+  * Fixed bugs in TemplateCmdLineIface.py: read binary pickles from
+stdin and files.
+  * Use cgi.escape() for Python 2, html.escape() for Python 3.
+  * Created tests for TemplateCmdLineIface.
+- Update test dependencies
+
+---

Old:

  Cheetah3-3.2.1.tar.gz

New:

  Cheetah3-3.2.2.tar.gz



Other differences:
--
++ python-Cheetah3.spec ++
--- /var/tmp/diff_new_pack.V2FwMk/_old  2019-05-03 22:47:50.227963510 +0200
+++ /var/tmp/diff_new_pack.V2FwMk/_new  2019-05-03 22:47:50.231963519 +0200
@@ -18,13 +18,15 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-Cheetah3
-Version:3.2.1
+Version:3.2.2
 Release:0
 Summary:Template engine and code generation tool
 License:MIT
 Group:  Development/Languages/Python
 URL:http://cheetahtemplate.org/
 Source: 
https://files.pythonhosted.org/packages/source/C/Cheetah3/Cheetah3-%{version}.tar.gz
+BuildRequires:  %{python_module Markdown}
+BuildRequires:  %{python_module Pygments}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes

++ Cheetah3-3.2.1.tar.gz -> Cheetah3-3.2.2.tar.gz ++
 73111 lines of diff (skipped)




commit openshot-qt for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package openshot-qt for openSUSE:Factory 
checked in at 2019-05-03 22:47:35

Comparing /work/SRC/openSUSE:Factory/openshot-qt (Old)
 and  /work/SRC/openSUSE:Factory/.openshot-qt.new.5148 (New)


Package is "openshot-qt"

Fri May  3 22:47:35 2019 rev:6 rq:700348 version:2.4.4

Changes:

--- /work/SRC/openSUSE:Factory/openshot-qt/openshot-qt.changes  2019-01-21 
10:51:50.763910641 +0100
+++ /work/SRC/openSUSE:Factory/.openshot-qt.new.5148/openshot-qt.changes
2019-05-03 22:47:41.775944106 +0200
@@ -1,0 +2,44 @@
+Fri May  3 08:14:07 UTC 2019 - Adrian Schröter 
+
+- update to version 2.4.4
+   * Scale keyframe coordinates when changing Profile or Exporting using a 
different FPS (#2620)
+   * Large performance improvements on AngularJS Timeline (and solved some 
Async issues) (#2533)
+   * Integration of resvg SVG library (gitlab and freeze updates) (#2540)
+   * Improved Tracks (simpler numbering, faster inserting, prevent deletion of 
locked tracks) (#2491)
+   * Improved Docking (Timeline widget is now dockable and Properties works in 
pillar mode) (#2490)
+   * Use libopenshot to generate preview images for our Title editor, and no 
longer use Qt's SVG parsing by default. (#2544)
+   * Improving UTF-8 path detection and conversion (#2525)
+   * Rewrite conversion of relative and absolute path support in OpenShot 
(#2477)
+   * Fixing many Python issues reported in our automatic exception tracking 
(#2482)
+   * Fixing regressions to Split Audio (#2660)
+   * Integrate Constant Rate Factor (CRF) into Export Dialog (#2543)
+   * Separating PrepareStreams() from Open(), to allow SetOption() to 
correctly function (#2568)
+   * Adding h265 export preset (thanks Peter) (#2680)
+   * Adding ~/.openshot_qt/presets/ User-defined Presets, so users can easily 
install custom export presets (devices and formats) (#2555)
+   * Dragging an OSP file into the Project Files widget will open the entire 
project file (and prompt to save unsaved changes) (#2616)
+   * Persist undo/redo history correctly across OpenShot sessions (#2474)
+   * Fix audio waveform display when slicing clips or resizing/trimming clips
+   * Color picker: Never use native dialog (#2425)
+   * Adding Git Changelog screen (#2566)
+   * Converting to new Settings class, instead of the old ENV VAR method 
(#2520)
+   * Reverting Angular from 1.7.2 to 1.6.0 (for stability reasons) (#2479)
+   * Completed Arabic, Hindi, Chinese (Simplified and Traditional) 
translations (#2594)
+   * Update messaging integration on build server (#2426)
+   * Add init.py file for installed module (#2419)
+   * launch.py: Path-detect via openshot_qt init (#2419)
+   * Exit using sys.exit() (#2409)
+   * preferences: Tweak item layout (#2401)
+   * Widen export window (#2373)
+   * Pass remaining command line args to Qt (#2355)
+   * Copy (cleaned up) xdg icon to src/images (#2316)
+   * Add strings to be translated and fix tuple error (#2275)
+   * added browse button in file properties dialog, to allow relinking of 
individual media files (#2275)
+   * fix for automatic relinking of missing media files during project open 
(#2275)
+   * Add the same browse type for inkscape and blender field (#2255)
+   * Remove CRLF line endings from chromebook preset (#2204)
+   * Convert language.py line endings (#2204)
+   * Missing files are now automatically deleted from the recent menu (#2202)
+   * Append correct extension to snapshot frames (#2196)
+   * Update Contributors & Translations (#2679)
+
+---

Old:

  openshot-qt-2.4.3.obscpio

New:

  openshot-qt-2.4.4.obscpio



Other differences:
--
++ openshot-qt.spec ++
--- /var/tmp/diff_new_pack.kxxbRy/_old  2019-05-03 22:47:45.315952233 +0200
+++ /var/tmp/diff_new_pack.kxxbRy/_new  2019-05-03 22:47:45.331952270 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   openshot-qt
-Version:2.4.3
+Version:2.4.4
 Release:0
 Summary:Non-linear video editor with broad format support
 License:GPL-3.0-or-later

++ _service ++
--- /var/tmp/diff_new_pack.kxxbRy/_old  2019-05-03 22:47:45.803953353 +0200
+++ /var/tmp/diff_new_pack.kxxbRy/_new  2019-05-03 22:47:45.831953417 +0200
@@ -2,8 +2,8 @@
   
 https://github.com/OpenShot/openshot-qt.git
 git
-v2.4.3
-2.4.3
+v2.4.4
+2.4.4
   
   
 

++ openshot-qt-2.4.3.obscpio -> openshot-qt-2.4.4.obscpio ++
/work/SRC/openSUSE:Factory/openshot-qt/openshot-qt-2.4.3.obscpio 
/work/SRC/openSUSE:Factory/.openshot-qt.new.5148/openshot-qt-2.4.4.obscpio 
differ: char 8, line 1

++ openshot-qt.obsinfo ++
--- /var/tmp/diff_new_pack.kxxbRy/_old  2019-05-03 

commit python-coloredlogs for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package python-coloredlogs for 
openSUSE:Factory checked in at 2019-05-03 22:47:54

Comparing /work/SRC/openSUSE:Factory/python-coloredlogs (Old)
 and  /work/SRC/openSUSE:Factory/.python-coloredlogs.new.5148 (New)


Package is "python-coloredlogs"

Fri May  3 22:47:54 2019 rev:5 rq:700395 version:10.0

Changes:

--- /work/SRC/openSUSE:Factory/python-coloredlogs/python-coloredlogs.changes
2019-02-24 17:14:47.680457026 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-coloredlogs.new.5148/python-coloredlogs.changes
  2019-05-03 22:47:57.331979818 +0200
@@ -1,0 +2,6 @@
+Fri May  3 14:04:05 UTC 2019 - Matej Cepl 
+
+- Add test_cli_conversion_test.patch, because we don't have versionless
+  coloredlogs in time of %check.
+
+---

New:

  test_cli_conversion_test.patch



Other differences:
--
++ python-coloredlogs.spec ++
--- /var/tmp/diff_new_pack.1gDf0e/_old  2019-05-03 22:47:57.875981067 +0200
+++ /var/tmp/diff_new_pack.1gDf0e/_new  2019-05-03 22:47:57.879981076 +0200
@@ -26,6 +26,9 @@
 Group:  Development/Languages/Python
 URL:https://github.com/xolox/python-coloredlogs
 Source: 
https://files.pythonhosted.org/packages/source/c/coloredlogs/coloredlogs-%{version}.tar.gz
+# PATCH-FIX-OPENSUSE test_cli_conversion_test.patch mc...@suse.com
+# With using alternatives, we don't have versionless command in time of %check
+Patch0: test_cli_conversion_test.patch
 BuildRequires:  %{python_module capturer >= 2.4}
 BuildRequires:  %{python_module humanfriendly >= 3.2}
 BuildRequires:  %{python_module mock >= 1.0.1}
@@ -54,6 +57,7 @@
 
 %prep
 %setup -q -n coloredlogs-%{version}
+%autopatch -p1
 
 %build
 %python_build
@@ -70,10 +74,10 @@
 %python_uninstall_alternative coloredlogs
 
 %check
-# test_cli_conversion - requires coloredlogs binary available, we don't have 
it at this point
 # test_auto_install - requires the install to the system to be actually 
complete
 # test_plain_text_output_format - random hickupy test
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
py.test-%{$python_version} coloredlogs/tests.py -v -k 'not (test_cli_conversion 
or test_auto_install or test_plain_text_output_format)'
+export PATH=%{buildroot}%{_bindir}:$PATH
+%pytest coloredlogs/tests.py -k 'not (test_auto_install or 
test_plain_text_output_format)'
 
 %files %{python_files}
 %doc README.rst CHANGELOG.rst

++ test_cli_conversion_test.patch ++
--- a/coloredlogs/tests.py
+++ b/coloredlogs/tests.py
@@ -82,6 +82,7 @@ PATTERN_INCLUDING_MILLISECONDS = re.comp
 \s (?P .* )
 ''', re.VERBOSE)
 
+pyver = '.'.join(str(x) for x in sys.version_info[:2])
 
 def setUpModule():
 """Speed up the tests by disabling the demo's artificial delay."""
@@ -505,7 +506,8 @@ class ColoredLogsTestCase(TestCase):
 
 def test_cli_conversion(self):
 """Test the command line HTML conversion."""
-output = main('coloredlogs', '--convert', 'coloredlogs', '--demo', 
capture=True)
+output = main('coloredlogs-{}'.format(pyver), '--convert',
+  'coloredlogs-{}'.format(pyver), '--demo', capture=True)
 # Make sure the output is encoded as HTML.
 assert '

commit clustduct for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package clustduct for openSUSE:Factory 
checked in at 2019-05-03 22:47:50

Comparing /work/SRC/openSUSE:Factory/clustduct (Old)
 and  /work/SRC/openSUSE:Factory/.clustduct.new.5148 (New)


Package is "clustduct"

Fri May  3 22:47:50 2019 rev:5 rq:700386 version:0.0.2

Changes:

--- /work/SRC/openSUSE:Factory/clustduct/clustduct.changes  2019-05-02 
19:22:12.121892502 +0200
+++ /work/SRC/openSUSE:Factory/.clustduct.new.5148/clustduct.changes
2019-05-03 22:47:51.707966907 +0200
@@ -1,0 +2,5 @@
+Fri May  3 12:54:24 UTC 2019 - Christian Goll 
+
+- updated to v0.0.2 to use the right product (bsc#1131150) 
+
+---

Old:

  clustduct-0.0.1_alpha8.tar.gz

New:

  clustduct-0.0.2.tar.gz



Other differences:
--
++ clustduct.spec ++
--- /var/tmp/diff_new_pack.00oBlR/_old  2019-05-03 22:47:52.067967733 +0200
+++ /var/tmp/diff_new_pack.00oBlR/_new  2019-05-03 22:47:52.071967743 +0200
@@ -22,7 +22,7 @@
 %bcond_with pdfdoc
 
 Name:   clustduct
-Version:0.0.1_alpha8
+Version:0.0.2
 Release:0
 Summary:Framework which connects a genders database to dnsmasq
 License:BSD-3-Clause

++ clustduct-0.0.1_alpha8.tar.gz -> clustduct-0.0.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clustduct-0.0.1_alpha8/Makefile.am 
new/clustduct-0.0.2/Makefile.am
--- old/clustduct-0.0.1_alpha8/Makefile.am  2019-05-02 10:21:21.0 
+0200
+++ new/clustduct-0.0.2/Makefile.am 2019-05-03 14:36:40.0 +0200
@@ -41,24 +41,24 @@
 kiwiopensusesystemdir = $(kiwiopensuserootdir)/usr/lib/systemd/system/
 kiwiopensusesystem_DATA = 
kiwi-descriptions/openSUSE/x86_64/suse-leap-15.0-JeOS/root/usr/lib/systemd/system/grub_config.service
 
-kiwislesbasedir = $(docdir)/kiwi-descriptions/SUSE/x86_64/sles-15.1-JeOS
-kiwislesbase_DATA = kiwi-descriptions/SUSE/x86_64/sles-15.1-JeOS/Dicefile \
-kiwi-descriptions/SUSE/x86_64/sles-15.1-JeOS/config.sh \
-kiwi-descriptions/SUSE/x86_64/sles-15.1-JeOS/config.xml
-
-kiwislesrootdir = $(kiwislesbasedir)/root
-kiwislesroot_DATA = 
kiwi-descriptions/SUSE/x86_64/sles-15.1-JeOS/root/.kiwi_grub_config.trigger
-
-kiwislesetcdir = $(kiwislesrootdir)/etc
-kiwislesetc_DATA = kiwi-descriptions/SUSE/x86_64/sles-15.1-JeOS/root/etc/motd
-
-kiwislesnetdir = $(kiwislesetcdir)/sysconfig/network
-kiwislesnet_DATA = 
kiwi-descriptions/SUSE/x86_64/sles-15.1-JeOS/root/etc/sysconfig/network/ifcfg-lan0
 \
-
kiwi-descriptions/SUSE/x86_64/sles-15.1-JeOS/root/etc/sysconfig/network/dhcp
-
-kiwislesudevdir = $(kiwislesetcdir)/udev/rules.d/
-kiwislesudev_DATA = 
kiwi-descriptions/SUSE/x86_64/sles-15.1-JeOS/root/etc/udev/rules.d/70-persistent-net.rules
-
-kiwislessystemdir = $(kiwislesrootdir)/usr/lib/systemd/system/
-kiwislessystem_DATA = 
kiwi-descriptions/SUSE/x86_64/sles-15.1-JeOS/root/usr/lib/systemd/system/grub_config.service
 \
-  
kiwi-descriptions/SUSE/x86_64/sles-15.1-JeOS/root/etc/systemd/system/RegisterFirst.service
+kiwislebasedir = $(docdir)/kiwi-descriptions/SUSE/x86_64/sle-hpc-15.1-JeOS
+kiwislebase_DATA = kiwi-descriptions/SUSE/x86_64/sle-hpc-15.1-JeOS/Dicefile \
+kiwi-descriptions/SUSE/x86_64/sle-hpc-15.1-JeOS/config.sh \
+kiwi-descriptions/SUSE/x86_64/sle-hpc-15.1-JeOS/config.xml
+
+kiwislerootdir = $(kiwislebasedir)/root
+kiwisleroot_DATA = 
kiwi-descriptions/SUSE/x86_64/sle-hpc-15.1-JeOS/root/.kiwi_grub_config.trigger
+
+kiwisleetcdir = $(kiwislerootdir)/etc
+kiwisleetc_DATA = kiwi-descriptions/SUSE/x86_64/sle-hpc-15.1-JeOS/root/etc/motd
+
+kiwislenetdir = $(kiwisleetcdir)/sysconfig/network
+kiwislenet_DATA = 
kiwi-descriptions/SUSE/x86_64/sle-hpc-15.1-JeOS/root/etc/sysconfig/network/ifcfg-lan0
 \
+
kiwi-descriptions/SUSE/x86_64/sle-hpc-15.1-JeOS/root/etc/sysconfig/network/dhcp
+
+kiwisleudevdir = $(kiwisleetcdir)/udev/rules.d/
+kiwisleudev_DATA = 
kiwi-descriptions/SUSE/x86_64/sle-hpc-15.1-JeOS/root/etc/udev/rules.d/70-persistent-net.rules
+
+kiwislesystemdir = $(kiwislerootdir)/usr/lib/systemd/system/
+kiwislesystem_DATA = 
kiwi-descriptions/SUSE/x86_64/sle-hpc-15.1-JeOS/root/usr/lib/systemd/system/grub_config.service
 \
+ 
kiwi-descriptions/SUSE/x86_64/sle-hpc-15.1-JeOS/root/etc/systemd/system/RegisterFirst.service
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clustduct-0.0.1_alpha8/Usage.md 
new/clustduct-0.0.2/Usage.md
--- old/clustduct-0.0.1_alpha8/Usage.md 2019-05-02 10:21:21.0 +0200
+++ new/clustduct-0.0.2/Usage.md2019-05-03 14:36:40.0 

commit osc-plugin-collab for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package osc-plugin-collab for 
openSUSE:Factory checked in at 2019-05-03 22:47:58

Comparing /work/SRC/openSUSE:Factory/osc-plugin-collab (Old)
 and  /work/SRC/openSUSE:Factory/.osc-plugin-collab.new.5148 (New)


Package is "osc-plugin-collab"

Fri May  3 22:47:58 2019 rev:12 rq:700399 version:0.101

Changes:

--- /work/SRC/openSUSE:Factory/osc-plugin-collab/osc-plugin-collab.changes  
2019-03-22 15:09:22.349390442 +0100
+++ 
/work/SRC/openSUSE:Factory/.osc-plugin-collab.new.5148/osc-plugin-collab.changes
2019-05-03 22:47:59.907985732 +0200
@@ -1,0 +2,7 @@
+Fri May  3 14:26:17 UTC 2019 - vu...@opensuse.org
+
+- Update to version 0.101:
+  + Port to python3
+  + Use https on the server
+
+---



Other differences:
--
++ osc-plugin-collab.spec ++
--- /var/tmp/diff_new_pack.SxSric/_old  2019-05-03 22:48:00.295986623 +0200
+++ /var/tmp/diff_new_pack.SxSric/_new  2019-05-03 22:48:00.299986632 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   osc-plugin-collab
-Version:0.100
+Version:0.101
 Release:0
 Summary:Plugin to make collaboration easier with osc
 License:BSD-3-Clause

++ osc-collab.py ++
 1559 lines (skipped)
 between /work/SRC/openSUSE:Factory/osc-plugin-collab/osc-collab.py
 and /work/SRC/openSUSE:Factory/.osc-plugin-collab.new.5148/osc-collab.py




commit waybar for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package waybar for openSUSE:Factory checked 
in at 2019-05-03 22:47:29

Comparing /work/SRC/openSUSE:Factory/waybar (Old)
 and  /work/SRC/openSUSE:Factory/.waybar.new.5148 (New)


Package is "waybar"

Fri May  3 22:47:29 2019 rev:5 rq:700319 version:0.6.1

Changes:

--- /work/SRC/openSUSE:Factory/waybar/waybar.changes2019-04-26 
22:54:57.665295380 +0200
+++ /work/SRC/openSUSE:Factory/.waybar.new.5148/waybar.changes  2019-05-03 
22:47:31.379920240 +0200
@@ -1,0 +2,11 @@
+Fri May  3 06:52:48 UTC 2019 - mvet...@suse.com
+
+- Update to 0.6.1:
+  Added:
+  * Labels rotation #287
+  Changed:
+  * s/hidded/hidden/ typo fixed 4d4562a
+  * JSON parser threads concurrence fixed d027243
+  * Custom modules with once interval fixed e8f31a0
+
+---

Old:

  0.6.0.tar.gz

New:

  0.6.1.tar.gz



Other differences:
--
++ waybar.spec ++
--- /var/tmp/diff_new_pack.mTCPE7/_old  2019-05-03 22:47:31.867921360 +0200
+++ /var/tmp/diff_new_pack.mTCPE7/_new  2019-05-03 22:47:31.871921369 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   waybar
-Version:0.6.0
+Version:0.6.1
 Release:0
 Summary:Customizable Wayland bar for Sway and Wlroots based compositors
 License:MIT

++ 0.6.0.tar.gz -> 0.6.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Waybar-0.6.0/include/modules/sway/ipc/client.hpp 
new/Waybar-0.6.1/include/modules/sway/ipc/client.hpp
--- old/Waybar-0.6.0/include/modules/sway/ipc/client.hpp2019-04-25 
16:59:22.0 +0200
+++ new/Waybar-0.6.1/include/modules/sway/ipc/client.hpp2019-05-02 
14:31:02.0 +0200
@@ -44,6 +44,7 @@
   int  fd_event_;
   std::mutex   mutex_;
   std::mutex   mutex_event_;
+  std::mutex   mutex_parser_;
   util::JsonParser parser_;
 };
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Waybar-0.6.0/meson.build new/Waybar-0.6.1/meson.build
--- old/Waybar-0.6.0/meson.build2019-04-25 16:59:22.0 +0200
+++ new/Waybar-0.6.1/meson.build2019-05-02 14:31:02.0 +0200
@@ -1,6 +1,6 @@
 project(
 'waybar', 'cpp', 'c',
-version: '0.6.0',
+version: '0.6.1',
 license: 'MIT',
 default_options : [
 'cpp_std=c++17',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Waybar-0.6.0/resources/style.css 
new/Waybar-0.6.1/resources/style.css
--- old/Waybar-0.6.0/resources/style.css2019-04-25 16:59:22.0 
+0200
+++ new/Waybar-0.6.1/resources/style.css2019-05-02 14:31:02.0 
+0200
@@ -10,9 +10,11 @@
 background: rgba(43, 48, 59, 0.5);
 border-bottom: 3px solid rgba(100, 114, 125, 0.5);
 color: #ff;
+transition-property: background, background-color;
+transition-duration: .5s;
 }
 
-window#waybar.hidded {
+window#waybar.hidden {
 opacity: 0.2;
 }
 
@@ -32,6 +34,7 @@
 window#waybar.chromium {
 background-color: #DEE1E6;
 color: #00;
+border: none;
 }
 
 /* 
https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect
 */
@@ -42,11 +45,19 @@
 border-bottom: 3px solid transparent;
 }
 
+window#waybar.chromium #workspaces button {
+color: #3F3F3F;
+}
+
 #workspaces button.focused {
 background: #64727D;
 border-bottom: 3px solid #ff;
 }
 
+window#waybar.chromium #workspaces button.focused {
+color: #ff;
+}
+
 #workspaces button.urgent {
 background-color: #eb4d4b;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Waybar-0.6.0/src/ALabel.cpp 
new/Waybar-0.6.1/src/ALabel.cpp
--- old/Waybar-0.6.0/src/ALabel.cpp 2019-04-25 16:59:22.0 +0200
+++ new/Waybar-0.6.1/src/ALabel.cpp 2019-05-02 14:31:02.0 +0200
@@ -7,7 +7,7 @@
 : config_(config),
   format_(config_["format"].isString() ? config_["format"].asString() : 
format),
   interval_(config_["interval"] == "once"
-? 
std::chrono::seconds(std::numeric_limits::infinity())
+? std::chrono::seconds(1)
 : std::chrono::seconds(
   config_["interval"].isUInt() ? 
config_["interval"].asUInt() : interval)),
   default_format_(format_) {
@@ -16,6 +16,11 @@
 label_.set_max_width_chars(config_["max-length"].asUInt());
 label_.set_ellipsize(Pango::EllipsizeMode::ELLIPSIZE_END);
   }
+
+  if (config_["rotate"].isUInt()) {
+label_.set_angle(config["rotate"].asUInt());
+  }
+
   if (config_["format-alt"].isString()) 

commit openafs for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package openafs for openSUSE:Factory checked 
in at 2019-05-03 22:47:06

Comparing /work/SRC/openSUSE:Factory/openafs (Old)
 and  /work/SRC/openSUSE:Factory/.openafs.new.5148 (New)


Package is "openafs"

Fri May  3 22:47:06 2019 rev:11 rq:700218 version:1.8.3

Changes:

--- /work/SRC/openSUSE:Factory/openafs/openafs.changes  2019-03-26 
22:33:40.765687583 +0100
+++ /work/SRC/openSUSE:Factory/.openafs.new.5148/openafs.changes
2019-05-03 22:47:16.391885831 +0200
@@ -1,0 +2,10 @@
+Tue Apr 30 10:17:44 UTC 2019 - Christof Hanke 
+
+- update to 1.8.3
+- Require krb5-client for package openafs-client 
+- fix broken directory layout
+- fix broken post-install script
+- allow crypt to be set/unset on startup of client
+- clean up source-filenames
+
+---

Old:

  RELNOTES-1.8.3pre1
  openafs-1.8.3pre1-doc.tar.bz2
  openafs-1.8.3pre1-doc.tar.bz2.md5
  openafs-1.8.3pre1-doc.tar.bz2.sha256
  openafs-1.8.3pre1-src.tar.bz2
  openafs-1.8.3pre1-src.tar.bz2.md5
  openafs-1.8.3pre1-src.tar.bz2.sha256
  sysconfig.openafs-client-systemd
  sysconfig.openafs-fuse-client-systemd
  sysconfig.openafs-server-systemd

New:

  RELNOTES-1.8.3
  openafs-1.8.3-doc.tar.bz2
  openafs-1.8.3-doc.tar.bz2.md5
  openafs-1.8.3-doc.tar.bz2.sha256
  openafs-1.8.3-src.tar.bz2
  openafs-1.8.3-src.tar.bz2.md5
  openafs-1.8.3-src.tar.bz2.sha256
  sysconfig.openafs-client
  sysconfig.openafs-server



Other differences:
--
++ openafs.spec ++
--- /var/tmp/diff_new_pack.UZKDW3/_old  2019-05-03 22:47:17.499888375 +0200
+++ /var/tmp/diff_new_pack.UZKDW3/_new  2019-05-03 22:47:17.499888375 +0200
@@ -56,36 +56,35 @@
 
 # used for %setup only
 # leave upstream tar-balls untouched for integrity checks.
-%define upstream_version 1.8.3pre1
+%define upstream_version 1.8.3
 
 Name:   openafs
 
-Version:1.8.3~pre1
+Version:1.8.3
 Release:0
 Summary:OpenAFS Distributed File System
 License:IPL-1.0
 Group:  System/Filesystems
 Url:http://www.openafs.org/
 
-Source0:
http://www.openafs.org/dl/openafs/candidate/%{upstream_version}/openafs-%{upstream_version}-src.tar.bz2
-Source1:
http://www.openafs.org/dl/openafs/candidate/%{upstream_version}/openafs-%{upstream_version}-doc.tar.bz2
-Source2:
http://www.openafs.org/dl/openafs/candidate/%{upstream_version}/openafs-%{upstream_version}-src.tar.bz2.md5
-Source3:
http://www.openafs.org/dl/openafs/candidate/%{upstream_version}/openafs-%{upstream_version}-doc.tar.bz2.md5
-Source4:
http://www.openafs.org/dl/openafs/candidate/%{upstream_version}/openafs-%{upstream_version}-src.tar.bz2.sha256
-Source5:
http://www.openafs.org/dl/openafs/candidate/%{upstream_version}/openafs-%{upstream_version}-doc.tar.bz2.sha256
+Source0:
http://www.openafs.org/dl/openafs/%{upstream_version}/openafs-%{upstream_version}-src.tar.bz2
+Source1:
http://www.openafs.org/dl/openafs/%{upstream_version}/openafs-%{upstream_version}-doc.tar.bz2
+Source2:
http://www.openafs.org/dl/openafs/%{upstream_version}/openafs-%{upstream_version}-src.tar.bz2.md5
+Source3:
http://www.openafs.org/dl/openafs/%{upstream_version}/openafs-%{upstream_version}-doc.tar.bz2.md5
+Source4:
http://www.openafs.org/dl/openafs/%{upstream_version}/openafs-%{upstream_version}-src.tar.bz2.sha256
+Source5:
http://www.openafs.org/dl/openafs/%{upstream_version}/openafs-%{upstream_version}-doc.tar.bz2.sha256
 Source10:   README.SUSE.openafs
 Source15:   logrotate.openafs-server
 Source16:   ld.conf.openafs
 Source18:   RELNOTES-%{upstream_version}
 Source19:   ChangeLog
 Source20:   kernel-source.build-modules.sh
-Source22:   sysconfig.openafs-fuse-client
 Source23:   openafs-client.service
 Source25:   openafs-server.service
 Source26:   openafs-fuse-client.service
-Source27:   sysconfig.openafs-client-systemd
-Source28:   sysconfig.openafs-server-systemd
-Source29:   sysconfig.openafs-fuse-client-systemd
+Source27:   sysconfig.openafs-client
+Source28:   sysconfig.openafs-server
+Source29:   sysconfig.openafs-fuse-client
 Source30:   preamble
 Source55:   openafs.SuidCells
 Source56:   openafs.CellAlias
@@ -260,6 +259,7 @@
 Group:  System/Filesystems
 Requires:   %{name} = %{version}
 Requires:   %{name}-kmp
+Requires:   krb5-client
 
 %description client
 AFS is a cross-platform distributed file system product pioneered at
@@ -306,12 +306,10 @@
 
 %setup -q -n openafs-%{upstream_version} -T -b 0 -b 1
 %patch3 -p1
+%patch4 -p1
 %patch5 -p1
 
-%if 

commit paexec for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package paexec for openSUSE:Factory checked 
in at 2019-05-03 22:47:16

Comparing /work/SRC/openSUSE:Factory/paexec (Old)
 and  /work/SRC/openSUSE:Factory/.paexec.new.5148 (New)


Package is "paexec"

Fri May  3 22:47:16 2019 rev:2 rq:700239 version:1.1.1

Changes:

--- /work/SRC/openSUSE:Factory/paexec/paexec.changes2019-03-26 
22:31:12.317723408 +0100
+++ /work/SRC/openSUSE:Factory/.paexec.new.5148/paexec.changes  2019-05-03 
22:47:20.471895198 +0200
@@ -1,0 +2,5 @@
+Tue Mar 19 18:04:35 UTC 2019 - Jan Engelhardt 
+
+- Use noun phrase in descriptions.
+
+---



Other differences:
--
++ paexec.spec ++
--- /var/tmp/diff_new_pack.mtXK3r/_old  2019-05-03 22:47:21.187896842 +0200
+++ /var/tmp/diff_new_pack.mtXK3r/_new  2019-05-03 22:47:21.191896851 +0200
@@ -19,7 +19,7 @@
 Name:   paexec
 Version:1.1.1
 Release:0
-Summary:Distributes tasks over network or CPUs
+Summary:Utility for task distribution over networks or CPUs
 License:MIT
 Group:  Productivity/Clustering/Computing
 URL:https://paexec.sourceforge.net/
@@ -31,7 +31,7 @@
 Requires:   runawk
 
 %description
-Small program that processes a list of tasks in parallel
+A program that processes a list of tasks in parallel
 on different CPUs, computers in a network or whatever else.
 
 %package examples
@@ -41,7 +41,7 @@
 BuildArch:  noarch
 
 %description examples
-Small program that processes a list of tasks in parallel
+A program that processes a list of tasks in parallel
 on different CPUs, computers in a network or whatever else.
 
 This package contains examples for paexec.




commit python-oic for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package python-oic for openSUSE:Factory 
checked in at 2019-05-03 22:47:19

Comparing /work/SRC/openSUSE:Factory/python-oic (Old)
 and  /work/SRC/openSUSE:Factory/.python-oic.new.5148 (New)


Package is "python-oic"

Fri May  3 22:47:19 2019 rev:2 rq:700249 version:0.15.1

Changes:

--- /work/SRC/openSUSE:Factory/python-oic/python-oic.changes2019-04-23 
14:35:37.677454749 +0200
+++ /work/SRC/openSUSE:Factory/.python-oic.new.5148/python-oic.changes  
2019-05-03 22:47:21.699898017 +0200
@@ -1,0 +2,5 @@
+Thu Apr 18 14:36:12 UTC 2019 - Jan Engelhardt 
+
+- Make it so the description has proper SVO sentences.
+
+---



Other differences:
--
++ python-oic.spec ++
--- /var/tmp/diff_new_pack.uyINDN/_old  2019-05-03 22:47:22.151899055 +0200
+++ /var/tmp/diff_new_pack.uyINDN/_new  2019-05-03 22:47:22.155899064 +0200
@@ -38,9 +38,9 @@
 BuildRequires:  %{python_module responses}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module testfixtures}
-BuildRequires:  python3-dbm
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+BuildRequires:  python3-dbm
 Requires:   python-cryptography
 Requires:   python-future
 Requires:   python-pycryptodomex
@@ -56,7 +56,7 @@
 
 %description
 This is a complete Python implementation of OpenID Connect as specified in
-the OpenID Connect Core specification. And as a side effect, a complete
+the OpenID Connect Core specification. As a side effect, this is a complete
 implementation of OAuth2.0 too.
 
 %prep




commit gnome-weather for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package gnome-weather for openSUSE:Factory 
checked in at 2019-05-03 22:46:32

Comparing /work/SRC/openSUSE:Factory/gnome-weather (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-weather.new.5148 (New)


Package is "gnome-weather"

Fri May  3 22:46:32 2019 rev:34 rq:699585 version:3.32.2

Changes:

--- /work/SRC/openSUSE:Factory/gnome-weather/gnome-weather.changes  
2019-02-06 14:07:01.53539 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-weather.new.5148/gnome-weather.changes
2019-05-03 22:46:34.363789346 +0200
@@ -1,0 +2,41 @@
+Mon Apr 22 16:30:40 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.32.2:
+  + Bugs fixed: Logged warning about non-standard use of
+`array.toString() on a Uint8Array instance`.
+  + Updated translations.
+
+---
+Fri Apr  5 18:43:51 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.32.1:
+  + Bugs fixed: The app is not translated.
+  + Updated translations.
+
+---
+Mon Mar 11 20:35:10 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.32.0:
+  + Migrate app menu to primary menu.
+  + New icon.
+  + Show tomorrow's forecasts at the end of the day.
+
+---
+Tue Mar  5 05:58:34 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.31.92:
+  + Bugs fixed: 3.31.90 no longer installs a binary in the path.
+  + Updated translations.
+
+---
+Sun Feb 17 07:11:50 UTC 2019 - bjorn@gmail.com
+
+- Update to version 3.31.90:
+  + Port from Autotools to Meson.
+  + Show tomorrow's forecasts at the end of the day.
+  + Unify App ID.
+  + Updated translations.
+- Add meson BuildRequires and macros following upstreams port to
+  meson buildsystem.
+
+---
@@ -4,0 +46,15 @@
+
+---
+Fri Jan  4 22:50:12 UTC 2019 - bjorn@gmail.com
+
+- Update to version 3.31.3:
+  + Migrate app menu to primary menu.
+  + New icon.
+  + Update GJS dependency.
+  + Updated translations.
+- Drop upstream fixed patches:
+  + gnome-weather-fix-gettext-domain.patch.
+  + gnome-weather-fix-clicking-rows-places-popover.patch.
+- Drop unneeded gjs BuildRequires, we have the pkgconfig variant
+  already.
+- Drop glib2_gsettings_schema_requires, no longer needed.

Old:

  gnome-weather-3.26.0.tar.xz
  gnome-weather-fix-clicking-rows-places-popover.patch
  gnome-weather-fix-gettext-domain.patch

New:

  gnome-weather-3.32.2.tar.xz



Other differences:
--
++ gnome-weather.spec ++
--- /var/tmp/diff_new_pack.zKptRs/_old  2019-05-03 22:46:35.931792946 +0200
+++ /var/tmp/diff_new_pack.zKptRs/_new  2019-05-03 22:46:35.947792983 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-weather
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,42 +12,36 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define _name org.gnome.Weather
 Name:   gnome-weather
-Version:3.26.0
+Version:3.32.2
 Release:0
 Summary:Weather App for GNOME
 License:GPL-2.0-or-later
 Group:  Productivity/Other
 URL:https://live.gnome.org/Design/Apps/Weather
-Source0:
http://download.gnome.org/sources/gnome-weather/3.26/%{name}-%{version}.tar.xz
+Source0:
https://download.gnome.org/sources/gnome-weather/3.32/%{name}-%{version}.tar.xz
 
-# PATCH-FIX-UPSTREAM gnome-weather-fix-gettext-domain.patch 
zai...@opensuse.org -- gschema: Fix gettext-domain
-Patch0: gnome-weather-fix-gettext-domain.patch
-# PATCH-FIX-UPSTREAM gnome-weather-fix-clicking-rows-places-popover.patch 
bjorn@gmail.com -- Fix clicking on rows in the places popover
-Patch1: gnome-weather-fix-clicking-rows-places-popover.patch
-
-BuildRequires:  gjs
 BuildRequires:  intltool >= 0.26
+BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(gdk-3.0)
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
 BuildRequires:  pkgconfig(gio-2.0)
-BuildRequires:  pkgconfig(gjs-1.0) >= 1.39.91
+BuildRequires:  pkgconfig(gjs-1.0) >= 1.50.0
 

commit hawk2 for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2019-05-03 22:46:42

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new.5148 (New)


Package is "hawk2"

Fri May  3 22:46:42 2019 rev:55 rq:700134 version:2.1.0+git.1539077520.05b7f2b2

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2019-03-13 
09:14:00.979394251 +0100
+++ /work/SRC/openSUSE:Factory/.hawk2.new.5148/hawk2.changes2019-05-03 
22:46:45.195814214 +0200
@@ -1,0 +2,5 @@
+Thu May  2 11:11:06 UTC 2019 - Kristoffer Gronlund 
+
+- Revert previous change to ruby version detection.
+
+---



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.W23k8q/_old  2019-05-03 22:46:45.763815517 +0200
+++ /var/tmp/diff_new_pack.W23k8q/_new  2019-05-03 22:46:45.763815517 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package hawk2
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -39,8 +39,8 @@
 
 %if 0%{suse_version} && 0%{suse_version} < 1330
 %define rb_build_versions ruby24
-%define rb_build_abi  ruby:2.4.0
-%define rb_suffix ruby2.4
+%define rb_default_ruby_abi ruby:2.4.0
+%define rb_default_ruby_suffix ruby2.4
 %endif
 
 Name:   hawk2
@@ -130,21 +130,21 @@
 %patch -p1
 
 %build
-sed -i 's$#!/.*$#!%{_bindir}/ruby%{?rb_ruby_suffix:.%rb_ruby_suffix}$' 
hawk/bin/rails
-sed -i 's$#!/.*$#!%{_bindir}/ruby%{?rb_ruby_suffix:.%rb_ruby_suffix}$' 
hawk/bin/rake
-sed -i 's$#!/.*$#!%{_bindir}/ruby%{?rb_ruby_suffix:.%rb_ruby_suffix}$' 
hawk/bin/bundle
+sed -i 's$#!/.*$#!%{_bindir}/ruby.%{rb_default_ruby_suffix}$' hawk/bin/rails
+sed -i 's$#!/.*$#!%{_bindir}/ruby.%{rb_default_ruby_suffix}$' hawk/bin/rake
+sed -i 's$#!/.*$#!%{_bindir}/ruby.%{rb_default_ruby_suffix}$' hawk/bin/bundle
 pushd hawk
-if [ -x /usr/bin/bundle.ruby%{?rb_ruby_suffix:.%rb_ruby_suffix} ]; then
-   bundlerexe=bundle.ruby%{?rb_ruby_suffix:.%rb_ruby_suffix}
+if [ -x /usr/bin/bundle.ruby.%{rb_default_ruby_suffix} ]; then
+   bundlerexe=bundle.ruby.%{rb_default_ruby_suffix}
 else
-   bundlerexe=bundle%{?rb_ruby_suffix:.%rb_ruby_suffix}
+   bundlerexe=bundle.%{rb_default_ruby_suffix}
 fi
 $bundlerexe exec bin/rails version
 popd
 export NOKOGIRI_USE_SYSTEM_LIBRARIES=1
 CFLAGS="${CFLAGS} ${RPM_OPT_FLAGS}"
 export CFLAGS
-make WWW_BASE=%{www_base} WWW_TMP=%{www_tmp} WWW_LOG=%{www_log} 
INIT_STYLE=%{init_style} LIBDIR=%{_libdir} BINDIR=%{_bindir} 
SBINDIR=%{_sbindir} RUBY_SUFFIX=.%{rb_ruby_suffix}
+make WWW_BASE=%{www_base} WWW_TMP=%{www_tmp} WWW_LOG=%{www_log} 
INIT_STYLE=%{init_style} LIBDIR=%{_libdir} BINDIR=%{_bindir} 
SBINDIR=%{_sbindir} RUBY_SUFFIX=.%{rb_default_ruby_suffix}
 
 %install
 make WWW_BASE=%{www_base} WWW_TMP=%{www_tmp} WWW_LOG=%{www_log} 
INIT_STYLE=%{init_style} DESTDIR=%{buildroot} install




commit adminer for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package adminer for openSUSE:Factory checked 
in at 2019-05-03 22:47:12

Comparing /work/SRC/openSUSE:Factory/adminer (Old)
 and  /work/SRC/openSUSE:Factory/.adminer.new.5148 (New)


Package is "adminer"

Fri May  3 22:47:12 2019 rev:18 rq:700233 version:4.7.1

Changes:

--- /work/SRC/openSUSE:Factory/adminer/adminer.changes  2019-01-25 
22:44:46.887123463 +0100
+++ /work/SRC/openSUSE:Factory/.adminer.new.5148/adminer.changes
2019-05-03 22:47:19.507892984 +0200
@@ -1,0 +2,6 @@
+Mon Mar 18 21:29:43 UTC 2019 - Jan Engelhardt 
+
+- Replace %__-type macro indirections.
+- Replace bash-specific syntax in scriptlets by POSIX sh.
+
+---



Other differences:
--
++ adminer.spec ++
--- /var/tmp/diff_new_pack.hQqZBA/_old  2019-05-03 22:47:20.155894472 +0200
+++ /var/tmp/diff_new_pack.hQqZBA/_new  2019-05-03 22:47:20.159894482 +0200
@@ -48,7 +48,7 @@
 
 %description
 Adminer (formerly phpMinAdmin) is a full-featured database management tool
-written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to
+written in PHP. Conversely to phpMyAdmin, it consists of a single file ready to
 deploy to the target server. Adminer is available for MySQL, PostgreSQL, 
SQLite,
 MS SQL, Oracle, Firebird, SimpleDB, Elasticsearch and MongoDB.
 
@@ -164,19 +164,19 @@
 
 %install
 # Remove version from file names.
-%{__mv} adminer-%{version}.php adminer.php
-%{__mv} editor-%{version}.php editor.php
+mv adminer-%{version}.php adminer.php
+mv editor-%{version}.php editor.php
 
 # Install files in datadir.
-%{__install} -d -m 0755 %{buildroot}%{apache_datadir}/%{name}
-%{__cp} -R adminer.php editor.php designs/ \
+install -d -m 0755 %{buildroot}%{apache_datadir}/%{name}
+cp -R adminer.php editor.php designs/ \
   %{buildroot}%{apache_datadir}/%{name}
 
 # Default to hever theme.
 ln -s %{apache_datadir}/%{name}/designs/hever/adminer.css \
   %{buildroot}%{apache_datadir}/%{name}
 
-%{__install} -D -m 0644 %{SOURCE1} 
%{buildroot}%{apache_sysconfdir}/conf.d/%{name}.conf
+install -D -m 0644 %{SOURCE1} 
%{buildroot}%{apache_sysconfdir}/conf.d/%{name}.conf
 # Fix paths in httpd config.
 sed -i -e "s,@apache_datadir@,%{apache_datadir},g" -e "s,@name@,%{name},g" \
   %{buildroot}%{apache_sysconfdir}/conf.d/%{name}.conf
@@ -189,7 +189,7 @@
 if [ -x /usr/sbin/a2enmod ] ; then
   # Get installed php_version (5 or 7).
   php_version=$(php -v | grep '(cli)' | awk '{print $2}' | awk -F'.' '{print 
$1}')
-  if [[ -n ${php_version} ]]; then
+  if [ -n "$php_version" ]; then
 a2enmod -q php${php_version} || a2enmod php${php_version}
 a2enmod -q version || a2enmod version
   fi
@@ -198,14 +198,14 @@
 %if 0%{?suse_version} < 1310
 %restart_on_update apache2
 #%%else
-#systemctl try-restart apache2 &>/dev/null
+#systemctl try-restart apache2 >/dev/null
 %endif
 
 %postun
 %if 0%{?suse_version} < 1310
 %restart_on_update apache2
 #%%else
-#systemctl try-restart apache2 &>/dev/null
+#systemctl try-restart apache2 >/dev/null
 %endif
 
 %files




commit python-tooz for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package python-tooz for openSUSE:Factory 
checked in at 2019-05-03 22:46:29

Comparing /work/SRC/openSUSE:Factory/python-tooz (Old)
 and  /work/SRC/openSUSE:Factory/.python-tooz.new.5148 (New)


Package is "python-tooz"

Fri May  3 22:46:29 2019 rev:9 rq:699141 version:1.64.2

Changes:

--- /work/SRC/openSUSE:Factory/python-tooz/python-tooz.changes  2019-03-26 
15:44:53.904116336 +0100
+++ /work/SRC/openSUSE:Factory/.python-tooz.new.5148/python-tooz.changes
2019-05-03 22:46:30.643780806 +0200
@@ -1,0 +2,27 @@
+Mon Apr 29 06:01:18 UTC 2019 - Dirk Mueller 
+
+- fix python-enum34 dependency
+
+---
+Mon Apr  8 14:02:40 UTC 2019 - cloud-de...@suse.de
+
+- update to version 1.64.2
+  - More explicitly document driver connection strings
+  - fix tox python3 overrides
+  - Ensure consistent encoding of strings for ID
+  - Add release note link in README
+  - add lib-forward-testing-python3 test job
+  - Change openstack-dev to openstack-discuss
+  - Unblock tooz gate
+  - Update reno for stable/rocky
+  - Fixed UnicodeEncodeError for Python2 unicode objects
+  - Switch to autodoc_default_options
+  - Migrate to stestr
+  - add python 3.6 unit test job
+  - Use templates for cover
+  - Fix coverage tests
+  - import zuul job settings from project-config
+  - coordination: do not retry the whole heartbeat on fail
+- add 0001-Remove-grpcio-from-requirements.txt.patch
+
+---

Old:

  tooz-1.62.1.tar.gz

New:

  0001-Remove-grpcio-from-requirements.txt.patch
  tooz-1.64.2.tar.gz



Other differences:
--
++ python-tooz.spec ++
--- /var/tmp/diff_new_pack.xXJMeS/_old  2019-05-03 22:46:32.099784149 +0200
+++ /var/tmp/diff_new_pack.xXJMeS/_new  2019-05-03 22:46:32.123784204 +0200
@@ -16,43 +16,56 @@
 #
 
 
-%global pypi_name tooz
 %if 0%{?rhel} || 0%{?fedora}
 %global rdo 1
 %endif
 Name:   python-tooz
-Version:1.62.1
+Version:1.64.2
 Release:0
 Summary:Coordination library for distributed systems
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://docs.openstack.org/developer/tooz/
-Source0:
https://files.pythonhosted.org/packages/source/t/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/t/tooz/tooz-1.64.2.tar.gz
+# https://review.openstack.org/#/c/640695/
+Patch1: 0001-Remove-grpcio-from-requirements.txt.patch
 BuildRequires:  memcached
 BuildRequires:  openstack-macros
-BuildRequires:  python-devel
-BuildRequires:  python-enum34
-BuildRequires:  python-fasteners >= 0.7
-BuildRequires:  python-fixtures
-BuildRequires:  python-futures >= 3.0
-BuildRequires:  python-futurist >= 0.11.0
-BuildRequires:  python-iso8601
-BuildRequires:  python-mock
-BuildRequires:  python-oslo.serialization >= 1.10.0
-BuildRequires:  python-oslo.utils >= 3.15.0
-BuildRequires:  python-pbr >= 1.6
-BuildRequires:  python-pifpaf
-BuildRequires:  python-pymemcache
-BuildRequires:  python-setuptools
-BuildRequires:  python-stevedore >= 1.16.0
-BuildRequires:  python-tenacity >= 3.2.1
-BuildRequires:  python-testtools
-BuildRequires:  python-voluptuous >= 0.8.9
+BuildRequires:  python2-enum34 >= 1.0.4
+BuildRequires:  python2-fasteners >= 0.7
+BuildRequires:  python2-fixtures
+BuildRequires:  python2-futures >= 3.0
+BuildRequires:  python2-futurist >= 1.2.0
+BuildRequires:  python2-iso8601
+BuildRequires:  python2-mock
+BuildRequires:  python2-oslo.serialization >= 1.10.0
+BuildRequires:  python2-oslo.utils >= 3.15.0
+BuildRequires:  python2-pbr >= 1.6
+BuildRequires:  python2-pifpaf
+BuildRequires:  python2-pymemcache
+BuildRequires:  python2-setuptools
+BuildRequires:  python2-stevedore >= 1.16.0
+BuildRequires:  python2-tenacity >= 3.2.1
+BuildRequires:  python2-testtools
+BuildRequires:  python2-voluptuous >= 0.8.9
+BuildRequires:  python3-fasteners >= 0.7
+BuildRequires:  python3-fixtures
+BuildRequires:  python3-futurist >= 1.2.0
+BuildRequires:  python3-iso8601
+BuildRequires:  python3-mock
+BuildRequires:  python3-oslo.serialization >= 1.10.0
+BuildRequires:  python3-oslo.utils >= 3.15.0
+BuildRequires:  python3-pbr >= 1.6
+BuildRequires:  python3-pifpaf
+BuildRequires:  python3-pymemcache
+BuildRequires:  python3-setuptools
+BuildRequires:  python3-stevedore >= 1.16.0
+BuildRequires:  python3-tenacity >= 3.2.1
+BuildRequires:  python3-testtools
+BuildRequires:  python3-voluptuous >= 0.8.9
 Requires:   python-Babel
-Requires:   python-enum34
 Requires:   python-fasteners >= 0.7
-Requires:   python-futures >= 3.0
-Requires:

commit gnome-calendar for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package gnome-calendar for openSUSE:Factory 
checked in at 2019-05-03 22:46:36

Comparing /work/SRC/openSUSE:Factory/gnome-calendar (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-calendar.new.5148 (New)


Package is "gnome-calendar"

Fri May  3 22:46:36 2019 rev:27 rq:699597 version:3.32.1

Changes:

--- /work/SRC/openSUSE:Factory/gnome-calendar/gnome-calendar.changes
2018-11-09 07:54:10.983727387 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-calendar.new.5148/gnome-calendar.changes  
2019-05-03 22:46:37.939797556 +0200
@@ -1,0 +2,24 @@
+Sun Apr 28 10:57:37 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.32.1:
+  + Fix release date field in AppData.
+  + Updated translations.
+
+---
+Mon Mar 11 15:51:54 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.32.0:
+  + Updated translations.
+
+---
+Fri Feb 15 21:28:57 UTC 2019 - bjorn@gmail.com
+
+- Update to version 3.31.90:
+  + Fix build failures against latest EDS.
+  + New app icon.
+  + Rewrite timezone support for events.
+  + Run nested EDS in Flatpak.
+  + Updated translations.
+- Add new check section to spec and run meson_test macro.
+
+---

Old:

  gnome-calendar-3.30.1.tar.xz

New:

  gnome-calendar-3.32.1.tar.xz



Other differences:
--
++ gnome-calendar.spec ++
--- /var/tmp/diff_new_pack.znszn0/_old  2019-05-03 22:46:39.159800356 +0200
+++ /var/tmp/diff_new_pack.znszn0/_new  2019-05-03 22:46:39.159800356 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-calendar
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   gnome-calendar
-Version:3.30.1
+Version:3.32.1
 Release:0
 Summary:A calendar application for GNOME
 License:GPL-3.0-or-later
 Group:  Productivity/Office/Organizers
 URL:https://wiki.gnome.org/Design/Apps/Calendar
-Source0:
https://download.gnome.org/sources/gnome-calendar/3.30/%{name}-%{version}.tar.xz
+Source0:
https://download.gnome.org/sources/gnome-calendar/3.32/%{name}-%{version}.tar.xz
 
 BuildRequires:  gtk-doc
 BuildRequires:  meson
@@ -72,6 +72,9 @@
 %meson_install
 %find_lang %{name} %{?no_lang_C}
 
+%check
+%meson_test
+
 %files
 %license COPYING
 %doc NEWS README.md TODO.md

++ gnome-calendar-3.30.1.tar.xz -> gnome-calendar-3.32.1.tar.xz ++
 12559 lines of diff (skipped)




commit granite for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package granite for openSUSE:Factory checked 
in at 2019-05-03 22:46:57

Comparing /work/SRC/openSUSE:Factory/granite (Old)
 and  /work/SRC/openSUSE:Factory/.granite.new.5148 (New)


Package is "granite"

Fri May  3 22:46:57 2019 rev:9 rq:700182 version:5.2.3

Changes:

--- /work/SRC/openSUSE:Factory/granite/granite.changes  2019-03-05 
12:19:54.844940384 +0100
+++ /work/SRC/openSUSE:Factory/.granite.new.5148/granite.changes
2019-05-03 22:46:58.863845592 +0200
@@ -1,0 +2,5 @@
+Sun Mar  3 19:13:56 UTC 2019 - Jan Engelhardt 
+
+- Do away with em dashes in summaries.
+
+---



Other differences:
--
++ granite.spec ++
--- /var/tmp/diff_new_pack.Khw8f2/_old  2019-05-03 22:46:59.335846675 +0200
+++ /var/tmp/diff_new_pack.Khw8f2/_new  2019-05-03 22:46:59.339846685 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package granite
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -24,12 +24,12 @@
 Version:5.2.3
 Release:0
 Summary:An extension of GTK+ libraries
-License:LGPL-3.0-or-later and LGPL-3.0+
+License:LGPL-3.0-or-later AND LGPL-3.0-or-later
 Group:  Development/Libraries/C and C++
 URL:https://elementary.io/
 Source: 
https://github.com/elementary/granite/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
-BuildRequires:  meson >= 0.48.2
 BuildRequires:  fdupes
+BuildRequires:  meson >= 0.48.2
 BuildRequires:  pkgconfig
 BuildRequires:  vala >= 0.28.0
 BuildRequires:  pkgconfig(gee-0.8)
@@ -54,7 +54,7 @@
 found in Elementary applications.
 
 %packagecommon
-Summary:Granite development library -- Common Files
+Summary:Common files for the Granite development library
 Group:  System/Libraries
 Recommends: %{name}-lang
 
@@ -64,7 +64,7 @@
 This package contains the common files needed by the library.
 
 %packagedemo
-Summary:Granite development library -- Demo binary
+Summary:Demo binaries for the Granite development library
 Group:  Development/Libraries/Other
 
 %descriptiondemo
@@ -73,7 +73,7 @@
 This package contains a small demo application to show the %{name} widgets.
 
 %package -n typelib-1_0-Granite-1_0
-Summary:Granite development library -- Introspection bindings
+Summary:Introspection bindings for the Granite development library
 Group:  Development/Libraries/GNOME
 
 %description -n typelib-1_0-Granite-1_0
@@ -82,7 +82,7 @@
 This package provides the GObject Introspection bindings for %{soname}.
 
 %packagedevel
-Summary:Granite development library -- Development files
+Summary:Development files for the Granite development library
 Group:  Development/Libraries/GNOME
 Requires:   %{soname}%{sover} = %{version}
 




commit qbs for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package qbs for openSUSE:Factory checked in 
at 2019-05-03 22:47:03

Comparing /work/SRC/openSUSE:Factory/qbs (Old)
 and  /work/SRC/openSUSE:Factory/.qbs.new.5148 (New)


Package is "qbs"

Fri May  3 22:47:03 2019 rev:3 rq:700210 version:1.13.0

Changes:

--- /work/SRC/openSUSE:Factory/qbs/qbs.changes  2018-10-23 20:41:59.984428946 
+0200
+++ /work/SRC/openSUSE:Factory/.qbs.new.5148/qbs.changes2019-05-03 
22:47:05.787861487 +0200
@@ -1,0 +2,40 @@
+Thu May  2 14:33:36 UTC 2019 - Christophe Giboudeaux 
+
+- Change the license tag. qbs contains files licensed under
+  GPL-3.0-only with some Qt exceptions.
+
+---
+Sat Apr 20 12:04:41 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 1.13.0
+  * Added a lot more documentation.
+  * Introduced module providers.
+  * The `Depends` item now falls back to `pkg-config` to locate dependencies
+whose names do not correspond to a qbs module.
+  * Added the concept of job pools for limiting concurrent execution of 
commands
+by type.
+  * Added support for rules without output artifacts.
+  * Added `atEnd` function to the `Process` service.
+  * Added `canonicalPath` function to the `FileInfo` service.
+  * Removed the need to add "import qbs" at the head of project files.
+  * The `Application`, `DynamicLibrary` and `StaticLibrary` items now have
+properties for more convenient installation of target binaries.
+  * Added recursive dependency scanning of GNU ld linkerscripts.
+  * Added new `cpp` property `linkerVariant` to force use of `gold`, `bfd` or
+`lld`.
+  * It is no longer required to call `setup-qt` before building Qt projects.
+  * Introduced the property `Qt.core.enableBigResources` for the creation of
+"big" Qt resources.
+  * Static builds now pull in the default set of plugins as specified by Qt, 
and
+the user can specify the set of plugins by type.
+  * Files can be explicitly tagged as mocable now.
+  * Added `protobuf` support for C++ and Objective-C.
+  * Introduced the `texttemplate` module, a facility similar to qmake's
+`SUBSTITUTES` feature.
+  * The `AndroidApk` item was deprecated, a normal `Application` item can be
+used instead.
+  * Building Qt apps is properly supported now, by making use of the
+`androiddeployqt` tool.
+  * Introduced the `autotest` module.
+
+---

Old:

  qbs-src-1.12.1.tar.gz

New:

  qbs-src-1.13.0.tar.gz



Other differences:
--
++ qbs.spec ++
--- /var/tmp/diff_new_pack.3zBaPw/_old  2019-05-03 22:47:06.895864031 +0200
+++ /var/tmp/diff_new_pack.3zBaPw/_new  2019-05-03 22:47:06.947864150 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package qbs
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2018 The Qt Company.
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,12 +19,12 @@
 
 %define qt5_version 5.9.0
 Name:   qbs
-Version:1.12.1
+Version:1.13.0
 Release:0
 Summary:Modern build tool for software projects
-License:LGPL-2.1-with-Qt-Company-Qt-exception-1.1 OR LGPL-3.0-only
+License:(LGPL-2.1-with-Qt-Company-Qt-exception-1.1 OR LGPL-3.0-only) 
AND GPL-3.0-with-Qt-Company-Qt-exception-1.1
 Group:  Development/Tools/Building
-URL:https://qbs.io
+URL:https://wiki.qt.io/Qbs
 Source: 
https://download.qt.io/official_releases/%{name}/%{version}/%{name}-src-%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  libQt5Concurrent-devel >= %{qt5_version}
@@ -133,6 +133,7 @@
 %{_bindir}/%{name}-setup-toolchains
 %{_bindir}/qbs
 %{_datadir}/%{name}/imports/
+%{_datadir}/%{name}/module-providers/
 %{_datadir}/%{name}/modules/
 %{_datadir}/%{name}/python/
 %{_datadir}/%{name}/qml-type-descriptions/
@@ -141,8 +142,7 @@
 %{_libdir}/%{name}/plugins/libclangcompilationdbgenerator.so
 %{_libdir}/%{name}/plugins/libmakefilegenerator.so
 %{_libdir}/%{name}/plugins/libvisualstudiogenerator.so
-%{_libdir}/lib%{name}core.so.*
-%{_libdir}/lib%{name}qtprofilesetup.so.*
+%{_libdir}/lib%{name}*.so.*
 %{_libexecdir}/%{name}/%{name}_processlauncher
 %{_libexecdir}/%{name}/dmgbuild
 %{_mandir}/man1/qbs*%{ext_man}
@@ -151,9 +151,7 @@
 %license LGPL_EXCEPTION.txt LICENSE.LGPLv21 LICENSE.LGPLv3
 %doc %{_datadir}/%{name}/examples/
 %{_includedir}/%{name}/
-%{_libdir}/lib%{name}core.prl
-%{_libdir}/lib%{name}core.so
-%{_libdir}/lib%{name}qtprofilesetup.prl
-%{_libdir}/lib%{name}qtprofilesetup.so
+%{_libdir}/lib%{name}*.prl
+%{_libdir}/lib%{name}*.so
 
 %changelog


commit kicad-doc for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package kicad-doc for openSUSE:Factory 
checked in at 2019-05-03 22:46:09

Comparing /work/SRC/openSUSE:Factory/kicad-doc (Old)
 and  /work/SRC/openSUSE:Factory/.kicad-doc.new.5148 (New)


Package is "kicad-doc"

Fri May  3 22:46:09 2019 rev:20 rq:697955 version:5.1.2

Changes:

--- /work/SRC/openSUSE:Factory/kicad-doc/kicad-doc.changes  2019-03-22 
15:04:05.977664158 +0100
+++ /work/SRC/openSUSE:Factory/.kicad-doc.new.5148/kicad-doc.changes
2019-05-03 22:46:12.975740245 +0200
@@ -1,0 +2,12 @@
+Thu Apr 25 19:43:37 UTC 2019 - Stefan Brüns 
+
+- Update to minor release 5.1.2
+  * Updates to chinese and italian translations
+
+---
+Tue Apr 16 15:46:57 UTC 2019 - Stefan Brüns 
+
+- Update to minor release 5.1.1
+  * Various smaller changes and translation updates
+
+---

Old:

  kicad-doc-5.1.0.tar.gz

New:

  kicad-doc-5.1.2.tar.gz



Other differences:
--
++ kicad-doc.spec ++
--- /var/tmp/diff_new_pack.FkYzq5/_old  2019-05-03 22:46:14.859744570 +0200
+++ /var/tmp/diff_new_pack.FkYzq5/_new  2019-05-03 22:46:14.859744570 +0200
@@ -39,14 +39,13 @@
 %endif
 
 Name:   kicad-doc%{?pkg_suffix}
-Version:5.1.0
+Version:5.1.2
 Release:0
 Summary:Documentation and tutorials for KiCad
 License:GPL-3.0-or-later AND CC-BY-SA-3.0
+Group:  Documentation/HTML
 %if "%flavor" == "pdf"
-Group:  Documentation/Other
 %else
-Group:  Documentation/HTML
 %endif
 Url:http://kicad-pcb.org
 Source: 
https://github.com/KiCad/%{sname}/archive/%{version}.tar.gz#/%{sname}-%{version}.tar.gz
@@ -104,6 +103,7 @@
 
 %packageca
 Summary:Catalan documentation and tutorials for KiCad
+Group:  Documentation/Other
 Provides:   locale(kicad-doc:ca)
 Requires:   %{name}-en = %{version}
 Requires:   kicad-doc = %{version}
@@ -113,6 +113,7 @@
 
 %packagede
 Summary:German documentation and tutorials for KiCad
+Group:  Documentation/Other
 Provides:   locale(kicad-doc:de)
 Requires:   %{name}-en = %{version}
 Requires:   kicad-doc = %{version}
@@ -122,6 +123,7 @@
 
 %packageen
 Summary:English documentation and tutorials for KiCad
+Group:  Documentation/Other
 Provides:   locale(kicad-doc:en)
 Requires:   kicad = %{version}
 Requires:   kicad-doc = %{version}
@@ -131,6 +133,7 @@
 
 %packagees
 Summary:Spanish documentation and tutorials for KiCad
+Group:  Documentation/Other
 Provides:   locale(kicad-doc:es)
 Requires:   %{name}-en = %{version}
 Requires:   kicad-doc = %{version}
@@ -140,6 +143,7 @@
 
 %packagefr
 Summary:French documentation and tutorials for KiCad
+Group:  Documentation/Other
 Provides:   locale(kicad-doc:fr)
 Requires:   %{name}-en = %{version}
 Requires:   kicad-doc = %{version}
@@ -149,6 +153,7 @@
 
 %packageid
 Summary:Indonesian documentation and tutorials for KiCad
+Group:  Documentation/Other
 Provides:   locale(kicad-doc:id)
 Requires:   %{name}-en = %{version}
 Requires:   kicad-doc = %{version}
@@ -158,6 +163,7 @@
 
 %packageit
 Summary:Italian documentation and tutorials for KiCad
+Group:  Documentation/Other
 Provides:   locale(kicad-doc:it)
 Requires:   %{name}-en = %{version}
 Requires:   kicad-doc = %{version}
@@ -167,6 +173,7 @@
 
 %packageja
 Summary:Japanese documentation and tutorials for KiCad
+Group:  Documentation/Other
 Provides:   locale(kicad-doc:ja)
 Requires:   %{name}-en = %{version}
 Requires:   kicad-doc = %{version}
@@ -176,6 +183,7 @@
 
 %packagepl
 Summary:Polish documentation and tutorials for KiCad
+Group:  Documentation/Other
 Provides:   locale(kicad-doc:pl)
 Requires:   %{name}-en = %{version}
 Requires:   kicad-doc = %{version}
@@ -185,6 +193,7 @@
 
 %packageru
 Summary:Russian documentation and tutorials for KiCad
+Group:  Documentation/Other
 Provides:   locale(kicad-doc:ru)
 Requires:   %{name}-en = %{version}
 Requires:   kicad-doc = %{version}
@@ -194,6 +203,7 @@
 
 %packagezh
 Summary:Chinese documentation and tutorials for KiCad
+Group:  Documentation/Other
 Provides:   locale(kicad-doc:zh)
 Requires:   %{name}-en = %{version}
 Requires:   kicad-doc = %{version}

++ kicad-doc-5.1.0.tar.gz -> kicad-doc-5.1.2.tar.gz ++

commit stress-ng for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package stress-ng for openSUSE:Factory 
checked in at 2019-05-03 22:46:54

Comparing /work/SRC/openSUSE:Factory/stress-ng (Old)
 and  /work/SRC/openSUSE:Factory/.stress-ng.new.5148 (New)


Package is "stress-ng"

Fri May  3 22:46:54 2019 rev:58 rq:700181 version:0.09.58

Changes:

--- /work/SRC/openSUSE:Factory/stress-ng/stress-ng.changes  2019-03-28 
22:49:04.127050587 +0100
+++ /work/SRC/openSUSE:Factory/.stress-ng.new.5148/stress-ng.changes
2019-05-03 22:46:55.859838695 +0200
@@ -1,0 +2,60 @@
+Thu May  2 12:28:27 UTC 2019 - Martin Hauke 
+
+- Update to version 0.09.58
+  * Makefile: bump version once more
+  * core-cache: cater for C libraries that don't support GLOB_ONLYDIR
+  * stress-bad-altstack: move help info to start of function to fix build error
+  * stress-icache: fix build error, add missing comma
+  * stress-stackmmap: move help info to start of function to fix build error
+  * stress-vm: include options that are no-ops for some arches
+  * stress-vm: fix missing return 0
+  * stress-full: move help info to start of function to fix build error
+  * stress-af-alg: fix build error, add missing comma
+  * Add copyright boilerplate to some text files
+  * Move per stressor help info into each stressor
+  * stress-udp: only declare udp_lite variable if UDP lite is supported
+  * stress-cache: move cache_flags declaration; fixes build error
+  * stress-ng: free proc info when a proc is being removed from the list
+  * Allow multiple definition of symbols when building a static image
+  * stress-softlockup: fix spelling mistake "reslults" -> "results"
+  * stress-cpu: fix spelling mistake "maxiumum" -> "maximum"
+  * stress-sigsegv: fix spelling mistake "instread" -> "instead"
+  * stress-ng: fix spelling mistake "functon" -> "function"
+  * Fix spelling mistake "exercsing" -> "exercising"
+  * stress-ng: fix spelling mistake "compressession" -> "compression"
+  * stress-cpu: fix spelling mistake "Rapshon" -> "Raphson"
+  * Add missing colon in error message text
+  * stress-zlib: clarify precedence of & and ? operators
+  * stress-stack: reduce scope of variable i
+  * core-log: reduce scope of empty_ts
+  * stress-aio-linux: fix build issue, missing ,
+  * stress-*: pass args using opt rather than optarg
+  * stress-socket: make function stress_set_socket_domain static
+  * stress-ng.h: compact up option flags
+  * stress-*: remove the use of global opt flags for non-global stressor 
settings
+  * stress-*: make various variables static
+  * stress-*: make some more functions static
+  * stress-funccall: make a few more functions static
+  * stress-funccall: make functions static
+  * Remove the declaration of stressor options in opt_set_funcs, move them to 
each stressor
+  * Move STRESSORS macro to stress-ng.h and declare stress_id_t with it
+  * stress-ng: remove STRESS macro and declare stress info objs using 
STRESSORS macro
+  * core-shim: remove FUTEX_WAIT from shim_enosys call
+  * core-shim: replace ENOSYS code with an inlined helper
+  * Add build time check for pidfd-send-signal system call
+  * Add new pidfd stressor that exercises pidfd_send_signal
+  * Remove stress-pidfd.c from Makefile
+  * stress-enosys: don't SIGKILL child when it is waiting to reap (LP: 
#1825089)
+  * Add shim_waitpid to silently handle EINTR by retrying
+  * stress-numa: fix undefined behaviour with left shift
+  * stress-numa: fix calculation of max nodes (LP: #1803468)
+  * stress-fanotify: add FAN_OPEN_EXEC_PERM and try all allowed masks one by 
one
+  * stress-seal: exercise F_SEAL_FUTURE_WRITE
+  * stress-cpu: don't use large fft arrays on the stack
+  * stress-cpu: don't use large correlation arrays on the stack
+  * stress-cpu: don't use large matrixprod arrays on the stack
+  * stress-kcmp: rework capfail message to unconfuse static analysis tools
+  * stress-af-alg: make several functions static
+  * stress-sysfs: rename stat buf to stafbuf to fix name shadowing warnings
+
+---

Old:

  stress-ng-0.09.57.tar.xz

New:

  stress-ng-0.09.58.tar.xz



Other differences:
--
++ stress-ng.spec ++
--- /var/tmp/diff_new_pack.bwsOgQ/_old  2019-05-03 22:46:56.399839935 +0200
+++ /var/tmp/diff_new_pack.bwsOgQ/_new  2019-05-03 22:46:56.403839944 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   stress-ng
-Version:0.09.57
+Version:0.09.58
 Release:0
 Summary:Tool to load and stress a computer
 License:GPL-2.0-only

++ stress-ng-0.09.57.tar.xz -> stress-ng-0.09.58.tar.xz ++
 15504 lines of diff (skipped)




commit msmtp for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package msmtp for openSUSE:Factory checked 
in at 2019-05-03 22:47:00

Comparing /work/SRC/openSUSE:Factory/msmtp (Old)
 and  /work/SRC/openSUSE:Factory/.msmtp.new.5148 (New)


Package is "msmtp"

Fri May  3 22:47:00 2019 rev:44 rq:700191 version:1.8.4

Changes:

--- /work/SRC/openSUSE:Factory/msmtp/msmtp.changes  2019-02-26 
22:23:07.466050755 +0100
+++ /work/SRC/openSUSE:Factory/.msmtp.new.5148/msmtp.changes2019-05-03 
22:47:01.795852323 +0200
@@ -1,0 +2,7 @@
+Wed Apr 24 18:48:28 UTC 2019 - Benoît Monin 
+
+- update to version 1.8.4
+  * Added support for the OAUTHBEARER authentication method.
+  * Several minor bug fixes.
+
+---

Old:

  msmtp-1.8.3.tar.xz
  msmtp-1.8.3.tar.xz.sig

New:

  msmtp-1.8.4.tar.xz
  msmtp-1.8.4.tar.xz.sig



Other differences:
--
++ msmtp.spec ++
--- /var/tmp/diff_new_pack.rcPKW0/_old  2019-05-03 22:47:02.331853553 +0200
+++ /var/tmp/diff_new_pack.rcPKW0/_new  2019-05-03 22:47:02.335853562 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   msmtp
-Version:1.8.3
+Version:1.8.4
 Release:0
 BuildRequires:  gnutls-devel
 BuildRequires:  libidn2-devel

++ msmtp-1.8.3.tar.xz -> msmtp-1.8.4.tar.xz ++
 7053 lines of diff (skipped)





commit gnuradio for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package gnuradio for openSUSE:Factory 
checked in at 2019-05-03 22:46:47

Comparing /work/SRC/openSUSE:Factory/gnuradio (Old)
 and  /work/SRC/openSUSE:Factory/.gnuradio.new.5148 (New)


Package is "gnuradio"

Fri May  3 22:46:47 2019 rev:33 rq:700136 version:3.7.13.5

Changes:

--- /work/SRC/openSUSE:Factory/gnuradio/gnuradio.changes2019-04-23 
14:36:33.533493009 +0200
+++ /work/SRC/openSUSE:Factory/.gnuradio.new.5148/gnuradio.changes  
2019-05-03 22:46:47.303819053 +0200
@@ -1,0 +2,32 @@
+Mon Apr 29 11:35:24 UTC 2019 - Christophe Giboudeaux 
+
+- Add some missing optional dependencies: libgsm and codec2.
+
+---
+Mon Apr 29 10:37:15 UTC 2019 - Christophe Giboudeaux 
+
+- Add upstream patches to build gnuradio using Qt5 on openSUSE > 1500:
+  - qt5-maint-0001-CMake-Update-required-minimum-version-to-2.8.12.patch
+  - qt5-maint-0002-CMake-FindQwt-Find-the-Qt5-version-of-QWT-instead-of.patch
+  - qt5-maint-0003-gr-qtgui-update-for-Qt5.patch
+  - qt5-maint-0004-grc-Generate-Python-scripts-that-use-PyQt5.patch
+  - qt5-maint-0005-gr-qtgui-Add-a-workaround-for-an-upstream-bug-of-uic.patch
+  - qt5-maint-0006-qtgui-fixed-examples-for-Qt5-compatibility.patch
+  - qt5-maint-0007-qtgui-Fixes-for-edit_box_msg-to-work-with-QT5.patch
+  - qt5-maint-0008-gr-qtgui-Allow-build-with-Qt4-or-Qt5-default.patch
+  - qt5-maint-0009-gr-qtgui-Fix-PyQt-4-5-include-in-XMLs-for-GRC.patch
+  - qt5-maint-0010-gr-qtgui-Fix-range.py-to-work-with-both-Qt4-and-Qt5.patch
+  - qt5-maint-0011-gr-qtgui-Re-introduce-some-Qt4-specific-code.patch
+  - qt5-maint-0012-grc-Fix-generation-of-Python-code-for-Qt4-and-Qt5.patch
+  - qt5-maint-0013-grc-replace-templated-xml-files-with-search-and-repl.patch
+  - qt5-maint-0014-qtgui-replace-templated-xml-files-with-search-and-re.patch
+  - qt5-maint-0017-qtgui-fix-stylesheet-for-qt5.patch
+  - qt5-maint-0019-qtgui-fixed-apps-for-Qt5-compatibility.patch
+  - qt5-maint-0021-gnuradio-runtime-ctrlport-qt5.patch
+  - qt5-maint-0022-gr-uhd-qt5.patch
+  - qt5-maint-0023-gr-qtgui-util.patch
+  - qt5-maint-0024-gr-qtgui-restoreGeometry.patch
+- Add 0001-Add-the-include-path-used-by-the-openSUSE-package.patch
+  for the Qt5 build.
+
+---

New:

  0001-Add-the-include-path-used-by-the-openSUSE-package.patch
  qt5-maint-0001-CMake-Update-required-minimum-version-to-2.8.12.patch
  qt5-maint-0002-CMake-FindQwt-Find-the-Qt5-version-of-QWT-instead-of.patch
  qt5-maint-0003-gr-qtgui-update-for-Qt5.patch
  qt5-maint-0004-grc-Generate-Python-scripts-that-use-PyQt5.patch
  qt5-maint-0005-gr-qtgui-Add-a-workaround-for-an-upstream-bug-of-uic.patch
  qt5-maint-0006-qtgui-fixed-examples-for-Qt5-compatibility.patch
  qt5-maint-0007-qtgui-Fixes-for-edit_box_msg-to-work-with-QT5.patch
  qt5-maint-0008-gr-qtgui-Allow-build-with-Qt4-or-Qt5-default.patch
  qt5-maint-0009-gr-qtgui-Fix-PyQt-4-5-include-in-XMLs-for-GRC.patch
  qt5-maint-0010-gr-qtgui-Fix-range.py-to-work-with-both-Qt4-and-Qt5.patch
  qt5-maint-0011-gr-qtgui-Re-introduce-some-Qt4-specific-code.patch
  qt5-maint-0012-grc-Fix-generation-of-Python-code-for-Qt4-and-Qt5.patch
  qt5-maint-0013-grc-replace-templated-xml-files-with-search-and-repl.patch
  qt5-maint-0014-qtgui-replace-templated-xml-files-with-search-and-re.patch
  qt5-maint-0017-qtgui-fix-stylesheet-for-qt5.patch
  qt5-maint-0019-qtgui-fixed-apps-for-Qt5-compatibility.patch
  qt5-maint-0021-gnuradio-runtime-ctrlport-qt5.patch
  qt5-maint-0022-gr-uhd-qt5.patch
  qt5-maint-0023-gr-qtgui-util.patch
  qt5-maint-0024-gr-qtgui-restoreGeometry.patch



Other differences:
--
++ gnuradio.spec ++
--- /var/tmp/diff_new_pack.FFn0nA/_old  2019-05-03 22:46:48.679822212 +0200
+++ /var/tmp/diff_new_pack.FFn0nA/_new  2019-05-03 22:46:48.68381 +0200
@@ -33,7 +33,30 @@
 # http://www.nathanwest.us/grc_to_37.sh
 Source4:grc_to_37.sh
 Source99:   %{name}-rpmlintrc
-Patch2: missing_library.patch
+Patch0: missing_library.patch
+# PATCH 100-120 Qt5 port patches
+Patch100:   
qt5-maint-0001-CMake-Update-required-minimum-version-to-2.8.12.patch
+Patch101:   
qt5-maint-0002-CMake-FindQwt-Find-the-Qt5-version-of-QWT-instead-of.patch
+Patch102:   qt5-maint-0003-gr-qtgui-update-for-Qt5.patch
+Patch103:   qt5-maint-0004-grc-Generate-Python-scripts-that-use-PyQt5.patch
+Patch104:   
qt5-maint-0005-gr-qtgui-Add-a-workaround-for-an-upstream-bug-of-uic.patch
+Patch105:   qt5-maint-0006-qtgui-fixed-examples-for-Qt5-compatibility.patch
+Patch106:   
qt5-maint-0007-qtgui-Fixes-for-edit_box_msg-to-work-with-QT5.patch
+Patch107:   

commit kicad for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package kicad for openSUSE:Factory checked 
in at 2019-05-03 22:46:15

Comparing /work/SRC/openSUSE:Factory/kicad (Old)
 and  /work/SRC/openSUSE:Factory/.kicad.new.5148 (New)


Package is "kicad"

Fri May  3 22:46:15 2019 rev:32 rq:697956 version:5.1.2

Changes:

--- /work/SRC/openSUSE:Factory/kicad/kicad.changes  2019-04-14 
12:23:23.807829492 +0200
+++ /work/SRC/openSUSE:Factory/.kicad.new.5148/kicad.changes2019-05-03 
22:46:17.611750888 +0200
@@ -1,0 +2,13 @@
+Thu Apr 25 13:40:29 UTC 2019 - Stefan Brüns 
+
+- Update to minor release 5.1.2
+  This version contains critical bugfixes and minor improvements.
+  See http://kicad-pcb.org/blog/2019/04/KiCad-5.1.2-Release/ for details.
+
+---
+Mon Apr 15 19:07:28 UTC 2019 - Stefan Brüns 
+
+- Update to minor release 5.1.1
+  (Withdrawn due to a critical bug in netlist generation)
+
+---

Old:

  kicad-5.1.0.tar.xz

New:

  kicad-5.1.2.tar.xz



Other differences:
--
++ kicad.spec ++
--- /var/tmp/diff_new_pack.ply65I/_old  2019-05-03 22:46:18.287752440 +0200
+++ /var/tmp/diff_new_pack.ply65I/_new  2019-05-03 22:46:18.287752440 +0200
@@ -20,7 +20,7 @@
 # symbol libraries from version 5.0.0
 %define compatversion 5.0.0
 Name:   kicad
-Version:5.1.0
+Version:5.1.2
 Release:0
 Summary:EDA software suite for the creation of schematics and PCB
 License:GPL-3.0-or-later AND AGPL-3.0-or-later

++ kicad-5.1.0.tar.xz -> kicad-5.1.2.tar.xz ++
/work/SRC/openSUSE:Factory/kicad/kicad-5.1.0.tar.xz 
/work/SRC/openSUSE:Factory/.kicad.new.5148/kicad-5.1.2.tar.xz differ: char 26, 
line 1




commit mame for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package mame for openSUSE:Factory checked in 
at 2019-05-03 22:46:19

Comparing /work/SRC/openSUSE:Factory/mame (Old)
 and  /work/SRC/openSUSE:Factory/.mame.new.5148 (New)


Package is "mame"

Fri May  3 22:46:19 2019 rev:16 rq:699037 version:0.209

Changes:

--- /work/SRC/openSUSE:Factory/mame/mame.changes2019-03-28 
22:49:20.267047664 +0100
+++ /work/SRC/openSUSE:Factory/.mame.new.5148/mame.changes  2019-05-03 
22:46:20.667757904 +0200
@@ -1,0 +2,6 @@
+Wed Apr 24 18:21:14 UTC 2019 - Martin Hauke 
+
+- Update to version 0.209
+  See http://mamedev.org/releases/whatsnew_0209.txt for details
+
+---

Old:

  mame0208.tar.gz
  whatsnew_0208.txt

New:

  mame0209.tar.gz
  whatsnew_0209.txt



Other differences:
--
++ mame.spec ++
--- /var/tmp/diff_new_pack.1Xhh8I/_old  2019-05-03 22:46:26.087770347 +0200
+++ /var/tmp/diff_new_pack.1Xhh8I/_new  2019-05-03 22:46:26.087770347 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define fver208
+%define fver209
 
 # Build mame-mess by default, and use system libraries
 %bcond_without  mess


++ mame0208.tar.gz -> mame0209.tar.gz ++
/work/SRC/openSUSE:Factory/mame/mame0208.tar.gz 
/work/SRC/openSUSE:Factory/.mame.new.5148/mame0209.tar.gz differ: char 14, line 
1


++ whatsnew_0208.txt -> whatsnew_0209.txt ++
 1255 lines (skipped)
 between /work/SRC/openSUSE:Factory/mame/whatsnew_0208.txt
 and /work/SRC/openSUSE:Factory/.mame.new.5148/whatsnew_0209.txt




commit python-sphinxcontrib-github-alt for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package python-sphinxcontrib-github-alt for 
openSUSE:Factory checked in at 2019-05-03 22:46:39

Comparing /work/SRC/openSUSE:Factory/python-sphinxcontrib-github-alt (Old)
 and  /work/SRC/openSUSE:Factory/.python-sphinxcontrib-github-alt.new.5148 
(New)


Package is "python-sphinxcontrib-github-alt"

Fri May  3 22:46:39 2019 rev:4 rq:700124 version:1.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-sphinxcontrib-github-alt/python-sphinxcontrib-github-alt.changes
  2019-04-30 13:05:11.657945755 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-github-alt.new.5148/python-sphinxcontrib-github-alt.changes
2019-05-03 22:46:39.707801615 +0200
@@ -1,0 +2,5 @@
+Thu May  2 05:30:03 UTC 2019 - Jan Engelhardt 
+
+- Use noun phrase in descriptions.
+
+---



Other differences:
--
++ python-sphinxcontrib-github-alt.spec ++
--- /var/tmp/diff_new_pack.kpwOvv/_old  2019-05-03 22:46:40.291802955 +0200
+++ /var/tmp/diff_new_pack.kpwOvv/_new  2019-05-03 22:46:40.299802974 +0200
@@ -21,7 +21,7 @@
 Name:   python-sphinxcontrib-github-alt
 Version:1.1
 Release:0
-Summary:Link to GitHub issues, pull requests, commits and users from 
Sphinx docs
+Summary:Sphinx extension to link to GitHub issues, pull requests, 
commits and users
 License:BSD-2-Clause
 Group:  Development/Languages/Python
 Url:http://github.com/Calysto/octave_kernel
@@ -36,8 +36,8 @@
 %python_subpackages
 
 %description
-Link to GitHub issues, pull requests, commits and users for a
-particular project.
+A Sphinx extension to link to GitHub issues, pull requests, commits
+and users for a particular project.
 
 To use this extension, add it to the extensions list in conf.py,
 and set the variable github_project_url:




commit accerciser for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package accerciser for openSUSE:Factory 
checked in at 2019-05-03 22:45:23

Comparing /work/SRC/openSUSE:Factory/accerciser (Old)
 and  /work/SRC/openSUSE:Factory/.accerciser.new.5148 (New)


Package is "accerciser"

Fri May  3 22:45:23 2019 rev:59 rq:695714 version:3.32.1

Changes:

--- /work/SRC/openSUSE:Factory/accerciser/accerciser.changes2018-03-14 
19:36:40.86297 +0100
+++ /work/SRC/openSUSE:Factory/.accerciser.new.5148/accerciser.changes  
2019-05-03 22:45:39.987664514 +0200
@@ -1,0 +2,35 @@
+Tue Apr  9 07:27:23 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.32.1:
+  + Fix accessing items without a compositor.
+  + Updated translations.
+
+---
+Fri Mar 22 20:39:51 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.32.0:
+  + Updated maintainers info.
+  + Stopped using intltool.
+  + Desktop: Dropped obsolete X-GNOME-Full-Name fields.
+  + Updated bug reporting links.
+  + Help: Replace git.gnome.org by gitlab.gnome.org.
+  + Updated translations.
+- Drop intltool BuildRequires, no longer needed.
+
+---
+Sat Jan 12 14:26:05 UTC 2019 - bjorn@gmail.com
+
+- Update to version 3.31.4:
+  + Updated maintainers info.
+  + Fixed appdata file name.
+  + Fixed duplicate section ID on help.
+  + Marked missing string for translation.
+  + Removed unused images from localized user docs accerciser.png.
+  + ipython: Update to support IPython version 5 (bgo#776301).
+  + Python 3.7+ support, async is a keyword.
+  + Replace Bugzilla by Gitlab URL in DOAP file.
+- Stop post(un) handling of glib2_gsettings_schema_post(un),
+  desktop_database_post(un) and icon_theme_cache_post(un) + drop
+  glib2_gsettings_schema_requires, no longer needed.
+
+---

Old:

  accerciser-3.22.0.tar.xz

New:

  accerciser-3.32.1.tar.xz



Other differences:
--
++ accerciser.spec ++
--- /var/tmp/diff_new_pack.XxMC24/_old  2019-05-03 22:45:40.547665799 +0200
+++ /var/tmp/diff_new_pack.XxMC24/_new  2019-05-03 22:45:40.551665808 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package accerciser
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,21 +12,21 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   accerciser
-Version:3.22.0
+Version:3.32.1
 Release:0
 Summary:Accessibility debugging tool
 License:BSD-3-Clause
 Group:  Development/Tools/Other
-URL:http://live.gnome.org/Accerciser
-Source0:
http://download.gnome.org/sources/accerciser/3.22/%{name}-%{version}.tar.xz
+URL:https://wiki.gnome.org/Apps/Accerciser
+Source0:
https://download.gnome.org/sources/accerciser/3.32/%{name}-%{version}.tar.xz
+
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection
-BuildRequires:  intltool
 BuildRequires:  pkgconfig
 # py3atspi is a virtual name that is provided by the default at-spi stack
 BuildRequires:  py3atspi
@@ -41,7 +41,6 @@
 Requires:   python3-gobject-Gdk
 Recommends: %{name}-lang
 BuildArch:  noarch
-%glib2_gsettings_schema_requires
 
 %description
 Accerciser is an interactive Python accessibility explorer for the
@@ -71,12 +70,13 @@
 %lang_package
 
 %prep
-%setup -q
+%autosetup -p1
 translation-update-upstream
 
 %build
-%configure
-make %{?_smp_mflags}
+%configure \
+   %{nil}
+%make_build
 
 %install
 %make_install
@@ -84,16 +84,6 @@
 %find_lang %{name} %{?no_lang_C}
 %fdupes %{buildroot}
 
-%post
-%glib2_gsettings_schema_post
-%desktop_database_post
-%icon_theme_cache_post
-
-%postun
-%glib2_gsettings_schema_postun
-%desktop_database_postun
-%icon_theme_cache_postun
-
 %files
 %license COPYING
 %doc AUTHORS NEWS README
@@ -101,7 +91,7 @@
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
 %exclude %{_datadir}/%{name}/plugins/ipython_view.py
-%{_datadir}/appdata/org.gnome.accerciser.appdata.xml
+%{_datadir}/metainfo/accerciser.appdata.xml
 %{_datadir}/glib-2.0/schemas/org.a11y.Accerciser.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/%{name}*
 %{_datadir}/applications/%{name}.desktop

++ accerciser-3.22.0.tar.xz -> accerciser-3.32.1.tar.xz ++
 51088 lines of diff (skipped)



commit gnome-devel-docs for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package gnome-devel-docs for 
openSUSE:Factory checked in at 2019-05-03 22:45:44

Comparing /work/SRC/openSUSE:Factory/gnome-devel-docs (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-devel-docs.new.5148 (New)


Package is "gnome-devel-docs"

Fri May  3 22:45:44 2019 rev:54 rq:695767 version:3.32.1

Changes:

--- /work/SRC/openSUSE:Factory/gnome-devel-docs/gnome-devel-docs.changes
2018-12-04 20:53:59.276875695 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-devel-docs.new.5148/gnome-devel-docs.changes  
2019-05-03 22:45:52.891694138 +0200
@@ -1,0 +2,19 @@
+Wed Apr 10 09:52:45 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.32.1:
+  + Updated HIG guidance for menus.
+  + Updated translations.
+
+---
+Mon Mar 11 18:49:50 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.32.0:
+  + Updated palette in the HIG.
+  + Added page on async programming to Programming Guidelines.
+  + Fixed typos and links in Platform Demos.
+  + Clarified instructions in Platform Demos.
+  + Fixed various types in all documents.
+  + Updated translations.
+- Modernize spec.
+
+---

Old:

  gnome-devel-docs-3.30.2.tar.xz

New:

  gnome-devel-docs-3.32.1.tar.xz



Other differences:
--
++ gnome-devel-docs.spec ++
--- /var/tmp/diff_new_pack.5w5tee/_old  2019-05-03 22:45:53.735696076 +0200
+++ /var/tmp/diff_new_pack.5w5tee/_new  2019-05-03 22:45:53.739696085 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-devel-docs
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   gnome-devel-docs
-Version:3.30.2
+Version:3.32.1
 Release:0
 Summary:GNOME Platform Documentation
 License:GFDL-1.1-only AND CC-BY-SA-4.0
 Group:  Documentation/Other
 URL:https://www.gnome.org
-Source: 
https://download.gnome.org/sources/gnome-devel-docs/3.30/%{name}-%{version}.tar.xz
+Source: 
https://download.gnome.org/sources/gnome-devel-docs/3.32/%{name}-%{version}.tar.xz
 
 BuildRequires:  fdupes
 BuildRequires:  pkgconfig
@@ -37,11 +37,11 @@
 %lang_package
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 %configure
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install

++ gnome-devel-docs-3.30.2.tar.xz -> gnome-devel-docs-3.32.1.tar.xz ++
/work/SRC/openSUSE:Factory/gnome-devel-docs/gnome-devel-docs-3.30.2.tar.xz 
/work/SRC/openSUSE:Factory/.gnome-devel-docs.new.5148/gnome-devel-docs-3.32.1.tar.xz
 differ: char 25, line 1




commit sushi for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package sushi for openSUSE:Factory checked 
in at 2019-05-03 22:45:05

Comparing /work/SRC/openSUSE:Factory/sushi (Old)
 and  /work/SRC/openSUSE:Factory/.sushi.new.5148 (New)


Package is "sushi"

Fri May  3 22:45:05 2019 rev:41 rq:695689 version:3.32.0

Changes:

--- /work/SRC/openSUSE:Factory/sushi/sushi.changes  2018-10-01 
08:17:50.605951520 +0200
+++ /work/SRC/openSUSE:Factory/.sushi.new.5148/sushi.changes2019-05-03 
22:45:35.423654036 +0200
@@ -1,0 +2,16 @@
+Sun Mar 10 13:00:13 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.32.0:
+  + Update DOAP file for GitLab move.
+  + Explicitly hide minimize and maximize.
+
+---
+Wed Jan  2 22:00:58 UTC 2019 - bjorn@gmail.com
+
+- Update to version 3.31.2:
+  + Port to meson build system.
+  + Replace some deprecated API.
+- Switch to meson build system, add meson BuildRequires and macros.
+- Drop intltool BuildRequires, no longer used nor needed.
+
+---

Old:

  sushi-3.30.0.tar.xz

New:

  sushi-3.32.0.tar.xz



Other differences:
--
++ sushi.spec ++
--- /var/tmp/diff_new_pack.esOMyz/_old  2019-05-03 22:45:36.131655661 +0200
+++ /var/tmp/diff_new_pack.esOMyz/_new  2019-05-03 22:45:36.135655670 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sushi
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,15 @@
 
 
 Name:   sushi
-Version:3.30.0
+Version:3.32.0
 Release:0
 Summary:Quick Previewer for Nautilus
 License:SUSE-GPL-2.0-with-plugin-exception
 Group:  Productivity/File utilities
 URL:https://www.gnome.org
-Source0:
https://download.gnome.org/sources/sushi/3.30/%{name}-%{version}.tar.xz
+Source0:
https://download.gnome.org/sources/sushi/3.32/%{name}-%{version}.tar.xz
 
-BuildRequires:  intltool
+BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(clutter-1.0) >= 1.11.4
 BuildRequires:  pkgconfig(clutter-gst-3.0)
@@ -60,12 +60,11 @@
 %autosetup -p1
 
 %build
-%configure
-%make_build
+%meson
+%meson_build
 
 %install
-%make_install
-find %{buildroot} -type f -name "*.la" -delete -print
+%meson_install
 %find_lang %{name} %{?no_lang_C}
 
 %files

++ sushi-3.30.0.tar.xz -> sushi-3.32.0.tar.xz ++
 51429 lines of diff (skipped)




commit gnome-sound-recorder for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package gnome-sound-recorder for 
openSUSE:Factory checked in at 2019-05-03 22:45:41

Comparing /work/SRC/openSUSE:Factory/gnome-sound-recorder (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-sound-recorder.new.5148 (New)


Package is "gnome-sound-recorder"

Fri May  3 22:45:41 2019 rev:22 rq:695765 version:3.32.0

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-sound-recorder/gnome-sound-recorder.changes
2019-01-21 10:57:14.359518549 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-sound-recorder.new.5148/gnome-sound-recorder.changes
  2019-05-03 22:45:51.619691217 +0200
@@ -1,0 +2,43 @@
+Tue Mar 12 06:12:23 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.32.0:
+  + Updated translations.
+
+---
+Tue Mar  5 05:37:03 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.31.92:
+  + Updated translations.
+
+---
+Sun Feb 17 20:12:01 UTC 2019 - bjorn@gmail.com
+
+- Update to version 3.31.90:
+  + Drop application menu.
+  + Port to meson.
+  + Various translation fixes.
+  + Drop git.mk - it's an autotools leftover.
+  + Set a minimium width and height size.
+  + Make record button a "suggested action".
+  + Require gtk +> 3.13.2.
+  + Remove old RTL hacks.
+  + Fix crashes when selecting a recording.
+  + Fix gjs "Too many arguments" warnings.
+  + Set a default window title for zero sounds recorded.
+  + Validate appdata and desktop files.
+  + Use same application id everywhere in the app.
+  + Use latest GJS standards for variable and class declarations.
+  + Port to ES6 classes.
+  + New icon.
+  + Updated translations.
+- Switch to meson build system, add meson BuildRequires and macros.
+- Drop obsolete intltool, pkgconfig(gobject-2.0),
+  pkgconfig(gdk-3.0) and  pkgconfig(gdk-pixbuf-2.0) BuildRequires,
+  no longer needed.
+- Replace gjs with pkgconfig(gjs-1.0) BuildRequires.
+- Add appstream-glib BuildRequires.
+- Drop pkgconfig(gstreamer-1.0), gstreamer-plugins-bad,
+  gstreamer-plugins-base and gstreamer-plugins-good BuildRequires:
+  No longer needed, runtime dependencies are enough.
+
+---

Old:

  gnome-sound-recorder-3.28.2.tar.xz

New:

  gnome-sound-recorder-3.32.0.tar.xz



Other differences:
--
++ gnome-sound-recorder.spec ++
--- /var/tmp/diff_new_pack.5CPhgp/_old  2019-05-03 22:45:52.019692136 +0200
+++ /var/tmp/diff_new_pack.5CPhgp/_new  2019-05-03 22:45:52.019692136 +0200
@@ -18,29 +18,23 @@
 
 
 Name:   gnome-sound-recorder
-Version:3.28.2
+Version:3.32.0
 Release:0
 Summary:Sound Recorder
 License:BSD-3-Clause AND LGPL-2.0-or-later
 Group:  Productivity/Multimedia/Sound/Utilities
 URL:https://wiki.gnome.org/Design/Apps/SoundRecorder
-Source: 
http://download.gnome.org/sources/gnome-sound-recorder/3.28/%{name}-%{version}.tar.xz
+Source0:
https://download.gnome.org/sources/gnome-sound-recorder/3.32/%{name}-%{version}.tar.xz
 Source99:   gnome-sound-recorder-rpmlintrc
 
-BuildRequires:  gjs
-BuildRequires:  gstreamer-plugins-bad
-BuildRequires:  gstreamer-plugins-base
-BuildRequires:  gstreamer-plugins-good
-BuildRequires:  intltool >= 0.26
+BuildRequires:  appstream-glib
+BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(gdk-3.0)
-BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
 BuildRequires:  pkgconfig(gio-2.0)
+BuildRequires:  pkgconfig(gjs-1.0)
 BuildRequires:  pkgconfig(glib-2.0) >= 2.46
-BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 1.31.6
-BuildRequires:  pkgconfig(gstreamer-1.0)
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.12
 Requires:   gstreamer-plugins-bad
 Requires:   gstreamer-plugins-base
@@ -57,24 +51,22 @@
 %autosetup -p1
 
 %build
-%configure \
-   --disable-static \
+%meson \
%{nil}
-%make_build
+%meson_build
 
 %install
-%make_install
-find %{buildroot} -type f -name "*.la" -delete -print
+%meson_install
 %suse_update_desktop_file -G "Sound Recorder" -r org.gnome.SoundRecorder GNOME 
AudioVideo Recorder
 %find_lang %{name}
 
 %files
 %license COPYING
-%doc README NEWS AUTHORS
+%doc README.md NEWS AUTHORS
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
 %{_datadir}/applications/org.gnome.SoundRecorder.desktop
-%{_datadir}/glib-2.0/schemas/org.gnome.gnome-sound-recorder.gschema.xml
+%{_datadir}/glib-2.0/schemas/org.gnome.SoundRecorder.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/org.gnome.SoundRecorder*
 %{_datadir}/metainfo/org.gnome.SoundRecorder.appdata.xml
 

++ 

commit gtk4 for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package gtk4 for openSUSE:Factory checked in 
at 2019-05-03 22:45:34

Comparing /work/SRC/openSUSE:Factory/gtk4 (Old)
 and  /work/SRC/openSUSE:Factory/.gtk4.new.5148 (New)


Package is "gtk4"

Fri May  3 22:45:34 2019 rev:15 rq:695737 version:3.94.0

Changes:

--- /work/SRC/openSUSE:Factory/gtk4/gtk4.changes2018-09-28 
08:54:01.961674428 +0200
+++ /work/SRC/openSUSE:Factory/.gtk4.new.5148/gtk4.changes  2019-05-03 
22:45:46.079678499 +0200
@@ -1,0 +2,6 @@
+Fri Sep 28 14:17:47 UTC 2018 - bjorn@gmail.com
+
+- Update options passed to meson, bring back lost support for
+  broadway and cloudprint following upstreams changes.
+
+---



Other differences:
--
++ gtk4.spec ++
--- /var/tmp/diff_new_pack.pH55nO/_old  2019-05-03 22:45:48.143683238 +0200
+++ /var/tmp/diff_new_pack.pH55nO/_new  2019-05-03 22:45:48.147683247 +0200
@@ -13,7 +13,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -211,15 +211,14 @@
 %meson \
   -Dbuild-tests=false \
   -Ddocumentation=true \
-  -Denable-broadway-backend=true \
-  -Denable-cloudprint-print-backend=yes \
-  -Denable-cloudproviders=false \
-  -Denable-colord=yes \
-  -Denable-cups-print-backend=yes \
-  -Denable-vulkan=yes \
-  -Denable-wayland-backend=true \
-  -Denable-x11-backend=true \
-  -Denable-xinerama=yes \
+  -Dbroadway-backend=true \
+  -Dcloudproviders=false \
+  -Dcolord=yes \
+  -Dprint-backends=all \
+  -Dvulkan=yes \
+  -Dwayland-backend=true \
+  -Dx11-backend=true \
+  -Dxinerama=yes \
   -Dintrospection=true \
   -Dman-pages=true
 %meson_build
@@ -258,6 +257,7 @@
 %dir %{_libdir}/gtk-4.0/%{gtk_binary_version}
 %dir %{_libdir}/gtk-4.0/%{gtk_binary_version}/printbackends/
 %{_libdir}/gtk-4.0/%{gtk_binary_version}/printbackends/libprintbackend-cups.so
+%{_libdir}/gtk-4.0/%{gtk_binary_version}/printbackends/libprintbackend-cloudprint.so
 %{_libdir}/gtk-4.0/%{gtk_binary_version}/printbackends/libprintbackend-file.so
 %dir %{_libdir}/gtk-4.0/%{gtk_binary_version}/media/
 %{_libdir}/gtk-4.0/%{gtk_binary_version}/media/libmedia-gstreamer.so
@@ -272,6 +272,7 @@
 %{_libdir}/girepository-1.0/Gtk-4.0.typelib
 
 %files tools
+%{_bindir}/gtk4-broadwayd
 %{_bindir}/gtk4-icon-browser
 %{_bindir}/gtk4-builder-tool
 %{_bindir}/gtk4-encode-symbolic-svg
@@ -321,6 +322,7 @@
 %{_datadir}/icons/hicolor/*/apps/gtk4-widget-factory-symbolic.symbolic.png
 %{_includedir}/gtk-4.0/
 %{_libdir}/pkgconfig/gtk+-4.0.pc
+%{_libdir}/pkgconfig/gtk+-broadway-4.0.pc
 %{_libdir}/pkgconfig/gtk+-wayland-4.0.pc
 %{_libdir}/pkgconfig/gtk+-unix-print-4.0.pc
 %{_libdir}/pkgconfig/gtk+-x11-4.0.pc




commit dconf-editor for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package dconf-editor for openSUSE:Factory 
checked in at 2019-05-03 22:45:10

Comparing /work/SRC/openSUSE:Factory/dconf-editor (Old)
 and  /work/SRC/openSUSE:Factory/.dconf-editor.new.5148 (New)


Package is "dconf-editor"

Fri May  3 22:45:10 2019 rev:24 rq:695693 version:3.32.0

Changes:

--- /work/SRC/openSUSE:Factory/dconf-editor/dconf-editor.changes
2018-09-28 08:53:00.961762457 +0200
+++ /work/SRC/openSUSE:Factory/.dconf-editor.new.5148/dconf-editor.changes  
2019-05-03 22:45:36.419656323 +0200
@@ -1,0 +2,48 @@
+Tue Mar 12 16:13:57 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.32.0:
+  + No code changes since last unstable release, new stable
+release.
+
+---
+Thu Feb 21 10:09:22 UTC 2019 - bjorn@gmail.com
+
+- Update to version 3.31.91:
+  + There was an hidden way to toggle search by clicking on an
+empty space of the headerbar, but it was blocking the use of a
+double-click to maximize the window, so that was removed. There
+is also some strings capitalization fixes, an improvement for
+the --help text, various small changes, and some relocatable
+schemas added.
+  + Updated translations.
+
+---
+Fri Feb 15 19:00:20 UTC 2019 - bjorn@gmail.com
+
+- Update to version 3.31.90:
+  + Many code changes, but nothing big since 3.31.4.
+  + Updated translations.
+
+---
+Tue Jan  8 13:33:18 UTC 2019 - bjorn@gmail.com
+
+- Update to version 3.31.4:
+  + The UI and the features should mostly stay the same now until
+the future release 3.32 (planned in March). They include a
+search running from current folder, some new keyboard shortcuts
+and functionalities, the ability to run on a really small
+screen (vertically and horizontally), the (temporary) remove of
+the "Show folder informations", and various big or small
+improvements everywhere.
+  + Updated translations.
+
+---
+Sat Jan  5 18:30:45 UTC 2019 - bjorn@gmail.com
+
+- Update to version 3.31.3:
+  + Many changes in the UI (rough edges), including a great new
+editable pathbar, an improved bookmarks popover, a night mode,
+and (in progress) an ability to run on really small screens
+(phones like the future Librem 5 by Purism).
+
+---

Old:

  dconf-editor-3.30.2.tar.xz

New:

  dconf-editor-3.32.0.tar.xz



Other differences:
--
++ dconf-editor.spec ++
--- /var/tmp/diff_new_pack.pM44qP/_old  2019-05-03 22:45:36.835657278 +0200
+++ /var/tmp/diff_new_pack.pM44qP/_new  2019-05-03 22:45:36.839657287 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dconf-editor
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   dconf-editor
-Version:3.30.2
+Version:3.32.0
 Release:0
 Summary:Graphical editor for the dconf key-based configuration system
 License:GPL-3.0-or-later
 Group:  System/GUI/GNOME
 URL:https://wiki.gnome.org/Apps/DconfEditor
-Source0:
https://download.gnome.org/sources/dconf-editor/3.30/%{name}-%{version}.tar.xz
+Source0:
https://download.gnome.org/sources/dconf-editor/3.32/%{name}-%{version}.tar.xz
 
 BuildRequires:  appstream-glib-devel
 BuildRequires:  meson
@@ -62,13 +62,12 @@
 %files
 %license COPYING
 %{_bindir}/dconf-editor
-%dir %{_datadir}/metainfo
 %{_datadir}/metainfo/ca.desrt.dconf-editor.appdata.xml
 %{_datadir}/applications/ca.desrt.dconf-editor.desktop
 %{_datadir}/bash-completion/completions/dconf-editor
 %{_datadir}/dbus-1/services/ca.desrt.dconf-editor.service
 %{_datadir}/glib-2.0/schemas/ca.desrt.dconf-editor.gschema.xml
-%{_datadir}/icons/hicolor/*/apps/ca.desrt.dconf-editor*
+%{_datadir}/icons/hicolor/
 %{_mandir}/man1/dconf-editor.1%{?ext_man}
 
 %files lang -f %{name}.lang

++ dconf-editor-3.30.2.tar.xz -> dconf-editor-3.32.0.tar.xz ++
 119416 lines of diff (skipped)




commit gnome-initial-setup for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package gnome-initial-setup for 
openSUSE:Factory checked in at 2019-05-03 22:45:01

Comparing /work/SRC/openSUSE:Factory/gnome-initial-setup (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-initial-setup.new.5148 (New)


Package is "gnome-initial-setup"

Fri May  3 22:45:01 2019 rev:26 rq:695679 version:3.32.1

Changes:

--- /work/SRC/openSUSE:Factory/gnome-initial-setup/gnome-initial-setup.changes  
2018-10-01 08:17:34.501961822 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-initial-setup.new.5148/gnome-initial-setup.changes
2019-05-03 22:45:33.371649325 +0200
@@ -1,0 +2,36 @@
+Fri Apr  5 11:54:14 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.32.1:
+  + Updated translations.
+
+---
+Mon Mar 11 13:19:04 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.32.0:
+  + Updated translations.
+
+---
+Tue Mar  5 06:03:49 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.31.92:
+  + Connect to GDM as soon as gnome-initial-setup starts and fix
+memory leaks.
+  + Improve account page behaviour when offline.
+  + Updated translations.
+
+---
+Wed Feb 20 12:12:27 UTC 2019 - bjorn@gmail.com
+
+- Update to version 3.31.90:
+  + Generate default user account pictures.
+  + Fix Meson build with (buggy) Meson 0.48.0 and 0.48.1.
+  + Remove Autotools build.
+  + Fix various compiler warnings.
+  + Add welcome distro logo for openSUSE.
+  + Updated translations.
+- Switch to meson build system, add meson BuildRequires and macros.
+- Drop obsolete intltool BuildRequires: No longer needed.
+- Add pkgconfig(packagekit-glib2) BuildRequires: New dependency.
+- Refresh patch with refresh_patches service.
+
+---

Old:

  gnome-initial-setup-3.30.0.tar.xz

New:

  gnome-initial-setup-3.32.1.tar.xz



Other differences:
--
++ gnome-initial-setup.spec ++
--- /var/tmp/diff_new_pack.vyQJPb/_old  2019-05-03 22:45:34.083650960 +0200
+++ /var/tmp/diff_new_pack.vyQJPb/_new  2019-05-03 22:45:34.103651005 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-initial-setup
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,14 @@
 
 
 Name:   gnome-initial-setup
-Version:3.30.0
+Version:3.32.1
 Release:0
 Summary:GNOME Initial Setup Assistant
 License:GPL-2.0-or-later
 Group:  System/GUI/GNOME
 Url:https://wiki.gnome.org/Design/OS/InitialSetup
-Source0:
https://download.gnome.org/sources/gnome-initial-setup/3.30/%{name}-%{version}.tar.xz
+Source0:
https://download.gnome.org/sources/gnome-initial-setup/3.32/%{name}-%{version}.tar.xz
+
 # PATCH-FEATURE-SLE gnome-initial-setup-only-launch-CJK.patch FATE#321126 
qz...@suse.com -- Make gnome-initial-setup only work for CJK
 Patch0: gnome-initial-setup-only-launch-CJK.patch
 # PATCH-FEATURE-SLE gnome-initial-setup-only-setup-keyboard.patch FATE#321126 
yfji...@suse.com -- Only launch the keyboard and IM setup
@@ -32,8 +33,9 @@
 Patch2: gnome-initial-setup-disable-dep-on-started-docs.patch
 # PATCH-FIX-OPENSUSE gnome-initial-setup-mozc-engine-prioritized.patch 
boo#1067288 bnc#1029083 qz...@suse.com -- Make the Mozc input engine as the 1st 
choice for Japanese environment.
 Patch3: gnome-initial-setup-mozc-engine-prioritized.patch
-BuildRequires:  intltool >= 0.40
+
 BuildRequires:  krb5-devel
+BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  vala
 BuildRequires:  pkgconfig(accountsservice)
@@ -57,6 +59,7 @@
 BuildRequires:  pkgconfig(libnm) >= 1.2
 BuildRequires:  pkgconfig(libnma) >= 1.0
 BuildRequires:  pkgconfig(libsecret-1)
+BuildRequires:  pkgconfig(packagekit-glib2)
 BuildRequires:  pkgconfig(pango) >= 1.32.5
 BuildRequires:  pkgconfig(polkit-gobject-1) >= 0.103
 BuildRequires:  pkgconfig(pwquality)
@@ -84,11 +87,12 @@
 %patch3 -p1
 
 %build
-%configure
-make %{?_smp_mflags}
+%meson \
+   %{nil}
+%meson_build
 
 %install
-%make_install
+%meson_install
 %find_lang %{name} %{?no_lang_C}
 
 %pre

++ gnome-initial-setup-3.30.0.tar.xz -> gnome-initial-setup-3.32.1.tar.xz 
++
 255203 lines of diff (skipped)

++ gnome-initial-setup-mozc-engine-prioritized.patch ++
--- /var/tmp/diff_new_pack.vyQJPb/_old  2019-05-03 22:45:34.959652971 +0200
+++ 

commit kicad-packages3D for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package kicad-packages3D for 
openSUSE:Factory checked in at 2019-05-03 22:44:18

Comparing /work/SRC/openSUSE:Factory/kicad-packages3D (Old)
 and  /work/SRC/openSUSE:Factory/.kicad-packages3D.new.5148 (New)


Package is "kicad-packages3D"

Fri May  3 22:44:18 2019 rev:6 rq:694881 version:5.1.1

Changes:

--- /work/SRC/openSUSE:Factory/kicad-packages3D/kicad-packages3D.changes
2019-03-22 15:05:28.433592819 +0100
+++ 
/work/SRC/openSUSE:Factory/.kicad-packages3D.new.5148/kicad-packages3D.changes  
2019-05-03 22:45:15.667608681 +0200
@@ -1,0 +2,6 @@
+Mon Apr 15 19:07:28 UTC 2019 - Stefan Brüns 
+
+- Update to version 5.1.1
+  See http://kicad-pcb.org/blog/2019/04/KiCad-5.1.1-Release/ for details.
+
+---

Old:

  kicad-packages3D-5.1.0.tar.gz

New:

  kicad-packages3D-5.1.1.tar.gz



Other differences:
--
++ kicad-packages3D.spec ++
--- /var/tmp/diff_new_pack.6Asl6g/_old  2019-05-03 22:45:31.095644100 +0200
+++ /var/tmp/diff_new_pack.6Asl6g/_new  2019-05-03 22:45:31.139644201 +0200
@@ -20,7 +20,7 @@
 %define compatversion 5.0.0
 
 Name:   kicad-packages3D
-Version:5.1.0
+Version:5.1.1
 Release:0
 Summary:3D model libraries for rendering and MCAD integration
 # License is CC-BY-SA-4.0 but there is an exception

++ kicad-packages3D-5.1.0.tar.gz -> kicad-packages3D-5.1.1.tar.gz ++
/work/SRC/openSUSE:Factory/kicad-packages3D/kicad-packages3D-5.1.0.tar.gz 
/work/SRC/openSUSE:Factory/.kicad-packages3D.new.5148/kicad-packages3D-5.1.1.tar.gz
 differ: char 14, line 1




commit gnome-nibbles for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package gnome-nibbles for openSUSE:Factory 
checked in at 2019-05-03 22:45:38

Comparing /work/SRC/openSUSE:Factory/gnome-nibbles (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-nibbles.new.5148 (New)


Package is "gnome-nibbles"

Fri May  3 22:45:38 2019 rev:28 rq:695751 version:3.31.3

Changes:

--- /work/SRC/openSUSE:Factory/gnome-nibbles/gnome-nibbles.changes  
2018-08-24 17:10:39.878539253 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-nibbles.new.5148/gnome-nibbles.changes
2019-05-03 22:45:48.363683743 +0200
@@ -1,0 +2,8 @@
+Fri Jan  4 21:01:21 UTC 2019 - bjorn@gmail.com
+
+- Update to version 3.31.3:
+  + Fix display of level completed label and next level button.
+  + Replace app menu with window menu.
+  + Updated translations.
+
+---

Old:

  gnome-nibbles-3.24.1.tar.xz

New:

  gnome-nibbles-3.31.3.tar.xz



Other differences:
--
++ gnome-nibbles.spec ++
--- /var/tmp/diff_new_pack.VEYO4l/_old  2019-05-03 22:45:48.923685028 +0200
+++ /var/tmp/diff_new_pack.VEYO4l/_new  2019-05-03 22:45:48.923685028 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-nibbles
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   gnome-nibbles
-Version:3.24.1
+Version:3.31.3
 Release:0
 Summary:Worm Game for GNOME
 License:GPL-3.0-or-later
 Group:  Amusements/Games/Action/Arcade
 URL:https://live.gnome.org/Lightsoff
-Source0:
https://download.gnome.org/sources/gnome-nibbles/3.24/%{name}-%{version}.tar.xz
+Source0:
https://download.gnome.org/sources/gnome-nibbles/3.31/%{name}-%{version}.tar.xz
 
 BuildRequires:  fdupes
 BuildRequires:  intltool >= 0.50.2

++ gnome-nibbles-3.24.1.tar.xz -> gnome-nibbles-3.31.3.tar.xz ++
 506515 lines of diff (skipped)




commit gnome-characters for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package gnome-characters for 
openSUSE:Factory checked in at 2019-05-03 22:45:26

Comparing /work/SRC/openSUSE:Factory/gnome-characters (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-characters.new.5148 (New)


Package is "gnome-characters"

Fri May  3 22:45:26 2019 rev:20 rq:695715 version:3.32.1

Changes:

--- /work/SRC/openSUSE:Factory/gnome-characters/gnome-characters.changes
2018-10-11 12:01:17.809577698 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-characters.new.5148/gnome-characters.changes  
2019-05-03 22:45:41.411667783 +0200
@@ -1,0 +2,16 @@
+Tue Apr  9 09:04:09 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.32.1:
+  + SearchProvider: Fix deprecation fixes.
+  + Updated translations.
+
+---
+Fri Mar 15 12:51:18 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.32.0:
+  + Update the icon to follow the GNOME 3.32 guidelines.
+  + Remove app menu following GNOME 3.32 guidelines.
+  + Fix various javascript deprecation warnings.
+  + Updated translations.
+
+---

Old:

  gnome-characters-3.30.0.tar.xz

New:

  gnome-characters-3.32.1.tar.xz



Other differences:
--
++ gnome-characters.spec ++
--- /var/tmp/diff_new_pack.X8eWkO/_old  2019-05-03 22:45:41.955669032 +0200
+++ /var/tmp/diff_new_pack.X8eWkO/_new  2019-05-03 22:45:41.963669050 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-characters
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   gnome-characters
-Version:3.30.0
+Version:3.32.1
 Release:0
 Summary:Character Map
 License:GPL-3.0-or-later
 Group:  System/GUI/GNOME
 URL:https://wiki.gnome.org/Design/Apps/CharacterMap
-Source0:
https://download.gnome.org/sources/gnome-characters/3.30/%{name}-%{version}.tar.xz
+Source0:
https://download.gnome.org/sources/gnome-characters/3.32/%{name}-%{version}.tar.xz
 
 BuildRequires:  gobject-introspection-devel >= 1.35.9
 BuildRequires:  intltool >= 0.50.1

++ gnome-characters-3.30.0.tar.xz -> gnome-characters-3.32.1.tar.xz ++
 11284 lines of diff (skipped)




commit evolution-rss for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package evolution-rss for openSUSE:Factory 
checked in at 2019-05-03 22:45:19

Comparing /work/SRC/openSUSE:Factory/evolution-rss (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-rss.new.5148 (New)


Package is "evolution-rss"

Fri May  3 22:45:19 2019 rev:42 rq:695699 version:0.3.95+git.20171129

Changes:

--- /work/SRC/openSUSE:Factory/evolution-rss/evolution-rss.changes  
2018-06-19 11:59:46.538693126 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-rss.new.5148/evolution-rss.changes
2019-05-03 22:45:38.539661189 +0200
@@ -1,0 +2,5 @@
+Thu Mar 28 22:35:15 UTC 2019 - Bjørn Lie 
+
+- Drop unused pkgconfig(gtkhtml-editor-4.0) BuildRequires.
+
+---



Other differences:
--
++ evolution-rss.spec ++
--- /var/tmp/diff_new_pack.VeBdkK/_old  2019-05-03 22:45:39.711663880 +0200
+++ /var/tmp/diff_new_pack.VeBdkK/_new  2019-05-03 22:45:39.723663908 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package evolution-rss
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -44,7 +44,6 @@
 BuildRequires:  pkgconfig(evolution-shell-3.0)
 BuildRequires:  pkgconfig(glib-2.0) >= 2.26
 BuildRequires:  pkgconfig(gtk+-3.0)
-BuildRequires:  pkgconfig(gtkhtml-editor-4.0)
 BuildRequires:  pkgconfig(libebook-1.2)
 BuildRequires:  pkgconfig(libemail-engine)
 BuildRequires:  pkgconfig(libsoup-2.4)




commit gnome-games for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package gnome-games for openSUSE:Factory 
checked in at 2019-05-03 22:45:16

Comparing /work/SRC/openSUSE:Factory/gnome-games (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-games.new.5148 (New)


Package is "gnome-games"

Fri May  3 22:45:16 2019 rev:9 rq:695698 version:3.32.1

Changes:

--- /work/SRC/openSUSE:Factory/gnome-games/gnome-games.changes  2018-10-25 
09:12:47.342273760 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-games.new.5148/gnome-games.changes
2019-05-03 22:45:37.319658389 +0200
@@ -1,0 +2,106 @@
+Wed Apr 10 16:09:24 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.32.1:
+  + Help does not show up as a game anymore.
+  + Updated translations.
+
+---
+Mon Mar 11 10:13:49 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.32.0:
+  + Updated translations.
+
+---
+Tue Mar  5 16:56:51 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.31.92:
+  + Fix compile-time warnings when building with recent librsvg and
+gtk.
+  + Fix compile-time warning introduced in the 3.31.91.
+  + Various cleanups.
+  + Updated translations.
+
+---
+Thu Feb 21 16:34:11 UTC 2019 - bjorn@gmail.com
+
+- Update to version 3.31.91:
+  + New application icons from GNOME Design team.
+  + Collection loading is now paused in game, leading to vastly
+improved performance when opening a game from file manager.
+  + Binding directional pads should work for more gamepads now.
+  + Fixes:
+- It's not possible to open multiple main windows anymore.
+- Invalid discs in PlayStation disc selector are now disabled.
+  + Updated translations.
+- Changes from version 3.31.90:
+  + During search, developers and platforms without any games to
+show are now hidden.
+  + Fixes:
+- Quit dialog now actually appears when exiting a game that
+  doesn't support snapshots.
+- Opening a game by double-clicking while another game is
+  running now quits the previous game correctly.
+- Database file is now correctly created even if data directory
+  didn't exist.
+- Steam plugin now works if ~/.steam directory contains invalid
+  symlinks.
+  + Symbolic icon is now installed into symbolic/ directory instead
+of scalable/.
+  + Deprecated HighContrast app icons have been removed.
+  + Updated translations.
+
+---
+Tue Jan  8 13:27:48 UTC 2019 - bjorn@gmail.com
+
+- Update to version 3.31.4:
+  + UI:
+- Make preferences window adaptive.
+- Preferences window should now work better with window buttons
+  on the left side.
+  + Revert to non-portal file chooser for Flatpak, to allow adding
+games consisting of multiple files.
+  + Update appdata to add launchable, provides and developer_name
+tags, remove .desktop from application id.
+  + Appdata and desktop files are now validated when building.
+  + Updated translations.
+
+---
+Sat Jan  5 00:30:35 UTC 2019 - bjorn@gmail.com
+
+- Update to version 3.31.3:
+  + UI:
+- Introduce a widget for switching between gamepad and keyboard
+  input. This is currently enabled for DOS and standalone
+  Libretro games.
+- Make search bar in the collection adaptive.
+  + Fixes:
+- Keyboard doesn't control every player in multiplayer games
+  anymore.
+- Prevent a crash when creating snapshots of standalone
+  libretro games.
+- Various code cleanups.
+  + Updated translations.
+- Changes from version 3.31.2:
+  + Drop custom development build style.
+  + Fixes:
+- Fix build on upcoming Vala versions.
+- Skip symlinked Steam directories to avoid duplicating games.
+- Fix header bar buttons grabbing arrow keys in fullscreen.
+- Various code cleanups.
+  + Updated translations.
+- Changes from version 3.31.1:
+  + UI:
+- Update primary menu layout according to app menu retirement
+  initiative.
+- Refine controller preferences: hide sidebar while testing
+  controllers and use better transitions.
+- Wrap plugin descriptions in preferences.
+- Remove double border on preferences sidebar.
+- Use HdyColumn to allow preferences dialog to get smaller.
+- Use HdyTitleBar in main and preferences windows.
+- Update development build style.
+  + Don't build MAME plugin by default. It can still be enabled via
+'-Dmame-plugin=true' build option.
+- Add pkgconfig(libhandy-0.0) BuildRequires: New dependency.
+
+---

Old:

  gnome-games-3.30.2.tar.xz

New:

  

commit ekiga for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package ekiga for openSUSE:Factory checked 
in at 2019-05-03 22:46:06

Comparing /work/SRC/openSUSE:Factory/ekiga (Old)
 and  /work/SRC/openSUSE:Factory/.ekiga.new.5148 (New)


Package is "ekiga"

Fri May  3 22:46:06 2019 rev:60 rq:696488 version:4.1.0

Changes:

--- /work/SRC/openSUSE:Factory/ekiga/ekiga.changes  2018-05-11 
11:28:23.472126880 +0200
+++ /work/SRC/openSUSE:Factory/.ekiga.new.5148/ekiga.changes2019-05-03 
22:46:08.379729694 +0200
@@ -1,0 +2,17 @@
+Tue Apr  2 16:41:44 CEST 2019 - r...@suse.de
+
+- get rid of boost:signal dependency
+  - rebase to git commit 12641b735a9886a080949465d4da6d4569822ed2
+  - use 4.1.0 as version
+  - add patches to make it compile:
+- ekiga-po-Makefile.patch (re-add po/Makefile.in.in)
+- ekiga-signals2-leftover.patch (fix a left over signal1 incl)
+- ekiga-missing-includes.patch (include iostream where needed)  
+- use -fexceptions for builds older than code15
+
+---
+Tue Mar  5 16:10:36 UTC 2019 - Andreas Schwab 
+
+- boost-configure.patch: add riscv64 to the list of lib64 architectures
+
+---

Old:

  ekiga-4.0.1.tar.xz

New:

  ekiga-12641b735a9886a080949465d4da6d4569822ed2.tar.bz2
  ekiga-missing-includes.patch
  ekiga-po-Makefile.patch
  ekiga-signals2-leftover.patch



Other differences:
--
++ ekiga.spec ++
--- /var/tmp/diff_new_pack.a4i8ok/_old  2019-05-03 22:46:09.383731999 +0200
+++ /var/tmp/diff_new_pack.a4i8ok/_new  2019-05-03 22:46:09.383731999 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ekiga
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,20 +12,21 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define with_evolution 1
 %define with_gstreamer_0_10 0
 Name:   ekiga
-Version:4.0.1
+Version:4.1.0
 Release:0
 Summary:A GNOME based SIP/H323 teleconferencing application
 License:SUSE-GPL-2.0-with-openssl-exception
 Group:  Productivity/Telephony/SIP/Clients
 Url:http://www.ekiga.org/
-Source: 
http://download.gnome.org/sources/ekiga/4.0/%{name}-%{version}.tar.xz
+#Source: 
http://download.gnome.org/sources/ekiga/4.0/%{name}-%{version}.tar.xz
+Source: ekiga-12641b735a9886a080949465d4da6d4569822ed2.tar.bz2
 # PATCH-FIX-UPSTREAM boost-configure.patch sch...@suse.de -- AX_BOOST_BASE: 
add aarch64 to the list of lib64 architectures
 Patch0: boost-configure.patch
 # PATCH-FIX-UPSTREAM ekiga-appdata.patch badshah...@gmail.com -- Add, 
translate and install appstream metainfo file taken from upstream git
@@ -36,9 +37,12 @@
 Patch3:ekiga-4.0.1-libresolv.patch
 # PATCH-FIX-UPSTREAM ekiga-dont-require-gnome-icon-theme.patch 
badshah...@opensuse.org -- Patch configure.ac to not check for 
gnome-icon-theme; all required icons are already in hicolor-icon-theme.
 Patch4: ekiga-dont-require-gnome-icon-theme.patch
+Patch5: ekiga-po-Makefile.patch
+Patch6: ekiga-signals2-leftover.patch
+Patch7: ekiga-missing-includes.patch
 
 %if 0%{?suse_version} > 1325
-BuildRequires:  libboost_signals-devel
+BuildRequires:  libboost_headers-devel
 %else
 BuildRequires:  boost-devel
 %endif
@@ -48,7 +52,10 @@
 BuildRequires:  gcc-c++
 BuildRequires:  gconf2-devel
 BuildRequires:  gnome-doc-utils-devel
-BuildRequires:  gtk2-devel
+BuildRequires:  gtk3-devel
+BuildRequires:  clutter-gtk-devel
+BuildRequires:  gstreamer-plugins-base-devel
+BuildRequires:  libgudev-1_0-devel
 BuildRequires:  intltool
 BuildRequires:  libavahi-glib-devel
 BuildRequires:  libnotify-devel
@@ -61,6 +68,7 @@
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(xv)
+BuildRequires:  gettext
 # Required for Patch1
 BuildRequires:  libtool
 Requires:   hicolor-icon-theme
@@ -110,15 +118,22 @@
 %lang_package
 
 %prep
-%setup -q
+%setup -q -n ekiga
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
+%patch6 -p1
+%patch7 -p1
 translation-update-upstream
+cp -av /usr/share/gnome-doc-utils/gnome-doc-utils.make .
 
 %build
+%if 0%{?suse_version} < 1500
+export CXXFLAGS="%optflags -fexceptions"

commit hitori for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package hitori for openSUSE:Factory checked 
in at 2019-05-03 22:45:56

Comparing /work/SRC/openSUSE:Factory/hitori (Old)
 and  /work/SRC/openSUSE:Factory/.hitori.new.5148 (New)


Package is "hitori"

Fri May  3 22:45:56 2019 rev:21 rq:695780 version:3.31.92

Changes:

--- /work/SRC/openSUSE:Factory/hitori/hitori.changes2018-03-09 
10:40:12.83505 +0100
+++ /work/SRC/openSUSE:Factory/.hitori.new.5148/hitori.changes  2019-05-03 
22:46:01.595714119 +0200
@@ -1,0 +2,31 @@
+Mon Mar  4 13:32:47 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.31.92:
+  + Add high-resolution icon.
+  + Bugs fixed: glgo#GNOME/hitori#6, glgo#GNOME/hitori!16,
+glgo#GNOME/hitori!17, glgo#GNOME/hitori!19.
+  + Updated translations.
+- Add itstool BuildRequires: New dependency.
+- Add fdupes BuildRequires and macro, remove duplicate files.
+
+---
+Wed Feb 20 17:27:33 UTC 2019 - bjorn@gmail.com
+
+- Update to version 3.31.0:
+  + Migrated to Meson.
+  + Bugs fixed:
+- Retire app menu.
+- Migrate to Meson.
+- Use G_DECLARE_FINAL_TYPE() to declare type.
+- snap: Add snap build configuration.
+- Port README to Markdown.
+- docs: Reformat NEWS to be valid Markdown.
+  + Updated translations.
+- Switch to meson build system, add meson BuildRequires and macros.
+- Stop handling icon_theme_cache_post(un),
+  desktop_database_post(un) and glib2_gsettings_schema_post(un) in
+  post(un) and drop glib2_gsettings_schema_requires.
+- Drop yelp-tools and hicolor-icon-theme BuildRequires: No longer
+  needed.
+
+---

Old:

  hitori-3.22.4.tar.xz

New:

  hitori-3.31.92.tar.xz



Other differences:
--
++ hitori.spec ++
--- /var/tmp/diff_new_pack.dj4E6A/_old  2019-05-03 22:46:02.831716957 +0200
+++ /var/tmp/diff_new_pack.dj4E6A/_new  2019-05-03 22:46:02.863717031 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package hitori
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,29 +12,30 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   hitori
-Version:3.22.4
+Version:3.31.92
 Release:0
 Summary:Original puzzle of Nikoli
 License:GPL-3.0-or-later
 Group:  Amusements/Games/Logic
-URL:https://live.gnome.org/Hitori
-Source: 
http://download.gnome.org/sources/hitori/3.22/%{name}-%{version}.tar.xz
+URL:https://gitlab.gnome.org/GNOME/hitori
+Source0:
https://download.gnome.org/sources/hitori/3.31/%{name}-%{version}.tar.xz
+
 BuildRequires:  desktop-file-utils
-BuildRequires:  hicolor-icon-theme
+BuildRequires:  fdupes
+BuildRequires:  itstool
+BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
-BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(cairo) >= 1.4
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gmodule-2.0)
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.15.0
 Recommends: %{name}-lang
-%glib2_gsettings_schema_requires
 
 %description
 Hitori is played with a grid of squares or cells, and each cell contains a 
number.
@@ -48,36 +49,27 @@
 %lang_package
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
-%configure
-make %{?_smp_mflags}
+%meson \
+   %{nil}
+%meson_build
 
 %install
-%make_install
+%meson_install
 %find_lang %{name}
 %suse_update_desktop_file org.gnome.Hitori
-
-%post
-%icon_theme_cache_post
-%desktop_database_post
-%glib2_gsettings_schema_post
-
-%postun
-%icon_theme_cache_postun
-%desktop_database_postun
-%glib2_gsettings_schema_postun
+%fdupes %{buildroot}%{_prefix}
 
 %files
 %license COPYING
-%doc ChangeLog README
+%doc README.md
 %{_bindir}/%{name}
 %{_datadir}/applications/org.gnome.Hitori.desktop
 %{_datadir}/icons/hicolor/*/apps/org.gnome.Hitori*
 %{_datadir}/glib-2.0/schemas/org.gnome.hitori.gschema.xml
-%dir %{_datadir}/appdata/
-%{_datadir}/appdata/org.gnome.Hitori.appdata.xml
+%{_datadir}/metainfo/org.gnome.Hitori.appdata.xml
 
 %files lang -f %{name}.lang
 

++ hitori-3.22.4.tar.xz -> hitori-3.31.92.tar.xz ++
 78717 lines of diff (skipped)




commit gnome-getting-started-docs for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package gnome-getting-started-docs for 
openSUSE:Factory checked in at 2019-05-03 22:45:48

Comparing /work/SRC/openSUSE:Factory/gnome-getting-started-docs (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-getting-started-docs.new.5148 (New)


Package is "gnome-getting-started-docs"

Fri May  3 22:45:48 2019 rev:20 rq:695768 version:3.32.1

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-getting-started-docs/gnome-getting-started-docs.changes
2018-09-19 14:33:42.799289378 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-getting-started-docs.new.5148/gnome-getting-started-docs.changes
  2019-05-03 22:45:58.927707994 +0200
@@ -1,0 +2,20 @@
+Wed Apr 10 09:59:41 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.32.1:
+  + Updated translations.
+
+---
+Mon Mar 11 19:55:29 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.32.0:
+  + Updates to Getting Started.
+  + Updated translations.
+- Modernize spec.
+
+---
+Thu Feb 21 10:43:46 UTC 2019 - bjorn@gmail.com
+
+- Update to version 3.31.91:
+  + Updated translations.
+
+---

Old:

  gnome-getting-started-docs-3.30.0.tar.xz

New:

  gnome-getting-started-docs-3.32.1.tar.xz



Other differences:
--
++ gnome-getting-started-docs.spec ++
--- /var/tmp/diff_new_pack.zWHWSj/_old  2019-05-03 22:46:00.515711640 +0200
+++ /var/tmp/diff_new_pack.zWHWSj/_new  2019-05-03 22:46:00.519711649 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-getting-started-docs
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   gnome-getting-started-docs
-Version:3.30.0
+Version:3.32.1
 Release:0
 Summary:Getting started with GNOME - Documentation
 License:CC-BY-SA-3.0
 Group:  Documentation/Other
 URL:https://www.gnome.org
-Source: 
https://download.gnome.org/sources/gnome-getting-started-docs/3.30/%{name}-%{version}.tar.xz
+Source0:
https://download.gnome.org/sources/gnome-getting-started-docs/3.32/%{name}-%{version}.tar.xz
 
 BuildRequires:  fdupes
 BuildRequires:  yelp-tools
@@ -38,11 +38,11 @@
 %lang_package
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 %configure
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install

++ gnome-getting-started-docs-3.30.0.tar.xz -> 
gnome-getting-started-docs-3.32.1.tar.xz ++
/work/SRC/openSUSE:Factory/gnome-getting-started-docs/gnome-getting-started-docs-3.30.0.tar.xz
 
/work/SRC/openSUSE:Factory/.gnome-getting-started-docs.new.5148/gnome-getting-started-docs-3.32.1.tar.xz
 differ: char 26, line 1




commit gnome-backgrounds for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package gnome-backgrounds for 
openSUSE:Factory checked in at 2019-05-03 22:45:30

Comparing /work/SRC/openSUSE:Factory/gnome-backgrounds (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-backgrounds.new.5148 (New)


Package is "gnome-backgrounds"

Fri May  3 22:45:30 2019 rev:73 rq:695718 version:3.32.0

Changes:

--- /work/SRC/openSUSE:Factory/gnome-backgrounds/gnome-backgrounds.changes  
2018-10-01 08:16:04.794019309 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-backgrounds.new.5148/gnome-backgrounds.changes
2019-05-03 22:45:44.391674624 +0200
@@ -1,0 +2,12 @@
+Mon Mar 18 18:00:50 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.32.0:
+  + Updated translations.
+
+---
+Tue Feb 19 20:11:17 UTC 2019 - bjorn@gmail.com
+
+- Update to version 3.31.91:
+  + New default & supplemental updates.
+
+---

Old:

  gnome-backgrounds-3.30.0.tar.xz

New:

  gnome-backgrounds-3.32.0.tar.xz



Other differences:
--
++ gnome-backgrounds.spec ++
--- /var/tmp/diff_new_pack.Wke5ew/_old  2019-05-03 22:45:45.119676295 +0200
+++ /var/tmp/diff_new_pack.Wke5ew/_new  2019-05-03 22:45:45.119676295 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-backgrounds
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   gnome-backgrounds
-Version:3.30.0
+Version:3.32.0
 Release:0
 Summary:GNOME Backgrounds
 License:GPL-2.0-or-later AND CC-BY-2.0 AND CC-BY-SA-2.0 AND 
CC-BY-SA-3.0
 Group:  System/GUI/GNOME
-URL:https://www.gnome.org/
-Source0:
https://download.gnome.org/sources/gnome-backgrounds/3.30/%{name}-%{version}.tar.xz
+URL:https://gitlab.gnome.org/GNOME/gnome-backgrounds
+Source0:
https://download.gnome.org/sources/gnome-backgrounds/3.32/%{name}-%{version}.tar.xz
 
 BuildRequires:  meson
 BuildRequires:  pkgconfig

++ gnome-backgrounds-3.30.0.tar.xz -> gnome-backgrounds-3.32.0.tar.xz ++
/work/SRC/openSUSE:Factory/gnome-backgrounds/gnome-backgrounds-3.30.0.tar.xz 
/work/SRC/openSUSE:Factory/.gnome-backgrounds.new.5148/gnome-backgrounds-3.32.0.tar.xz
 differ: char 26, line 1




commit gnome-multi-writer for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package gnome-multi-writer for 
openSUSE:Factory checked in at 2019-05-03 22:45:59

Comparing /work/SRC/openSUSE:Factory/gnome-multi-writer (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-multi-writer.new.5148 (New)


Package is "gnome-multi-writer"

Fri May  3 22:45:59 2019 rev:16 rq:695801 version:3.32.0

Changes:

--- /work/SRC/openSUSE:Factory/gnome-multi-writer/gnome-multi-writer.changes
2018-12-28 12:36:13.639925465 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-multi-writer.new.5148/gnome-multi-writer.changes
  2019-05-03 22:46:04.243720199 +0200
@@ -1,0 +2,18 @@
+Thu Apr 18 14:21:57 UTC 2019 - Jan Engelhardt 
+
+- Use noun phrase in summary.
+
+---
+Fri Mar  8 12:55:21 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.32.0:
+  + Use newer meson features to avoid a build warning.
+  + Various C99 cleanups.
+  + Use G_DECLARE_FINAL_TYPE for GmwDevice.
+  + Remove the AppMenu.
+  + Updated translations.
+- Drop patches fixed upstream:
+  + gnome-multi-writer-Various-C99-cleanups.patch.
+  + gnome-multi-writer-Use-G_DECLARE_FINAL_TYPE.patch.
+
+---

Old:

  gnome-multi-writer-3.30.0.tar.xz
  gnome-multi-writer-Use-G_DECLARE_FINAL_TYPE.patch
  gnome-multi-writer-Various-C99-cleanups.patch

New:

  gnome-multi-writer-3.32.0.tar.xz



Other differences:
--
++ gnome-multi-writer.spec ++
--- /var/tmp/diff_new_pack.yvjg7J/_old  2019-05-03 22:46:04.879721659 +0200
+++ /var/tmp/diff_new_pack.yvjg7J/_new  2019-05-03 22:46:04.891721686 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-multi-writer
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,13 @@
 
 
 Name:   gnome-multi-writer
-Version:3.30.0
+Version:3.32.0
 Release:0
-Summary:Write an ISO file to multiple USB devices at once
+Summary:Program for writing an ISO file to multiple USB devices at once
 License:GPL-2.0-or-later
 Group:  System/GUI/GNOME
 URL:https://wiki.gnome.org/Apps/MultiWriter
-Source0:
https://download.gnome.org/sources/gnome-multi-writer/3.30/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM gnome-multi-writer-Various-C99-cleanups.patch -- Various 
C99 cleanups
-Patch0: gnome-multi-writer-Various-C99-cleanups.patch
-Patch1: gnome-multi-writer-Use-G_DECLARE_FINAL_TYPE.patch
+Source0:
https://download.gnome.org/sources/gnome-multi-writer/3.32/%{name}-%{version}.tar.xz
 
 BuildRequires:  docbook-utils-minimal
 BuildRequires:  gobject-introspection-devel >= 0.9.8

++ gnome-multi-writer-3.30.0.tar.xz -> gnome-multi-writer-3.32.0.tar.xz 
++
 2496 lines of diff (skipped)




commit gnome-usage for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package gnome-usage for openSUSE:Factory 
checked in at 2019-05-03 22:44:57

Comparing /work/SRC/openSUSE:Factory/gnome-usage (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-usage.new.5148 (New)


Package is "gnome-usage"

Fri May  3 22:44:57 2019 rev:4 rq:695663 version:3.32.0

Changes:

--- /work/SRC/openSUSE:Factory/gnome-usage/gnome-usage.changes  2018-09-28 
08:53:01.813761222 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-usage.new.5148/gnome-usage.changes
2019-05-03 22:45:32.223646689 +0200
@@ -1,0 +2,14 @@
+Fri Mar 22 16:10:39 UTC 2019 - bjorn@gmail.com
+
+- Update to version 3.32.0:
+  + Retire application menu.
+  + Simplify the build scripts.
+  + Drop RG and EGG libraries.
+  + Use libdazzle.
+  + Add filter processes option.
+  + Support grouping system processes.
+  + Add new application icon.
+  + Updated translations.
+- Add pkgconfig(libdazzle-1.0) BuildRequires: New dependency.
+
+---

Old:

  gnome-usage-3.30.0.tar.xz

New:

  gnome-usage-3.32.0.tar.xz



Other differences:
--
++ gnome-usage.spec ++
--- /var/tmp/diff_new_pack.Fl9qme/_old  2019-05-03 22:45:32.883648205 +0200
+++ /var/tmp/diff_new_pack.Fl9qme/_new  2019-05-03 22:45:32.887648214 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-usage
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2017 Bjørn Lie, Bryne, Norway.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   gnome-usage
-Version:3.30.0
+Version:3.32.0
 Release:0
 Summary:System resources viewer for GNOME
 License:GPL-3.0-only
@@ -33,6 +33,7 @@
 BuildRequires:  pkgconfig(glib-2.0) >= 2.38
 BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20.10
+BuildRequires:  pkgconfig(libdazzle-1.0) >= 3.30
 BuildRequires:  pkgconfig(libgtop-2.0)
 Recommends: %{name}-lang
 
@@ -43,10 +44,11 @@
 %lang_package
 
 %prep
-%autosetup
+%autosetup -p1
 
 %build
-%meson
+%meson \
+   %{nil}
 %meson_build
 
 %install
@@ -59,7 +61,7 @@
 %{_bindir}/%{name}
 %{_datadir}/applications/org.gnome.Usage.desktop
 %{_datadir}/glib-2.0/schemas/org.gnome.Usage.gschema.xml
-%{_datadir}/icons/hicolor/*/apps/*.png
+%{_datadir}/icons/hicolor/scalable/apps/org.gnome.Usage.svg
 %{_datadir}/metainfo/org.gnome.Usage.appdata.xml
 
 %files lang -f %{name}.lang

++ _service ++
--- /var/tmp/diff_new_pack.Fl9qme/_old  2019-05-03 22:45:32.907648260 +0200
+++ /var/tmp/diff_new_pack.Fl9qme/_new  2019-05-03 22:45:32.907648260 +0200
@@ -2,8 +2,8 @@
   
 https://gitlab.gnome.org/GNOME/gnome-usage.git
 git
-v3.30.0
-3.30.0
+v3.32.0
+3.32.0
 enable
   
   

++ _servicedata ++
--- /var/tmp/diff_new_pack.Fl9qme/_old  2019-05-03 22:45:32.919648287 +0200
+++ /var/tmp/diff_new_pack.Fl9qme/_new  2019-05-03 22:45:32.919648287 +0200
@@ -1,4 +1,4 @@
 
 
 https://gitlab.gnome.org/GNOME/gnome-usage.git
-  488677b057006c13ed94d34afe0cf68c8b12fe5c
\ No newline at end of file
+  1540a395cd89f517d55b1d0052d18c60685c9dd2
\ No newline at end of file

++ gnome-usage-3.30.0.tar.xz -> gnome-usage-3.32.0.tar.xz ++
 34656 lines of diff (skipped)




commit kicad-i18n for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package kicad-i18n for openSUSE:Factory 
checked in at 2019-05-03 22:44:15

Comparing /work/SRC/openSUSE:Factory/kicad-i18n (Old)
 and  /work/SRC/openSUSE:Factory/.kicad-i18n.new.5148 (New)


Package is "kicad-i18n"

Fri May  3 22:44:15 2019 rev:12 rq:694879 version:5.1.1

Changes:

--- /work/SRC/openSUSE:Factory/kicad-i18n/kicad-i18n.changes2019-03-22 
15:04:13.721657459 +0100
+++ /work/SRC/openSUSE:Factory/.kicad-i18n.new.5148/kicad-i18n.changes  
2019-05-03 22:44:20.039482411 +0200
@@ -1,0 +2,7 @@
+Wed Apr 17 00:42:15 UTC 2019 - Stefan Brüns 
+
+- Update to version 5.1.1
+  + Updates to Italian, Japanese, Polish, Portuguese and Simplified
+Chinese translations.
+
+---

Old:

  kicad-i18n-5.1.0.tar.gz

New:

  kicad-i18n-5.1.1.tar.gz



Other differences:
--
++ kicad-i18n.spec ++
--- /var/tmp/diff_new_pack.LosMjL/_old  2019-05-03 22:44:21.775486066 +0200
+++ /var/tmp/diff_new_pack.LosMjL/_new  2019-05-03 22:44:21.803486125 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kicad-i18n
-Version:5.1.0
+Version:5.1.1
 Release:0
 Summary:Localization for KiCad
 # license same as KiCad package

++ kicad-i18n-5.1.0.tar.gz -> kicad-i18n-5.1.1.tar.gz ++
 77379 lines of diff (skipped)




commit kicad-templates for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package kicad-templates for openSUSE:Factory 
checked in at 2019-05-03 22:44:12

Comparing /work/SRC/openSUSE:Factory/kicad-templates (Old)
 and  /work/SRC/openSUSE:Factory/.kicad-templates.new.5148 (New)


Package is "kicad-templates"

Fri May  3 22:44:12 2019 rev:4 rq:694878 version:5.1.1

Changes:

--- /work/SRC/openSUSE:Factory/kicad-templates/kicad-templates.changes  
2019-03-22 15:04:53.893622703 +0100
+++ 
/work/SRC/openSUSE:Factory/.kicad-templates.new.5148/kicad-templates.changes
2019-05-03 22:44:16.627475228 +0200
@@ -1,0 +2,6 @@
+Mon Apr 15 19:07:28 UTC 2019 - Stefan Brüns 
+
+- Update to version 5.1.1
+  See http://kicad-pcb.org/blog/2019/04/KiCad-5.1.1-Release/ for details.
+
+---

Old:

  kicad-templates-5.1.0.tar.gz

New:

  kicad-templates-5.1.1.tar.gz



Other differences:
--
++ kicad-templates.spec ++
--- /var/tmp/diff_new_pack.9ESR9M/_old  2019-05-03 22:44:18.331478815 +0200
+++ /var/tmp/diff_new_pack.9ESR9M/_new  2019-05-03 22:44:18.351478858 +0200
@@ -20,7 +20,7 @@
 %define compatversion 5.0.0
 
 Name:   kicad-templates
-Version:5.1.0
+Version:5.1.1
 Release:0
 Summary:Project templates for KiCad
 # License is CC-BY-SA-4.0 but there is an exception

++ kicad-templates-5.1.0.tar.gz -> kicad-templates-5.1.1.tar.gz ++




commit python-swiftclient for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package python-swiftclient for 
openSUSE:Factory checked in at 2019-05-03 22:43:20

Comparing /work/SRC/openSUSE:Factory/python-swiftclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-swiftclient.new.5148 (New)


Package is "python-swiftclient"

Fri May  3 22:43:20 2019 rev:26 rq:692880 version:3.7.0

Changes:

--- /work/SRC/openSUSE:Factory/python-swiftclient/python-swiftclient.changes
2018-09-07 15:39:38.198521161 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-swiftclient.new.5148/python-swiftclient.changes
  2019-05-03 22:43:21.907360024 +0200
@@ -1,0 +2,28 @@
+Mon Apr  8 12:33:46 UTC 2019 - cloud-de...@suse.de
+
+- update to version 3.7.0
+  - Stop leaking quite so many connections
+  - authors/changelog updates for release
+  - Switch to stestr
+  - Add .idea into .gitignore
+  - Make py36 unit test job voting
+  - Use template for lower-constraints
+  - Update reno for stable/rocky
+  - Add python 3.6 unit test job
+  - import zuul job settings from project-config
+  - Add release note link in README
+  - Change openstack-dev to openstack-discuss
+  - update .functests to run stestr
+  - Add py37 check/gate jobs; add py37 to default tox env list
+  - Stop lazy importing keystoneclient
+  - add python 3.6 unit test job
+  - Add Python 3.6 classifier to setup.cfg
+  - switch documentation job to new PTI
+  - Add delimiter to get_account().
+  - fix tox python3 overrides
+  - Update release to 3.7.0
+  - Use Swift's in-tree DSVM test
+  - Update hacking version
+  - py2 functional testing
+
+---

Old:

  python-swiftclient-3.6.0.tar.gz

New:

  python-swiftclient-3.7.0.tar.gz



Other differences:
--
++ python-swiftclient.spec ++
--- /var/tmp/diff_new_pack.WGUReQ/_old  2019-05-03 22:43:22.531361338 +0200
+++ /var/tmp/diff_new_pack.WGUReQ/_new  2019-05-03 22:43:22.531361338 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-swiftclient
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,32 +12,30 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   python-swiftclient
-Version:3.6.0
+Version:3.7.0
 Release:0
 Summary:OpenStack Object Storage API Client Library
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/python-swiftclient
-Source0:
https://files.pythonhosted.org/packages/source/p/python-swiftclient/python-swiftclient-3.6.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/python-swiftclient/python-swiftclient-3.7.0.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python-devel
 BuildRequires:  python2-keystoneclient
 BuildRequires:  python2-mock
 BuildRequires:  python2-pbr
 BuildRequires:  python2-setuptools
-BuildRequires:  python2-testrepository
+BuildRequires:  python2-stestr
 BuildRequires:  python2-testscenarios
-BuildRequires:  python3-devel
 BuildRequires:  python3-keystoneclient
 BuildRequires:  python3-mock
 BuildRequires:  python3-pbr
 BuildRequires:  python3-setuptools
-BuildRequires:  python3-testrepository
+BuildRequires:  python3-stestr
 BuildRequires:  python3-testscenarios
 Requires:   python-requests >= 1.1.0
 Requires:   python-six >= 1.9.0
@@ -65,7 +63,6 @@
 BuildRequires:  python-Sphinx
 BuildRequires:  python-futures >= 3.0.0
 BuildRequires:  python-openstackdocstheme
-BuildRequires:  python-oslosphinx
 Requires:   %{name} = %{version}
 
 %description -n python-swiftclient-doc
@@ -75,7 +72,7 @@
 This package contains documentation files for %{name}.
 
 %prep
-%autosetup -p1 -n python-swiftclient-3.6.0
+%autosetup -p1 -n python-swiftclient-3.7.0
 %py_req_cleanup
 
 %build
@@ -95,9 +92,7 @@
 %python_uninstall_alternative swift
 
 %check
-%{python_expand rm -rf .testrepository
-$python setup.py testr
-}
+%python_exec -m stestr.cli run
 
 %files %{python_files}
 %license LICENSE

++ _service ++
--- /var/tmp/diff_new_pack.WGUReQ/_old  2019-05-03 22:43:22.559361397 +0200
+++ /var/tmp/diff_new_pack.WGUReQ/_new  2019-05-03 22:43:22.559361397 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/python-swiftclient/python-swiftclient.spec.j2
+

commit libgda for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package libgda for openSUSE:Factory checked 
in at 2019-05-03 22:43:37

Comparing /work/SRC/openSUSE:Factory/libgda (Old)
 and  /work/SRC/openSUSE:Factory/.libgda.new.5148 (New)


Package is "libgda"

Fri May  3 22:43:37 2019 rev:86 rq:693275 version:5.2.8

Changes:

--- /work/SRC/openSUSE:Factory/libgda/libgda.changes2018-11-19 
23:30:33.767289569 +0100
+++ /work/SRC/openSUSE:Factory/.libgda.new.5148/libgda.changes  2019-05-03 
22:43:39.471397002 +0200
@@ -1,0 +2,48 @@
+Wed Apr 10 09:37:19 UTC 2019 - Dominique Leuenberger 
+
+- Update to version 5.2.8 (bsc#1128934):
+  + Fix a typo on sv translation
+  + Please note: releases 5.2.6 and 5.2.7 were unable to be
+published at downdload.gnome.org
+- Changes from version 5.2.4:
+  + SQLite provider uses system installed one by default
+  + Revome build's date from documentation
+  + introspection: removed system install in favor of --prefix
+  + Fixed compilation on MacOS
+  + All Vala bindings and Vala extensions are built by default
+using --enable-vala, added --disable* switch to disable some or
+all of them
+  + Fixes on outdated unit tests
+  + Removed unused Vala extensions
+  + GdaConnection has removed the use of g_object_weak_*, improving
+multi-threading behaviour
+  + Prepared statements now use GWeakRef for weak references
+  + GdaDataPivot use instance providers and locking
+  + GdaVConnectionDataModel use GRecMutex
+  + Updated SQLite to 3.8.11.1
+  + Fix SQLCipher build by embedding source code for 3.4.2 version
+  + Fix SQLCipher disabling
+  + Updated GObject Introspection annotations
+  + Fix Doc generation
+  + Bugs corrected: #787685 #789382 #761560 #761529 #760420 #761424
+#754263 #754208
+  + Corrected HTML output containing 

commit kicad-footprints for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package kicad-footprints for 
openSUSE:Factory checked in at 2019-05-03 22:44:05

Comparing /work/SRC/openSUSE:Factory/kicad-footprints (Old)
 and  /work/SRC/openSUSE:Factory/.kicad-footprints.new.5148 (New)


Package is "kicad-footprints"

Fri May  3 22:44:05 2019 rev:11 rq:694876 version:5.1.1

Changes:

--- /work/SRC/openSUSE:Factory/kicad-footprints/kicad-footprints.changes
2019-03-22 15:04:37.325637037 +0100
+++ 
/work/SRC/openSUSE:Factory/.kicad-footprints.new.5148/kicad-footprints.changes  
2019-05-03 22:44:07.891456836 +0200
@@ -1,0 +2,6 @@
+Mon Apr 15 19:07:28 UTC 2019 - Stefan Brüns 
+
+- Update to version 5.1.1
+  See http://kicad-pcb.org/blog/2019/04/KiCad-5.1.1-Release/ for details.
+
+---

Old:

  kicad-footprints-5.1.0.tar.gz

New:

  kicad-footprints-5.1.1.tar.gz



Other differences:
--
++ kicad-footprints.spec ++
--- /var/tmp/diff_new_pack.qg33fx/_old  2019-05-03 22:44:08.439457989 +0200
+++ /var/tmp/diff_new_pack.qg33fx/_new  2019-05-03 22:44:08.439457989 +0200
@@ -20,7 +20,7 @@
 %define compatversion 5.0.0
 
 Name:   kicad-footprints
-Version:5.1.0
+Version:5.1.1
 Release:0
 Summary:Footprint library for KiCad
 # License is CC-BY-SA-4.0 but there is an exception

++ kicad-footprints-5.1.0.tar.gz -> kicad-footprints-5.1.1.tar.gz ++
 6611 lines of diff (skipped)




commit python-openstacksdk for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package python-openstacksdk for 
openSUSE:Factory checked in at 2019-05-03 22:44:01

Comparing /work/SRC/openSUSE:Factory/python-openstacksdk (Old)
 and  /work/SRC/openSUSE:Factory/.python-openstacksdk.new.5148 (New)


Package is "python-openstacksdk"

Fri May  3 22:44:01 2019 rev:10 rq:693626 version:0.27.0

Changes:

--- /work/SRC/openSUSE:Factory/python-openstacksdk/python-openstacksdk.changes  
2018-09-07 15:38:25.930598730 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-openstacksdk.new.5148/python-openstacksdk.changes
2019-05-03 22:44:04.875450486 +0200
@@ -1,0 +2,150 @@
+Fri Apr 12 04:33:52 UTC 2019 - cloud-de...@suse.de
+
+- added 0001-add-python-3.7-unit-test-job.patch
+- added 0001-baremetal-Add-support-for-mkisofs-and-xorrisofs-for-.patch
+
+---
+Wed Apr 10 06:47:44 UTC 2019 - Dirk Mueller 
+
+- update to 0.27.0:
+  * Replace TaskManager with a keystoneauth concurrency
+  * Replace openstack.org git:// URLs with https://
+  * Update UPPER\_CONSTRAINTS\_FILE for stable/stein
+
+---
+Mon Apr  8 13:51:24 UTC 2019 - cloud-de...@suse.de
+
+- update to version 0.26.0
+  - Fix query parameters of network.port_forwarding
+  - Transform server with munch before normalizing
+  - Add network segment range resource
+  - Return retries on HTTP CONFLICT to baremetal.attach_vif_to_node
+  - Fix bugs in debugging with Tox
+  - Use pagination detection by default
+  - Stop running grenade-py3
+  - Add possibility to override base_path for resource operations
+  - Remove unused Task classes
+  - Add block_storage v3 API support
+  - Fix syntax error with exception handling
+  - use overriden base_path in remaining CRUD operations
+  - Add wait functions to orchestration proxy
+  - Add support for octavia's resuorces quota
+  - Document "Role Assignment Operations"
+  - Rename compute.service.zone to availability_zone
+  - Update cirros version for functional tests
+  - Fix pagination key detection
+  - Drop self.conn from base.TestCase
+  - Test python2 with py27
+  - Make delete_unattached_floating_ips return a count
+  - Add functional tests for masakari
+  - Properly munch for resource sub-dicts
+  - Add host aggregate missing functions
+  - Skip block storage v2 functional tests for a minute
+  - Slightly refactor vendor profile loading
+  - Make timeouts in functional tests configurable
+  - Bug : identity v3 Proxy role assignments only support instances.
+  - Fix latest flake8 issues
+  - Add port property: port-resource-request
+  - Check result of server metadata operation
+  - Add agent property: resources-synced
+  - Refactor tag support
+  - Fixed incorrect exception raising in configdrive generation
+  - Filter ports in list_ports when batching is in effect
+  - Added server diagnostics
+  - Added basic CRUD functionality around Host Aggregates
+  - Make tox tips job actually run sdk tests
+  - Make sure we pick flavors with disk
+  - Unpin dogpile.cache
+  - Support dict of links in pagination detection
+  - Support remote vendor profiles
+  - Fix dogpile.cache 0.7.0 interaction
+  - Change openstack-dev to openstack-discuss
+  - Update min tox version to 2.0
+  - Add baremetal Node fields from versions 1.47 - 1.49
+  - Add missing properties for role
+  - Use retriable_status_codes in image upload
+  - [Trivial Fix] Correct spelling error of "bandwidth"
+  - Start using direct REST in normalize tests
+  - Fix the misspelling of "configuration"
+  - Compute location properly in server
+  - Fix requesting specific fields from ironic
+  - Fix for not released thread in service_description
+  - handle "paginated" argument in test_list properly
+  - object_store: exposes the prefix parameter
+  - Add support for bodyless commits
+  - Add image attributes from v2.7
+  - Add Octavia (load_balancer) flavor API
+  - fix typos
+  - Fix some spelling in documentation
+  - Stop mocking method in fwaas test
+  - Fix/Add : Identity V3 validate user role
+  - Import code for building ironic-compatible configdrives
+  - Add image.schema resource
+  - Use mock context in test_fwaas
+  - Fixes for Unicode characters in python 2 requests
+  - Deal with double-normalization of host_id
+  - baremetal: implement set_node_power_state in the proxy
+  - Change approach to detailed listings of baremetal resources
+  - implement identity v3 Proxy "unassign_project_role_from_user"
+  - Turn off unneeded devstack services
+  - baremetal: support for allocation API
+  - Shift swift segment async code out of adapter
+  - implement block-storage backup resource
+  - Fix for not released thread in get_session_client
+  - Add support to get recovery workflow details
+  - implement identity v3 

commit gnome-commander for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package gnome-commander for openSUSE:Factory 
checked in at 2019-05-03 22:43:41

Comparing /work/SRC/openSUSE:Factory/gnome-commander (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-commander.new.5148 (New)


Package is "gnome-commander"

Fri May  3 22:43:41 2019 rev:66 rq:693277 version:1.10.0

Changes:

--- /work/SRC/openSUSE:Factory/gnome-commander/gnome-commander.changes  
2018-03-24 16:15:07.124062858 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-commander.new.5148/gnome-commander.changes
2019-05-03 22:43:42.891404202 +0200
@@ -1,0 +2,17 @@
+Sun Mar 31 11:28:07 UTC 2019 - Bjørn Lie 
+
+- Update to version 1.10.0:
+  + New features:
+- Gnome Commander icon and internal viewer icon refreshed.
+- Gnome Commander settings are now completely migrated to
+  GSettings under the key `org.gnome.gnome-commander`.
+- Settings in `~/.gnome2/gnome-commander` and in
+  `~/.gnome-commander/*` are migrated automatically.
+- Script and plugin folder in `~/.gnome-commander` is moved
+  into `~/.config/gnome-commander`.
+  + Bugs fixed:
+- Various warnings at compile time have been fixed
+- Several code improvements and memory leaks have been fixed
+  + Updated translations.
+
+---

Old:

  gnome-commander-1.8.1.tar.xz

New:

  gnome-commander-1.10.0.tar.xz



Other differences:
--
++ gnome-commander.spec ++
--- /var/tmp/diff_new_pack.ecieH8/_old  2019-05-03 22:43:44.207406973 +0200
+++ /var/tmp/diff_new_pack.ecieH8/_new  2019-05-03 22:43:44.243407049 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-commander
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   gnome-commander
-Version:1.8.1
+Version:1.10.0
 Release:0
 Summary:A file manager for the GNOME desktop environment
 License:GPL-2.0-or-later
 Group:  Productivity/File utilities
 URL:http://gcmd.github.io/
-Source: 
http://download.gnome.org/sources/gnome-commander/1.8/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gnome-commander/1.10/%{name}-%{version}.tar.xz
 BuildRequires:  chmlib-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -96,7 +96,7 @@
 %{_datadir}/applications/*.desktop
 %{_datadir}/glib-2.0/schemas/org.gnome.gnome-commander.enums.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.gnome-commander.gschema.xml
-%{_datadir}/pixmaps/*.png
+%{_datadir}/pixmaps/*.svg
 %{_datadir}/pixmaps/gnome-commander
 %{_libdir}/gnome-commander
 %{_mandir}/man1/gnome-commander.1%{ext_man}

++ gnome-commander-1.8.1.tar.xz -> gnome-commander-1.10.0.tar.xz ++
/work/SRC/openSUSE:Factory/gnome-commander/gnome-commander-1.8.1.tar.xz 
/work/SRC/openSUSE:Factory/.gnome-commander.new.5148/gnome-commander-1.10.0.tar.xz
 differ: char 26, line 1




commit python-troveclient for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package python-troveclient for 
openSUSE:Factory checked in at 2019-05-03 22:43:23

Comparing /work/SRC/openSUSE:Factory/python-troveclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-troveclient.new.5148 (New)


Package is "python-troveclient"

Fri May  3 22:43:23 2019 rev:12 rq:692882 version:2.17.0

Changes:

--- /work/SRC/openSUSE:Factory/python-troveclient/python-troveclient.changes
2018-09-07 15:39:41.570517544 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-troveclient.new.5148/python-troveclient.changes
  2019-05-03 22:43:25.223367005 +0200
@@ -1,0 +2,21 @@
+Mon Apr  8 11:57:06 UTC 2019 - cloud-de...@suse.de
+
+- update to version 2.17.0
+  - Add detailed list for instances
+  - Support configuration groups for clusters
+  - switch documentation job to new PTI
+  - Cleanup zuul.yaml
+  - Add release note link in README
+  - Switch to stestr
+  - Fix wrong keyword arguments
+  - Add extended properties support for mongo cluster.
+  - Fix python3 compatibility issues
+  - Replace assertRaisesRegexp with assertRaisesRegex
+  - Update reno for stable/rocky
+  - Don't quote {posargs} in tox.ini
+  - Remove PyPI downloads
+  - Sync two parameters of cluster-create to OSC
+  - add python 3.6 unit test job
+  - import zuul job settings from project-config
+
+---

Old:

  python-troveclient-2.16.0.tar.gz

New:

  python-troveclient-2.17.0.tar.gz



Other differences:
--
++ python-troveclient.spec ++
--- /var/tmp/diff_new_pack.jroLbs/_old  2019-05-03 22:43:25.751368117 +0200
+++ /var/tmp/diff_new_pack.jroLbs/_new  2019-05-03 22:43:25.751368117 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-troveclient
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   python-troveclient
-Version:2.16.0
+Version:2.17.0
 Release:0
 Summary:Client library for OpenStack DBaaS API
 License:Apache-2.0
@@ -27,21 +27,19 @@
 BuildRequires:  openstack-macros
 BuildRequires:  python-PrettyTable >= 0.7.2
 BuildRequires:  python-Sphinx
-BuildRequires:  python-devel
 BuildRequires:  python-httplib2
 BuildRequires:  python-keystoneauth1 >= 3.4.0
 BuildRequires:  python-mistralclient >= 3.1.0
 BuildRequires:  python-mock
 BuildRequires:  python-oslo.utils >= 3.33.0
-BuildRequires:  python-oslosphinx
 BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-requests >= 2.14.2
 BuildRequires:  python-requests-mock
 BuildRequires:  python-setuptools
 BuildRequires:  python-simplejson >= 3.5.1
 BuildRequires:  python-sphinxcontrib-apidoc
+BuildRequires:  python-stestr
 BuildRequires:  python-swiftclient >= 3.2.0
-BuildRequires:  python-testrepository
 BuildRequires:  python-testscenarios
 BuildRequires:  python-testtools
 Requires:   python-Babel >= 2.3.4
@@ -82,16 +80,13 @@
 # Generate html docs
 PBR_VERSION=%version sphinx-build -b html doc/source doc/build/html
 # Remove the Sphinx-build leftovers
-rm -rf html/.{doctrees,buildinfo}
+rm -r doc/build/html/.{doctrees,buildinfo}
 
 %install
 %py2_install
 
 %check
-# Disable tests until 
https://bugs.launchpad.net/python-troveclient/+bug/1706538 got fixed
-%if "%{version}" != "2.11.0"
-PYTHONPATH=. %{__python2} setup.py testr
-%endif
+stestr run
 
 %files
 %doc README.rst

++ _service ++
--- /var/tmp/diff_new_pack.jroLbs/_old  2019-05-03 22:43:25.771368159 +0200
+++ /var/tmp/diff_new_pack.jroLbs/_new  2019-05-03 22:43:25.771368159 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/python-troveclient/python-troveclient.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/python-troveclient/python-troveclient.spec.j2
 python-troveclient.spec
-https://raw.githubusercontent.com/openstack/python-troveclient/stable/rocky/requirements.txt
+https://raw.githubusercontent.com/openstack/python-troveclient/stable/stein/requirements.txt
 cloud-de...@suse.de
 gh,openstack,python-troveclient
   

++ python-troveclient-2.16.0.tar.gz -> python-troveclient-2.17.0.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit gnome-passwordsafe for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package gnome-passwordsafe for 
openSUSE:Factory checked in at 2019-05-03 22:43:57

Comparing /work/SRC/openSUSE:Factory/gnome-passwordsafe (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-passwordsafe.new.5148 (New)


Package is "gnome-passwordsafe"

Fri May  3 22:43:57 2019 rev:2 rq:693295 version:3.32.0

Changes:

--- /work/SRC/openSUSE:Factory/gnome-passwordsafe/gnome-passwordsafe.changes
2018-11-29 22:59:11.743595502 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-passwordsafe.new.5148/gnome-passwordsafe.changes
  2019-05-03 22:43:58.623437323 +0200
@@ -1,0 +2,15 @@
+Thu Apr  4 01:54:49 UTC 2019 - Stasiek Michalski 
+
+- Password Safe 3.32 brings usability optimizations and some feature additions.
+  + Added references for linking of properties between multiple entries
+  + Added entry and group metadata dialog
+  + Added notes editor dialog with search utility
+  + Added entry duplication feature
+  + Reworked entry and group moving utility
+  + Improved editing mode performance
+  + Fixed various issues
+- Add new Requires: python3-pycryptodome python3-lxml
+  python3-pwquality (also BuildRequires: pkgconfig(pwquality))
+  python3-argon2-cffi
+
+---

Old:

  PasswordSafe-3.30.2.tar.bz2

New:

  PasswordSafe-3.32.0.tar.bz2



Other differences:
--
++ gnome-passwordsafe.spec ++
--- /var/tmp/diff_new_pack.DVhbXV/_old  2019-05-03 22:43:59.379438915 +0200
+++ /var/tmp/diff_new_pack.DVhbXV/_new  2019-05-03 22:43:59.379438915 +0200
@@ -16,14 +16,15 @@
 #
 
 %define appname PasswordSafe
+%define appid   org.gnome.PasswordSafe
 Name:   gnome-passwordsafe
-Version:3.30.2
+Version:3.32.0
 Release:0
 Summary:A password manager for GNOME
 License:GPL-3.0-or-later
 Group:  Productivity/Security
-URL:https://gitlab.gnome.org/World/PasswordSafe
-Source: 
https://gitlab.gnome.org/World/PasswordSafe/-/archive/%{version}/PasswordSafe-%{version}.tar.bz2
+URL:https://gitlab.gnome.org/World/%{appname}
+Source: %{url}/-/archive/%{version}/%{appname}-%{version}.tar.bz2
 BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  python3-base
@@ -33,8 +34,13 @@
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(libhandy-0.0)
+BuildRequires:  pkgconfig(pwquality)
 Requires:   python3-pykeepass
 Requires:   python3-construct
+Requires:   python3-pycryptodome
+Requires:   python3-lxml
+Requires:   python3-pwquality
+Requires:   python3-argon2-cffi
 BuildArch:  noarch
 
 %description
@@ -52,21 +58,22 @@
 
 %install
 %meson_install
-%suse_update_desktop_file org.gnome.PasswordSafe System Security
+%suse_update_desktop_file %{appid} System Security
 
 %find_lang passwordsafe %{?no_lang_C}
 
 %files
 %license LICENSE
 %doc README.md
-%{_bindir}/gnome-passwordsafe
+%{_bindir}/%{name}
 %{python3_sitelib}/passwordsafe/
-%{_datadir}/applications/*.desktop
+%{_datadir}/applications/%{appid}.desktop
 %{_datadir}/passwordsafe/
-%{_datadir}/glib-2.0/schemas/org.gnome.PasswordSafe.gschema.xml
-%{_datadir}/icons/hicolor/*/apps/*
+%{_datadir}/glib-2.0/schemas/%{appid}.gschema.xml
+%{_datadir}/icons/hicolor/symbolic/apps/%{appid}-symbolic.svg
+%{_datadir}/icons/hicolor/scalable/apps/%{appid}.svg
 %dir %{_datadir}/metainfo
-%{_datadir}/metainfo/*.appdata.xml
+%{_datadir}/metainfo/%{appid}.appdata.xml
 
 %files lang -f passwordsafe.lang
 

++ PasswordSafe-3.30.2.tar.bz2 -> PasswordSafe-3.32.0.tar.bz2 ++
 22846 lines of diff (skipped)




commit python-oslo.reports for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package python-oslo.reports for 
openSUSE:Factory checked in at 2019-05-03 22:43:31

Comparing /work/SRC/openSUSE:Factory/python-oslo.reports (Old)
 and  /work/SRC/openSUSE:Factory/.python-oslo.reports.new.5148 (New)


Package is "python-oslo.reports"

Fri May  3 22:43:31 2019 rev:8 rq:692923 version:1.29.2

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.reports/python-oslo.reports.changes  
2018-09-07 15:39:04.434557390 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.reports.new.5148/python-oslo.reports.changes
2019-05-03 22:43:32.623382585 +0200
@@ -1,0 +2,24 @@
+Mon Apr  8 11:33:59 UTC 2019 - cloud-de...@suse.de
+
+- update to version 1.29.2
+  - Update hacking version
+  - Update mailinglist from dev to discuss
+  - fix tox python3 overrides
+  - Replace deprecated "auth_uri" by "www_authenticate_uri"
+  - Update unit test to reflect latest oslo.config
+  - Remove the remaining of the removed option
+  - Trivial: Update pypi url to new url
+  - Update reno for stable/rocky
+  - import zuul job settings from project-config
+  - Imported Translations from Zanata
+  - Remove stale pip-missing-reqs and pypy tox tests
+  - Clean up .gitignore references to personal tools
+  - Add release notes link to README
+  - Use template for lower-constraints
+  - add lib-forward-testing-python3 test job
+  - add python 3.6 unit test job
+  - add python 3.7 unit test job
+  - Switch to stestr
+- remove 0001-Update-unit-test-to-reflect-latest-oslo.config.patch (merged)
+
+---

Old:

  0001-Update-unit-test-to-reflect-latest-oslo.config.patch
  oslo.reports-1.28.0.tar.gz

New:

  oslo.reports-1.29.2.tar.gz



Other differences:
--
++ python-oslo.reports.spec ++
--- /var/tmp/diff_new_pack.31XILg/_old  2019-05-03 22:43:32.999383376 +0200
+++ /var/tmp/diff_new_pack.31XILg/_new  2019-05-03 22:43:32.999383376 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-oslo.reports
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,20 +12,19 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   python-oslo.reports
-Version:1.28.0
+Version:1.29.2
 Release:0
 Summary:OpenStack oslo.reports library
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/oslo.reports
-Source0:
https://files.pythonhosted.org/packages/source/o/oslo.reports/oslo.reports-1.28.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/o/oslo.reports/oslo.reports-1.29.2.tar.gz
 # https://review.openstack.org/588088
-Patch0: 0001-Update-unit-test-to-reflect-latest-oslo.config.patch
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
 BuildRequires:  python2-Jinja2 >= 2.10
@@ -39,7 +38,7 @@
 BuildRequires:  python2-pbr >= 2.0.0
 BuildRequires:  python2-psutil >= 3.2.2
 BuildRequires:  python2-six >= 1.10.0
-BuildRequires:  python2-testrepository
+BuildRequires:  python2-stestr
 BuildRequires:  python3-Jinja2 >= 2.10
 BuildRequires:  python3-devel
 BuildRequires:  python3-eventlet
@@ -52,7 +51,7 @@
 BuildRequires:  python3-pbr >= 2.0.0
 BuildRequires:  python3-psutil >= 3.2.2
 BuildRequires:  python3-six >= 1.10.0
-BuildRequires:  python3-testrepository
+BuildRequires:  python3-stestr
 Requires:   python-Jinja2 >= 2.10
 Requires:   python-oslo.i18n >= 3.15.3
 Requires:   python-oslo.serialization >= 2.18.0
@@ -78,9 +77,8 @@
 This package contains the documentation.
 
 %prep
-%autosetup -p1 -n oslo.reports-1.28.0
+%autosetup -p1 -n oslo.reports-1.29.2
 %py_req_cleanup
-sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %{python_build}
@@ -94,9 +92,7 @@
 %{python_install}
 
 %check
-%{python_expand rm -rf .testrepository
-$python setup.py testr
-}
+%python_exec -m stestr.cli run
 
 %files %{python_files}
 %license LICENSE

++ _service ++
--- /var/tmp/diff_new_pack.31XILg/_old  2019-05-03 22:43:33.027383435 +0200
+++ /var/tmp/diff_new_pack.31XILg/_new  2019-05-03 22:43:33.027383435 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/oslo.reports/oslo.reports.spec.j2
+

commit kicad-symbols for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package kicad-symbols for openSUSE:Factory 
checked in at 2019-05-03 22:44:08

Comparing /work/SRC/openSUSE:Factory/kicad-symbols (Old)
 and  /work/SRC/openSUSE:Factory/.kicad-symbols.new.5148 (New)


Package is "kicad-symbols"

Fri May  3 22:44:08 2019 rev:5 rq:694877 version:5.1.1

Changes:

--- /work/SRC/openSUSE:Factory/kicad-symbols/kicad-symbols.changes  
2019-03-22 15:04:46.181629375 +0100
+++ /work/SRC/openSUSE:Factory/.kicad-symbols.new.5148/kicad-symbols.changes
2019-05-03 22:44:12.563466671 +0200
@@ -1,0 +2,6 @@
+Mon Apr 15 19:07:28 UTC 2019 - Stefan Brüns 
+
+- Update to version 5.1.1
+  See http://kicad-pcb.org/blog/2019/04/KiCad-5.1.1-Release/ for details.
+
+---

Old:

  kicad-symbols-5.1.0.tar.gz

New:

  kicad-symbols-5.1.1.tar.gz



Other differences:
--
++ kicad-symbols.spec ++
--- /var/tmp/diff_new_pack.ySdUOM/_old  2019-05-03 22:44:13.799469274 +0200
+++ /var/tmp/diff_new_pack.ySdUOM/_new  2019-05-03 22:44:13.839469358 +0200
@@ -20,7 +20,7 @@
 %define compatversion 5.0.0
 
 Name:   kicad-symbols
-Version:5.1.0
+Version:5.1.1
 Release:0
 Summary:Schematic symbol library for KiCad
 # License is CC-BY-SA-4.0 but there is an exception

++ kicad-symbols-5.1.0.tar.gz -> kicad-symbols-5.1.1.tar.gz ++
 7892 lines of diff (skipped)




commit python-watcherclient for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package python-watcherclient for 
openSUSE:Factory checked in at 2019-05-03 22:43:26

Comparing /work/SRC/openSUSE:Factory/python-watcherclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-watcherclient.new.5148 (New)


Package is "python-watcherclient"

Fri May  3 22:43:26 2019 rev:2 rq:692883 version:2.2.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-watcherclient/python-watcherclient.changes
2019-02-08 12:14:41.661440257 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-watcherclient.new.5148/python-watcherclient.changes
  2019-05-03 22:43:27.791372412 +0200
@@ -1,0 +2,17 @@
+Mon Apr  8 12:07:23 UTC 2019 - cloud-de...@suse.de
+
+- update to version 2.2.0
+  - Use templates lower-constraints, remove cover
+  - Allow CLI to pass goal and strategy names
+  - Add audit name to CLI help doc
+  - Switch to stestr
+  - fix watcher actionplan show command
+  - Add --marker help info
+  - Update watcher strategy state in CLI
+  - switch documentation job to new PTI
+  - add python 3.6 unit test job
+  - Organize the use of 'log' and replace 'log' with LOG
+  - Fix watherclient error in py3
+  - import zuul job settings from project-config
+
+---

Old:

  python-watcherclient-2.1.0.tar.gz

New:

  python-watcherclient-2.2.0.tar.gz



Other differences:
--
++ python-watcherclient.spec ++
--- /var/tmp/diff_new_pack.hMeZRo/_old  2019-05-03 22:43:28.167373203 +0200
+++ /var/tmp/diff_new_pack.hMeZRo/_new  2019-05-03 22:43:28.167373203 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-watcherclient
-Version:2.1.0
+Version:2.2.0
 Release:0
 Summary:Python API and CLI for OpenStack Watcher
 License:Apache-2.0
@@ -26,33 +26,32 @@
 Source0:
https://files.pythonhosted.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  openstack-tempest
-BuildRequires:  python-PrettyTable >= 0.7.1
+BuildRequires:  python-PrettyTable >= 0.7.2
 BuildRequires:  python-PyYAML >= 3.12
-BuildRequires:  python-cliff >= 2.8.0
-BuildRequires:  python-devel
+BuildRequires:  python-cliff >= 2.11.0
 BuildRequires:  python-fixtures
 BuildRequires:  python-keystoneauth1 >= 3.4.0
 BuildRequires:  python-mock
-BuildRequires:  python-osc-lib >= 1.8.0
-BuildRequires:  python-oslo.i18n >= 3.15.3
-BuildRequires:  python-oslo.utils >= 3.33.0
+BuildRequires:  python-osc-lib >= 1.10.0
+BuildRequires:  python-oslo.i18n >= 3.20.0
+BuildRequires:  python-oslo.utils >= 3.36.0
 BuildRequires:  python-oslotest
-BuildRequires:  python-pbr >= 2.0.0
+BuildRequires:  python-pbr >= 3.1.1
 BuildRequires:  python-python-subunit
 BuildRequires:  python-setuptools
-BuildRequires:  python-testrepository
+BuildRequires:  python-stestr
 BuildRequires:  python-testscenarios
 BuildRequires:  python-testtools
-Requires:   python-Babel >= 2.3.4
-Requires:   python-PrettyTable >= 0.7.1
+Requires:   python-Babel >= 2.5.3
+Requires:   python-PrettyTable >= 0.7.2
 Requires:   python-PyYAML >= 3.12
-Requires:   python-cliff >= 2.8.0
+Requires:   python-cliff >= 2.11.0
 Requires:   python-keystoneauth1 >= 3.4.0
-Requires:   python-osc-lib >= 1.8.0
-Requires:   python-oslo.i18n >= 3.15.3
-Requires:   python-oslo.utils >= 3.33.0
-Requires:   python-pbr >= 2.0.0
-Requires:   python-six >= 1.10.0
+Requires:   python-osc-lib >= 1.10.0
+Requires:   python-oslo.i18n >= 3.20.0
+Requires:   python-oslo.utils >= 3.36.0
+Requires:   python-pbr >= 3.1.1
+Requires:   python-six >= 1.11.0
 BuildArch:  noarch
 
 %description
@@ -86,8 +85,7 @@
 %py2_install
 
 %check
-export OS_TEST_PATH=./watcherclient/tests/unit
-%{__python2} setup.py testr
+%{__python2} -m stestr.cli --test-path=./watcherclient/tests/unit run
 
 %files
 %doc README.rst

++ _service ++
--- /var/tmp/diff_new_pack.hMeZRo/_old  2019-05-03 22:43:28.187373245 +0200
+++ /var/tmp/diff_new_pack.hMeZRo/_new  2019-05-03 22:43:28.187373245 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/python-watcherclient/python-watcherclient.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/python-watcherclient/python-watcherclient.spec.j2
 python-watcherclient.spec
-https://raw.githubusercontent.com/openstack/python-watcherclient/stable/rocky/requirements.txt
+https://raw.githubusercontent.com/openstack/python-watcherclient/stable/stein/requirements.txt
 cloud-de...@suse.de
 gh,openstack,python-watcherclient
   

++ python-watcherclient-2.1.0.tar.gz -> 

commit python-yaql for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package python-yaql for openSUSE:Factory 
checked in at 2019-05-03 22:43:28

Comparing /work/SRC/openSUSE:Factory/python-yaql (Old)
 and  /work/SRC/openSUSE:Factory/.python-yaql.new.5148 (New)


Package is "python-yaql"

Fri May  3 22:43:28 2019 rev:8 rq:692884 version:1.1.3

Changes:

--- /work/SRC/openSUSE:Factory/python-yaql/python-yaql.changes  2018-09-07 
15:39:42.806516219 +0200
+++ /work/SRC/openSUSE:Factory/.python-yaql.new.5148/python-yaql.changes
2019-05-03 22:43:29.731376496 +0200
@@ -1,0 +2,5 @@
+Mon Apr  8 13:50:09 UTC 2019 - Dirk Mueller 
+
+- switch to stable/stein spec template
+
+---



Other differences:
--
++ python-yaql.spec ++
--- /var/tmp/diff_new_pack.tOE1kg/_old  2019-05-03 22:43:30.243377574 +0200
+++ /var/tmp/diff_new_pack.tOE1kg/_new  2019-05-03 22:43:30.247377582 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-yaql
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 

++ _service ++
--- /var/tmp/diff_new_pack.tOE1kg/_old  2019-05-03 22:43:30.271377633 +0200
+++ /var/tmp/diff_new_pack.tOE1kg/_new  2019-05-03 22:43:30.275377641 +0200
@@ -1,6 +1,6 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/yaql/yaql.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/yaql/yaql.spec.j2
 python-yaql.spec
 cloud-de...@suse.de
 gh,openstack,yaql




commit gnucash for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package gnucash for openSUSE:Factory checked 
in at 2019-05-03 22:43:53

Comparing /work/SRC/openSUSE:Factory/gnucash (Old)
 and  /work/SRC/openSUSE:Factory/.gnucash.new.5148 (New)


Package is "gnucash"

Fri May  3 22:43:53 2019 rev:78 rq:693282 version:3.5

Changes:

--- /work/SRC/openSUSE:Factory/gnucash/gnucash.changes  2019-01-21 
10:47:07.012256752 +0100
+++ /work/SRC/openSUSE:Factory/.gnucash.new.5148/gnucash.changes
2019-05-03 22:43:56.155432128 +0200
@@ -1,0 +2,34 @@
+Tue Apr  9 13:35:25 UTC 2019 - Paolo Stivanin 
+
+- Update to v3.5 (github.com/Gnucash/gnucash/releases/tag/3.5):
+  + bugs fixed: bgo#639049, bgo#748431, bgo#787401, bgo#795729,
+bgo#796498, bgo#796530, bgo#796687, bgo#796826, bgo#796827,
+bgo#796829, bgo#796831, bgo#796877, bgo#796946, bgo#796952,
+bgo#796956, bgo#796965, bgo#796989, bgo#797002, bgo#797011,
+bgo#797013, bgo#797029, bgo#797030, bgo#797031, bgo#797041,
+bgo#797046, bgo#797067, bgo#797074, bgo#797098, bgo#797105,
+bgo#797136 
+  + various fixes for i18n, gui, importing and online banking, 
+reports
+  + performance improvement
+  + deprecated some scheme
+
+---
+Tue Apr 02 11:28:11 UTC 2019 - sean...@opensuse.org
+
+- Update to version 3.5:
+  + Asset barchart report includes first day of next month (#639049)
+  + Wrong average balance for transactions during DST (#748431)
+  + Test for report system - HTML tests (#787401)
+  + Advanced Portfolio Report (#795729)
+  + Incorrect starting balance in TXF Report Calculations (#796498)
+  + TxnCsvImport - fix loading of saved presets (#796530)
+  + Tax Entity Name and type for an account reporting fixed (#796687)
+  + Report HTML document header suppression (#796826)
+  + Report HTML suppress document title (#796827)
+  + Report HTML table rows are prepended not as list elements (#796829)
+  + Report HTML append table column incorrectly (#796831)
+  + test-stress-options fails (#796877)
+  + Mortgage and Loan Repayment Setup tool crashes (#796946)
+
+---

Old:

  gnucash-3.4.tar.bz2

New:

  gnucash-3.5.tar.bz2



Other differences:
--
++ gnucash.spec ++
--- /var/tmp/diff_new_pack.f821Hh/_old  2019-05-03 22:43:56.803433492 +0200
+++ /var/tmp/diff_new_pack.f821Hh/_new  2019-05-03 22:43:56.807433500 +0200
@@ -12,13 +12,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
 %define __builder ninja
 Name:   gnucash
-Version:3.4
+Version:3.5
 Release:0
 Summary:Personal Finance Manager
 License:SUSE-GPL-2.0-with-openssl-exception OR 
SUSE-GPL-3.0-with-openssl-exception

++ gnucash-3.4.tar.bz2 -> gnucash-3.5.tar.bz2 ++
/work/SRC/openSUSE:Factory/gnucash/gnucash-3.4.tar.bz2 
/work/SRC/openSUSE:Factory/.gnucash.new.5148/gnucash-3.5.tar.bz2 differ: char 
11, line 1




commit python-zaqarclient for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package python-zaqarclient for 
openSUSE:Factory checked in at 2019-05-03 22:43:34

Comparing /work/SRC/openSUSE:Factory/python-zaqarclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-zaqarclient.new.5148 (New)


Package is "python-zaqarclient"

Fri May  3 22:43:34 2019 rev:9 rq:693226 version:1.11.0

Changes:

--- /work/SRC/openSUSE:Factory/python-zaqarclient/python-zaqarclient.changes
2018-09-07 15:39:44.770514112 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-zaqarclient.new.5148/python-zaqarclient.changes
  2019-05-03 22:43:35.679389019 +0200
@@ -1,0 +2,20 @@
+Thu Apr 11 12:11:34 UTC 2019 - Thomas Bechtold 
+
+- Switch to singlespec
+
+---
+Mon Apr  8 12:36:49 UTC 2019 - cloud-de...@suse.de
+
+- update to version 1.11.0
+  - Import zaqarclient-dsvm-functional job
+  - Comply with Python PTI
+  - Remove PyPI downloads
+  - Replace os-client-config to openstacksdk
+  - Update reno for stable/rocky
+  - Properly pass the CA to requests
+  - Update releasenotes index for Rocky
+  - switch documentation job to new PTI
+  - add python 3.6 unit test job
+  - import zuul job settings from project-config
+
+---

Old:

  python-zaqarclient-1.10.0.tar.gz

New:

  python-zaqarclient-1.11.0.tar.gz



Other differences:
--
++ python-zaqarclient.spec ++
--- /var/tmp/diff_new_pack.v67M7Q/_old  2019-05-03 22:43:36.387390509 +0200
+++ /var/tmp/diff_new_pack.v67M7Q/_new  2019-05-03 22:43:36.391390518 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-zaqarclient
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,40 +12,57 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%global sname zaqarclient
 Name:   python-zaqarclient
-Version:1.10.0
+Version:1.11.0
 Release:0
 Summary:Client Library for OpenStack Zaqar Queueing API
 License:Apache-2.0
 Group:  Development/Languages/Python
-URL:https://launchpad.net/%{sname}
+URL:https://launchpad.net/python-zaqarclient
 Source0:
https://files.pythonhosted.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python-ddt
-BuildRequires:  python-devel
-BuildRequires:  python-fixtures
-BuildRequires:  python-jsonschema >= 2.6.0
-BuildRequires:  python-keystoneauth1 >= 3.4.0
-BuildRequires:  python-mock
-BuildRequires:  python-nose
-BuildRequires:  python-nose-exclude
-BuildRequires:  python-os-client-config
-BuildRequires:  python-osc-lib >= 1.8.0
-BuildRequires:  python-oslo.i18n >= 3.15.3
-BuildRequires:  python-oslo.log >= 3.36.0
-BuildRequires:  python-pbr >= 2.0.0
-BuildRequires:  python-python-subunit
-BuildRequires:  python-requests >= 2.14.2
-BuildRequires:  python-requests-mock
-BuildRequires:  python-setuptools
-BuildRequires:  python-testrepository
-BuildRequires:  python-testscenarios
-BuildRequires:  python-testtools
+BuildRequires:  python2-ddt
+BuildRequires:  python2-fixtures
+BuildRequires:  python2-jsonschema >= 2.6.0
+BuildRequires:  python2-keystoneauth1 >= 3.4.0
+BuildRequires:  python2-mock
+BuildRequires:  python2-nose
+BuildRequires:  python2-nose-exclude
+BuildRequires:  python2-os-client-config
+BuildRequires:  python2-osc-lib >= 1.8.0
+BuildRequires:  python2-oslo.i18n >= 3.15.3
+BuildRequires:  python2-oslo.log >= 3.36.0
+BuildRequires:  python2-pbr >= 2.0.0
+BuildRequires:  python2-python-subunit
+BuildRequires:  python2-requests >= 2.14.2
+BuildRequires:  python2-requests-mock
+BuildRequires:  python2-setuptools
+BuildRequires:  python2-testrepository
+BuildRequires:  python2-testscenarios
+BuildRequires:  python2-testtools
+BuildRequires:  python3-ddt
+BuildRequires:  python3-fixtures
+BuildRequires:  python3-jsonschema >= 2.6.0
+BuildRequires:  python3-keystoneauth1 >= 3.4.0
+BuildRequires:  python3-mock
+BuildRequires:  python3-nose
+BuildRequires:  python3-nose-exclude
+BuildRequires:  python3-os-client-config
+BuildRequires:  python3-osc-lib >= 1.8.0
+BuildRequires:  python3-oslo.i18n >= 3.15.3
+BuildRequires:  python3-oslo.log >= 3.36.0
+BuildRequires:  python3-pbr >= 2.0.0
+BuildRequires:  python3-python-subunit
+BuildRequires:  

commit python-senlinclient for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package python-senlinclient for 
openSUSE:Factory checked in at 2019-05-03 22:43:17

Comparing /work/SRC/openSUSE:Factory/python-senlinclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-senlinclient.new.5148 (New)


Package is "python-senlinclient"

Fri May  3 22:43:17 2019 rev:7 rq:692878 version:1.10.1

Changes:

--- /work/SRC/openSUSE:Factory/python-senlinclient/python-senlinclient.changes  
2018-09-07 15:39:32.998526740 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-senlinclient.new.5148/python-senlinclient.changes
2019-05-03 22:43:18.771353422 +0200
@@ -1,0 +2,27 @@
+Mon Apr  8 12:26:15 UTC 2019 - cloud-de...@suse.de
+
+- update to version 1.10.1
+  - Fix calls to functions removed from openstacksdk
+  - Update json module to jsonutils
+  - Imported Translations from Zanata
+  - Use template for lower-constraints
+  - Enable cluster profile only and replace function test
+  - Fix getting action id in Location header
+  - Use latest senlin microversion for Stein
+  - Change openstack-dev to openstack-discuss
+  - import zuul job settings from project-config
+  - Add Stein release notes
+  - Update reno for stable/rocky
+  - Don't quote {posargs} in tox.ini
+  - add python 3.6 unit test job
+  - Add senlinclient support bandit test
+  - Add Python 3.6 classifier to setup.cfg
+  - Bump openstacksdk to 0.24.0
+  - switch documentation job to new PTI
+  - Update hacking version
+  - Fix _get_config_from_profile key building
+  - Update client to account for 409 error in cluster actions
+  - add python 3.7 unit test job
+  - Update python-senlinclient to use current openstacksdk
+
+---

Old:

  python-senlinclient-1.8.0.tar.gz

New:

  python-senlinclient-1.10.1.tar.gz



Other differences:
--
++ python-senlinclient.spec ++
--- /var/tmp/diff_new_pack.GKOPjS/_old  2019-05-03 22:43:19.243354416 +0200
+++ /var/tmp/diff_new_pack.GKOPjS/_new  2019-05-03 22:43:19.243354416 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-senlinclient
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,51 +12,62 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%global sname python-senlinclient
 Name:   python-senlinclient
-Version:1.8.0
+Version:1.10.1
 Release:0
 Summary:Python API and CLI for OpenStack Senlin
 License:Apache-2.0
 Group:  Development/Languages/Python
-URL:https://launchpad.net/%{sname}
-Source0:
https://files.pythonhosted.org/packages/source/p/%{sname}/%{sname}-%{version}.tar.gz
+URL:https://launchpad.net/python-senlinclient
+Source0:
https://files.pythonhosted.org/packages/source/p/python-senlinclient/python-senlinclient-1.10.1.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python-Babel >= 2.3.4
-BuildRequires:  python-PrettyTable >= 0.7.2
-BuildRequires:  python-PyYAML >= 3.12
-BuildRequires:  python-appdirs
 BuildRequires:  python-devel
-BuildRequires:  python-fixtures
-BuildRequires:  python-heatclient >= 1.10.0
-BuildRequires:  python-jsonschema
-BuildRequires:  python-mock
-BuildRequires:  python-openstackclient
-BuildRequires:  python-openstacksdk >= 0.11.2
-BuildRequires:  python-os-testr
-BuildRequires:  python-osc-lib >= 1.8.0
-BuildRequires:  python-oslo.i18n >= 3.15.3
-BuildRequires:  python-oslo.serialization >= 2.18.0
-BuildRequires:  python-oslo.utils >= 3.33.0
-BuildRequires:  python-oslotest
-BuildRequires:  python-pbr >= 2.0.0
-BuildRequires:  python-python-subunit
-BuildRequires:  python-requests >= 2.14.2
-BuildRequires:  python-requests-mock
-BuildRequires:  python-stestr
-BuildRequires:  python-testtools
+BuildRequires:  python2-Babel >= 2.3.4
+BuildRequires:  python2-PrettyTable >= 0.7.2
+BuildRequires:  python2-PyYAML >= 3.12
+BuildRequires:  python2-fixtures
+BuildRequires:  python2-heatclient >= 1.10.0
+BuildRequires:  python2-mock
+BuildRequires:  python2-openstackclient
+BuildRequires:  python2-openstacksdk >= 0.24.0
+BuildRequires:  python2-osc-lib >= 1.8.0
+BuildRequires:  python2-oslo.i18n >= 3.15.3
+BuildRequires:  python2-oslo.serialization >= 2.18.0
+BuildRequires:  python2-oslo.utils >= 3.33.0
+BuildRequires:  python2-oslotest
+BuildRequires:  

commit python-pyghmi for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package python-pyghmi for openSUSE:Factory 
checked in at 2019-05-03 22:43:11

Comparing /work/SRC/openSUSE:Factory/python-pyghmi (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyghmi.new.5148 (New)


Package is "python-pyghmi"

Fri May  3 22:43:11 2019 rev:12 rq:692875 version:1.2.16

Changes:

--- /work/SRC/openSUSE:Factory/python-pyghmi/python-pyghmi.changes  
2018-10-09 15:53:45.374311969 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyghmi.new.5148/python-pyghmi.changes
2019-05-03 22:43:13.515342356 +0200
@@ -1,0 +2,44 @@
+Mon Apr  8 14:02:16 UTC 2019 - cloud-de...@suse.de
+
+- update to version 1.2.16
+  - Fix minor .spec issues
+  - Switch to stestr
+  - Forget sessions with poor connectivity that should be forgotten
+  - Do not claim a broken session is valid
+  - Add support for reduced privilege
+  - Preserve logout on storage failure
+  - Correct probles in the servicedata attempt
+  - Fix typo in error message
+  - Fix .spec to include bin scripts and build reqs
+  - Use list() to avoid size change during iteration
+  - Refactor console scripts into entry points
+  - Retry OEM lookup if no specific OEM identified
+  - Fix storage deletion
+  - Fix bay number from IMM property in nextscale chassis
+  - Fetch diagnostic data
+  - Add 'name' subfield to preserve original names.
+  - Handle IMM/XCC without xSEC
+  - Fix print statement in console scripts
+  - Provide 'hardware' inventory for disks
+  - Update package documentation
+  - Handle response without unconfiguredDisk
+  - Fix early life mark_broken call
+  - Fix the mistake in last nights fix
+  - Enrich inventory data on Lenovo IMM/XCC equipment
+  - Reduce calls to _monotonic_time
+  - Provide get_description for physical description
+  - Fix event data for slot events
+  - Gate fix: Cap hacking to avoid gate failure
+  - Add more file patterns for git to ignore
+  - Add spec for python3-pyghmi package build
+  - Show hidden settings
+  - Accept wildcards for settings names
+  - Have storage functions log out of the session
+  - Add Python3 support to Trove
+  - Add a maintenance thread
+  - Clear lastpayload explicitly in some contexts
+  - Provide feedback if the clear system config attempt fails
+  - Prefer more specific IMM/XCC check over FPC check
+  - Add method to clear system configuration
+
+---

Old:

  pyghmi-1.2.4.tar.gz

New:

  pyghmi-1.2.16.tar.gz



Other differences:
--
++ python-pyghmi.spec ++
--- /var/tmp/diff_new_pack.MTKQSv/_old  2019-05-03 22:43:13.947343266 +0200
+++ /var/tmp/diff_new_pack.MTKQSv/_new  2019-05-03 22:43:13.951343274 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyghmi
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,27 +12,29 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   python-pyghmi
-Version:1.2.4
+Version:1.2.16
 Release:0
 Summary:General Hardware Management Initiative (IPMI and others)
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/pyghmi
-Source0:
https://files.pythonhosted.org/packages/source/p/pyghmi/pyghmi-1.2.4.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/pyghmi/pyghmi-1.2.16.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
 BuildRequires:  python2-cryptography >= 2.1
+BuildRequires:  python2-openstackdocstheme
 BuildRequires:  python2-oslotest
-BuildRequires:  python2-testrepository
+BuildRequires:  python2-stestr
 BuildRequires:  python3-cryptography >= 2.1
 BuildRequires:  python3-devel
+BuildRequires:  python3-openstackdocstheme
 BuildRequires:  python3-oslotest
-BuildRequires:  python3-testrepository
+BuildRequires:  python3-stestr
 Requires:   python-cryptography >= 2.1
 BuildArch:  noarch
 %if 0%{?suse_version}
@@ -65,7 +67,6 @@
 %prep
 %autosetup -p1 -n pyghmi-%{version}
 %py_req_cleanup
-sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %{python_build}
@@ -78,21 +79,22 @@
 %python_clone -a %{buildroot}%{_bindir}/pyghmicons
 %python_clone -a %{buildroot}%{_bindir}/pyghmiutil
 %python_clone -a %{buildroot}%{_bindir}/virshbmc
+%python_clone -a 

commit goobox for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package goobox for openSUSE:Factory checked 
in at 2019-05-03 22:43:50

Comparing /work/SRC/openSUSE:Factory/goobox (Old)
 and  /work/SRC/openSUSE:Factory/.goobox.new.5148 (New)


Package is "goobox"

Fri May  3 22:43:50 2019 rev:47 rq:693281 version:3.6.0

Changes:

--- /work/SRC/openSUSE:Factory/goobox/goobox.changes2018-10-11 
11:50:09.786427135 +0200
+++ /work/SRC/openSUSE:Factory/.goobox.new.5148/goobox.changes  2019-05-03 
22:43:52.531424498 +0200
@@ -1,0 +2,40 @@
+Wed Apr 10 08:27:28 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.6.0:
+  + Updated translations.
+
+---
+Mon Feb 18 20:42:43 UTC 2019 - bjorn@gmail.com
+
+- Update to version 3.5.2:
+  + Updated translations.
+
+---
+Wed Feb  6 21:45:26 UTC 2019 - bjorn@gmail.com
+
+- Fix translation-update-upstream call, needed after update of
+  translation-update-upstream in distro.
+
+---
+Mon Jan  7 19:43:39 UTC 2019 - bjorn@gmail.com
+
+- Update to version 3.5.1:
+  + New features and user visible changes:
+   - Added a volume button.
+   - Moved the toolbar on top.
+   - Removed application menu.
+   - All dialogs use the headerbar.
+   - Removed deprecated functions:
+ . GTask instead of GSimpleAsyncResult.
+ . G_ADD_PRIVATE instead of g_type_class_add_private.
+ . GNotification instead of libnotify.
+   - Use meson instead of autotools.
+  + Bugs fixed:
+   - Fixed crash after ejecting a CD.
+   - Automatically load rtl icon variants (bgo#768451).
+   - Help: change wording in two sentences (bgo#757730).
+   - Added -fPIC -DPIC to CFLAGS (bgo#777448).
+  + Updated translations.
+- Switch to meson buildsystem, add meson BuildRequires and macros.
+
+---

Old:

  goobox-3.4.3.tar.xz

New:

  goobox-3.6.0.tar.xz



Other differences:
--
++ goobox.spec ++
--- /var/tmp/diff_new_pack.Ztbcff/_old  2019-05-03 22:43:53.039425567 +0200
+++ /var/tmp/diff_new_pack.Ztbcff/_new  2019-05-03 22:43:53.043425576 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package goobox
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,18 +17,19 @@
 
 
 Name:   goobox
-Version:3.4.3
+Version:3.6.0
 Release:0
 # FIXME: Enable libcoverart support.
 Summary:CD Player and Ripper for GNOME
 License:GPL-2.0-or-later
 Group:  Productivity/Multimedia/CD/Grabbers
 URL:https://www.gnome.org
-Source0:
https://download.gnome.org/sources/goobox/3.4/%{name}-%{version}.tar.xz
+Source0:
https://download.gnome.org/sources/goobox/3.6/%{name}-%{version}.tar.xz
 
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  intltool
+BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
@@ -52,15 +53,15 @@
 %lang_package
 
 %prep
-%setup -q
-translation-update-upstream
+%autosetup -p1
+translation-update-upstream po goobox
 
 %build
-%configure
-make %{?_smp_mflags}
+%meson
+%meson_build
 
 %install
-%make_install
+%meson_install
 %suse_update_desktop_file org.gnome.Goobox AudioVideo Player CD
 %find_lang %{name} %{?no_lang_C}
 %fdupes %{buildroot}
@@ -79,11 +80,10 @@
 
 %files
 %license COPYING
-%doc AUTHORS ChangeLog NEWS README
+%doc AUTHORS NEWS README
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/goobox
 %{_datadir}/applications/org.gnome.Goobox.desktop
-%{_datadir}/GConf/gsettings/goobox.convert
 %{_datadir}/glib-2.0/schemas/org.gnome.Goobox.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/goobox.png
 %{_datadir}/icons/hicolor/scalable/apps/goobox-symbolic.svg

++ goobox-3.4.3.tar.xz -> goobox-3.6.0.tar.xz ++
 89973 lines of diff (skipped)




commit gnome-pomodoro for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package gnome-pomodoro for openSUSE:Factory 
checked in at 2019-05-03 22:43:44

Comparing /work/SRC/openSUSE:Factory/gnome-pomodoro (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-pomodoro.new.5148 (New)


Package is "gnome-pomodoro"

Fri May  3 22:43:44 2019 rev:13 rq:693279 version:0.15.1

Changes:

--- /work/SRC/openSUSE:Factory/gnome-pomodoro/gnome-pomodoro.changes
2018-12-04 20:55:27.460777501 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-pomodoro.new.5148/gnome-pomodoro.changes  
2019-05-03 22:43:45.435409558 +0200
@@ -1,0 +2,11 @@
+Mon Apr  8 08:33:03 UTC 2019 - mvet...@suse.com
+
+- Update to version 0.15.1:
+  + Minor code cleanups to support ES6 syntax
+  + Support for GNOME Shell 3.32
+  + Fix for build with vala 0.44.1
+  + Updated German translation
+  + Fix for handle error recreating existing folder
+  + Minor code cleanups
+
+---

Old:

  0.14.0.tar.gz

New:

  0.15.1.tar.gz



Other differences:
--
++ gnome-pomodoro.spec ++
--- /var/tmp/diff_new_pack.OvdiuL/_old  2019-05-03 22:43:47.143413154 +0200
+++ /var/tmp/diff_new_pack.OvdiuL/_new  2019-05-03 22:43:47.143413154 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-pomodoro
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,14 +12,14 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
 %global __requires_exclude typelib\\(Meta\\)
 
 Name:   gnome-pomodoro
-Version:0.14.0
+Version:0.15.1
 Release:0
 Summary:A time management utility for GNOME
 License:GPL-3.0-or-later

++ 0.14.0.tar.gz -> 0.15.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-pomodoro-0.14.0/NEWS 
new/gnome-pomodoro-0.15.1/NEWS
--- old/gnome-pomodoro-0.14.0/NEWS  2018-11-24 18:30:13.0 +0100
+++ new/gnome-pomodoro-0.15.1/NEWS  2019-04-07 06:52:57.0 +0200
@@ -1,3 +1,17 @@
+2019-04-07  Arun Mahapatra 
+Release version 0.15.1:
+
+* Minor code cleanups
+
+2019-04-07  Arun Mahapatra 
+Release version 0.15.0:
+
+* Minor code cleanups to support ES6 syntax
+* Support for GNOME Shell 3.32 (thanks @demokritos)
+* Fix for build with vala 0.44.1 (thanks @snizovtsev)
+* Updated German translation (thanks @c7hm4r)
+* Fix for handle error recreating existing folder (thanks @Rj7)
+
 2018-11-24  Kamil Prusko  
Release version 0.14.0:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-pomodoro-0.14.0/configure.ac 
new/gnome-pomodoro-0.15.1/configure.ac
--- old/gnome-pomodoro-0.14.0/configure.ac  2018-11-24 18:30:13.0 
+0100
+++ new/gnome-pomodoro-0.15.1/configure.ac  2019-04-07 06:52:57.0 
+0200
@@ -1,6 +1,6 @@
 AC_PREREQ([2.69])
 AC_INIT([gnome-pomodoro],
-[0.14.0],
+[0.15.1],
 [https://github.com/codito/gnome-pomodoro/issues],
 [gnome-pomodoro],
 [http://gnomepomodoro.org])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-pomodoro-0.14.0/lib/about-dialog.vala 
new/gnome-pomodoro-0.15.1/lib/about-dialog.vala
--- old/gnome-pomodoro-0.14.0/lib/about-dialog.vala 2018-11-24 
18:30:13.0 +0100
+++ new/gnome-pomodoro-0.15.1/lib/about-dialog.vala 2019-04-07 
06:52:57.0 +0200
@@ -39,7 +39,7 @@
 "Kamil Prusko "
 };
 this.translator_credits = _("translator-credits");
-this.copyright = "Copyright \xc2\xa9 2011-2018 Arun Mahapatra, 
Kamil Prusko";
+this.copyright = "Copyright \xc2\xa9 2011-2019 Arun Mahapatra, 
Kamil Prusko";
 this.license_type = Gtk.License.GPL_3_0;
 
 this.destroy_with_parent = true;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-pomodoro-0.14.0/lib/application.vala 
new/gnome-pomodoro-0.15.1/lib/application.vala
--- old/gnome-pomodoro-0.14.0/lib/application.vala  2018-11-24 
18:30:13.0 +0100
+++ new/gnome-pomodoro-0.15.1/lib/application.vala  2019-04-07 
06:52:57.0 +0200
@@ -66,7 +66,7 @@
 FAILURE   =  1
 

commit onboard for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package onboard for openSUSE:Factory checked 
in at 2019-05-03 22:43:47

Comparing /work/SRC/openSUSE:Factory/onboard (Old)
 and  /work/SRC/openSUSE:Factory/.onboard.new.5148 (New)


Package is "onboard"

Fri May  3 22:43:47 2019 rev:3 rq:693280 version:1.4.1

Changes:

--- /work/SRC/openSUSE:Factory/onboard/onboard.changes  2019-03-13 
16:42:34.778630990 +0100
+++ /work/SRC/openSUSE:Factory/.onboard.new.5148/onboard.changes
2019-05-03 22:43:48.887416826 +0200
@@ -1,0 +2,15 @@
+Wed Apr 10 06:55:26 UTC 2019 - Yifan Jiang 
+
+- Remove required python3-virtkey which has been not used since
+  0.99:
+
+  https://bazaar.launchpad.net/~onboard/onboard/0.99/revision/1537.1.2
+
+---
+Tue Apr  9 09:32:27 UTC 2019 - Yifan Jiang 
+
+- Add patch onboard-remove-dep-typelib-appindicator3.patch: Remove
+  the typelib(Appindicator3) dependency because SLE does not ship
+  it (fate#326794).
+
+---

New:

  onboard-remove-dep-typelib-appindicator3.patch



Other differences:
--
++ onboard.spec ++
--- /var/tmp/diff_new_pack.wm0oue/_old  2019-05-03 22:43:49.495418106 +0200
+++ /var/tmp/diff_new_pack.wm0oue/_new  2019-05-03 22:43:49.495418106 +0200
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -26,6 +26,8 @@
 URL:https://launchpad.net/onboard
 Source: 
http://launchpad.net/%{name}/%{series}/%{version}/+download/%{name}-%{version}.tar.gz
 Source1:onboard-defaults.conf
+# PATCH-FIX-SLE onboard-remove-dep-typelib-appindicator3.patch fate#326794 
yfji...@suse.com -- remove the typelib(Appindicator3) dependency because SLE 
does not ship it
+Patch0: onboard-remove-dep-typelib-appindicator3.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  python3-devel
@@ -55,7 +57,6 @@
 Requires:   python3-cairo
 Requires:   python3-gobject-Gdk
 Requires:   python3-gobject-cairo
-Requires:   python3-virtkey
 Recommends: %{name}-data
 Recommends: %{name}-lang
 %glib2_gsettings_schema_requires
@@ -89,6 +90,9 @@
 
 %prep
 %setup -q
+%if !0%{?is_opensuse}
+%patch0 -p1
+%endif
 
 %build
 python3 setup.py build

++ onboard-remove-dep-typelib-appindicator3.patch ++
Index: onboard-1.4.1/Onboard/Indicator.py
===
--- onboard-1.4.1.orig/Onboard/Indicator.py
+++ onboard-1.4.1/Onboard/Indicator.py
@@ -174,15 +174,10 @@ class Indicator():
 # auto-detection
 sip = config.get_preferred_statusicon_provider()
 
-if sip == StatusIconProviderEnum.GtkStatusIcon:
-backends = [BackendGtkStatusIcon]
-elif sip == StatusIconProviderEnum.AppIndicator:
-backends = [BackendAppIndicator, BackendGtkStatusIcon]
-elif sip is None:
+if sip is None:
 backends = []
 else:  # sip == StatusIconProviderEnum.auto
-backends = [BackendAppIndicator,
-BackendGtkStatusIcon]
+backends = [BackendGtkStatusIcon]
 
 self._backend = None
 for backend in backends:
@@ -280,85 +275,3 @@ class BackendGtkStatusIcon(BackendBase):
 elif len(args) == 3:  # in <=Xenial?
 x, y, status_icon = args
 return Gtk.StatusIcon.position_menu(gtk_menu, x, y, status_icon)
-
-
-class BackendAppIndicator(BackendBase):
-
-_indicator = None
-
-STATUSNOTIFIER_OBJECT = "/org/ayatana/NotificationItem/Onboard"
-STATUSNOTIFIER_IFACE = "org.kde.StatusNotifierItem"
-ACTIVATE_METHOD = "Activate"
-
-def __init__(self, menu):
-BackendBase.__init__(self, menu)
-
-try:
-from gi.repository import AppIndicator3 as AppIndicator
-except ImportError as ex:
-raise RuntimeError(ex)
-
-self._indicator = AppIndicator.Indicator.new(
-self.id,
-self.icon_name,
-AppIndicator.IndicatorCategory.APPLICATION_STATUS)
-self._indicator.set_icon_full(self.icon_name,
-  self.icon_desc)
-
-self._indicator.set_menu(menu._menu)
-self._indicator.set_secondary_activate_target(
-menu._menu.get_children()[0])
-
-if "dbus" in globals():
-# Watch left-click Activate() calls on desktops that send them
-# (KDE Plasma). There is still "No such 

commit python-oslo.vmware for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package python-oslo.vmware for 
openSUSE:Factory checked in at 2019-05-03 22:42:56

Comparing /work/SRC/openSUSE:Factory/python-oslo.vmware (Old)
 and  /work/SRC/openSUSE:Factory/.python-oslo.vmware.new.5148 (New)


Package is "python-oslo.vmware"

Fri May  3 22:42:56 2019 rev:14 rq:692869 version:2.32.2

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.vmware/python-oslo.vmware.changes
2018-09-07 15:39:20.962539652 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.vmware.new.5148/python-oslo.vmware.changes
  2019-05-03 22:42:57.987309665 +0200
@@ -1,0 +2,19 @@
+Mon Apr  8 11:31:42 UTC 2019 - cloud-de...@suse.de
+
+- update to version 2.32.2
+  - Change openstack-dev to openstack-discuss
+  - add lib-forward-testing-python3 test job
+  - Add DVS utility methods
+  - import zuul job settings from project-config
+  - Imported Translations from Zanata
+  - Update reno for stable/rocky
+  - Clean up .gitignore references to personal tools
+  - Use template for lower-constraints
+  - add python 3.6 unit test job
+  - py37: deal with Exception repr changes
+  - Check if there is a context set before updating the store
+  - add python 3.7 unit test job
+  - Set request context when polling vCenter tasks
+  - delete useless indent
+
+---

Old:

  oslo.vmware-2.31.0.tar.gz

New:

  oslo.vmware-2.32.2.tar.gz



Other differences:
--
++ python-oslo.vmware.spec ++
--- /var/tmp/diff_new_pack.sb4LN3/_old  2019-05-03 22:42:58.423310583 +0200
+++ /var/tmp/diff_new_pack.sb4LN3/_new  2019-05-03 22:42:58.423310583 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-oslo.vmware
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   python-oslo.vmware
-Version:2.31.0
+Version:2.32.2
 Release:0
 Summary:Oslo VMware library for OpenStack projects
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/oslo.vmware
-Source0:
https://files.pythonhosted.org/packages/source/o/oslo.vmware/oslo.vmware-2.31.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/o/oslo.vmware/oslo.vmware-2.32.2.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
 BuildRequires:  python2-Babel
@@ -35,6 +35,7 @@
 BuildRequires:  python2-mox3
 BuildRequires:  python2-netaddr >= 0.7.18
 BuildRequires:  python2-oslo.concurrency >= 3.26.0
+BuildRequires:  python2-oslo.context >= 2.19.2
 BuildRequires:  python2-oslo.i18n >= 3.15.3
 BuildRequires:  python2-oslo.utils >= 3.33.0
 BuildRequires:  python2-pbr >= 2.0.0
@@ -55,6 +56,7 @@
 BuildRequires:  python3-mox3
 BuildRequires:  python3-netaddr >= 0.7.18
 BuildRequires:  python3-oslo.concurrency >= 3.26.0
+BuildRequires:  python3-oslo.context >= 2.19.2
 BuildRequires:  python3-oslo.i18n >= 3.15.3
 BuildRequires:  python3-oslo.utils >= 3.33.0
 BuildRequires:  python3-pbr >= 2.0.0
@@ -70,6 +72,7 @@
 Requires:   python-lxml >= 3.4.1
 Requires:   python-netaddr >= 0.7.18
 Requires:   python-oslo.concurrency >= 3.26.0
+Requires:   python-oslo.context >= 2.19.2
 Requires:   python-oslo.i18n >= 3.15.3
 Requires:   python-oslo.utils >= 3.33.0
 Requires:   python-requests >= 2.14.2
@@ -102,9 +105,8 @@
 Documentation for OpenStack common VMware library.
 
 %prep
-%autosetup -p1 -n oslo.vmware-2.31.0
+%autosetup -p1 -n oslo.vmware-2.32.2
 %py_req_cleanup
-sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %python_build

++ _service ++
--- /var/tmp/diff_new_pack.sb4LN3/_old  2019-05-03 22:42:58.447310633 +0200
+++ /var/tmp/diff_new_pack.sb4LN3/_new  2019-05-03 22:42:58.447310633 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/oslo.vmware/oslo.vmware.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/oslo.vmware/oslo.vmware.spec.j2
 python-oslo.vmware.spec
-https://raw.githubusercontent.com/openstack/oslo.vmware/stable/rocky/requirements.txt
+https://raw.githubusercontent.com/openstack/oslo.vmware/stable/stein/requirements.txt

commit python-oslo.rootwrap for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package python-oslo.rootwrap for 
openSUSE:Factory checked in at 2019-05-03 22:42:38

Comparing /work/SRC/openSUSE:Factory/python-oslo.rootwrap (Old)
 and  /work/SRC/openSUSE:Factory/.python-oslo.rootwrap.new.5148 (New)


Package is "python-oslo.rootwrap"

Fri May  3 22:42:38 2019 rev:9 rq:692864 version:5.15.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-oslo.rootwrap/python-oslo.rootwrap.changes
2018-09-07 15:39:07.214554406 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.rootwrap.new.5148/python-oslo.rootwrap.changes
  2019-05-03 22:42:38.415268459 +0200
@@ -1,0 +2,20 @@
+Mon Apr  8 11:54:38 UTC 2019 - cloud-de...@suse.de
+
+- update to version 5.15.2
+  - Update mailinglist from dev to discuss
+  - Add release note for file descriptor limit change
+  - fix tox python3 overrides
+  - Fix portability issue
+  - Switch to stestr
+  - Run rootwrap with lower fd ulimit by default
+  - Update reno for stable/rocky
+  - Clean up .gitignore references to personal tools
+  - Add release notes link to README
+  - Don't quote {posargs} in tox.ini
+  - Use template for lower-constraints
+  - add lib-forward-testing-python3 test job
+  - add python 3.6 unit test job
+  - add python 3.7 unit test job
+  - import zuul job settings from project-config
+
+---

Old:

  oslo.rootwrap-5.14.1.tar.gz

New:

  oslo.rootwrap-5.15.2.tar.gz



Other differences:
--
++ python-oslo.rootwrap.spec ++
--- /var/tmp/diff_new_pack.7OquKj/_old  2019-05-03 22:42:38.907269495 +0200
+++ /var/tmp/diff_new_pack.7OquKj/_new  2019-05-03 22:42:38.911269503 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-oslo.rootwrap
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   python-oslo.rootwrap
-Version:5.14.1
+Version:5.15.2
 Release:0
 Summary:Filtering shell commands to run as root from OpenStack services
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/oslo.rootwrap
-Source0:
https://files.pythonhosted.org/packages/source/o/oslo.rootwrap/oslo.rootwrap-5.14.1.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/o/oslo.rootwrap/oslo.rootwrap-5.15.2.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
 BuildRequires:  python2-eventlet
@@ -31,20 +31,16 @@
 BuildRequires:  python2-mock
 BuildRequires:  python2-oslotest
 BuildRequires:  python2-pbr
-BuildRequires:  python2-python-subunit
 BuildRequires:  python2-six >= 1.10.0
-BuildRequires:  python2-testrepository
-BuildRequires:  python2-testscenarios
+BuildRequires:  python2-stestr
 BuildRequires:  python2-testtools
 BuildRequires:  python3-eventlet
 BuildRequires:  python3-fixtures
 BuildRequires:  python3-mock
 BuildRequires:  python3-oslotest
 BuildRequires:  python3-pbr
-BuildRequires:  python3-python-subunit
 BuildRequires:  python3-six >= 1.10.0
-BuildRequires:  python3-testrepository
-BuildRequires:  python3-testscenarios
+BuildRequires:  python3-stestr
 BuildRequires:  python3-testtools
 Requires:   python-six >= 1.10.0
 BuildArch:  noarch
@@ -77,15 +73,14 @@
 Documentation for the OpenStack oslo.rootwrap library.
 
 %prep
-%autosetup -p1 -n oslo.rootwrap-5.14.1
+%autosetup -p1 -n oslo.rootwrap-5.15.2
 %py_req_cleanup
-sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %{python_build}
 
 # generate html docs
-PBR_VERSION=5.14.1 sphinx-build -b html doc/source doc/build/html
+PBR_VERSION=5.15.2 sphinx-build -b html doc/source doc/build/html
 rm -rf doc/build/html/.{doctrees,buildinfo}
 
 %install
@@ -101,15 +96,6 @@
 %python_uninstall_alternative oslo-rootwrap
 %python_uninstall_alternative oslo-daemon
 
-%check
-export PYTHONPATH=.
-PYTHON=python2 %{__python2} setup.py testr
-# FIXME(ykarel) Remove the fix test once it works with python3 under root user
-%ifpython3
-rm -rf .testrepository
-PYTHON=python3 %{__python3} setup.py testr --testr-args='^(?!.*test_run_as)'
-%endif
-
 %files %{python_files}
 %license LICENSE
 %doc ChangeLog README.rst

++ _service ++
--- /var/tmp/diff_new_pack.7OquKj/_old  

commit python-oslo.service for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package python-oslo.service for 
openSUSE:Factory checked in at 2019-05-03 22:42:45

Comparing /work/SRC/openSUSE:Factory/python-oslo.service (Old)
 and  /work/SRC/openSUSE:Factory/.python-oslo.service.new.5148 (New)


Package is "python-oslo.service"

Fri May  3 22:42:45 2019 rev:14 rq:692866 version:1.38.0

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.service/python-oslo.service.changes  
2018-11-29 23:01:04.483456542 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.service.new.5148/python-oslo.service.changes
2019-05-03 22:42:46.939286405 +0200
@@ -1,0 +2,44 @@
+Mon Apr  8 11:46:55 UTC 2019 - cloud-de...@suse.de
+
+- update to version 1.38.0
+  - Bump oslo.utils lower constraint to 3.40.2
+  - Add better timer APIs to ThreadGroup
+  - Update mailinglist from dev to discuss
+  - Use template for lower-constraints
+  - Stop asserting on Eventlet internals
+  - import zuul job settings from project-config
+  - Use SleepFixture in looping call test suite
+  - Always build universal wheels
+  - Update reno for stable/rocky
+  - Add stop_on_exception to TG timers
+  - add python 3.6 unit test job
+  - Avoid eventlet_backdoor listing on same port
+  - Skips signal handling on Windows
+  - add lib-forward-testing-python3 test job
+  - Fix stop of loopingcall
+  - Ensure connection is active in graceful shutdown tests
+  - Deprecate the ThreadGroup.cancel() API
+  - Use eventletutils Event class
+  - Limit monotonic to py2
+  - Update oslo.service to require yappi 1.0 or newer
+  - Update hacking version
+  - Fixture to mock loopingcall wait()
+  - Clean up .gitignore references to personal tools
+  - Use eventlet Event for loopingcall events
+  - Actually test child SIGHUP signal
+  - Profile Oslo Service processes
+  - Document the threadgroup module
+  - Restore correct signal handling in Python3
+  - add python 3.7 unit test job
+
+---
+Wed Feb  6 14:58:36 UTC 2019 - cloud-de...@suse.de
+
+- update to version 1.31.8
+  - Stop asserting on Eventlet internals
+  - Use eventlet Event for loopingcall events
+  - Restore correct signal handling in Python3
+  - Maintain private interface for loopingcall._ThreadingEvent
+  - Fix stop of loopingcall
+
+---

Old:

  oslo.service-1.31.5.tar.gz

New:

  oslo.service-1.38.0.tar.gz



Other differences:
--
++ python-oslo.service.spec ++
--- /var/tmp/diff_new_pack.WubMVI/_old  2019-05-03 22:42:47.295287154 +0200
+++ /var/tmp/diff_new_pack.WubMVI/_new  2019-05-03 22:42:47.299287163 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-oslo.service
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,13 +20,13 @@
 %global rdo 1
 %endif
 Name:   python-oslo.service
-Version:1.31.5
+Version:1.38.0
 Release:0
 Summary:OpenStack oslo.service library
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/oslo.service
-Source0:
https://files.pythonhosted.org/packages/source/o/oslo.service/oslo.service-1.31.5.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/o/oslo.service/oslo.service-1.38.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  procps
 BuildRequires:  python-devel
@@ -35,53 +35,55 @@
 BuildRequires:  python2-Routes >= 2.3.1
 BuildRequires:  python2-WebOb >= 1.7.1
 BuildRequires:  python2-eventlet >= 0.18.2
-BuildRequires:  python2-fixtures
+BuildRequires:  python2-fixtures >= 3.0.0
 BuildRequires:  python2-greenlet >= 0.4.10
 BuildRequires:  python2-mock
-BuildRequires:  python2-monotonic >= 0.6
 BuildRequires:  python2-oslo.concurrency >= 3.25.0
 BuildRequires:  python2-oslo.config >= 5.1.0
 BuildRequires:  python2-oslo.i18n >= 3.15.3
 BuildRequires:  python2-oslo.log >= 3.36.0
-BuildRequires:  python2-oslo.utils >= 3.33.0
+BuildRequires:  python2-oslo.utils >= 3.40.2
 BuildRequires:  python2-oslotest
 BuildRequires:  python2-pbr
 BuildRequires:  python2-requests
 BuildRequires:  python2-six >= 1.10.0
 BuildRequires:  python2-stestr
+BuildRequires:  python2-yappi
 BuildRequires:  python3-Paste >= 2.0.2
 BuildRequires:  python3-PasteDeploy >= 1.5.0
 BuildRequires:  python3-Routes >= 2.3.1
 BuildRequires:  python3-WebOb >= 1.7.1
 BuildRequires:  python3-devel
 BuildRequires:  python3-eventlet >= 0.18.2
-BuildRequires:  python3-fixtures
+BuildRequires:  

commit python-oslo.log for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package python-oslo.log for openSUSE:Factory 
checked in at 2019-05-03 22:42:22

Comparing /work/SRC/openSUSE:Factory/python-oslo.log (Old)
 and  /work/SRC/openSUSE:Factory/.python-oslo.log.new.5148 (New)


Package is "python-oslo.log"

Fri May  3 22:42:22 2019 rev:15 rq:692858 version:3.42.3

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.log/python-oslo.log.changes  
2019-01-24 14:15:21.499227731 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.log.new.5148/python-oslo.log.changes
2019-05-03 22:42:24.167238462 +0200
@@ -1,0 +2,27 @@
+Mon Apr  8 11:07:31 UTC 2019 - cloud-de...@suse.de
+
+- update to version 3.42.3
+  - Add Windows Event Log handler
+  - Imported Translations from Zanata
+  - Update mailinglist from dev to discuss
+  - Clarify some config options
+  - Use template for lower-constraints
+  - import zuul job settings from project-config
+  - Always build universal wheels
+  - Add config options for log rotation
+  - Update reno for stable/rocky
+  - add python 3.6 unit test job
+  - Fix handling of exc_info in OSJournalHandler
+  - Default oslo.policy logging to INFO
+  - Advancing the protocal of the website to HTTPS in usage.rst.
+  - add lib-forward-testing-python3 test job
+  - Filter args dict in JSONFormatter
+  - Add devstack job with JSONFormatter configured
+  - Fix lower-constraints job
+  - Follow the new PTI for document build
+  - Migrate to stestr
+  - rewrite tests to not rely on implementation details of logging module
+  - Fix up nits in log rotation change
+  - Clean up .gitignore references to personal tools
+
+---

Old:

  oslo.log-3.39.2.tar.gz

New:

  oslo.log-3.42.3.tar.gz



Other differences:
--
++ python-oslo.log.spec ++
--- /var/tmp/diff_new_pack.JJlmBe/_old  2019-05-03 22:42:24.579239330 +0200
+++ /var/tmp/diff_new_pack.JJlmBe/_new  2019-05-03 22:42:24.583239338 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-oslo.log
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,58 +17,58 @@
 
 
 Name:   python-oslo.log
-Version:3.39.2
+Version:3.42.3
 Release:0
 Summary:OpenStack log library
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/oslo.log
-Source0:
https://files.pythonhosted.org/packages/source/o/oslo.log/oslo.log-3.39.2.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/o/oslo.log/oslo.log-3.42.3.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
 BuildRequires:  python2-mock
-BuildRequires:  python2-monotonic >= 0.6
+BuildRequires:  python2-monotonic >= 1.4
 BuildRequires:  python2-oslo.config >= 5.2.0
-BuildRequires:  python2-oslo.context >= 2.19.2
-BuildRequires:  python2-oslo.i18n >= 3.15.3
-BuildRequires:  python2-oslo.serialization >= 2.18.0
-BuildRequires:  python2-oslo.utils >= 3.33.0
+BuildRequires:  python2-oslo.context >= 2.20.0
+BuildRequires:  python2-oslo.i18n >= 3.20.0
+BuildRequires:  python2-oslo.serialization >= 2.25.0
+BuildRequires:  python2-oslo.utils >= 3.36.0
 BuildRequires:  python2-oslotest
-BuildRequires:  python2-pbr >= 2.0.0
+BuildRequires:  python2-pbr >= 3.1.1
 BuildRequires:  python2-pyinotify >= 0.9.6
-BuildRequires:  python2-python-dateutil >= 2.5.3
+BuildRequires:  python2-python-dateutil >= 2.7.0
 BuildRequires:  python2-python-subunit
-BuildRequires:  python2-six >= 1.10.0
-BuildRequires:  python2-testrepository
+BuildRequires:  python2-six >= 1.11.0
+BuildRequires:  python2-stestr
 BuildRequires:  python2-testscenarios
 BuildRequires:  python2-testtools
 BuildRequires:  python3-devel
 BuildRequires:  python3-mock
-BuildRequires:  python3-monotonic >= 0.6
+BuildRequires:  python3-monotonic >= 1.4
 BuildRequires:  python3-oslo.config >= 5.2.0
-BuildRequires:  python3-oslo.context >= 2.19.2
-BuildRequires:  python3-oslo.i18n >= 3.15.3
-BuildRequires:  python3-oslo.serialization >= 2.18.0
-BuildRequires:  python3-oslo.utils >= 3.33.0
+BuildRequires:  python3-oslo.context >= 2.20.0
+BuildRequires:  python3-oslo.i18n >= 3.20.0
+BuildRequires:  python3-oslo.serialization >= 2.25.0
+BuildRequires:  python3-oslo.utils >= 3.36.0
 BuildRequires:  python3-oslotest
-BuildRequires:  python3-pbr >= 2.0.0
+BuildRequires:  python3-pbr >= 3.1.1
 BuildRequires:  python3-pyinotify >= 0.9.6
-BuildRequires:  python3-python-dateutil >= 2.5.3
+BuildRequires:  

commit python-saharaclient for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package python-saharaclient for 
openSUSE:Factory checked in at 2019-05-03 22:43:14

Comparing /work/SRC/openSUSE:Factory/python-saharaclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-saharaclient.new.5148 (New)


Package is "python-saharaclient"

Fri May  3 22:43:14 2019 rev:10 rq:692877 version:2.2.0

Changes:

--- /work/SRC/openSUSE:Factory/python-saharaclient/python-saharaclient.changes  
2018-10-09 15:53:47.470309486 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-saharaclient.new.5148/python-saharaclient.changes
2019-05-03 22:43:15.875347325 +0200
@@ -1,0 +2,14 @@
+Mon Apr  8 12:06:56 UTC 2019 - cloud-de...@suse.de
+
+- update to version 2.2.0
+  - Add missing APIv2 features to client, OSC
+  - Update devel info: mailing list
+  - Add Python 3.6 classifier to setup.cfg
+  - Update reno for stable/rocky
+  - switch documentation job to new PTI
+  - Preparing OSC for APIv2
+  - add python 3.6 unit test job
+  - import zuul job settings from project-config
+  - Use templates for cover and lower-constraints
+
+---

Old:

  python-saharaclient-2.0.0.tar.gz

New:

  python-saharaclient-2.2.0.tar.gz



Other differences:
--
++ python-saharaclient.spec ++
--- /var/tmp/diff_new_pack.t7DyAt/_old  2019-05-03 22:43:16.483348605 +0200
+++ /var/tmp/diff_new_pack.t7DyAt/_new  2019-05-03 22:43:16.487348613 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-saharaclient
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,13 +12,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %global sname saharaclient
 Name:   python-saharaclient
-Version:2.0.0
+Version:2.2.0
 Release:0
 Summary:Client library for OpenStack Sahara API
 License:Apache-2.0
@@ -26,11 +26,9 @@
 URL:https://launchpad.net/%{name}
 Source0:
https://files.pythonhosted.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python-devel
 BuildRequires:  python-keystoneclient
 BuildRequires:  python-mock
 BuildRequires:  python-openstackdocstheme
-BuildRequires:  python-os-testr
 BuildRequires:  python-osc-lib >= 1.11.0
 BuildRequires:  python-oslo.i18n >= 3.15.3
 BuildRequires:  python-oslo.log >= 3.36.0
@@ -41,6 +39,7 @@
 BuildRequires:  python-requests >= 2.14.2
 BuildRequires:  python-requests-mock
 BuildRequires:  python-setuptools
+BuildRequires:  python-stestr
 BuildRequires:  python-testrepository
 Requires:   python-Babel >= 2.3.4
 Requires:   python-PrettyTable
@@ -70,9 +69,6 @@
 %prep
 %autosetup -p1 -n %{name}-%{version}
 %py_req_cleanup
-# FIXME: can be removed when https://review.openstack.org/#/c/363681/ is merged
-sed -i -e 's/^\s\{4\}git_cmd\(.*\)/"\/usr\/bin\/true"\1/' 
doc/source/conf.py
-sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %py2_build
@@ -81,14 +77,14 @@
 %py2_install
 
 # Build HTML docs and man page
-PBR_VERSION=2.0.0 PYTHONPATH=%{buildroot}%{python2_sitelib} sphinx-build -b 
html doc/source doc/build/html
+PBR_VERSION=2.2.0 PYTHONPATH=%{buildroot}%{python2_sitelib} sphinx-build -b 
html doc/source doc/build/html
 # remove the sphinx-build leftovers
 rm -rf doc/build/html/.{doctrees,buildinfo}
 
 %check
 # we don't want to depend on hacking/flake8/pep8
 rm -v saharaclient/tests/unit/test_hacking.py
-ostestr
+python2 -m stestr.cli run
 
 %files
 %license LICENSE

++ _service ++
--- /var/tmp/diff_new_pack.t7DyAt/_old  2019-05-03 22:43:16.515348672 +0200
+++ /var/tmp/diff_new_pack.t7DyAt/_new  2019-05-03 22:43:16.515348672 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/python-saharaclient/python-saharaclient.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/python-saharaclient/python-saharaclient.spec.j2
 python-saharaclient.spec
-https://raw.githubusercontent.com/openstack/python-saharaclient/stable/rocky/requirements.txt
+https://raw.githubusercontent.com/openstack/python-saharaclient/stable/stein/requirements.txt
 cloud-de...@suse.de
 gh,openstack,python-saharaclient
   

++ python-saharaclient-2.0.0.tar.gz 

commit python-pycadf for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package python-pycadf for openSUSE:Factory 
checked in at 2019-05-03 22:43:08

Comparing /work/SRC/openSUSE:Factory/python-pycadf (Old)
 and  /work/SRC/openSUSE:Factory/.python-pycadf.new.5148 (New)


Package is "python-pycadf"

Fri May  3 22:43:08 2019 rev:13 rq:692874 version:2.9.0

Changes:

--- /work/SRC/openSUSE:Factory/python-pycadf/python-pycadf.changes  
2018-09-07 15:39:27.442532700 +0200
+++ /work/SRC/openSUSE:Factory/.python-pycadf.new.5148/python-pycadf.changes
2019-05-03 22:43:10.287335560 +0200
@@ -1,0 +2,15 @@
+Mon Apr  8 14:04:16 UTC 2019 - cloud-de...@suse.de
+
+- update to version 2.9.0
+  - add lib-forward-testing-python3 test job
+  - Change openstack-dev to openstack-discuss
+  - import zuul job settings from project-config
+  - Enabling FIPS mode by using sha256 instead of md5
+  - Add release note for MD5 hash removal
+  - Don't quote {posargs} in tox.ini
+  - switch documentation job to new PTI
+  - add python 3.6 unit test job
+  - Switch to stestr
+  - Use templates for cover and lower-constraints
+
+---

Old:

  pycadf-2.8.0.tar.gz

New:

  pycadf-2.9.0.tar.gz



Other differences:
--
++ python-pycadf.spec ++
--- /var/tmp/diff_new_pack.r2JBie/_old  2019-05-03 22:43:11.267337623 +0200
+++ /var/tmp/diff_new_pack.r2JBie/_new  2019-05-03 22:43:11.271337632 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pycadf
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,38 +12,36 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %global oldpython python
 Name:   python-pycadf
-Version:2.8.0
+Version:2.9.0
 Release:0
 Summary:DMTF Cloud Audit (CADF) data model
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/pycadf
-Source0:
https://files.pythonhosted.org/packages/source/p/pycadf/pycadf-2.8.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/pycadf/pycadf-2.9.0.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python-devel
 BuildRequires:  python2-fixtures
 BuildRequires:  python2-oslo.config >= 5.2.0
 BuildRequires:  python2-oslo.serialization >= 2.18.0
 BuildRequires:  python2-oslotest
 BuildRequires:  python2-pbr
 BuildRequires:  python2-setuptools
-BuildRequires:  python2-testrepository
+BuildRequires:  python2-stestr
 BuildRequires:  python2-testscenarios
 BuildRequires:  python2-testtools
-BuildRequires:  python3-devel
 BuildRequires:  python3-fixtures
 BuildRequires:  python3-oslo.config >= 5.2.0
 BuildRequires:  python3-oslo.serialization >= 2.18.0
 BuildRequires:  python3-oslotest
 BuildRequires:  python3-pbr
 BuildRequires:  python3-setuptools
-BuildRequires:  python3-testrepository
+BuildRequires:  python3-stestr
 BuildRequires:  python3-testscenarios
 BuildRequires:  python3-testtools
 Requires:   %{oldpython}-pycadf-common
@@ -75,7 +73,7 @@
 Configuration files for the DMTF Cloud Audit (CADF) data model.
 
 %prep
-%autosetup -n pycadf-2.8.0
+%autosetup -n pycadf-2.9.0
 sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 %py_req_cleanup
 
@@ -94,9 +92,7 @@
 mv %{buildroot}%{_prefix}%{_sysconfdir}/pycadf %{buildroot}/%{_sysconfdir}/
 
 %check
-%{python_expand rm -rf .testrepository
-$python setup.py testr
-}
+%python_exec -m stestr.cli run
 
 %files %{python_files}
 %doc README.rst

++ _service ++
--- /var/tmp/diff_new_pack.r2JBie/_old  2019-05-03 22:43:11.291337674 +0200
+++ /var/tmp/diff_new_pack.r2JBie/_new  2019-05-03 22:43:11.291337674 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/pycadf/pycadf.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/pycadf/pycadf.spec.j2
 python-pycadf.spec
-https://raw.githubusercontent.com/openstack/pycadf/stable/rocky/requirements.txt
+https://raw.githubusercontent.com/openstack/pycadf/stable/stein/requirements.txt
 cloud-de...@suse.de
 gh,openstack,pycadf
   

++ pycadf-2.8.0.tar.gz -> pycadf-2.9.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit python-oslo.i18n for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package python-oslo.i18n for 
openSUSE:Factory checked in at 2019-05-03 22:42:19

Comparing /work/SRC/openSUSE:Factory/python-oslo.i18n (Old)
 and  /work/SRC/openSUSE:Factory/.python-oslo.i18n.new.5148 (New)


Package is "python-oslo.i18n"

Fri May  3 22:42:19 2019 rev:13 rq:692857 version:3.23.1

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.i18n/python-oslo.i18n.changes
2018-09-07 15:38:55.594566878 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.i18n.new.5148/python-oslo.i18n.changes  
2019-05-03 22:42:20.663231085 +0200
@@ -1,0 +2,21 @@
+Mon Apr  8 11:39:44 UTC 2019 - cloud-de...@suse.de
+
+- update to version 3.23.1
+  - Update hacking version
+  - Update mailinglist from dev to discuss
+  - Remove unused code
+  - add lib-forward-testing-python3 test job
+  - Override getttext.find to cache result
+  - Imported Translations from Zanata
+  - Always build universal wheels
+  - Update reno for stable/rocky
+  - Remove references to log translation functions
+  - Clean up .gitignore references to personal tools
+  - Don't quote {posargs} in tox.ini
+  - Change python3.5 job to python3.7 job on Stein+
+  - add python 3.6 unit test job
+  - add python 3.7 unit test job
+  - import zuul job settings from project-config
+  - Use templates for cover and lower-constraints
+
+---

Old:

  oslo.i18n-3.21.0.tar.gz

New:

  oslo.i18n-3.23.1.tar.gz



Other differences:
--
++ python-oslo.i18n.spec ++
--- /var/tmp/diff_new_pack.VEGylw/_old  2019-05-03 22:42:21.051231902 +0200
+++ /var/tmp/diff_new_pack.VEGylw/_new  2019-05-03 22:42:21.055231911 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-oslo.i18n
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   python-oslo.i18n
-Version:3.21.0
+Version:3.23.1
 Release:0
 Summary:OpenStack i18n library
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/oslo.i18n
-Source0:
https://files.pythonhosted.org/packages/source/o/oslo.i18n/oslo.i18n-3.21.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/o/oslo.i18n/oslo.i18n-3.23.1.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python2-Babel >= 2.3.4
 BuildRequires:  python2-mock
@@ -57,9 +57,8 @@
 Documentation for the oslo.i18n library.
 
 %prep
-%autosetup -p1 -n oslo.i18n-3.21.0
+%autosetup -p1 -n oslo.i18n-3.23.1
 %py_req_cleanup
-sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %{python_build}

++ _service ++
--- /var/tmp/diff_new_pack.VEGylw/_old  2019-05-03 22:42:21.079231961 +0200
+++ /var/tmp/diff_new_pack.VEGylw/_new  2019-05-03 22:42:21.079231961 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/oslo.i18n/oslo.i18n.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/oslo.i18n/oslo.i18n.spec.j2
 python-oslo.i18n.spec
-https://raw.githubusercontent.com/openstack/oslo.i18n/stable/rocky/requirements.txt
+https://raw.githubusercontent.com/openstack/oslo.i18n/stable/stein/requirements.txt
 cloud-de...@suse.de
 gh,openstack,oslo.i18n
   

++ oslo.i18n-3.21.0.tar.gz -> oslo.i18n-3.23.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.i18n-3.21.0/.zuul.yaml 
new/oslo.i18n-3.23.1/.zuul.yaml
--- old/oslo.i18n-3.21.0/.zuul.yaml 2018-07-20 03:06:47.0 +0200
+++ new/oslo.i18n-3.23.1/.zuul.yaml 2019-02-28 19:06:04.0 +0100
@@ -1,7 +1,13 @@
 - project:
-check:
-  jobs:
-- openstack-tox-lower-constraints
-gate:
-  jobs:
-- openstack-tox-lower-constraints
+templates:
+  - check-requirements
+  - lib-forward-testing
+  - lib-forward-testing-python3
+  - openstack-cover-jobs
+  - openstack-lower-constraints-jobs
+  - openstack-python-jobs
+  - openstack-python36-jobs
+  - openstack-python37-jobs
+  - periodic-stable-jobs
+  - publish-openstack-docs-pti
+  - 

commit python-oslosphinx for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package python-oslosphinx for 
openSUSE:Factory checked in at 2019-05-03 22:43:00

Comparing /work/SRC/openSUSE:Factory/python-oslosphinx (Old)
 and  /work/SRC/openSUSE:Factory/.python-oslosphinx.new.5148 (New)


Package is "python-oslosphinx"

Fri May  3 22:43:00 2019 rev:15 rq:692870 version:4.18.0

Changes:

--- /work/SRC/openSUSE:Factory/python-oslosphinx/python-oslosphinx.changes  
2018-09-07 15:39:21.562539009 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-oslosphinx.new.5148/python-oslosphinx.changes
2019-05-03 22:43:00.767315517 +0200
@@ -1,0 +2,5 @@
+Mon Apr  8 11:36:58 UTC 2019 - Dirk Mueller 
+
+- switch to stable/stein spec template
+
+---



Other differences:
--
++ python-oslosphinx.spec ++
--- /var/tmp/diff_new_pack.s86AKS/_old  2019-05-03 22:43:01.135316292 +0200
+++ /var/tmp/diff_new_pack.s86AKS/_new  2019-05-03 22:43:01.135316292 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-oslosphinx
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -25,10 +25,8 @@
 URL:https://launchpad.net/oslosphinx
 Source0:
https://files.pythonhosted.org/packages/source/o/oslosphinx/oslosphinx-4.18.0.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python-devel
 BuildRequires:  python2-pbr >= 2.0.0
 BuildRequires:  python2-setuptools
-BuildRequires:  python3-devel
 BuildRequires:  python3-pbr >= 2.0.0
 BuildRequires:  python3-setuptools
 Requires:   python-pbr >= 2.0.0

++ _service ++
--- /var/tmp/diff_new_pack.s86AKS/_old  2019-05-03 22:43:01.155316334 +0200
+++ /var/tmp/diff_new_pack.s86AKS/_new  2019-05-03 22:43:01.159316343 +0200
@@ -1,6 +1,6 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/oslosphinx/oslosphinx.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/oslosphinx/oslosphinx.spec.j2
 python-oslosphinx.spec
 https://raw.githubusercontent.com/openstack/oslosphinx/master/requirements.txt
 cloud-de...@suse.de




commit python-osprofiler for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package python-osprofiler for 
openSUSE:Factory checked in at 2019-05-03 22:43:02

Comparing /work/SRC/openSUSE:Factory/python-osprofiler (Old)
 and  /work/SRC/openSUSE:Factory/.python-osprofiler.new.5148 (New)


Package is "python-osprofiler"

Fri May  3 22:43:02 2019 rev:9 rq:692872 version:2.6.0

Changes:

--- /work/SRC/openSUSE:Factory/python-osprofiler/python-osprofiler.changes  
2019-03-13 09:13:08.675399651 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-osprofiler.new.5148/python-osprofiler.changes
2019-05-03 22:43:04.079322490 +0200
@@ -1,0 +2,31 @@
+Mon Apr  8 14:04:49 UTC 2019 - cloud-de...@suse.de
+
+- update to version 2.6.0
+  - Switch to stestr
+  - When shortening span-ids, check if they're already short
+  - Do not insert osprofiler filter into Neutron api-paste pipeline
+  - Change python3.5 job to python3.7 job on Stein+
+  - import zuul job settings from project-config
+  - [devstack] Add support for elasticsearch backend
+  - Change openstack-dev to openstack-discuss
+  - Update reno for stable/rocky
+  - Update min tox version to 2.0
+  - Don't quote {posargs} in tox.ini
+  - add python 3.6 unit test job
+  - Make tracing of SQL statements configurable in DevStack plugin
+  - add lib-forward-testing-python3 test job
+  - build universal wheels
+  - Reload keystone to apply osprofiler config
+  - Allow test path to be overridden
+  - Add sqlalchemy collector
+  - Configure Jaeger collector in DevStack
+  - add password for connecting redis-sentinel
+  - Add support for mongodb backend in devstack plugin
+  - In DevStack install Redis client library via pip, not as system package
+  - Use $STACK_USER variable in install_jaeger function
+  - Change http to https in reference link
+  - In case of an error, always add message
+  - Use templates for cover and lower-constraints
+- remove 0001-Add-sqlalchemy-collector.patch and 
0001-Don-t-fail-if-sqlalchemy-driver-fails-to-initialize.patch
+
+---

Old:

  0001-Add-sqlalchemy-collector.patch
  0001-Don-t-fail-if-sqlalchemy-driver-fails-to-initialize.patch
  osprofiler-2.3.0.tar.gz

New:

  osprofiler-2.6.0.tar.gz



Other differences:
--
++ python-osprofiler.spec ++
--- /var/tmp/diff_new_pack.FTmZVM/_old  2019-05-03 22:43:04.651323694 +0200
+++ /var/tmp/diff_new_pack.FTmZVM/_new  2019-05-03 22:43:04.655323703 +0200
@@ -17,22 +17,19 @@
 
 
 Name:   python-osprofiler
-Version:2.3.0
+Version:2.6.0
 Release:0
 Summary:OpenStack Profiler Library
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/osprofiler
-Source0:
https://files.pythonhosted.org/packages/source/o/osprofiler/osprofiler-2.3.0.tar.gz
-# backport sql collector -- 
https://github.com/openstack/osprofiler/commit/032a21861854c5f63a039c997a58b4a979e62750
-Patch0: 0001-Add-sqlalchemy-collector.patch
-# https://review.openstack.org/#/c/642407/
-Patch1: 0001-Don-t-fail-if-sqlalchemy-driver-fails-to-initialize.patch
+Source0:
https://files.pythonhosted.org/packages/source/o/osprofiler/osprofiler-2.6.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
 BuildRequires:  python2-PrettyTable >= 0.7.2
 BuildRequires:  python2-WebOb >= 1.7.1
 BuildRequires:  python2-ddt
+BuildRequires:  python2-docutils
 BuildRequires:  python2-elasticsearch
 BuildRequires:  python2-mock
 BuildRequires:  python2-oslo.concurrency >= 3.26.0
@@ -43,12 +40,13 @@
 BuildRequires:  python2-python-subunit
 BuildRequires:  python2-redis
 BuildRequires:  python2-six >= 1.10.0
-BuildRequires:  python2-testrepository
+BuildRequires:  python2-stestr
 BuildRequires:  python2-testtools
 BuildRequires:  python3-PrettyTable >= 0.7.2
 BuildRequires:  python3-WebOb >= 1.7.1
 BuildRequires:  python3-ddt
 BuildRequires:  python3-devel
+BuildRequires:  python3-docutils
 BuildRequires:  python3-elasticsearch
 BuildRequires:  python3-mock
 BuildRequires:  python3-oslo.concurrency >= 3.26.0
@@ -59,7 +57,7 @@
 BuildRequires:  python3-python-subunit
 BuildRequires:  python3-redis
 BuildRequires:  python3-six >= 1.10.0
-BuildRequires:  python3-testrepository
+BuildRequires:  python3-stestr
 BuildRequires:  python3-testtools
 Requires:   python-PrettyTable >= 0.7.2
 Requires:   python-WebOb >= 1.7.1
@@ -97,9 +95,8 @@
 Documentation for OSProfiler.
 
 %prep
-%autosetup -p1 -n osprofiler-2.3.0
+%autosetup -p1 -n osprofiler-2.6.0
 %py_req_cleanup
-sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %{python_build}
@@ -120,9 +117,7 @@
 %python_uninstall_alternative osprofiler
 
 %check

commit python-oslo.messaging for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package python-oslo.messaging for 
openSUSE:Factory checked in at 2019-05-03 22:42:26

Comparing /work/SRC/openSUSE:Factory/python-oslo.messaging (Old)
 and  /work/SRC/openSUSE:Factory/.python-oslo.messaging.new.5148 (New)


Package is "python-oslo.messaging"

Fri May  3 22:42:26 2019 rev:17 rq:692859 version:9.5.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-oslo.messaging/python-oslo.messaging.changes  
2018-09-07 15:38:58.602563650 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.messaging.new.5148/python-oslo.messaging.changes
2019-05-03 22:42:27.827246168 +0200
@@ -1,0 +2,53 @@
+Mon Apr  8 11:37:20 UTC 2019 - cloud-de...@suse.de
+
+- update to version 9.5.0
+  - Use '/' for the vhost if the transport_url has no trailing '/'
+  - Use ensure_connection to prevent loss of connection error logs
+  - Add a test for rabbit URLs lacking terminating '/'
+  - Fix the coverage tox tests
+  - Update mailinglist from dev to discuss
+  - Change python3.5 job to python3.7 job on Stein+
+  - import zuul job settings from project-config
+  - Remove rabbit_durable_queues deprecated option
+  - Remove deprecated amqp1 options
+  - Fix oslo.messaging default transport
+  - Remove setting of DEVSTACK_GATE_EXERCISES
+  - Update reno for stable/rocky
+  - Remove default_{host,port} deprecated options
+  - add python 3.6 unit test job
+  - Allow transport_url initialization in ConfFixture constructor
+  - add lib-forward-testing-python3 test job
+  - Avoid unnecessary use of items()
+  - Issue blocking ACK for RPC requests from the consumer thread
+  - Don't use monotonic with Python >=3.3
+  - Remove the deprecated ZeroMQ driver
+  - Use default exchange for direct messaging
+  - always build universal wheels
+  - doc: Remove crud from conf.py file
+  - Refactor GetTransportSadPathTestCase
+  - Bump amqp requirement version to >= 2.4.0
+  - Avoid logging passwords on connection events
+  - Kafka driver deployment guide
+  - Remove rpc_backend and ConfFixture.transport_driver
+  - Switch driver to confluent-kafka client library
+  - Bump amqp requirement version to >=2.4.1
+  - Update hacking version
+  - Using pip as a python module
+  - Clean up .gitignore references to personal tools
+  - Mark telemetry tests nv and remove from gate
+  - Remove deprecated rabbit options
+  - add python 3.7 unit test job
+  - Add release note about deprecated option removals
+  - Use templates for cover and lower-constraints
+  - Call listener stop only if listener is initialized
+
+---
+Wed Mar  6 22:09:37 UTC 2019 - cloud-de...@suse.de
+
+- update to version 8.1.2
+  - Update UPPER_CONSTRAINTS_FILE for stable/rocky
+  - Avoid logging passwords on connection events
+  - Update .gitreview for stable/rocky
+  - import zuul job settings from project-config
+
+---

Old:

  oslo.messaging-8.1.0.tar.gz

New:

  oslo.messaging-9.5.0.tar.gz



Other differences:
--
++ python-oslo.messaging.spec ++
--- /var/tmp/diff_new_pack.jyUdMZ/_old  2019-05-03 22:42:28.247247052 +0200
+++ /var/tmp/diff_new_pack.jyUdMZ/_new  2019-05-03 22:42:28.251247060 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-oslo.messaging
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,30 +12,30 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   python-oslo.messaging
-Version:8.1.0
+Version:9.5.0
 Release:0
 Summary:OpenStack oslo.messaging library
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/oslo.messaging
-Source0:
https://files.pythonhosted.org/packages/source/o/oslo.messaging/oslo.messaging-8.1.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/o/oslo.messaging/oslo.messaging-9.5.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
 BuildRequires:  python2-PyYAML >= 3.12
 BuildRequires:  python2-WebOb >= 1.7.1
-BuildRequires:  python2-amqp >= 2.3.0
+BuildRequires:  python2-amqp >= 2.4.1
 BuildRequires:  python2-cachetools >= 2.0.0
+BuildRequires:  python2-confluent-kafka
 BuildRequires:  python2-debtcollector >= 1.2.0
 

commit python-oslo.policy for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package python-oslo.policy for 
openSUSE:Factory checked in at 2019-05-03 22:42:31

Comparing /work/SRC/openSUSE:Factory/python-oslo.policy (Old)
 and  /work/SRC/openSUSE:Factory/.python-oslo.policy.new.5148 (New)


Package is "python-oslo.policy"

Fri May  3 22:42:31 2019 rev:10 rq:692861 version:2.1.1

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.policy/python-oslo.policy.changes
2018-10-01 08:18:23.209930680 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.policy.new.5148/python-oslo.policy.changes
  2019-05-03 22:42:32.791256618 +0200
@@ -2 +2,42 @@
-Wed Sep 19 23:17:37 UTC 2018 - cloud-de...@suse.de
+Mon Apr  8 11:37:57 UTC 2019 - cloud-de...@suse.de
+
+- update to version 2.1.1
+  - Use template for lower-constraints
+  - Fix sample config value when set_defaults is used
+  - Imported Translations from Zanata
+  - sphinxext: Start parsing 'DocumentedRuleDefault.description' as rST
+  - Remove PyPI downloads
+  - Fully log RBAC enforcement data
+  - Add ability to pass in target data for the oslopolicy-checker
+  - Add guidelines for naming policies
+  - Prevent sensitive target data from being logged
+  - generator: Reimplement wrapping of 'description'
+  - Change openstack-dev to openstack-discuss
+  - import zuul job settings from project-config
+  - oslopolicy-checker: iterate through rules in sorted order
+  - Update reno for stable/rocky
+  - add python 3.6 unit test job
+  - Add domain scope support for scope types
+  - Correct typo in docs
+  - Unit test for CLI
+  - Add docs for developers testing APIs
+  - add lib-forward-testing-python3 test job
+  - Move _capture_stdout to a common place
+  - Use oslo.config instead of argparse.
+  - Pass in policy name as part of the oslopolicy-check check call
+  - Add minor nits in testing documentation
+  - Docs: Remove references to JSON format
+  - Add ability for policy-checker to read configuration
+  - Add policy-upgrade tool
+  - Fix usage of token fixture in shell tests
+  - Fixes is_admin type from StrOpt to BoolOpt.
+  - Fixes file access using with statements.
+  - Update hacking version
+  - Make upgrades more robust with policy overrides
+  - Clean up .gitignore references to personal tools
+  - Enhance test to prevent JSON parsing regression
+  - Update sphinx extension logging
+  - add python 3.7 unit test job
+
+---
+Thu Sep 20 22:21:48 UTC 2018 - cloud-de...@suse.de

Old:

  oslo.policy-1.38.1.tar.gz

New:

  oslo.policy-2.1.1.tar.gz



Other differences:
--
++ python-oslo.policy.spec ++
--- /var/tmp/diff_new_pack.AUeQeb/_old  2019-05-03 22:42:34.079259330 +0200
+++ /var/tmp/diff_new_pack.AUeQeb/_new  2019-05-03 22:42:34.115259406 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-oslo.policy
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,18 @@
 
 
 Name:   python-oslo.policy
-Version:1.38.1
+Version:2.1.1
 Release:0
 Summary:OpenStack Oslo Policy library
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/oslo.policy
-Source0:
https://files.pythonhosted.org/packages/source/o/oslo.policy/oslo.policy-1.38.1.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/o/oslo.policy/oslo.policy-2.1.1.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
 BuildRequires:  python2-PyYAML >= 3.12
-BuildRequires:  python2-docutils
 BuildRequires:  python2-oslo.config >= 5.2.0
-BuildRequires:  python2-oslo.context >= 2.21.0
+BuildRequires:  python2-oslo.context >= 2.22.0
 BuildRequires:  python2-oslo.i18n >= 3.15.3
 BuildRequires:  python2-oslo.serialization >= 2.18.0
 BuildRequires:  python2-oslotest
@@ -39,9 +38,8 @@
 BuildRequires:  python2-stestr
 BuildRequires:  python3-PyYAML >= 3.12
 BuildRequires:  python3-devel
-BuildRequires:  python3-docutils
 BuildRequires:  python3-oslo.config >= 5.2.0
-BuildRequires:  python3-oslo.context >= 2.21.0
+BuildRequires:  python3-oslo.context >= 2.22.0
 BuildRequires:  python3-oslo.i18n >= 3.15.3
 BuildRequires:  python3-oslo.serialization >= 2.18.0
 BuildRequires:  python3-oslotest
@@ -51,7 +49,7 @@
 BuildRequires:  python3-stestr
 Requires:   python-PyYAML >= 3.12
 Requires:   python-oslo.config >= 5.2.0
-Requires:   python-oslo.context >= 2.21.0
+Requires:   python-oslo.context >= 2.22.0
 Requires:   python-oslo.i18n >= 

commit python-ovsdbapp for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package python-ovsdbapp for openSUSE:Factory 
checked in at 2019-05-03 22:43:06

Comparing /work/SRC/openSUSE:Factory/python-ovsdbapp (Old)
 and  /work/SRC/openSUSE:Factory/.python-ovsdbapp.new.5148 (New)


Package is "python-ovsdbapp"

Fri May  3 22:43:06 2019 rev:3 rq:692873 version:0.15.0

Changes:

--- /work/SRC/openSUSE:Factory/python-ovsdbapp/python-ovsdbapp.changes  
2019-03-07 10:50:35.897850980 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-ovsdbapp.new.5148/python-ovsdbapp.changes
2019-05-03 22:43:06.799328217 +0200
@@ -1,0 +2,30 @@
+Mon Apr  8 13:52:13 UTC 2019 - cloud-de...@suse.de
+
+- update to version 0.15.0
+  - Update home-page
+  - Check for oslo library usage
+  - Pass posargs to pylint, not flake8
+  - Fix functional tests timeout race condition
+  - Expand retry behavior to cover other python-ovs methods
+  - update pylint to 1.9.2
+  - import zuul job settings from project-config
+  - NBDB API: Add param if_exists for methods using db_remove()
+  - Change openstack-dev to openstack-discuss
+  - Add Gateway_Chassis support
+  - Update reno for stable/rocky
+  - Attempt to fetch the schema from any remote
+  - Fix a typo in docstring
+  - add python 3.6 unit test job
+  - Add WaitEvent to the API
+  - Ensure timeout on queueing transaction
+  - Remove the oslo-utils dependency
+  - Group tests in same class to run in same group
+  - Move ovsdbapp jobs to its tree
+  - Convert base commands to ReadOnlyCommand
+  - fix tox python3 overrides
+  - Allow read-only Commands to bypass txns in execute()
+  - Migrate tempest job to zuul v3 native
+  - ut: Patch get_ident for race transaction test
+  - Make nested transaction thread aware
+
+---

Old:

  ovsdbapp-0.12.3.tar.gz

New:

  ovsdbapp-0.15.0.tar.gz



Other differences:
--
++ python-ovsdbapp.spec ++
--- /var/tmp/diff_new_pack.zbJsUc/_old  2019-05-03 22:43:08.327331433 +0200
+++ /var/tmp/diff_new_pack.zbJsUc/_new  2019-05-03 22:43:08.347331476 +0200
@@ -18,69 +18,77 @@
 
 %define with_tests 0
 Name:   python-ovsdbapp
-Version:0.12.3
+Version:0.15.0
 Release:0
 Summary:A library for creating OVSDB applications
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/ovsdbapp
-Source0:
https://files.pythonhosted.org/packages/source/o/ovsdbapp/ovsdbapp-%{version}.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/o/ovsdbapp/ovsdbapp-0.15.0.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python-devel
-BuildRequires:  python-fixtures >= 3.0.0
-BuildRequires:  python-os-testr
-BuildRequires:  python-oslotest
-BuildRequires:  python-ovs >= 2.8.0
-BuildRequires:  python-pbr >= 2.0.0
-BuildRequires:  python-stestr
-BuildRequires:  python-testscenarios
-BuildRequires:  python-testtools
+BuildRequires:  python2-fixtures >= 3.0.0
+BuildRequires:  python2-oslotest
+BuildRequires:  python2-ovs >= 2.8.0
+BuildRequires:  python2-pbr >= 2.0.0
+BuildRequires:  python2-stestr
+BuildRequires:  python2-testscenarios
+BuildRequires:  python2-testtools
+BuildRequires:  python3-fixtures >= 3.0.0
+BuildRequires:  python3-oslotest
+BuildRequires:  python3-ovs >= 2.8.0
+BuildRequires:  python3-pbr >= 2.0.0
+BuildRequires:  python3-stestr
+BuildRequires:  python3-testscenarios
+BuildRequires:  python3-testtools
 Requires:   python-fixtures >= 3.0.0
+Requires:   python-netaddr >= 0.7.18
 Requires:   python-ovs >= 2.8.0
 Requires:   python-pbr >= 2.0.0
+Requires:   python-six >= 1.10.0
 BuildArch:  noarch
+%python_subpackages
 
 %description
 The ovdsbapp library is useful for creating applications that communicate via
 Open_vSwitchs OVSDB protocol (https://tools.ietf.org/html/rfc7047). It wraps
 the Python 'ovs' and adds an event loop and friendly transactions.
 
-%package doc
+%package -n python-ovsdbapp-doc
 Summary:Documentation for OpenStack log library
 Group:  Development/Languages/Python
 BuildRequires:  python-Sphinx
 BuildRequires:  python-openstackdocstheme
 
-%description doc
+%description -n python-ovsdbapp-doc
 Documentation for the ovsdbap library.
 
 %prep
 %autosetup -p1 -n ovsdbapp-%{version}
 %py_req_cleanup
-sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
-%{py2_build}
+%{python_build}
 
 # generate html docs
-%{__python2} setup.py build_sphinx
+PBR_VERSION=0.15.0 PYTHONPATH=. \
+sphinx-build -b html doc/source doc/build/html
 rm -rf doc/build/html/.{doctrees,buildinfo}
 
 %install
-%{py2_install}
+%{python_install}
 
 %if 0%{?with_tests}
 %check
-stestr run

commit python-oslo.config for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package python-oslo.config for 
openSUSE:Factory checked in at 2019-05-03 22:42:09

Comparing /work/SRC/openSUSE:Factory/python-oslo.config (Old)
 and  /work/SRC/openSUSE:Factory/.python-oslo.config.new.5148 (New)


Package is "python-oslo.config"

Fri May  3 22:42:09 2019 rev:30 rq:692854 version:6.8.1

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.config/python-oslo.config.changes
2019-02-26 22:18:49.682141506 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.config.new.5148/python-oslo.config.changes
  2019-05-03 22:42:10.743210200 +0200
@@ -1,0 +2,41 @@
+Mon Apr  8 11:24:14 UTC 2019 - cloud-de...@suse.de
+
+- update to version 6.8.1
+  - Unit tests to illustrate positional argument bug
+  - move some documentation out of the source files
+  - Optimizing the safety of the http link site in faq.rst.
+  - Fix get_location for opts in groups
+  - Update mailinglist from dev to discuss
+  - Use template for lower-constraints
+  - Add support for machine-readable files to validator
+  - Clean up grammar and spelling in driver docs
+  - import zuul job settings from project-config
+  - generator: Pass conf to _OptFormatter
+  - sphinxext: Print output to logs, not to file
+  - sphinxext: Handle multi-line group descriptions
+  - Close a previously opened file in config generator
+  - Always build universal wheels
+  - Update reno for stable/rocky
+  - Add support for looking in environment for config
+  - Simple config validator
+  - avoid trailing space in sphinxext log output
+  - add python 3.6 unit test job
+  - python3: Ensure ConfigOpts __iter__ uses list(d.keys())
+  - [Configuration] Clean up .gitignore files.
+  - sphinxext: Stop emitting lines multiple times
+  - Document when sample_default is in use
+  - add lib-forward-testing-python3 test job
+  - Add release note and documentation for config validator
+  - Cleaning testrepository occurrences.
+  - Write sphinxext debug tempfile with linebreaks
+  - Replace assertRaisesRegexp with assertRaisesRegex
+  - fix formatting of sample defaults
+  - Migrating oslo.config to use stestr
+  - Resolve deprecation warning for rfc3986 uri validation
+  - Update hacking version
+  - Clean up .gitignore references to personal tools
+  - Update sphinx extension logging
+  - add python 3.7 unit test job
+  - Revert "Optimizing the safety of the http link site in faq.rst."
+
+---

Old:

  oslo.config-6.4.1.tar.gz

New:

  oslo.config-6.8.1.tar.gz



Other differences:
--
++ python-oslo.config.spec ++
--- /var/tmp/diff_new_pack.3D81No/_old  2019-05-03 22:42:11.331211438 +0200
+++ /var/tmp/diff_new_pack.3D81No/_new  2019-05-03 22:42:11.331211438 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   python-oslo.config
-Version:6.4.1
+Version:6.8.1
 Release:0
 Summary:OpenStack common configuration library
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/oslo.config
-Source0:
https://files.pythonhosted.org/packages/source/o/oslo.config/oslo.config-6.4.1.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/o/oslo.config/oslo.config-6.8.1.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
 BuildRequires:  python2-PyYAML >= 3.12
@@ -34,10 +34,9 @@
 BuildRequires:  python2-oslo.i18n >= 3.15.3
 BuildRequires:  python2-oslotest
 BuildRequires:  python2-pbr
-BuildRequires:  python2-python-subunit
 BuildRequires:  python2-requests >= 2.18.0
 BuildRequires:  python2-requests-mock
-BuildRequires:  python2-rfc3986 >= 0.3.1
+BuildRequires:  python2-rfc3986 >= 1.2.0
 BuildRequires:  python2-six >= 1.10.0
 BuildRequires:  python2-stevedore >= 1.20.0
 BuildRequires:  python2-testrepository
@@ -52,10 +51,9 @@
 BuildRequires:  python3-oslo.i18n >= 3.15.3
 BuildRequires:  python3-oslotest
 BuildRequires:  python3-pbr
-BuildRequires:  python3-python-subunit
 BuildRequires:  python3-requests >= 2.18.0
 BuildRequires:  python3-requests-mock
-BuildRequires:  python3-rfc3986 >= 0.3.1
+BuildRequires:  python3-rfc3986 >= 1.2.0
 BuildRequires:  python3-six >= 1.10.0
 BuildRequires:  python3-stevedore >= 1.20.0
 BuildRequires:  python3-testrepository
@@ -66,7 +64,7 @@
 Requires:   python-netaddr >= 0.7.18
 Requires:   python-oslo.i18n >= 3.15.3
 Requires:   python-requests >= 2.18.0
-Requires:   python-rfc3986 >= 0.3.1
+Requires:   python-rfc3986 >= 1.2.0
 Requires:   python-six >= 1.10.0
 Requires:   python-stevedore >= 1.20.0
 BuildArch:  noarch
@@ -103,14 +101,13 @@
 Documentation for the oslo-config library.
 
 %prep
-%autosetup -p1 -n 

commit python-oslo.db for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package python-oslo.db for openSUSE:Factory 
checked in at 2019-05-03 22:42:15

Comparing /work/SRC/openSUSE:Factory/python-oslo.db (Old)
 and  /work/SRC/openSUSE:Factory/.python-oslo.db.new.5148 (New)


Package is "python-oslo.db"

Fri May  3 22:42:15 2019 rev:16 rq:692856 version:4.44.0

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.db/python-oslo.db.changes
2018-09-07 15:38:52.250570469 +0200
+++ /work/SRC/openSUSE:Factory/.python-oslo.db.new.5148/python-oslo.db.changes  
2019-05-03 22:42:18.871227313 +0200
@@ -1,0 +2,32 @@
+Mon Apr  8 11:40:26 UTC 2019 - cloud-de...@suse.de
+
+- update to version 4.44.0
+  - Update mailinglist from dev to discuss
+  - Add "is_started" flag to enginefacade
+  - Resolve SAWarning in Query.soft_delete()
+  - exc_filters: fix deadlock detection for MariaDB/Galera cluster
+  - Move warnings to their own module
+  - Always build universal wheels
+  - Update hacking version
+  - add lib-forward-testing-python3 test job
+  - Remove convert_unicode flag
+  - import zuul job settings from project-config
+  - Imported Translations from Zanata
+  - Fix FOREIGN KEY messages for MariaDB 10.2, 10.3
+  - Update reno for stable/rocky
+  - Clean up .gitignore references to personal tools
+  - Don't quote {posargs} in tox.ini
+  - Use template for lower-constraints
+  - add python 3.6 unit test job
+  - Switch to stestr
+
+---
+Mon Mar 25 13:21:58 UTC 2019 - cloud-de...@suse.de
+
+- update to version 4.40.1
+  - Update UPPER_CONSTRAINTS_FILE for stable/rocky
+  - Resolve SAWarning in Query.soft_delete()
+  - Update .gitreview for stable/rocky
+  - import zuul job settings from project-config
+
+---

Old:

  oslo.db-4.40.0.tar.gz

New:

  oslo.db-4.44.0.tar.gz



Other differences:
--
++ python-oslo.db.spec ++
--- /var/tmp/diff_new_pack.hU2XNQ/_old  2019-05-03 22:42:19.259228129 +0200
+++ /var/tmp/diff_new_pack.hU2XNQ/_new  2019-05-03 22:42:19.263228138 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-oslo.db
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   python-oslo.db
-Version:4.40.0
+Version:4.44.0
 Release:0
 Summary:OpenStack oslo.db library
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/oslo.db
-Source0:
https://files.pythonhosted.org/packages/source/o/oslo.db/oslo.db-4.40.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/o/oslo.db/oslo.db-4.44.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
 BuildRequires:  python2-PyMySQL
@@ -43,7 +43,7 @@
 BuildRequires:  python2-reno
 BuildRequires:  python2-six >= 1.10.0
 BuildRequires:  python2-sqlalchemy-migrate >= 0.11.0
-BuildRequires:  python2-testrepository
+BuildRequires:  python2-stestr
 BuildRequires:  python2-testresources >= 2.0.0
 BuildRequires:  python2-testscenarios >= 0.4
 BuildRequires:  python2-testtools
@@ -65,7 +65,7 @@
 BuildRequires:  python3-reno
 BuildRequires:  python3-six >= 1.10.0
 BuildRequires:  python3-sqlalchemy-migrate >= 0.11.0
-BuildRequires:  python3-testrepository
+BuildRequires:  python3-stestr
 BuildRequires:  python3-testresources >= 2.0.0
 BuildRequires:  python3-testscenarios >= 0.4
 BuildRequires:  python3-testtools
@@ -103,9 +103,8 @@
 Documentation for the Oslo database handling library.
 
 %prep
-%autosetup -p1 -n oslo.db-4.40.0
+%autosetup -p1 -n oslo.db-4.44.0
 %py_req_cleanup
-sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %{python_build}
@@ -119,9 +118,7 @@
 %{python_install}
 
 %check
-%{python_expand rm -rf .testrepository
-$python setup.py testr
-}
+%python_exec -m stestr.cli run
 
 %files %{python_files}
 %license LICENSE

++ _service ++
--- /var/tmp/diff_new_pack.hU2XNQ/_old  2019-05-03 22:42:19.283228180 +0200
+++ /var/tmp/diff_new_pack.hU2XNQ/_new  2019-05-03 22:42:19.283228180 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/oslo.db/oslo.db.spec.j2
+

commit python-oslo.privsep for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package python-oslo.privsep for 
openSUSE:Factory checked in at 2019-05-03 22:42:34

Comparing /work/SRC/openSUSE:Factory/python-oslo.privsep (Old)
 and  /work/SRC/openSUSE:Factory/.python-oslo.privsep.new.5148 (New)


Package is "python-oslo.privsep"

Fri May  3 22:42:34 2019 rev:10 rq:692862 version:1.32.1

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.privsep/python-oslo.privsep.changes  
2019-03-20 13:18:23.593356467 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.privsep.new.5148/python-oslo.privsep.changes
2019-05-03 22:42:36.503264433 +0200
@@ -1,0 +2,27 @@
+Mon Apr  8 11:35:28 UTC 2019 - cloud-de...@suse.de
+
+- update to version 1.32.1
+  - Remove PyPI downloads
+  - Switch to stestr
+  - Update mailinglist from dev to discuss
+  - Use template for lower-constraints
+  - import zuul job settings from project-config
+  - Add that 'Release Notes' in README
+  - Add futures as a requirement for Python 2
+  - Added example blogposts
+  - Update reno for stable/rocky
+  - Don't quote {posargs} in tox.ini
+  - add python 3.6 unit test job
+  - add lib-forward-testing-python3 test job
+  - Expose privsep options for config-generator
+  - Set unicode_errors handler to 'surrogateescape' in msgpack
+  - Trivial: Update pypi url to new url
+  - Replace assertRaisesRegexp with assertRaisesRegex
+  - Avoids calling ffi.dlopen(None) on Windows
+  - fix tox python3 overrides
+  - Update hacking version
+  - Clean up .gitignore references to personal tools
+  - Use threads to process target function
+  - add python 3.7 unit test job
+
+---

Old:

  oslo.privsep-1.29.2.tar.gz

New:

  oslo.privsep-1.32.1.tar.gz



Other differences:
--
++ python-oslo.privsep.spec ++
--- /var/tmp/diff_new_pack.AqvH1K/_old  2019-05-03 22:42:37.923267423 +0200
+++ /var/tmp/diff_new_pack.AqvH1K/_new  2019-05-03 22:42:37.947267474 +0200
@@ -17,15 +17,14 @@
 
 
 Name:   python-oslo.privsep
-Version:1.29.2
+Version:1.32.1
 Release:0
 Summary:OpenStack library for privilege separation
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/oslo.privsep
-Source0:
https://files.pythonhosted.org/packages/source/o/oslo.privsep/oslo.privsep-1.29.2.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/o/oslo.privsep/oslo.privsep-1.32.1.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python-devel
 BuildRequires:  python2-Sphinx
 BuildRequires:  python2-cffi >= 1.7.0
 BuildRequires:  python2-eventlet >= 0.18.2
@@ -43,7 +42,6 @@
 BuildRequires:  python2-stestr
 BuildRequires:  python3-Sphinx
 BuildRequires:  python3-cffi >= 1.7.0
-BuildRequires:  python3-devel
 BuildRequires:  python3-eventlet >= 0.18.2
 BuildRequires:  python3-greenlet >= 0.4.10
 BuildRequires:  python3-mock
@@ -68,7 +66,9 @@
 BuildArch:  noarch
 %ifpython2
 BuildRequires:  python-enum34 >= 1.0.4
+BuildRequires:  python-futures >= 3.1.1
 Requires:   python-enum34 >= 1.0.4
+Requires:   python-futures >= 3.1.1
 %endif
 %if 0%{?suse_version}
 Requires(post): update-alternatives
@@ -92,9 +92,8 @@
 Documentation for oslo.privsep
 
 %prep
-%autosetup -p1 -n oslo.privsep-1.29.2
+%autosetup -p1 -n oslo.privsep-1.32.1
 %py_req_cleanup
-sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %python_build
@@ -114,8 +113,9 @@
 %python_uninstall_alternative privsep-helper
 
 %check
-export PYTHONPATH=.
-%python_exec -m stestr.cli run
+%{python_expand export PYTHONPATH=.
+$python  -m stestr.cli run
+}
 
 %files %{python_files}
 %doc README.rst

++ _service ++
--- /var/tmp/diff_new_pack.AqvH1K/_old  2019-05-03 22:42:38.171267945 +0200
+++ /var/tmp/diff_new_pack.AqvH1K/_new  2019-05-03 22:42:38.171267945 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/oslo.privsep/oslo.privsep.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/oslo.privsep/oslo.privsep.spec.j2
 python-oslo.privsep.spec
-https://raw.githubusercontent.com/openstack/oslo.privsep/stable/rocky/requirements.txt
+https://raw.githubusercontent.com/openstack/oslo.privsep/stable/stein/requirements.txt
 cloud-de...@suse.de
 gh,openstack,oslo.privsep
   

++ oslo.privsep-1.29.2.tar.gz -> oslo.privsep-1.32.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.privsep-1.29.2/.zuul.yaml 
new/oslo.privsep-1.32.1/.zuul.yaml
--- old/oslo.privsep-1.29.2/.zuul.yaml  2018-09-25 21:49:23.0 

commit python-oslo.serialization for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package python-oslo.serialization for 
openSUSE:Factory checked in at 2019-05-03 22:42:41

Comparing /work/SRC/openSUSE:Factory/python-oslo.serialization (Old)
 and  /work/SRC/openSUSE:Factory/.python-oslo.serialization.new.5148 (New)


Package is "python-oslo.serialization"

Fri May  3 22:42:41 2019 rev:12 rq:692865 version:2.28.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-oslo.serialization/python-oslo.serialization.changes
  2018-09-07 15:39:08.726552783 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.serialization.new.5148/python-oslo.serialization.changes
2019-05-03 22:42:42.795277680 +0200
@@ -1,0 +2,19 @@
+Mon Apr  8 11:25:54 UTC 2019 - cloud-de...@suse.de
+
+- update to version 2.28.2
+  - Update mailinglist from dev to discuss
+  - Clean up .gitignore references to personal tools
+  - Switch to stestr
+  - Fix README
+  - Update hacking version
+  - Update reno for stable/rocky
+  - Add release notes link to README
+  - Use template for lower-constraints
+  - Update the home-page to latest
+  - add lib-forward-testing-python3 test job
+  - add python 3.6 unit test job
+  - py37: deal with Exception repr changes
+  - add python 3.7 unit test job
+  - import zuul job settings from project-config
+
+---

Old:

  oslo.serialization-2.27.0.tar.gz

New:

  oslo.serialization-2.28.2.tar.gz



Other differences:
--
++ python-oslo.serialization.spec ++
--- /var/tmp/diff_new_pack.gATEzg/_old  2019-05-03 22:42:43.287278716 +0200
+++ /var/tmp/diff_new_pack.gATEzg/_new  2019-05-03 22:42:43.287278716 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-oslo.serialization
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   python-oslo.serialization
-Version:2.27.0
+Version:2.28.2
 Release:0
 Summary:OpenStack serialization library
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/oslo.serialization
-Source0:
https://files.pythonhosted.org/packages/source/o/oslo.serialization/oslo.serialization-2.27.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/o/oslo.serialization/oslo.serialization-2.28.2.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
 BuildRequires:  python2-ipaddress
@@ -34,7 +34,7 @@
 BuildRequires:  python2-oslo.utils >= 3.33.0
 BuildRequires:  python2-oslotest
 BuildRequires:  python2-pbr >= 2.0.0
-BuildRequires:  python2-testrepository
+BuildRequires:  python2-stestr
 BuildRequires:  python3-devel
 BuildRequires:  python3-mock
 BuildRequires:  python3-msgpack >= 0.5.2
@@ -43,7 +43,7 @@
 BuildRequires:  python3-oslo.utils >= 3.33.0
 BuildRequires:  python3-oslotest
 BuildRequires:  python3-pbr >= 2.0.0
-BuildRequires:  python3-testrepository
+BuildRequires:  python3-stestr
 Requires:   python-msgpack >= 0.5.2
 Requires:   python-oslo.utils >= 3.33.0
 Requires:   python-pytz >= 2013.6
@@ -67,9 +67,9 @@
 This package contains the documentation.
 
 %prep
-%autosetup -p1 -n oslo.serialization-2.27.0
+%autosetup -p1 -n oslo.serialization-2.28.2
+sed -i -e "s,bandit.*,," test-requirements.txt
 %py_req_cleanup
-sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %{python_build}
@@ -83,9 +83,7 @@
 %{python_install}
 
 %check
-%{python_expand rm -rf .testrepository
-$python setup.py test
-}
+%python_exec -m stestr.cli run
 
 %files %{python_files}
 %license LICENSE

++ _service ++
--- /var/tmp/diff_new_pack.gATEzg/_old  2019-05-03 22:42:43.315278775 +0200
+++ /var/tmp/diff_new_pack.gATEzg/_new  2019-05-03 22:42:43.315278775 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/oslo.serialization/oslo.serialization.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/oslo.serialization/oslo.serialization.spec.j2
 python-oslo.serialization.spec
-https://raw.githubusercontent.com/openstack/oslo.serialization/stable/rocky/requirements.txt
+

commit python-oslo.utils for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package python-oslo.utils for 
openSUSE:Factory checked in at 2019-05-03 22:42:48

Comparing /work/SRC/openSUSE:Factory/python-oslo.utils (Old)
 and  /work/SRC/openSUSE:Factory/.python-oslo.utils.new.5148 (New)


Package is "python-oslo.utils"

Fri May  3 22:42:48 2019 rev:17 rq:692867 version:3.40.3

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.utils/python-oslo.utils.changes  
2018-09-07 15:39:13.606547546 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.utils.new.5148/python-oslo.utils.changes
2019-05-03 22:42:50.211293293 +0200
@@ -1,0 +2,25 @@
+Mon Apr  8 11:23:34 UTC 2019 - cloud-de...@suse.de
+
+- update to version 3.40.3
+  - Update mailinglist from dev to discuss
+  - Fix docstring formatting nit in uuidsentinel
+  - Fix race condition in eventletutils Event
+  - Use template for lower-constraints
+  - Remove extra copy.deepcopy
+  - Fix exception raise at rpdb session
+  - Expose eventlet Event wrapper class
+  - add lib-forward-testing-python3 test job
+  - add python 3.7 unit test job
+  - Remove moxstubout usage
+  - Avoid calling eventlet.event.Event.reset()
+  - Avoid double-setting event
+  - Update reno for stable/rocky
+  - Support non-dict mappings in mask_dict_password
+  - Clean up .gitignore references to personal tools
+  - Update hacking version
+  - UUID sentinel
+  - add python 3.6 unit test job
+  - Don't use monotonic on Python >=3.3
+  - import zuul job settings from project-config
+
+---

Old:

  oslo.utils-3.36.4.tar.gz

New:

  oslo.utils-3.40.3.tar.gz



Other differences:
--
++ python-oslo.utils.spec ++
--- /var/tmp/diff_new_pack.Hz71V6/_old  2019-05-03 22:42:51.515296039 +0200
+++ /var/tmp/diff_new_pack.Hz71V6/_new  2019-05-03 22:42:51.515296039 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-oslo.utils
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,22 +12,23 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   python-oslo.utils
-Version:3.36.4
+Version:3.40.3
 Release:0
 Summary:OpenStack Utils Library
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/oslo.utils
-Source0:
https://files.pythonhosted.org/packages/source/o/oslo.utils/oslo.utils-3.36.4.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/o/oslo.utils/oslo.utils-3.40.3.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python2-Babel
 BuildRequires:  python2-ddt
 BuildRequires:  python2-debtcollector >= 1.2.0
+BuildRequires:  python2-eventlet
 BuildRequires:  python2-fixtures
 BuildRequires:  python2-iso8601 >= 0.1.11
 BuildRequires:  python2-mock
@@ -38,30 +39,27 @@
 BuildRequires:  python2-oslotest
 BuildRequires:  python2-pbr >= 2.0.0
 BuildRequires:  python2-pyparsing >= 2.1.0
-BuildRequires:  python2-python-subunit
 BuildRequires:  python2-stestr
 BuildRequires:  python2-testscenarios
 BuildRequires:  python2-testtools
 BuildRequires:  python3-Babel
 BuildRequires:  python3-ddt
 BuildRequires:  python3-debtcollector >= 1.2.0
+BuildRequires:  python3-eventlet
 BuildRequires:  python3-fixtures
 BuildRequires:  python3-iso8601 >= 0.1.11
 BuildRequires:  python3-mock
-BuildRequires:  python3-monotonic >= 0.6
 BuildRequires:  python3-netaddr >= 0.7.18
 BuildRequires:  python3-netifaces >= 0.10.4
 BuildRequires:  python3-oslo.i18n >= 3.15.3
 BuildRequires:  python3-oslotest
 BuildRequires:  python3-pbr >= 2.0.0
 BuildRequires:  python3-pyparsing >= 2.1.0
-BuildRequires:  python3-python-subunit
 BuildRequires:  python3-stestr
 BuildRequires:  python3-testscenarios
 BuildRequires:  python3-testtools
 Requires:   python-debtcollector >= 1.2.0
 Requires:   python-iso8601 >= 0.1.11
-Requires:   python-monotonic >= 0.6
 Requires:   python-netaddr >= 0.7.18
 Requires:   python-netifaces >= 0.10.4
 Requires:   python-oslo.i18n >= 3.15.3
@@ -69,6 +67,9 @@
 Requires:   python-pytz >= 2013.6
 Requires:   python-six >= 1.10.0
 BuildArch:  noarch
+%ifpython2
+Requires:   python-monotonic >= 0.6
+%endif
 %python_subpackages
 
 %description
@@ -85,9 +86,8 @@
 Documentation for OpenStack utils library.
 
 %prep

commit python-oslo.versionedobjects for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package python-oslo.versionedobjects for 
openSUSE:Factory checked in at 2019-05-03 22:42:52

Comparing /work/SRC/openSUSE:Factory/python-oslo.versionedobjects (Old)
 and  /work/SRC/openSUSE:Factory/.python-oslo.versionedobjects.new.5148 
(New)


Package is "python-oslo.versionedobjects"

Fri May  3 22:42:52 2019 rev:7 rq:692868 version:1.35.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-oslo.versionedobjects/python-oslo.versionedobjects.changes
2018-09-07 15:39:16.622544310 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.versionedobjects.new.5148/python-oslo.versionedobjects.changes
  2019-05-03 22:42:54.771302894 +0200
@@ -1,0 +2,20 @@
+Mon Apr  8 11:34:36 UTC 2019 - cloud-de...@suse.de
+
+- update to version 1.35.1
+  - Update hacking version
+  - Update mailinglist from dev to discuss
+  - add python 3.7 unit test job
+  - add lib-forward-testing-python3 test job
+  - Lower ObjectVersionChecker logging to DEBUG level
+  - Allow lists to be generated from any non-string iterable
+  - import zuul job settings from project-config
+  - Imported Translations from Zanata
+  - Update reno for stable/rocky
+  - Clean up .gitignore references to personal tools
+  - Use template for lower-constraints
+  - add python 3.6 unit test job
+  - Add ListOfUUIDField
+  - Switch to stestr
+  - delete unused '='
+
+---

Old:

  oslo.versionedobjects-1.33.3.tar.gz

New:

  oslo.versionedobjects-1.35.1.tar.gz



Other differences:
--
++ python-oslo.versionedobjects.spec ++
--- /var/tmp/diff_new_pack.AsdyG6/_old  2019-05-03 22:42:55.399304216 +0200
+++ /var/tmp/diff_new_pack.AsdyG6/_new  2019-05-03 22:42:55.399304216 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-oslo.versionedobjects
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   python-oslo.versionedobjects
-Version:1.33.3
+Version:1.35.1
 Release:0
 Summary:Oslo Versioned Objects library
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/oslo.versionedobjects
-Source0:
https://files.pythonhosted.org/packages/source/o/oslo.versionedobjects/oslo.versionedobjects-1.33.3.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/o/oslo.versionedobjects/oslo.versionedobjects-1.35.1.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
 BuildRequires:  python2-iso8601 >= 0.1.11
@@ -38,8 +38,7 @@
 BuildRequires:  python2-oslo.utils >= 3.33.0
 BuildRequires:  python2-oslotest
 BuildRequires:  python2-pbr
-BuildRequires:  python2-testrepository
-BuildRequires:  python2-testtools
+BuildRequires:  python2-stestr
 BuildRequires:  python3-devel
 BuildRequires:  python3-iso8601 >= 0.1.11
 BuildRequires:  python3-jsonschema
@@ -53,8 +52,7 @@
 BuildRequires:  python3-oslo.utils >= 3.33.0
 BuildRequires:  python3-oslotest
 BuildRequires:  python3-pbr
-BuildRequires:  python3-testrepository
-BuildRequires:  python3-testtools
+BuildRequires:  python3-stestr
 Requires:   python-WebOb >= 1.7.1
 Requires:   python-iso8601 >= 0.1.11
 Requires:   python-netaddr >= 0.7.18
@@ -88,21 +86,20 @@
 This package contains documentation files for %{name}.
 
 %prep
-%autosetup -p1 -n oslo.versionedobjects-1.33.3
+%autosetup -p1 -n oslo.versionedobjects-1.35.1
 %py_req_cleanup
 
 %build
 %{python_build}
 
 PYTHONPATH=. sphinx-build -b html doc/source doc/build/html
+rm -r doc/build/html/.{doctrees,buildinfo}
 
 %install
 %{python_install}
 
 %check
-%{python_expand rm -rf .testrepository
-$python setup.py testr
-}
+%python_exec -m stestr.cli run
 
 %files %{python_files}
 %license LICENSE

++ _service ++
--- /var/tmp/diff_new_pack.AsdyG6/_old  2019-05-03 22:42:55.435304292 +0200
+++ /var/tmp/diff_new_pack.AsdyG6/_new  2019-05-03 22:42:55.435304292 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/oslo.versionedobjects/oslo.versionedobjects.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/oslo.versionedobjects/oslo.versionedobjects.spec.j2

commit python-oslo.middleware for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package python-oslo.middleware for 
openSUSE:Factory checked in at 2019-05-03 22:42:29

Comparing /work/SRC/openSUSE:Factory/python-oslo.middleware (Old)
 and  /work/SRC/openSUSE:Factory/.python-oslo.middleware.new.5148 (New)


Package is "python-oslo.middleware"

Fri May  3 22:42:29 2019 rev:12 rq:692860 version:3.37.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-oslo.middleware/python-oslo.middleware.changes
2018-09-07 15:39:00.138562001 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.middleware.new.5148/python-oslo.middleware.changes
  2019-05-03 22:42:29.347249368 +0200
@@ -1,0 +2,15 @@
+Mon Apr  8 11:49:31 UTC 2019 - cloud-de...@suse.de
+
+- update to version 3.37.1
+  - Update mailinglist from dev to discuss
+  - Document security considerations for detailed healthcheck
+  - add lib-forward-testing-python3 test job
+  - Remove moxstubout usage
+  - Update reno for stable/rocky
+  - Clean up .gitignore references to personal tools
+  - Use template for lower-constraints
+  - add python 3.6 unit test job
+  - add python 3.7 unit test job
+  - import zuul job settings from project-config
+
+---

Old:

  oslo.middleware-3.36.0.tar.gz

New:

  oslo.middleware-3.37.1.tar.gz



Other differences:
--
++ python-oslo.middleware.spec ++
--- /var/tmp/diff_new_pack.P2SjfO/_old  2019-05-03 22:42:29.871250471 +0200
+++ /var/tmp/diff_new_pack.P2SjfO/_new  2019-05-03 22:42:29.875250480 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-oslo.middleware
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   python-oslo.middleware
-Version:3.36.0
+Version:3.37.1
 Release:0
 Summary:OpenStack oslo.middleware library
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/oslo.middleware
-Source0:
https://files.pythonhosted.org/packages/source/o/oslo.middleware/oslo.middleware-3.36.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/o/oslo.middleware/oslo.middleware-3.37.1.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
 BuildRequires:  python2-Jinja2 >= 2.10
@@ -96,9 +96,8 @@
 This package contains the documentation.
 
 %prep
-%autosetup -p1 -n oslo.middleware-3.36.0
+%autosetup -p1 -n oslo.middleware-3.37.1
 %py_req_cleanup
-sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %{python_build}

++ _service ++
--- /var/tmp/diff_new_pack.P2SjfO/_old  2019-05-03 22:42:29.919250572 +0200
+++ /var/tmp/diff_new_pack.P2SjfO/_new  2019-05-03 22:42:29.919250572 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/oslo.middleware/oslo.middleware.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/oslo.middleware/oslo.middleware.spec.j2
 python-oslo.middleware.spec
-https://raw.githubusercontent.com/openstack/oslo.middleware/stable/rocky/requirements.txt
+https://raw.githubusercontent.com/openstack/oslo.middleware/stable/stein/requirements.txt
 cloud-de...@suse.de
 gh,openstack,oslo.middleware
   

++ oslo.middleware-3.36.0.tar.gz -> oslo.middleware-3.37.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.middleware-3.36.0/.zuul.yaml 
new/oslo.middleware-3.37.1/.zuul.yaml
--- old/oslo.middleware-3.36.0/.zuul.yaml   2018-07-20 03:07:30.0 
+0200
+++ new/oslo.middleware-3.37.1/.zuul.yaml   2019-02-28 19:02:11.0 
+0100
@@ -1,7 +1,13 @@
 - project:
-check:
-  jobs:
-- openstack-tox-lower-constraints
-gate:
-  jobs:
-- openstack-tox-lower-constraints
+templates:
+  - check-requirements
+  - lib-forward-testing
+  - lib-forward-testing-python3
+  - openstack-lower-constraints-jobs
+  - openstack-python-jobs
+  - openstack-python35-jobs
+  - openstack-python36-jobs
+  - openstack-python37-jobs
+  - periodic-stable-jobs
+  - publish-openstack-docs-pti
+  - release-notes-jobs-python3
diff 

commit python-oslo.context for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package python-oslo.context for 
openSUSE:Factory checked in at 2019-05-03 22:42:12

Comparing /work/SRC/openSUSE:Factory/python-oslo.context (Old)
 and  /work/SRC/openSUSE:Factory/.python-oslo.context.new.5148 (New)


Package is "python-oslo.context"

Fri May  3 22:42:12 2019 rev:12 rq:692855 version:2.22.1

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.context/python-oslo.context.changes  
2018-09-07 15:38:48.370574634 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.context.new.5148/python-oslo.context.changes
2019-05-03 22:42:13.971216996 +0200
@@ -1,0 +2,19 @@
+Mon Apr  8 12:27:32 UTC 2019 - cloud-de...@suse.de
+
+- update to version 2.22.1
+  - Update mailinglist from dev to discuss
+  - fix tox python3 overrides
+  - Implement domain-scope for context objects
+  - Switch to stestr
+  - Update hacking version
+  - Always build universal wheels
+  - Update reno for stable/rocky
+  - Clean up .gitignore references to personal tools
+  - Add release notes link to README
+  - Use template for lower-constraints
+  - add lib-forward-testing-python3 test job
+  - add python 3.6 unit test job
+  - add python 3.7 unit test job
+  - import zuul job settings from project-config
+
+---

Old:

  oslo.context-2.21.0.tar.gz

New:

  oslo.context-2.22.1.tar.gz



Other differences:
--
++ python-oslo.context.spec ++
--- /var/tmp/diff_new_pack.qCucZv/_old  2019-05-03 22:42:14.331217754 +0200
+++ /var/tmp/diff_new_pack.qCucZv/_new  2019-05-03 22:42:14.335217763 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-oslo.context
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,31 +12,33 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %bcond_without test
 Name:   python-oslo.context
-Version:2.21.0
+Version:2.22.1
 Release:0
 Summary:OpenStack Oslo context library
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/oslo.context
-Source0:
https://files.pythonhosted.org/packages/source/o/oslo.context/oslo.context-2.21.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/o/oslo.context/oslo.context-2.22.1.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python2-pbr >= 2.0.0
-BuildRequires:  python2-testrepository
 BuildRequires:  python3-pbr >= 2.0.0
-BuildRequires:  python3-testrepository
 Requires:   python-debtcollector >= 1.2.0
 BuildArch:  noarch
 %if %{with test}
 BuildRequires:  python2-debtcollector >= 1.2.0
+BuildRequires:  python2-fixtures
 BuildRequires:  python2-oslotest
+BuildRequires:  python2-stestr
 BuildRequires:  python3-debtcollector >= 1.2.0
+BuildRequires:  python3-fixtures
 BuildRequires:  python3-oslotest
+BuildRequires:  python3-stestr
 %endif
 %python_subpackages
 
@@ -56,10 +58,8 @@
 Documentation for the oslo-context library.
 
 %prep
-%autosetup -p1 -n oslo.context-2.21.0
+%autosetup -p1 -n oslo.context-2.22.1
 %py_req_cleanup
-# without git, openstackdocstheme has warnings which let the doc build fail
-sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %{python_build}
@@ -73,9 +73,7 @@
 
 %if %{with test}
 %check
-%{python_expand rm -rf .testrepository
-$python setup.py testr
-}
+%python_exec -m stestr.cli run
 %endif
 
 %files %{python_files}

++ _service ++
--- /var/tmp/diff_new_pack.qCucZv/_old  2019-05-03 22:42:14.355217805 +0200
+++ /var/tmp/diff_new_pack.qCucZv/_new  2019-05-03 22:42:14.355217805 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/oslo.context/oslo.context.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/oslo.context/oslo.context.spec.j2
 python-oslo.context.spec
-https://raw.githubusercontent.com/openstack/oslo.context/stable/rocky/requirements.txt
+https://raw.githubusercontent.com/openstack/oslo.context/stable/stein/requirements.txt
 cloud-de...@suse.de
 gh,openstack,oslo.context
   

++ oslo.context-2.21.0.tar.gz -> oslo.context-2.22.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit python-openstackclient for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package python-openstackclient for 
openSUSE:Factory checked in at 2019-05-03 22:41:39

Comparing /work/SRC/openSUSE:Factory/python-openstackclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-openstackclient.new.5148 (New)


Package is "python-openstackclient"

Fri May  3 22:41:39 2019 rev:18 rq:692845 version:3.18.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-openstackclient/python-openstackclient.changes
2018-12-06 12:17:29.289508768 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-openstackclient.new.5148/python-openstackclient.changes
  2019-05-03 22:41:40.703146956 +0200
@@ -1,0 +2,82 @@
+Mon Apr  8 12:07:55 UTC 2019 - cloud-de...@suse.de
+
+- update to version 3.18.0
+  - Fix missing trailing spaces in network help messages
+  - Add volume backend capability show command
+  - Add metavar for name parameter in subnet create
+  - Modify the help message for 'registered limit set'
+  - image/v2: support multiple property filters
+  - Add note about version 2.5 when listing servers using --ip6
+  - Add dns-domain support to Network object
+  - Fix broken gate jobs
+  - Fix 'project purge' deleting wrong project's servers and volumes
+  - Support enable/disable uplink status propagation
+  - Allow endpoint filtering on both project and project-domain
+  - Add --key-name and --key-unset option for server rebuild API.
+  - Remove invalid 'unlock-volume' migration arg
+  - Default --nic to 'auto' if creating a server with >= 2.37
+  - Add monascaclient to `not plugins` list
+  - import zuul job settings from project-config
+  - Add DNS support to floating IP commands
+  - More state handling in volume transfer requests functional tests
+  - Updated the take_actions for unified limits
+  - More volume functional test fixes
+  - Use devstack functional base job
+  - Add --property option to 'server rebuild' command
+  - This fix removes an erroneous underscore found within the function named
+  - Partially Revert "Add command to unset information from Subnet-pools"
+  - API microversion 2.69: Handles Down Cells
+  - Don't display router's is_ha and is_distributed attributes always
+  - trivial: modify spelling error of project
+  - Disabling c-backup service for osc-functional-devstack-tips job
+  - Detailed help message for QoS max-burst-kbps value
+  - Update release note version reference table
+  - Update reno for stable/rocky
+  - Update the Neutron CLI decoder document
+  - Make use of keystoneauth service-type filtering for versions
+  - add python 3.6 unit test job
+  - Deprecate volume create --project and --user options
+  - trivial: remove commented-out code
+  - Typo fix
+  - Change openstack-dev to openstack-discuss
+  - Remove str() when setting network objects names
+  - Add Python 3.6 classifier to setup.cfg
+  - Replace assertEqual(True/False, expr) with assertTrue/assertFalse
+  - Remove testr.conf as it's been replaced by stestr
+  - Add py36 env
+  - add lib-forward-testing-python3 test job
+  - Fix inconsistency (nit)
+  - osc-included image signing (using openstacksdk)
+  - Update the URL in doc
+  - Add possibility to filter images using member_status
+  - Handle multiple ports in AddFloatingIP
+  - Mention 2.51 in help for openstack server event show
+  - Add osc repo to the base job definition
+  - Add --name-lookup-one-by-one option to server list
+  - switch documentation job to new PTI
+  - Add floating IP filter to floating IP list command
+  - Address issues from volume backend commands
+  - Paginate over usage list to return all usages
+  - fix tox python3 overrides
+  - Fix i18n issue
+  - Add network segment range command object
+  - Improve document 'openstack complete'
+  - Add volume backup import/export commands
+  - Supports router gateway IP QoS
+  - Add volume backend pool list command
+  - fix multiple server delete produce multiple new lines
+  - Fix some spaces in help messages
+  - Fix: Restore output 'VolumeBackupsRestore' object is not iterable
+  - Fix help message for subnetpool default-quota value
+  - Use os-cloud instead of OS env vars for functional tests
+  - Fix help message of image add project
+  - Handle not having cinderclient.v1 available
+  - Mention compute API 2.50 in openstack quota show --class
+  - Add support for get details of Quota
+  - Add --attached / --detached parameter to volume set
+  - add python 3.7 unit test job
+  - Remove python-ceilometerclient
+  - Use templates for cover and lower-constraints
+  - Add project param in LimitList parser
+
+---

Old:

  python-openstackclient-3.16.2.tar.gz

New:

  python-openstackclient-3.18.0.tar.gz



Other differences:
--

commit python-muranoclient for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package python-muranoclient for 
openSUSE:Factory checked in at 2019-05-03 22:41:27

Comparing /work/SRC/openSUSE:Factory/python-muranoclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-muranoclient.new.5148 (New)


Package is "python-muranoclient"

Fri May  3 22:41:27 2019 rev:7 rq:692840 version:1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/python-muranoclient/python-muranoclient.changes  
2018-09-07 15:38:00.990625522 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-muranoclient.new.5148/python-muranoclient.changes
2019-05-03 22:41:29.335123023 +0200
@@ -1,0 +2,20 @@
+Mon Apr  8 12:22:59 UTC 2019 - cloud-de...@suse.de
+
+- update to version 1.2.0
+  - Imported Translations from Zanata
+  - Use standard cover tox env
+  - switch documentation job to new PTI
+  - Update py27-ocata to py27-queens
+  - Change openstack-dev to openstack-discuss
+  - Move legacy-muranoclient-dsvm-functional-mysql-backend job to muranoclient
+  - Update reno for stable/rocky
+  - Update min tox version to 2.0
+  - Remove PyPI downloads
+  - Remove the export pre_test_hook from murano repo
+  - add python 3.6 unit test job
+  - add python 3.7 unit test job
+  - import zuul job settings from project-config
+  - Use templates for cover and lower-constraints
+  - Add Python 3.6 classifier to setup.cfg
+
+---

Old:

  python-muranoclient-1.1.1.tar.gz

New:

  python-muranoclient-1.2.0.tar.gz



Other differences:
--
++ python-muranoclient.spec ++
--- /var/tmp/diff_new_pack.SvCT5K/_old  2019-05-03 22:41:30.707125911 +0200
+++ /var/tmp/diff_new_pack.SvCT5K/_new  2019-05-03 22:41:30.727125954 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-muranoclient
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   python-muranoclient
-Version:1.1.1
+Version:1.2.0
 Release:0
 Summary:Python API and CLI for OpenStack Murano
 License:Apache-2.0
@@ -26,7 +26,6 @@
 Source0:
https://files.pythonhosted.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-PrettyTable >= 0.7.2
-BuildRequires:  python-devel
 BuildRequires:  python-fixtures
 BuildRequires:  python-glanceclient >= 2.8.0
 BuildRequires:  python-keystoneclient >= 3.8.0
@@ -82,13 +81,13 @@
 %prep
 %autosetup -n %{name}-%{version}
 %py_req_cleanup
-sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %py2_build
 
 # Build HTML docs and man page
 PBR_VERSION=%version sphinx-build -b html doc/source doc/build/html
+rm -r doc/build/html/.{doctrees,buildinfo}
 
 %install
 %py2_install

++ _service ++
--- /var/tmp/diff_new_pack.SvCT5K/_old  2019-05-03 22:41:30.979126484 +0200
+++ /var/tmp/diff_new_pack.SvCT5K/_new  2019-05-03 22:41:30.995126518 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/python-muranoclient/python-muranoclient.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/python-muranoclient/python-muranoclient.spec.j2
 python-muranoclient.spec
-https://raw.githubusercontent.com/openstack/python-muranoclient/stable/rocky/requirements.txt
+https://raw.githubusercontent.com/openstack/python-muranoclient/stable/stein/requirements.txt
 cloud-de...@suse.de
 gh,openstack,python-muranoclient
   

++ python-muranoclient-1.1.1.tar.gz -> python-muranoclient-1.2.0.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-muranoclient-1.1.1/.zuul.yaml 
new/python-muranoclient-1.2.0/.zuul.yaml
--- old/python-muranoclient-1.1.1/.zuul.yaml2018-07-25 18:02:07.0 
+0200
+++ new/python-muranoclient-1.2.0/.zuul.yaml2019-03-08 21:51:21.0 
+0100
@@ -1,7 +1,32 @@
 - project:
+templates:
+  - openstack-cover-jobs
+  - openstack-lower-constraints-jobs
+  - openstack-python-jobs
+  - openstack-python35-jobs
+  - openstack-python36-jobs
+  - openstack-python37-jobs
+  - check-requirements
+  - release-notes-jobs-python3
+  - 

commit python-neutronclient for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package python-neutronclient for 
openSUSE:Factory checked in at 2019-05-03 22:41:30

Comparing /work/SRC/openSUSE:Factory/python-neutronclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-neutronclient.new.5148 (New)


Package is "python-neutronclient"

Fri May  3 22:41:30 2019 rev:21 rq:692842 version:6.12.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-neutronclient/python-neutronclient.changes
2018-11-29 23:01:11.111448371 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-neutronclient.new.5148/python-neutronclient.changes
  2019-05-03 22:41:32.199129053 +0200
@@ -1,0 +2,36 @@
+Mon Apr  8 12:27:07 UTC 2019 - cloud-de...@suse.de
+
+- update to version 6.12.0
+  - Fix api version handling, which completely breaks the client
+  - Switch to stestr
+  - Update json module to jsonutils
+  - Update mailinglist from dev to discuss
+  - Fix broken unittests
+  - Add subnet onboard CLI
+  - import zuul job settings from project-config
+  - Support of the boolean advertise_extra_routes
+  - Add B303 into list of skipped bandit plugins
+  - Ensure API calls for subnets are in URL length limit
+  - Add release note link in README
+  - Adds the destination and source fwg to fwr
+  - Change openstack-dev to openstack-discuss
+  - Fix docstring in method list_networks_on_dhcp_agent
+  - Update reno for stable/rocky
+  - Don't quote {posargs} in tox.ini
+  - add python 3.6 unit test job
+  - Add support for querying quotas with usage
+  - Add Python 3.6 classifier to setup.cfg
+  - Update hacking version to 1.1
+  - Update links in README
+  - add lib-forward-testing-python3 test job
+  - Fix docstring in method list_routers_on_l3_agent
+  - switch documentation job to new PTI
+  - Update min tox version to 2.3.2
+  - fix tox python3 overrides
+  - Remove basepython from [flake8] section
+  - Consolidate irrelevant files added for py3 project
+  - Add bandit to pep8 gate
+  - Use templates for cover and lower-constraints
+  - [log] Add 'firewall_group' as a loggable resource type for logging
+
+---

Old:

  python-neutronclient-6.9.1.tar.gz

New:

  python-neutronclient-6.12.0.tar.gz



Other differences:
--
++ python-neutronclient.spec ++
--- /var/tmp/diff_new_pack.tfilJF/_old  2019-05-03 22:41:32.883130493 +0200
+++ /var/tmp/diff_new_pack.tfilJF/_new  2019-05-03 22:41:32.883130493 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-neutronclient
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,17 +17,16 @@
 
 
 Name:   python-neutronclient
-Version:6.9.1
+Version:6.12.0
 Release:0
 Summary:Python API and CLI for OpenStack Neutron
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/%{name}
-Source0:
https://files.pythonhosted.org/packages/source/p/python-neutronclient/python-neutronclient-6.9.1.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/python-neutronclient/python-neutronclient-6.12.0.tar.gz
 # https://review.openstack.org/585387
 # Needed for osprofiler==2.3.0
 BuildRequires:  openstack-macros
-BuildRequires:  python-devel
 BuildRequires:  python2-cliff >= 2.8.0
 BuildRequires:  python2-fixtures
 BuildRequires:  python2-keystoneauth1 >= 3.4.0
@@ -46,11 +45,10 @@
 BuildRequires:  python2-pbr >= 2.0.0
 BuildRequires:  python2-requests-mock
 BuildRequires:  python2-setuptools
-BuildRequires:  python2-testrepository
+BuildRequires:  python2-stestr
 BuildRequires:  python2-testscenarios
 BuildRequires:  python2-testtools
 BuildRequires:  python3-cliff >= 2.8.0
-BuildRequires:  python3-devel
 BuildRequires:  python3-fixtures
 BuildRequires:  python3-keystoneauth1 >= 3.4.0
 BuildRequires:  python3-keystoneclient >= 3.8.0
@@ -68,7 +66,7 @@
 BuildRequires:  python3-pbr >= 2.0.0
 BuildRequires:  python3-requests-mock
 BuildRequires:  python3-setuptools
-BuildRequires:  python3-testrepository
+BuildRequires:  python3-stestr
 BuildRequires:  python3-testscenarios
 BuildRequires:  python3-testtools
 Requires:   python-Babel >= 2.3.4
@@ -116,14 +114,14 @@
 %prep
 %autosetup -p1 -n %{name}-%{version}
 %py_req_cleanup
-sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %{python_build}
 
 # Build HTML docs and man page
-PBR_VERSION=6.9.1 sphinx-build -b html doc/source doc/build/html
-PBR_VERSION=6.9.1 sphinx-build -b man doc/source doc/build/man

commit python-oslo.concurrency for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package python-oslo.concurrency for 
openSUSE:Factory checked in at 2019-05-03 22:42:04

Comparing /work/SRC/openSUSE:Factory/python-oslo.concurrency (Old)
 and  /work/SRC/openSUSE:Factory/.python-oslo.concurrency.new.5148 (New)


Package is "python-oslo.concurrency"

Fri May  3 22:42:04 2019 rev:13 rq:692853 version:3.29.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-oslo.concurrency/python-oslo.concurrency.changes
  2018-09-07 15:38:44.622578658 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.concurrency.new.5148/python-oslo.concurrency.changes
2019-05-03 22:42:08.639205771 +0200
@@ -1,0 +2,28 @@
+Mon Apr  8 11:44:31 UTC 2019 - cloud-de...@suse.de
+
+- update to version 3.29.1
+  - Switch to stestr
+  - Imported Translations from Zanata
+  - Update mailinglist from dev to discuss
+  - Remove PyPI downloads
+  - Change python3.5 job to python3.7 job on Stein+
+  - import zuul job settings from project-config
+  - ignore warning from bandit for using shell=
+  - Always build universal wheels
+  - Update reno for stable/rocky
+  - Reorganize that 'Release Notes' in README
+  - Don't quote {posargs} in tox.ini
+  - add python 3.6 unit test job
+  - add lib-forward-testing-python3 test job
+  - Remove stale pip-missing-reqs tox test
+  - Trivial: Update pypi url to new url
+  - Add support for fair locks
+  - fix tox python3 overrides
+  - Update hacking version
+  - Clean up .gitignore references to personal tools
+  - Stop using setup.py build_sphinx
+  - Add release notes link to README
+  - add python 3.7 unit test job
+  - Use templates for cover and lower-constraints
+
+---

Old:

  oslo.concurrency-3.27.0.tar.gz

New:

  oslo.concurrency-3.29.1.tar.gz



Other differences:
--
++ python-oslo.concurrency.spec ++
--- /var/tmp/diff_new_pack.Nk958v/_old  2019-05-03 22:42:09.039206613 +0200
+++ /var/tmp/diff_new_pack.Nk958v/_new  2019-05-03 22:42:09.043206621 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-oslo.concurrency
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   python-oslo.concurrency
-Version:3.27.0
+Version:3.29.1
 Release:0
 Summary:OpenStack oslo.concurrency library
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/oslo.concurrency
-Source0:
https://files.pythonhosted.org/packages/source/o/oslo.concurrency/oslo.concurrency-3.27.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/o/oslo.concurrency/oslo.concurrency-3.29.1.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
 BuildRequires:  python2-enum34 >= 1.0.4
@@ -37,7 +37,7 @@
 BuildRequires:  python2-oslo.utils >= 3.33.0
 BuildRequires:  python2-oslotest
 BuildRequires:  python2-pbr >= 2.0.0
-BuildRequires:  python2-testrepository
+BuildRequires:  python2-stestr
 BuildRequires:  python2-testscenarios
 BuildRequires:  python2-testtools
 BuildRequires:  python3-eventlet
@@ -49,15 +49,13 @@
 BuildRequires:  python3-oslo.utils >= 3.33.0
 BuildRequires:  python3-oslotest
 BuildRequires:  python3-pbr >= 2.0.0
-BuildRequires:  python3-testrepository
+BuildRequires:  python3-stestr
 BuildRequires:  python3-testscenarios
 BuildRequires:  python3-testtools
 Requires:   python-fasteners >= 0.7.0
-Requires:   python-iso8601
 Requires:   python-oslo.config >= 5.2.0
 Requires:   python-oslo.i18n >= 3.15.3
 Requires:   python-oslo.utils >= 3.33.0
-Requires:   python-retrying
 Requires:   python-six >= 1.10.0
 BuildArch:  noarch
 %ifpython2
@@ -91,9 +89,8 @@
 This package contains the documentation.
 
 %prep
-%autosetup -p1 -n oslo.concurrency-3.27.0
+%autosetup -p1 -n oslo.concurrency-3.29.1
 %py_req_cleanup
-sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %{python_build}
@@ -114,13 +111,9 @@
 %python_uninstall_alternative lockutils-wrapper
 
 %check
-%{python_expand rm -rf .testrepository
-# Test suite fails on 32 bit platforms
-# ifarch/ifnarch can not be used in noarch packages
 if [ "%_lib" = "lib64" ]; then
-PYTHON=$python $python setup.py testr

commit python-os-client-config for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package python-os-client-config for 
openSUSE:Factory checked in at 2019-05-03 22:41:45

Comparing /work/SRC/openSUSE:Factory/python-os-client-config (Old)
 and  /work/SRC/openSUSE:Factory/.python-os-client-config.new.5148 (New)


Package is "python-os-client-config"

Fri May  3 22:41:45 2019 rev:12 rq:692849 version:1.32.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-os-client-config/python-os-client-config.changes
  2018-09-07 15:38:26.882597707 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-os-client-config.new.5148/python-os-client-config.changes
2019-05-03 22:41:47.299160843 +0200
@@ -1,0 +2,22 @@
+Mon Apr  8 12:37:18 UTC 2019 - cloud-de...@suse.de
+
+- update to version 1.32.0
+  - Change openstack-dev to openstack-discuss
+  - fix bug link in readme
+  - Update links in README
+  - Add release note link in README
+  - Remove setup.py check from pep8 job
+  - add lib-forward-testing-python3 test job
+  - Fix the conflict of urlparse between python2 and python3
+  - Shift Limestone Networks profile to openstacksdk
+  - Use template for lower-constraints
+  - Update reno for stable/rocky
+  - Update min tox version to 2.0
+  - switch documentation job to new PTI
+  - Change python3.5 job to python3.7 job on Stein+
+  - add python 3.6 unit test job
+  - Invalid link of doc reference
+  - import zuul job settings from project-config
+  - Applying the HTTPS protocal in configuration.rst
+
+---

Old:

  os-client-config-1.31.2.tar.gz

New:

  os-client-config-1.32.0.tar.gz



Other differences:
--
++ python-os-client-config.spec ++
--- /var/tmp/diff_new_pack.2qrb5r/_old  2019-05-03 22:41:48.327163007 +0200
+++ /var/tmp/diff_new_pack.2qrb5r/_new  2019-05-03 22:41:48.331163016 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-os-client-config
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,7 +20,7 @@
 %bcond_with test
 %bcond_with docs
 Name:   python-os-client-config
-Version:1.31.2
+Version:1.32.0
 Release:0
 Summary:OpenStack Client Configuration Library
 License:Apache-2.0
@@ -28,10 +28,8 @@
 URL:https://launchpad.net/%{sname}
 Source0:
https://files.pythonhosted.org/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python-devel
 BuildRequires:  python2-pbr
 BuildRequires:  python2-setuptools
-BuildRequires:  python3-devel
 BuildRequires:  python3-pbr
 BuildRequires:  python3-setuptools
 Requires:   python-PyYAML

++ _service ++
--- /var/tmp/diff_new_pack.2qrb5r/_old  2019-05-03 22:41:48.359163074 +0200
+++ /var/tmp/diff_new_pack.2qrb5r/_new  2019-05-03 22:41:48.359163074 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/os-client-config/os-client-config.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/os-client-config/os-client-config.spec.j2
 python-os-client-config.spec
-https://raw.githubusercontent.com/openstack/os-client-config/stable/rocky/requirements.txt
+https://raw.githubusercontent.com/openstack/os-client-config/stable/stein/requirements.txt
 cloud-de...@suse.de
 gh,openstack,os-client-config
   

++ os-client-config-1.31.2.tar.gz -> os-client-config-1.32.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/os-client-config-1.31.2/.zuul.yaml 
new/os-client-config-1.32.0/.zuul.yaml
--- old/os-client-config-1.31.2/.zuul.yaml  2018-06-18 02:51:04.0 
+0200
+++ new/os-client-config-1.32.0/.zuul.yaml  2019-03-08 01:01:20.0 
+0100
@@ -12,10 +12,10 @@
   - openstack/os-client-config
 
 - job:
-name: os-client-config-tox-py35-tips
-parent: openstack-tox-py35
+name: os-client-config-tox-py37-tips
+parent: openstack-tox-py37
 description: |
-  Run tox python 35 unittests against master of important libs
+  Run tox python 37 unittests against master of important libs
 vars:
   tox_install_siblings: true
   zuul_work_dir: 

commit python-mistralclient for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package python-mistralclient for 
openSUSE:Factory checked in at 2019-05-03 22:41:20

Comparing /work/SRC/openSUSE:Factory/python-mistralclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-mistralclient.new.5148 (New)


Package is "python-mistralclient"

Fri May  3 22:41:20 2019 rev:8 rq:692838 version:3.8.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-mistralclient/python-mistralclient.changes
2018-09-07 15:37:59.906626687 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-mistralclient.new.5148/python-mistralclient.changes
  2019-05-03 22:41:23.099109894 +0200
@@ -1,0 +2,29 @@
+Mon Apr  8 12:13:15 UTC 2019 - cloud-de...@suse.de
+
+- update to version 3.8.0
+  - switch documentation job to new PTI
+  - Remove tripleo newton and ocata jobs
+  - Use template for lower-constraints
+  - import zuul job settings from project-config
+  - Fix execution report printing
+  - Change openstack-dev to openstack-discuss
+  - Update reno for stable/rocky
+  - Update min tox version to 2.0
+  - add python 3.6 unit test job
+  - Replace tripleo-scenario003-multinode with scenario003-standalone
+  - fix mistral client failure
+  - Migrate python-mistralclient jobs to Zuul v3
+  - Add Python 3.6 classifier to setup.cfg
+  - Update links in README
+  - Fix Chinese quotes
+  - Follow the new PTI for document build
+  - Provide consistent options and return latest execution entries
+  - Add 'execution-get-report' command
+  - Can't pause a async action using cli
+  - Release note for the "execution-get-report" command
+  - Remove setup.py check from pep8 job
+  - Add namespace support for workbooks to client
+  - Update hacking version
+  - add python 3.7 unit test job
+
+---

Old:

  python-mistralclient-3.7.0.tar.gz

New:

  python-mistralclient-3.8.0.tar.gz



Other differences:
--
++ python-mistralclient.spec ++
--- /var/tmp/diff_new_pack.tIIIZy/_old  2019-05-03 22:41:24.239112294 +0200
+++ /var/tmp/diff_new_pack.tIIIZy/_new  2019-05-03 22:41:24.279112378 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-mistralclient
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   python-mistralclient
-Version:3.7.0
+Version:3.8.0
 Release:0
 Summary:Python API and CLI for OpenStack Mistral
 License:Apache-2.0
@@ -26,7 +26,6 @@
 Source0:
https://files.pythonhosted.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-PyYAML >= 3.12
-BuildRequires:  python-devel
 BuildRequires:  python-fixtures
 BuildRequires:  python-mock
 BuildRequires:  python-nose
@@ -60,6 +59,7 @@
 Group:  Documentation/HTML
 BuildRequires:  python-Sphinx
 BuildRequires:  python-openstackdocstheme
+BuildRequires:  python-sphinxcontrib-apidoc
 
 %description doc
 Client library for Mistral built on the Mistral API. It provides a Python API
@@ -69,14 +69,14 @@
 %prep
 %autosetup -p1 -n %{name}-%{version}
 %py_req_cleanup
-sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %py2_build
 
 # Build HTML docs and man page
-%{__python2} setup.py build_sphinx -b man
-rm -rf html/.{doctrees,buildinfo}
+PBR_VERSION=%{version} sphinx-build -b html doc/source doc/build/html
+PBR_VERSION=%{version} sphinx-build -b man doc/source doc/build/man
+rm -r doc/build/html/.{doctrees,buildinfo}
 
 %install
 %py2_install

++ _service ++
--- /var/tmp/diff_new_pack.tIIIZy/_old  2019-05-03 22:41:24.571112993 +0200
+++ /var/tmp/diff_new_pack.tIIIZy/_new  2019-05-03 22:41:24.583113018 +0200
@@ -1,8 +1,8 @@
 
   
-https://git.openstack.org/cgit/openstack/rpm-packaging/plain/openstack/python-mistralclient/python-mistralclient.spec.j2?h=stable/rocky
+https://git.openstack.org/cgit/openstack/rpm-packaging/plain/openstack/python-mistralclient/python-mistralclient.spec.j2?h=stable/stein
 python-mistralclient.spec
-https://raw.githubusercontent.com/openstack/python-mistralclient/stable/rocky/requirements.txt
+https://raw.githubusercontent.com/openstack/python-mistralclient/stable/stein/requirements.txt
 cloud-de...@suse.de
 

commit python-octaviaclient for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package python-octaviaclient for 
openSUSE:Factory checked in at 2019-05-03 22:41:36

Comparing /work/SRC/openSUSE:Factory/python-octaviaclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-octaviaclient.new.5148 (New)


Package is "python-octaviaclient"

Fri May  3 22:41:36 2019 rev:2 rq:692844 version:1.8.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-octaviaclient/python-octaviaclient.changes
2018-12-18 14:57:50.714300962 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-octaviaclient.new.5148/python-octaviaclient.changes
  2019-05-03 22:41:37.803140851 +0200
@@ -1,0 +2,35 @@
+Mon Apr  8 12:10:41 UTC 2019 - cloud-de...@suse.de
+
+- update to version 1.8.0
+  - Add 'client_authentication' in Listener on client
+  - Add 2 new options to Pool for support backend certificates validation
+  - Update json module to jsonutils
+  - Make the documentation reproducible
+  - Add python 3.6 unit test job
+  - Add --provider to load balancer create
+  - import zuul job settings from project-config
+  - Add provider command support
+  - Add 4 l7rule types into Octavia CLI
+  - Add new options to HealthMonitor CLI
+  - Change openstack-dev to openstack-discuss
+  - Update reno for stable/rocky
+  - add python 3.6 unit test job
+  - Add some commands for octavia flavor and flavor_profile
+  - Add Python 3.6 classifier to setup.cfg
+  - Fix coverage and set a minimum
+  - switch documentation job to new PTI
+  - Adds loadbalancer amphora configure to OSC
+  - Add compute_flavor field to amphora
+  - Add enable_tls option into Pool CLI
+  - Fixed some typos
+  - Add load balancer flavor support to the OSC client
+  - Support REDIRECT_PREFIX for openstack client
+  - Add 'tls_container_ref' option into Pool for backend re-encrption
+  - Add a new option '--redirect-http-code' into L7Policy CLI
+  - Add client_crl_container_ref for Listener API in CLI
+  - Add 'client_ca_tls_container_ref' in Listener on client side
+  - Add failover an amphora client support
+  - add python 3.7 unit test job
+  - Use templates for cover and lower-constraints
+
+---

Old:

  python-octaviaclient-1.6.0.tar.gz

New:

  python-octaviaclient-1.8.0.tar.gz



Other differences:
--
++ python-octaviaclient.spec ++
--- /var/tmp/diff_new_pack.23p0zR/_old  2019-05-03 22:41:38.179141642 +0200
+++ /var/tmp/diff_new_pack.23p0zR/_new  2019-05-03 22:41:38.179141642 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-octaviaclient
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   python-octaviaclient
-Version:1.6.0
+Version:1.8.0
 Release:0
 Summary:Octavia Plugin for the OpenStack Command-line Client
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/python-octaviaclient
-Source0:
https://files.pythonhosted.org/packages/source/p/python-octaviaclient/python-octaviaclient-1.6.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/python-octaviaclient/python-octaviaclient-1.8.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
 BuildRequires:  python2-mock
@@ -78,13 +78,13 @@
 This package contains auto-generated documentation.
 
 %prep
-%autosetup -p1 -n python-octaviaclient-1.6.0
+%autosetup -p1 -n python-octaviaclient-1.8.0
 %py_req_cleanup
 
 %build
 %{python_build}
 
-PBR_VERSION=1.6.0 sphinx-build -b html doc/source doc/build/html
+PBR_VERSION=1.8.0 sphinx-build -b html doc/source doc/build/html
 # remove the sphinx-build leftovers
 rm -rf doc/build/html/.{doctrees,buildinfo}
 

++ _service ++
--- /var/tmp/diff_new_pack.23p0zR/_old  2019-05-03 22:41:38.199141684 +0200
+++ /var/tmp/diff_new_pack.23p0zR/_new  2019-05-03 22:41:38.199141684 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/python-octaviaclient/python-octaviaclient.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/python-octaviaclient/python-octaviaclient.spec.j2
 python-octaviaclient.spec
-https://raw.githubusercontent.com/openstack/python-octaviaclient/stable/rocky/requirements.txt
+https://raw.githubusercontent.com/openstack/python-octaviaclient/stable/stein/requirements.txt
 cloud-de...@suse.de
 gh,openstack,python-octaviaclient
   

++ 

commit python-monascaclient for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package python-monascaclient for 
openSUSE:Factory checked in at 2019-05-03 22:41:24

Comparing /work/SRC/openSUSE:Factory/python-monascaclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-monascaclient.new.5148 (New)


Package is "python-monascaclient"

Fri May  3 22:41:24 2019 rev:8 rq:692839 version:1.14.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-monascaclient/python-monascaclient.changes
2018-09-07 15:36:02.258756279 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-monascaclient.new.5148/python-monascaclient.changes
  2019-05-03 22:41:26.627117321 +0200
@@ -1,0 +2,22 @@
+Mon Apr  8 12:11:25 UTC 2019 - cloud-de...@suse.de
+
+- update to version 1.14.0
+  - Update hacking version
+  - Add using requirements.txt to tox tests run
+  - Use templates for docs, cover and lower-constraints
+  - Add Python 3.6 classifier to setup.cfg
+  - Remove setup.py check from pep8 job
+  - Change openstack-dev to openstack-discuss
+  - Update json module to jsonutils
+  - Return status from running command
+  - Update reno for stable/rocky
+  - fix tox python3 overrides
+  - Don't quote {posargs} in tox.ini
+  - switch documentation job to new PTI
+  - Add python 3.6 unit test job
+  - add python 3.6 unit test job
+  - Fix alarm-definition-list in Python 3
+  - add python 3.7 unit test job
+  - import zuul job settings from project-config
+
+---

Old:

  python-monascaclient-1.12.1.tar.gz

New:

  python-monascaclient-1.14.0.tar.gz



Other differences:
--
++ python-monascaclient.spec ++
--- /var/tmp/diff_new_pack.GdnEzF/_old  2019-05-03 22:41:27.939120084 +0200
+++ /var/tmp/diff_new_pack.GdnEzF/_new  2019-05-03 22:41:27.971120151 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-monascaclient
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,20 +12,19 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   python-monascaclient
-Version:1.12.1
+Version:1.14.0
 Release:0
 Summary:Python API and CLI for OpenStack Monasca
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/python-monascaclient
-Source0:
https://files.pythonhosted.org/packages/source/p/python-monascaclient/python-monascaclient-1.12.1.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/python-monascaclient/python-monascaclient-1.14.0.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python-devel
 BuildRequires:  python2-PrettyTable >= 0.7.2
 BuildRequires:  python2-PyYAML >= 3.12
 BuildRequires:  python2-fixtures
@@ -49,7 +48,6 @@
 BuildRequires:  python2-testtools
 BuildRequires:  python3-PrettyTable >= 0.7.2
 BuildRequires:  python3-PyYAML >= 3.12
-BuildRequires:  python3-devel
 BuildRequires:  python3-fixtures
 BuildRequires:  python3-keystoneclient
 BuildRequires:  python3-mock
@@ -102,7 +100,7 @@
 The Monasca Client was written using the OpenStack Heat Python client as a 
framework.
 
 %prep
-%autosetup -p1 -n python-monascaclient-1.12.1
+%autosetup -p1 -n python-monascaclient-1.14.0
 %py_req_cleanup
 
 %build

++ _service ++
--- /var/tmp/diff_new_pack.GdnEzF/_old  2019-05-03 22:41:28.307120858 +0200
+++ /var/tmp/diff_new_pack.GdnEzF/_new  2019-05-03 22:41:28.323120892 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/python-monascaclient/python-monascaclient.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/python-monascaclient/python-monascaclient.spec.j2
 python-monascaclient.spec
-https://raw.githubusercontent.com/openstack/python-monascaclient/stable/rocky/requirements.txt
+https://raw.githubusercontent.com/openstack/python-monascaclient/stable/stein/requirements.txt
 cloud-de...@suse.de
 gh,openstack,python-monascaclient
   

++ python-monascaclient-1.12.1.tar.gz -> python-monascaclient-1.14.0.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-monascaclient-1.12.1/.zuul.yaml 
new/python-monascaclient-1.14.0/.zuul.yaml
--- old/python-monascaclient-1.12.1/.zuul.yaml  2018-07-24 

commit python-osc-lib for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package python-osc-lib for openSUSE:Factory 
checked in at 2019-05-03 22:41:56

Comparing /work/SRC/openSUSE:Factory/python-osc-lib (Old)
 and  /work/SRC/openSUSE:Factory/.python-osc-lib.new.5148 (New)


Package is "python-osc-lib"

Fri May  3 22:41:56 2019 rev:9 rq:692851 version:1.12.1

Changes:

--- /work/SRC/openSUSE:Factory/python-osc-lib/python-osc-lib.changes
2019-03-06 15:51:39.604432735 +0100
+++ /work/SRC/openSUSE:Factory/.python-osc-lib.new.5148/python-osc-lib.changes  
2019-05-03 22:42:00.435188498 +0200
@@ -1,0 +2,23 @@
+Mon Apr  8 11:55:11 UTC 2019 - cloud-de...@suse.de
+
+- update to version 1.12.1
+  - switch documentation job to new PTI
+  - Replaced a few references to LP bugs with storyboard
+  - Revert "Fixes a bug with issubclass() being called on an instance"
+  - add python 3.7 unit test job
+  - add lib-forward-testing-python3 test job
+  - Add release note for --os-user-id fix
+  - Change openstack-dev to openstack-discuss
+  - Mask password when specified as an argument with a space
+  - Update reno for stable/rocky
+  - Remove pypy job
+  - Remove PyPI downloads
+  - Default to using public interface for all clients
+  - Allow use of user-id as well as username for authentication
+  - add python 3.6 unit test job
+  - Use template for lower-constraints
+  - Fix formatter handling for python 3.7
+  - import zuul job settings from project-config
+- remove 0001-Fix-formatter-handling-for-python-3.7.patch (upstream)
+
+---

Old:

  0001-Fix-formatter-handling-for-python-3.7.patch
  osc-lib-1.11.1.tar.gz

New:

  osc-lib-1.12.1.tar.gz



Other differences:
--
++ python-osc-lib.spec ++
--- /var/tmp/diff_new_pack.5UJsPK/_old  2019-05-03 22:42:01.779191328 +0200
+++ /var/tmp/diff_new_pack.5UJsPK/_new  2019-05-03 22:42:01.807191387 +0200
@@ -17,15 +17,13 @@
 
 
 Name:   python-osc-lib
-Version:1.11.1
+Version:1.12.1
 Release:0
 Summary:OpenStackClient Library
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://docs.openstack.org/developer/osc-lib
-Source0:
https://files.pythonhosted.org/packages/source/o/osc-lib/osc-lib-1.11.1.tar.gz
-# https://review.openstack.org/#/c/618137/
-Patch1: 0001-Fix-formatter-handling-for-python-3.7.patch
+Source0:
https://files.pythonhosted.org/packages/source/o/osc-lib/osc-lib-1.12.1.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
 BuildRequires:  python2-Babel >= 2.3.4
@@ -34,8 +32,6 @@
 BuildRequires:  python2-keystoneauth1 >= 3.7.0
 BuildRequires:  python2-mock
 BuildRequires:  python2-openstacksdk >= 0.15.0
-BuildRequires:  python2-os-client-config
-BuildRequires:  python2-os-testr
 BuildRequires:  python2-oslo.i18n >= 3.15.3
 BuildRequires:  python2-oslo.utils >= 3.33.0
 BuildRequires:  python2-oslotest
@@ -54,8 +50,6 @@
 BuildRequires:  python3-keystoneauth1 >= 3.7.0
 BuildRequires:  python3-mock
 BuildRequires:  python3-openstacksdk >= 0.15.0
-BuildRequires:  python3-os-client-config
-BuildRequires:  python3-os-testr
 BuildRequires:  python3-oslo.i18n >= 3.15.3
 BuildRequires:  python3-oslo.utils >= 3.33.0
 BuildRequires:  python3-oslotest
@@ -71,7 +65,6 @@
 Requires:   python-cliff >= 2.8.0
 Requires:   python-keystoneauth1 >= 3.7.0
 Requires:   python-openstacksdk >= 0.15.0
-Requires:   python-os-client-config
 Requires:   python-oslo.i18n >= 3.15.3
 Requires:   python-oslo.utils >= 3.33.0
 Requires:   python-pbr >= 2.0.0
@@ -97,9 +90,8 @@
 Documentation for the OpenStack client library.
 
 %prep
-%autosetup -p1 -n osc-lib-1.11.1
+%autosetup -p1 -n osc-lib-1.12.1
 %py_req_cleanup
-sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %{python_build}

++ _service ++
--- /var/tmp/diff_new_pack.5UJsPK/_old  2019-05-03 22:42:02.147192103 +0200
+++ /var/tmp/diff_new_pack.5UJsPK/_new  2019-05-03 22:42:02.163192137 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/osc-lib/osc-lib.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/osc-lib/osc-lib.spec.j2
 python-osc-lib.spec
-https://raw.githubusercontent.com/openstack/osc-lib/stable/rocky/requirements.txt
+https://raw.githubusercontent.com/openstack/osc-lib/stable/stein/requirements.txt
 cloud-de...@suse.de
 gh,openstack,osc-lib
   

++ osc-lib-1.11.1.tar.gz -> osc-lib-1.12.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/osc-lib-1.11.1/.zuul.yaml 

commit python-os-win for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package python-os-win for openSUSE:Factory 
checked in at 2019-05-03 22:41:50

Comparing /work/SRC/openSUSE:Factory/python-os-win (Old)
 and  /work/SRC/openSUSE:Factory/.python-os-win.new.5148 (New)


Package is "python-os-win"

Fri May  3 22:41:50 2019 rev:8 rq:692850 version:4.2.0

Changes:

--- /work/SRC/openSUSE:Factory/python-os-win/python-os-win.changes  
2018-09-26 14:22:53.397972589 +0200
+++ /work/SRC/openSUSE:Factory/.python-os-win.new.5148/python-os-win.changes
2019-05-03 22:41:54.383175757 +0200
@@ -2 +2,33 @@
-Tue Sep 11 07:53:44 UTC 2018 - cloud-de...@suse.de
+Mon Apr  8 11:42:42 UTC 2019 - cloud-de...@suse.de
+
+- update to version 4.2.0
+  - Removing pypy
+  - Disable wmi object caching by default
+  - Add getter for MemorySettingsData
+  - Use template for lower-constraints
+  - import zuul job settings from project-config
+  - Add release note link in README
+  - Logging multiple WMI job errors
+  - Change openstack-dev to openstack-discuss
+  - Cleanup utilsfactory map
+  - Update reno for stable/rocky
+  - Silently continue when disconnecting missing vhds
+  - add python 3.6 unit test job
+  - Ignore events for unnamed VM vNICs
+  - Fix incorrect numeric comparisons
+  - Update links in README
+  - uncap eventlet
+  - switch documentation job to new PTI
+  - Add method for retrieving VM nics
+  - Allow enabling metrics per virtual disk
+  - Trivial: Fix flaky unit test
+  - Fix port metrics
+  - fix tox python3 overrides
+  - Add wmi job terminate timeout cfg opt
+  - Add pipe helpers
+  - Limit Failover Cluster WMI provider usage
+  - Updated from global requirements
+  - add lower-constraints job
+
+---
+Thu Sep 20 22:38:33 UTC 2018 - cloud-de...@suse.de

Old:

  os-win-4.0.1.tar.gz

New:

  os-win-4.2.0.tar.gz



Other differences:
--
++ python-os-win.spec ++
--- /var/tmp/diff_new_pack.Gb4Lpg/_old  2019-05-03 22:41:55.051177163 +0200
+++ /var/tmp/diff_new_pack.Gb4Lpg/_new  2019-05-03 22:41:55.063177189 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-os-win
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,31 +12,29 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   python-os-win
-Version:4.0.1
+Version:4.2.0
 Release:0
 Summary:Hyper-V library for OpenStack projects
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/os-win
-Source0:
https://files.pythonhosted.org/packages/source/o/os-win/os-win-4.0.1.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/o/os-win/os-win-4.2.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
 BuildRequires:  python2-Sphinx
 BuildRequires:  python2-ddt
 BuildRequires:  python2-eventlet >= 0.18.2
 BuildRequires:  python2-mock
-BuildRequires:  python2-oslo.concurrency >= 3.25.0
+BuildRequires:  python2-oslo.concurrency >= 3.26.0
 BuildRequires:  python2-oslo.i18n >= 3.15.3
 BuildRequires:  python2-oslo.log >= 3.36.0
-BuildRequires:  python2-oslosphinx
 BuildRequires:  python2-oslotest
 BuildRequires:  python2-pbr >= 2.0.0
-BuildRequires:  python2-python-subunit
 BuildRequires:  python2-testrepository
 BuildRequires:  python2-testscenarios
 BuildRequires:  python2-testtools
@@ -45,20 +43,18 @@
 BuildRequires:  python3-devel
 BuildRequires:  python3-eventlet >= 0.18.2
 BuildRequires:  python3-mock
-BuildRequires:  python3-oslo.concurrency >= 3.25.0
+BuildRequires:  python3-oslo.concurrency >= 3.26.0
 BuildRequires:  python3-oslo.i18n >= 3.15.3
 BuildRequires:  python3-oslo.log >= 3.36.0
-BuildRequires:  python3-oslosphinx
 BuildRequires:  python3-oslotest
 BuildRequires:  python3-pbr >= 2.0.0
-BuildRequires:  python3-python-subunit
 BuildRequires:  python3-testrepository
 BuildRequires:  python3-testscenarios
 BuildRequires:  python3-testtools
 Requires:   python-Babel >= 2.3.4
 Requires:   python-eventlet >= 0.18.2
-Requires:   python-oslo.concurrency >= 3.25.0
-Requires:   python-oslo.config >= 5.1.0
+Requires:   python-oslo.concurrency >= 3.26.0
+Requires:   python-oslo.config >= 5.2.0
 Requires:   python-oslo.i18n >= 3.15.3
 Requires:   

  1   2   3   >