commit plowshare for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package plowshare for openSUSE:Factory 
checked in at 2017-08-28 16:17:25

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


Package is "plowshare"

Mon Aug 28 16:17:25 2017 rev:8 rq:519135 version:2.1.7

Changes:

--- /work/SRC/openSUSE:Factory/plowshare/plowshare.changes  2017-07-25 
11:41:12.129515590 +0200
+++ /work/SRC/openSUSE:Factory/.plowshare.new/plowshare.changes 2017-08-28 
16:17:25.900562612 +0200
@@ -1,0 +2,8 @@
+Mon Aug 28 13:10:13 UTC 2017 - mplus...@suse.com
+
+- Update to version 2.1.7:
+  * [plowdown] support --run-before/--run-after with spaces (#74)
+  * [plowdown] add --min-rate switch (#91)
+  * [core] user plowshare.conf can be a symbolic link (#95)
+
+---

Old:

  plowshare-2.1.6.tar.gz

New:

  plowshare-2.1.7.tar.gz



Other differences:
--
++ plowshare.spec ++
--- /var/tmp/diff_new_pack.8vSoKM/_old  2017-08-28 16:17:26.968412546 +0200
+++ /var/tmp/diff_new_pack.8vSoKM/_new  2017-08-28 16:17:27.008406926 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   plowshare
-Version:2.1.6
+Version:2.1.7
 Release:0
 Summary:Download and upload files from file-sharing websites
 License:GPL-3.0+

++ plowshare-2.1.6.tar.gz -> plowshare-2.1.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plowshare-2.1.6/.gitignore 
new/plowshare-2.1.7/.gitignore
--- old/plowshare-2.1.6/.gitignore  2016-10-30 10:46:54.0 +0100
+++ new/plowshare-2.1.7/.gitignore  2017-08-07 16:58:28.0 +0200
@@ -2,3 +2,7 @@
 *.rej
 *~
 *.*.swp
+debian/*.log
+debian/*.substvars
+debian/*/*/*
+debian/files
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plowshare-2.1.6/CHANGELOG 
new/plowshare-2.1.7/CHANGELOG
--- old/plowshare-2.1.6/CHANGELOG   2016-10-30 10:46:54.0 +0100
+++ new/plowshare-2.1.7/CHANGELOG   2017-08-07 16:58:28.0 +0200
@@ -1,3 +1,11 @@
+plowshare (2.1.7) stable; urgency=low
+
+  * [plowdown] support --run-before/--run-after with spaces (#74)
+  * [plowdown] add --min-rate switch (#91)
+  * [core] user plowshare.conf can be a symbolic link (#95)
+
+ -- Matthieu Crapet   Mon, 07 Aug 2017 16:45:55 +0200
+
 plowshare (2.1.6) stable; urgency=low
 
   * API function delete_filter_line: eat lines until regexp is met.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plowshare-2.1.6/INSTALL new/plowshare-2.1.7/INSTALL
--- old/plowshare-2.1.6/INSTALL 2016-10-30 10:46:54.0 +0100
+++ new/plowshare-2.1.7/INSTALL 2017-08-07 16:58:28.0 +0200
@@ -47,7 +47,7 @@
 This is the easiest method, Plowshare is available for several Linux 
distribution:
 
 # Archlinux (https://www.archlinux.org/packages/community/any/plowshare/)
-$ yaourt -Sy plowshare
+$ pacman -Syu plowshare
 
 # Gentoo (http://packages.gentoo.org/package/net-misc/plowshare)
 $ emerge -av plowshare
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plowshare-2.1.6/README.md 
new/plowshare-2.1.7/README.md
--- old/plowshare-2.1.6/README.md   2016-10-30 10:46:54.0 +0100
+++ new/plowshare-2.1.7/README.md   2017-08-07 16:58:28.0 +0200
@@ -15,7 +15,7 @@
 Plowshare itself doesn't support any websites (named *module*). It's just the 
core engine.
 Concerning modules, few are available separately and must be installed in user 
directory (see [below](#install)).
 
-### Features
+### Features
 
 - Small footprint (few shell scripts). No java, no python. Run fast on 
embedded devices.
 - Few dependencies and portable. [Bash](https://www.gnu.org/software/bash/) 
and [cURL](http://curl.haxx.se/) are enough for most hosters.
@@ -65,7 +65,7 @@
 
 ```sh
 $ cat file_with_links.txt
-# This is a comment
+# This is a comment
 http://depositfiles.com/files/abcdefghi
 http://www.rapidshare.com/files/86545320/Tux-Trainer_25-01-2008.rar
 $ plowdown file_with_links.txt
@@ -532,7 +532,7 @@
 ```sh
 $ cat finalaria.sh
 #!/bin/bash
-aria2c -x2 $4
+aria2c -x2 $4 >/dev/tty
 
 $ plowdown -a user:password --skip-final --run-after ./finalaria.sh \
 http://depositfiles.com/files/fv2u9xqya
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plowshare-2.1.6/docs/plowdown.1 
new/plowshare-2.1.7/docs/plowdown.1
--- old/plowshare-2.1.6/docs/plowdown.1 2016-10-30 10:46:54.0 +0100
+++ new/plowshare-2.1.7/docs/plowdown.1 2017-08-07 16:58:28.0 +0200
@@ -1,4 +1,4 @@
-.\" Copyright (c) 

commit spice-vdagent for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package spice-vdagent for openSUSE:Factory 
checked in at 2017-08-28 16:17:23

Comparing /work/SRC/openSUSE:Factory/spice-vdagent (Old)
 and  /work/SRC/openSUSE:Factory/.spice-vdagent.new (New)


Package is "spice-vdagent"

Mon Aug 28 16:17:23 2017 rev:11 rq:519134 version:0.17.0

Changes:

--- /work/SRC/openSUSE:Factory/spice-vdagent/spice-vdagent.changes  
2017-03-12 20:03:01.130087155 +0100
+++ /work/SRC/openSUSE:Factory/.spice-vdagent.new/spice-vdagent.changes 
2017-08-28 16:17:24.292788554 +0200
@@ -1,0 +2,5 @@
+Thu Jul 27 12:20:36 UTC 2017 - msucha...@suse.com
+
+- Fix warning in vdagentd-do-endian-swapping.patch
+
+---



Other differences:
--
++ spice-vdagent.spec ++
--- /var/tmp/diff_new_pack.BTcGu3/_old  2017-08-28 16:17:25.528614882 +0200
+++ /var/tmp/diff_new_pack.BTcGu3/_new  2017-08-28 16:17:25.552611509 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package spice-vdagent
 #
-# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2014 B1 Systems GmbH, Vohburg, Germany.
 #
 # All modifications and additions to the file contributed by third parties

++ vdagentd-do-endian-swapping.patch ++
--- /var/tmp/diff_new_pack.BTcGu3/_old  2017-08-28 16:17:25.680593524 +0200
+++ /var/tmp/diff_new_pack.BTcGu3/_new  2017-08-28 16:17:25.692591838 +0200
@@ -717,3 +717,34 @@
 -- 
 2.10.2
 
+From 69e5fd82bf5d9282a640ae8f4069e3cd1bf6abb8 Mon Sep 17 00:00:00 2001
+From: Pavel Grunt 
+Date: Thu, 23 Mar 2017 12:26:28 +0100
+Subject: [PATCH] vdagentd: Handle VD_AGENT_CLIPBOARD_RELEASE
+
+In fact do nothing but avoid a runtime warning
+ vdagent_message_clipboard_from_le: code should not be reached
+
+Introduced in 99d9d3583143aef7143ec986cebe2980fdeeb776
+
+Acked-by: Victor Toso 
+---
+ src/vdagentd/vdagentd.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/src/vdagentd.c b/src/vdagentd.c
+index 954bba12cca8..aef5b9616318 100644
+--- a/src/vdagentd.c
 b/src/vdagentd.c
+@@ -410,6 +410,8 @@ static void 
vdagent_message_clipboard_from_le(VDAgentMessage *message_header,
+ case VD_AGENT_CLIPBOARD_GRAB:
+ virtio_msg_uint32_from_le(data, message_header->size, min_size);
+ break;
++case VD_AGENT_CLIPBOARD_RELEASE:
++break;
+ default:
+ g_warn_if_reached();
+ }
+-- 
+2.10.2
+




commit libofa for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package libofa for openSUSE:Factory checked 
in at 2017-08-28 16:17:05

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


Package is "libofa"

Mon Aug 28 16:17:05 2017 rev:25 rq:518835 version:0.9.3

Changes:

--- /work/SRC/openSUSE:Factory/libofa/libofa.changes2017-08-18 
14:56:43.842967843 +0200
+++ /work/SRC/openSUSE:Factory/.libofa.new/libofa.changes   2017-08-28 
16:17:06.415300875 +0200
@@ -1,0 +2,5 @@
+Fri Aug 25 13:30:51 UTC 2017 - jeng...@inai.de
+
+- RPM group fix.
+
+---



Other differences:
--
++ libofa.spec ++
--- /var/tmp/diff_new_pack.Qt7snw/_old  2017-08-28 16:17:07.731115964 +0200
+++ /var/tmp/diff_new_pack.Qt7snw/_new  2017-08-28 16:17:07.763111468 +0200
@@ -21,7 +21,7 @@
 Release:0
 Summary:Open Fingerprint Architecture Library
 License:GPL-2.0+ OR APL-1.0
-Group:  System/Libraries
+Group:  Development/Libraries/C and C++
 Url:http://code.google.com/p/musicip-libofa/
 Source0:%{name}-%{version}.tar.bz2
 Source1:baselibs.conf




commit iproute2 for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package iproute2 for openSUSE:Factory 
checked in at 2017-08-28 16:16:40

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


Package is "iproute2"

Mon Aug 28 16:16:40 2017 rev:91 rq:518693 version:4.12

Changes:

--- /work/SRC/openSUSE:Factory/iproute2/iproute2-doc.changes2017-07-21 
22:35:22.851377399 +0200
+++ /work/SRC/openSUSE:Factory/.iproute2.new/iproute2-doc.changes   
2017-08-28 16:16:43.198563481 +0200
@@ -1,0 +2,24 @@
+Tue Aug 22 12:58:39 UTC 2017 - mkube...@suse.cz
+
+- patch cleanup for SLE15 package:
+  * rename iproute2-dirs.diff
+-> adjust-installation-directories-for-openSUSE-SLE.patch
+  * split iproute2-HZ.diff into
+use-sysconf-_SC_CLK_TCK-if-HZ-undefined.patch and
+add-explicit-typecast-to-avoid-gcc-warning.patch
+  * rename revert-pdf-creation.diff
+-> doc-revert-PDF-creation.patch
+  * rename revert-bison-fix.diff
+-> Revert-emp-fix-warning-on-deprecated-bison-directive.patch
+  * rename kernel_xfrm6_raw.patch
+-> xfrm-support-displaying-transformations-used-for-Mob.patch
+  * refresh man-fix-documentation-references-in-manual-pages.patch
+  * rename iproute2-split-make.patch
+-> split-link-and-compile-steps-for-binaries.patch
+  * rename iproute2-3.16.0-fix-bashisms.patch
+-> examples-fix-bashisms-in-example-script.patch
+- apply all patches in both specfiles to make sure everything is
+  built from fully patched sources
+- move SLE11 workarounds to the end of the series
+
+---
iproute2.changes: same change

Old:

  iproute2-3.16.0-fix-bashisms.patch
  iproute2-HZ.diff
  iproute2-dirs.diff
  iproute2-split-make.patch
  kernel_xfrm6_raw.patch
  revert-bison-fix.diff
  revert-pdf-creation.diff

New:

  Revert-emp-fix-warning-on-deprecated-bison-directive.patch
  add-explicit-typecast-to-avoid-gcc-warning.patch
  adjust-installation-directories-for-openSUSE-SLE.patch
  doc-revert-PDF-creation.patch
  examples-fix-bashisms-in-example-script.patch
  split-link-and-compile-steps-for-binaries.patch
  use-sysconf-_SC_CLK_TCK-if-HZ-undefined.patch
  xfrm-support-displaying-transformations-used-for-Mob.patch



Other differences:
--
++ iproute2-doc.spec ++
--- /var/tmp/diff_new_pack.DZe2rr/_old  2017-08-28 16:16:44.622363399 +0200
+++ /var/tmp/diff_new_pack.DZe2rr/_new  2017-08-28 16:16:44.630362275 +0200
@@ -27,7 +27,6 @@
 
 Source: 
http://kernel.org/pub/linux/utils/net/iproute2/iproute2-%rversion.tar.xz
 Source2:
http://kernel.org/pub/linux/utils/net/iproute2/iproute2-%rversion.tar.sign
-Patch1: iproute2-3.16.0-fix-bashisms.patch
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  bison
@@ -51,6 +50,16 @@
 BuildRequires:  pkgconfig(xtables) >= 1.4.11
 %endif
 
+Patch1: adjust-installation-directories-for-openSUSE-SLE.patch
+Patch2: use-sysconf-_SC_CLK_TCK-if-HZ-undefined.patch
+Patch3: add-explicit-typecast-to-avoid-gcc-warning.patch
+Patch4: xfrm-support-displaying-transformations-used-for-Mob.patch
+Patch5: man-fix-documentation-references-in-manual-pages.patch
+Patch6: split-link-and-compile-steps-for-binaries.patch
+Patch7: examples-fix-bashisms-in-example-script.patch
+Patch101:   doc-revert-PDF-creation.patch
+Patch102:   Revert-emp-fix-warning-on-deprecated-bison-directive.patch
+
 %description
 This package contains the PDF documentation from iproute2,
 as well as examples and other outdated files.
@@ -58,6 +67,19 @@
 %prep
 %setup -qn iproute2-%rversion
 %patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
+%patch5 -p1
+%patch6 -p1
+%patch7 -p1
+%if 0%{?sles_version} == 11 || (0%{?suse_version} && 0%{?suse_version} <= 1220)
+%patch101 -p1
+%endif
+%if 0%{?sles_version} == 11
+%patch102 -p1
+%endif
+find . -name *.orig -delete
 
 %build
 # build with -fPIC. For details see

++ iproute2.spec ++
--- /var/tmp/diff_new_pack.DZe2rr/_old  2017-08-28 16:16:44.674356092 +0200
+++ /var/tmp/diff_new_pack.DZe2rr/_new  2017-08-28 16:16:44.678355530 +0200
@@ -32,13 +32,6 @@
 Source2:
http://kernel.org/pub/linux/utils/net/iproute2/%name-%rversion.tar.sign
 Source666:  pre_checkin.sh
 Source667:  %name.keyring
-Patch1: iproute2-dirs.diff
-Patch2: iproute2-HZ.diff
-Patch3: revert-pdf-creation.diff
-Patch4: revert-bison-fix.diff
-Patch5: kernel_xfrm6_raw.patch
-Patch6: man-fix-documentation-references-in-manual-pages.patch
-Patch7: iproute2-split-make.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  

commit libebml for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package libebml for openSUSE:Factory checked 
in at 2017-08-28 16:16:45

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


Package is "libebml"

Mon Aug 28 16:16:45 2017 rev:42 rq:518708 version:1.3.5

Changes:

--- /work/SRC/openSUSE:Factory/libebml/libebml.changes  2016-07-21 
07:53:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.libebml.new/libebml.changes 2017-08-28 
16:16:46.878046413 +0200
@@ -1,0 +2,18 @@
+Fri Aug 25 09:53:45 UTC 2017 - r...@fthiessen.de
+
+- Update to 1.3.5
+  * The function EbmlMaster::CheckMandatory() will now only return
+false if a mandatory element is missing for which there's no
+default value in the specifications. This means that callers
+such as EbmlMaster::UpdateSize() and by extension
+EbmlMaster::Render() will not insist on all mandatory elements
+being present anymore, but only those for which there's
+no default value.
+  * Added a template function `FindNextChild`.
+  * Fix reading and EBML element even though the ID was not found
+within the allowed reading limit.
+  * Fixed an instance of undefined behavior in
+EbmlElement::GetSemantic() due to binding a dereferenced null
+pointer to a reference.
+
+---

Old:

  libebml-1.3.4.tar.bz2

New:

  libebml-1.3.5.tar.xz



Other differences:
--
++ libebml.spec ++
--- /var/tmp/diff_new_pack.o75j50/_old  2017-08-28 16:16:47.809915459 +0200
+++ /var/tmp/diff_new_pack.o75j50/_new  2017-08-28 16:16:47.813914898 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libebml
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -18,7 +18,7 @@
 
 %define soname 4
 Name:   libebml
-Version:1.3.4
+Version:1.3.5
 Release:0
 Summary:Library to parse EBML (Extensible Binary Markup Language) files
 License:LGPL-2.1+
@@ -26,12 +26,10 @@
 Url:http://www.matroska.org/
 #Git-Clone:git://github.com/Matroska-Org/libebml
 #Git-Web:  https://github.com/Matroska-Org/libebml
-Source: 
http://dl.matroska.org/downloads/libebml/%{name}-%{version}.tar.bz2
+Source: 
http://dl.matroska.org/downloads/libebml/%{name}-%{version}.tar.xz
 Source100:  baselibs.conf
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
-# Let's keep that for now - remote repos still build for SLE11 too!
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 libebml is a C++ library to parse EBML files. See the EBML RFC at
@@ -70,11 +68,9 @@
 %postun -n libebml%{soname} -p /sbin/ldconfig
 
 %files -n libebml%{soname}
-%defattr(-,root,root)
 %{_libdir}/libebml.so.%{soname}*
 
 %files devel
-%defattr(-,root,root)
 %{_libdir}/libebml.so
 %{_libdir}/pkgconfig/*.pc
 %{_includedir}/ebml/




commit patterns-kde for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package patterns-kde for openSUSE:Factory 
checked in at 2017-08-28 16:16:35

Comparing /work/SRC/openSUSE:Factory/patterns-kde (Old)
 and  /work/SRC/openSUSE:Factory/.patterns-kde.new (New)


Package is "patterns-kde"

Mon Aug 28 16:16:35 2017 rev:8 rq:518684 version:20170319

Changes:

--- /work/SRC/openSUSE:Factory/patterns-kde/patterns-kde.changes
2017-08-24 18:02:20.240437887 +0200
+++ /work/SRC/openSUSE:Factory/.patterns-kde.new/patterns-kde.changes   
2017-08-28 16:16:36.383521179 +0200
@@ -1,0 +2,5 @@
+Fri Aug 25 08:47:19 UTC 2017 - fab...@ritter-vogt.de
+
+- Drop the kde_telepathy pattern
+
+---



Other differences:
--
++ patterns-kde.spec ++
--- /var/tmp/diff_new_pack.af0Uss/_old  2017-08-28 16:16:37.455370556 +0200
+++ /var/tmp/diff_new_pack.af0Uss/_new  2017-08-28 16:16:37.475367746 +0200
@@ -853,43 +853,6 @@
 
 

 
-%package kde_telepathy
-%pattern_kdedesktop
-Summary:KDE Telepathy
-Group:  Metapackages
-Provides:   patterns-openSUSE-kde_telephony = %{version}
-Provides:   pattern() = kde_telepathy
-Provides:   pattern-extends() = kde4
-Provides:   pattern-icon() = package_network
-Provides:   pattern-order() = 2560
-Obsoletes:  patterns-openSUSE-kde_telephony < %{version}
-Requires:   ktp-accounts-kcm
-Requires:   ktp-auth-handler
-Requires:   ktp-common-internals
-Requires:   ktp-icons
-Requires:   ktp-kded-module
-Requires:   signon-kwallet-extension
-Requires:   signon-plugin-oauth2
-Requires:   signon-plugins
-Requires:   signon-ui
-Requires:   signond
-Recommends: ktp-approver
-Recommends: ktp-contact-list
-Recommends: ktp-desktop-applets
-Recommends: ktp-text-ui
-Suggests:   ktp-contact-runner
-Suggests:   ktp-filetransfer-handler
-Suggests:   ktp-send-file
-
-%description kde_telepathy
-KDE Applications - Telepathy
-
-%files kde_telepathy
-%dir %{_defaultdocdir}/patterns
-%{_defaultdocdir}/patterns/kde_telepathy.txt
-
-
-
 %package kde_utilities
 %pattern_kdedesktop
 Summary:KDE Utilities
@@ -1006,7 +969,7 @@
 mkdir -p %{buildroot}/%{_defaultdocdir}/patterns/
 for i in devel_kde_frameworks devel_kde devel_qt5 kde kde_plasma \
 kde_edutainment kde_games kde_ide kde_imaging kde_internet kde_multimedia \
-kde_office kde_telepathy kde_utilities kde_utilities_opt kde_yast; do
+kde_office kde_utilities kde_utilities_opt kde_yast; do
echo "This file marks the pattern $i to be installed." \
>"%{buildroot}/%{_defaultdocdir}/patterns/$i.txt"
 done




commit konversation for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package konversation for openSUSE:Factory 
checked in at 2017-08-28 16:16:30

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


Package is "konversation"

Mon Aug 28 16:16:30 2017 rev:51 rq:518651 version:1.7.2

Changes:

--- /work/SRC/openSUSE:Factory/konversation/konversation.changes
2017-06-01 16:27:30.683311845 +0200
+++ /work/SRC/openSUSE:Factory/.konversation.new/konversation.changes   
2017-08-28 16:16:32.188110745 +0200
@@ -1,0 +2,6 @@
+Fri Aug 25 06:48:48 UTC 2017 - fab...@ritter-vogt.de
+
+- Add patch to fix prefix handling for channel types (kde#383801):
+  * fix-prefix-addressed-message-handling.patch
+
+---

New:

  fix-prefix-addressed-message-handling.patch



Other differences:
--
++ konversation.spec ++
--- /var/tmp/diff_new_pack.kb2heX/_old  2017-08-28 16:16:33.643906168 +0200
+++ /var/tmp/diff_new_pack.kb2heX/_new  2017-08-28 16:16:33.655904482 +0200
@@ -26,6 +26,8 @@
 Group:  Productivity/Networking/IRC
 Url:http://konversation.kde.org/
 Source0:
http://download.kde.org/stable/%{name}/%{version}/src/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM
+Patch1: fix-prefix-addressed-message-handling.patch
 BuildRequires:  extra-cmake-modules
 BuildRequires:  karchive-devel >= %{kf5_version}
 BuildRequires:  kbookmarks-devel >= %{kf5_version}
@@ -80,6 +82,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 %cmake_kf5 -d build

++ fix-prefix-addressed-message-handling.patch ++
>From 72de2027f3d3e7a0c48aef6acd666e04fc0b19b1 Mon Sep 17 00:00:00 2001
From: Eli MacKenzie 
Date: Thu, 24 Aug 2017 17:11:17 -0400
Subject: Fix prefix-addressed message handling

Messages sent to all channel operators or other mode-prefixed classes of
channel members could use flags that conflict with channel prefix flags.
This tries harder to ensure that the actual channel prefix is found.

BUG:383801
---
 ChangeLog  |  1 +
 src/commit.h   |  2 +-
 src/irc/server.cpp | 34 +++---
 src/irc/server.h   |  7 +--
 4 files changed, 26 insertions(+), 18 deletions(-)

Index: konversation-1.7.2/src/commit.h
===
--- konversation-1.7.2.orig/src/commit.h
+++ konversation-1.7.2/src/commit.h
@@ -1,4 +1,4 @@
 // This COMMIT number is added to version string to be used as "patch level"
 #ifndef COMMIT
-#define COMMIT 5016
+#define COMMIT 5016+5020
 #endif
Index: konversation-1.7.2/src/irc/server.cpp
===
--- konversation-1.7.2.orig/src/irc/server.cpp
+++ konversation-1.7.2/src/irc/server.cpp
@@ -540,10 +540,16 @@ void Server::showSSLDialog()
 */
 }
 
+void Server::rebuildTargetPrefixMatcher()
+{
+m_targetMatcher.setPattern(QLatin1String("^([") + getServerNickPrefixes() 
+ QLatin1String("]*)([") + getChannelTypes() + QLatin1String("])(.+)"));
+}
+
 // set available channel types according to 005 RPL_ISUPPORT
 void Server::setChannelTypes(const QString )
 {
 m_channelPrefixes = pre;
+rebuildTargetPrefixMatcher();
 
 if (getConnectionSettings().reconnectCount() == 0) {
 updateAutoJoin(m_connectionSettings.oneShotChannelList());
@@ -575,6 +581,7 @@ void Server::setPrefixes(const QString &
 // modes which relates to the network's nick-prefixes
 m_serverNickPrefixModes = modes;
 m_serverNickPrefixes = prefixes;
+rebuildTargetPrefixMatcher();
 }
 
 QString Server::getServerNickPrefixes() const
@@ -2965,18 +2972,18 @@ Channel* Server::getChannelByName(const
 // Convert wanted channel name to lowercase
 QString wanted = name.toLower();
 
-if (m_serverNickPrefixes.contains(wanted.at(0))) {
-wanted.remove(0, 1);
-}
+QRegularExpressionMatch p = m_targetMatcher.match(wanted);
+int index = p.capturedStart(2);
 
-if (name.isEmpty()) {
-return nullptr;
-}
+if (index >= 0)
+{
+wanted = wanted.mid(index);
 
-if (m_loweredChannelNameHash.contains(wanted))
-return m_loweredChannelNameHash.value(wanted);
+if (m_loweredChannelNameHash.contains(wanted))
+return m_loweredChannelNameHash.value(wanted);
+}
 
-return 0;
+return nullptr;
 }
 
 Query* Server::getQueryByName(const QString& name)
@@ -3844,13 +3851,10 @@ bool Server::isAChannel(const QString 
 {
 if (channel.isEmpty()) return false;
 
-uint index = 0;
-
-if (m_serverNickPrefixes.contains(channel.at(0)) && channel.length() >= 2) 
{
-++index;
-}
+

commit product-builder-plugin-Tumbleweed for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package product-builder-plugin-Tumbleweed 
for openSUSE:Factory checked in at 2017-08-28 16:16:24

Comparing /work/SRC/openSUSE:Factory/product-builder-plugin-Tumbleweed (Old)
 and  /work/SRC/openSUSE:Factory/.product-builder-plugin-Tumbleweed.new 
(New)


Package is "product-builder-plugin-Tumbleweed"

Mon Aug 28 16:16:24 2017 rev:8 rq:518640 version:1.0~pre.1503641982.ffb521b

Changes:

--- 
/work/SRC/openSUSE:Factory/product-builder-plugin-Tumbleweed/product-builder-plugin-Tumbleweed.changes
  2017-08-22 11:06:49.028132184 +0200
+++ 
/work/SRC/openSUSE:Factory/.product-builder-plugin-Tumbleweed.new/product-builder-plugin-Tumbleweed.changes
 2017-08-28 16:16:25.721019541 +0200
@@ -1,0 +2,5 @@
+Thu Aug 24 15:59:09 UTC 2017 - adr...@suse.de
+
+- create detached pubkey for repomd.xml
+
+---

Old:

  product-builder-plugins-1.0~pre.1503061558.bf11442.obscpio

New:

  product-builder-plugins-1.0~pre.1503641982.ffb521b.obscpio



Other differences:
--
++ product-builder-plugin-Tumbleweed.spec ++
--- /var/tmp/diff_new_pack.7QZgcn/_old  2017-08-28 16:16:26.716879597 +0200
+++ /var/tmp/diff_new_pack.7QZgcn/_new  2017-08-28 16:16:26.720879035 +0200
@@ -20,7 +20,7 @@
 Summary:openSUSE - KIWI Image System
 License:GPL-2.0+
 Group:  System/Management
-Version:1.0~pre.1503061558.bf11442
+Version:1.0~pre.1503641982.ffb521b
 Release:0
 Source: product-builder-plugins-%version.tar.xz
 Provides:   product-builder-plugin = %version-%release
@@ -28,8 +28,8 @@
 Requires:   instsource-susedata
 Requires:   mkdosfs
 Requires:   mtools
-Requires:   openSUSE-EULAs
 Requires:   openSUSE-appstream-process
+Requires:   package-EULAs
 Requires:   package-translations
 Requires:   product-builder
 Supplements:product-builder

++ product-builder-plugins.obsinfo ++
--- /var/tmp/diff_new_pack.7QZgcn/_old  2017-08-28 16:16:26.876857116 +0200
+++ /var/tmp/diff_new_pack.7QZgcn/_new  2017-08-28 16:16:26.880856554 +0200
@@ -1,5 +1,5 @@
 name: product-builder-plugins
-version: 1.0~pre.1503061558.bf11442
-mtime: 1503061558
-commit: bf114422318541ad94d1f2e09ee1206619504857
+version: 1.0~pre.1503641982.ffb521b
+mtime: 1503641982
+commit: ffb521bc8644c7e78c375f9a58607be1db913a6d
 




commit shim for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package shim for openSUSE:Factory checked in 
at 2017-08-28 16:16:19

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


Package is "shim"

Mon Aug 28 16:16:19 2017 rev:61 rq:518614 version:12

Changes:

--- /work/SRC/openSUSE:Factory/shim/shim.changes2017-08-24 
18:23:21.550846588 +0200
+++ /work/SRC/openSUSE:Factory/.shim.new/shim.changes   2017-08-28 
16:16:20.537747923 +0200
@@ -1,0 +2,11 @@
+Wed Aug 23 10:28:44 UTC 2017 - g...@suse.com
+
+- Add upstream fixes
+  + shim-fix-httpboot-crash.patch
+  + shim-fix-openssl-flags.patch
+  + shim-fix-fallback-double-free.patch
+  + shim-fallback-workaround-masked-ami-variables.patch
+- Remove the stderr mask while compiling MokManager.efi since the
+  warnings in Cryptlib were fixed.
+
+---

New:

  shim-fallback-workaround-masked-ami-variables.patch
  shim-fix-fallback-double-free.patch
  shim-fix-httpboot-crash.patch
  shim-fix-openssl-flags.patch



Other differences:
--
++ shim.spec ++
--- /var/tmp/diff_new_pack.Xv3sl9/_old  2017-08-28 16:16:22.201514121 +0200
+++ /var/tmp/diff_new_pack.Xv3sl9/_new  2017-08-28 16:16:22.205513560 +0200
@@ -47,6 +47,14 @@
 Patch1: shim-only-os-name.patch
 # PATCH-FIX-SUSE shim-only-os-name.patch g...@suse.com -- Use the 
Arch-independent names
 Patch2: shim-arch-independent-names.patch
+# PATCH-FIX-UPSTREAM shim-fix-httpboot-crash.patch g...@suse.com -- Fix 
HTTPBoot crash
+Patch3: shim-fix-httpboot-crash.patch
+# PATCH-FIX-UPSTREAM shim-fix-openssl-flags.patch g...@suse.com -- Fix the 
openssl compiler flags
+Patch4: shim-fix-openssl-flags.patch
+# PATCH-FIX-UPSTREAM shim-fix-fallback-double-free.patch g...@suse.com -- Fix 
double free in fallback.c
+Patch5: shim-fix-fallback-double-free.patch
+# PATCH-FIX-UPSTREAM shim-fallback-workaround-masked-ami-variables.patch 
g...@suse.com -- Work around the masked AMI variables
+Patch6: shim-fallback-workaround-masked-ami-variables.patch
 # PATCH-FIX-OPENSUSE shim-change-debug-file-path.patch g...@suse.com -- Change 
the default debug file path
 Patch50:shim-change-debug-file-path.patch
 # PATCH-FIX-OPENSUSE shim-opensuse-cert-prompt.patch g...@suse.com -- Show the 
prompt to ask whether the user trusts openSUSE certificate or not
@@ -96,6 +104,10 @@
 %setup -q
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
+%patch4 -p1
+%patch5 -p1
+%patch6 -p1
 %patch50 -p1
 %if 0%{?is_opensuse} == 1
 %patch100 -p1
@@ -103,7 +115,7 @@
 %build
 # first, build MokManager and fallback as they don't depend on a
 # specific certificate
-make EFI_PATH=/usr/lib64 RELEASE=0 MokManager.efi fallback.efi 2>/dev/null
+make EFI_PATH=/usr/lib64 RELEASE=0 MokManager.efi fallback.efi
 
 # now build variants of shim that embed different certificates
 default=''




++ shim-fallback-workaround-masked-ami-variables.patch ++
>From 40eef4450fd4d5ec9ea666a02c276bbe073300d3 Mon Sep 17 00:00:00 2001
From: Lans Zhang 
Date: Fri, 11 Aug 2017 13:42:20 +0800
Subject: [PATCH 1/2] fallback: work around the issue of boot option creation
 with AMI BIOS

AMI BIOS (e.g, Intel NUC5i3MYHE) may automatically hide and patch Boot
variables with ami_masked_device_path_guid.

Initially, the normal boot option created by fallback looks like this:
  01 00 00 00 5e 00 42 00  6f 00 6f 00 74 00 6c 00  |^.B.o.o.t.l.|
0010  6f 00 61 00 64 00 65 00  72 00 20 00 54 00 65 00  |o.a.d.e.r. .T.e.|
0020  73 00 74 00 20 00 28 00  36 00 34 00 2d 00 62 00  |s.t. .(.6.4.-.b.|
0030  69 00 74 00 29 00 00 00  04 01 2a 00 01 00 00 00  |i.t.).*.|
0040  00 08 00 00 00 00 00 00  00 00 08 00 00 00 00 00  ||
0050  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ||
0060  01 01 04 04 30 00 5c 00  45 00 46 00 49 00 5c 00  |0.\.E.F.I.\.|
0070  42 00 4f 00 4f 00 54 00  5c 00 74 00 65 00 73 00  |B.O.O.T.\.t.e.s.|
0080  74 00 78 00 36 00 34 00  2e 00 65 00 66 00 69 00  |t.x.6.4...e.f.i.|
0090  00 00 7f ff 04 00 |..|
0096

after reboot, fallback has to create a new one due to the previous boot
option is hidden and masked by AMI BIOS:
  09 00 00 00 76 00 42 00  6f 00 6f 00 74 00 6c 00  |v.B.o.o.t.l.|
0010  6f 00 61 00 64 00 65 00  72 00 20 00 54 00 65 00  |o.a.d.e.r. .T.e.|
0020  73 00 74 00 20 00 28 00  36 00 34 00 2d 00 62 00  |s.t. .(.6.4.-.b.|
0030  69 00 74 00 29 00 00 00  01 04 14 00 e7 75 e2 99  |i.t.)u..|
0040  a0 75 37 4b a2 e6 c5 38  5e 6c 00 cb 7f ff 04 00  |.u7K...8^l..|
0050  04 

commit geany for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package geany for openSUSE:Factory checked 
in at 2017-08-28 15:33:37

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


Package is "geany"

Mon Aug 28 15:33:37 2017 rev:30 rq:519104 version:1.31

Changes:

--- /work/SRC/openSUSE:Factory/geany/geany.changes  2017-08-21 
11:38:06.509180308 +0200
+++ /work/SRC/openSUSE:Factory/.geany.new/geany.changes 2017-08-28 
15:33:39.117686616 +0200
@@ -1,0 +2,5 @@
+Sat Aug 26 13:48:11 UTC 2017 - jeng...@inai.de
+
+- Update description: say more about what geany does.
+
+---



Other differences:
--
++ geany.spec ++
--- /var/tmp/diff_new_pack.3w9d2g/_old  2017-08-28 15:33:39.789592151 +0200
+++ /var/tmp/diff_new_pack.3w9d2g/_new  2017-08-28 15:33:39.793591588 +0200
@@ -19,7 +19,7 @@
 Name:   geany
 Version:1.31
 Release:0
-Summary:Small and lightweight IDE
+Summary:GTK-based integrated development environment
 License:GPL-2.0+
 Group:  Development/Tools/IDE
 Url:https://geany.org
@@ -42,26 +42,20 @@
 %lang_package
 
 %description
-Geany is a small and lightweight integrated development environment.
-It was developed to provide a small and fast IDE, which has only a
-few dependencies from other packages. Another goal was to be as
-independent as possible from a special Desktop Environment like KDE
-or GNOME. So it is using only the GTK3 toolkit and therefore you need
-only the GTK3 runtime libraries to run Geany.
+Geany is a text editor using the GTK+ toolkit with basic features of
+an integrated development environment. It can do syntax highlighting
+for many formats, case folding, symbol name autocompletion, autoclose
+XML/HTML tags, provides code navigation and has a plugin interface.
 
 %package devel
-Summary:Small and lightweight IDE -- Development Files
+Summary:Development files for the Geany IDE
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
 Requires:   gtk3-devel
 
 %description devel
-Geany is a small and lightweight integrated development environment.
-It was developed to provide a small and fast IDE, which has only a
-few dependencies from other packages. Another goal was to be as
-independent as possible from a special Desktop Environment like KDE
-or GNOME. So it is using only the GTK3 toolkit and therefore you need
-only the GTK3 runtime libraries to run Geany.
+Geany is a text editor using the GTK+ toolkit with basic features of
+an integrated development environment.
 
 %package -n libgeany0
 Summary:Geany libraries




commit gobby for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package gobby for openSUSE:Factory checked 
in at 2017-08-28 15:33:35

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


Package is "gobby"

Mon Aug 28 15:33:35 2017 rev:42 rq:519102 version:0.5.1+20170204.e5c2d14

Changes:

--- /work/SRC/openSUSE:Factory/gobby/gobby.changes  2014-10-18 
09:08:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.gobby.new/gobby.changes 2017-08-28 
15:33:37.413926155 +0200
@@ -1,0 +2,35 @@
+Thu Aug 24 11:04:43 UTC 2017 - zai...@opensuse.org
+
+- Change License to "ISC AND GPL-2.0+" following legal review.
+- Change Group to Productivity/Other.
+
+---
+Thu Jun 29 10:56:10 UTC 2017 - jeng...@inai.de
+
+- Trim irrelevant parts from description.
+
+---
+Thu Jun 08 00:32:13 UTC 2017 - zai...@opensuse.org
+
+- Update to version 0.5.1+20170204.e5c2d14:
+  + Add C++11 macros into m4/ to fix the travis build.
+  + Remove no longer used configure flags from travis config.
+  + Fix typo in header guard.
+  + Replace margin start/end with left/right.
+  + Add missing giomm/menu.h include to
+browser-context-commands.cpp.
+  + Fix possible crash when opening popup menu on browser.
+  + Add license title.
+  + Fix setting of font preferences.
+  + Updated translations.
+- Run spec-cleaner.
+- Switch to service version git checkout.
+- Following the above, add gnome-common BuildRequires and pass
+  NOCONFIGUE=1 autogen.sh to configure, bootstrap gitcheckout.
+- Replace pkgconfig(libinfinity-0.6) with
+  pkgconfig(libinfinity-0.7) BuildRequires following upstream
+  changes.
+- Drop obsolete posttrans section.
+- Drop gobby-add-missing-return.patch: Fixed upstream.
+
+---

Old:

  gobby-0.5.0.tar.gz
  gobby-add-missing-return.patch

New:

  _service
  _servicedata
  gobby-0.5.1+20170204.e5c2d14.tar.xz



Other differences:
--
++ gobby.spec ++
--- /var/tmp/diff_new_pack.Cackhj/_old  2017-08-28 15:33:38.289803012 +0200
+++ /var/tmp/diff_new_pack.Cackhj/_new  2017-08-28 15:33:38.309800200 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gobby
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -16,14 +16,32 @@
 #
 
 
-Name:   gobby
 %define _versioned_name gobby-0.5
+Name:   gobby
+Version:0.5.1+20170204.e5c2d14
+Release:0
+Summary:Collaborative editor (Infinote protocol)
+License:ISC AND GPL-2.0+
+Group:  Productivity/Other
+Url:http://gobby.0x539.de/
+Source0:%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  gnome-common
 BuildRequires:  gnome-doc-utils-devel
+# For directory ownership:
+BuildRequires:  gnome-themes
 BuildRequires:  intltool
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(glibmm-2.4)
+BuildRequires:  pkgconfig(libgsasl)
+BuildRequires:  pkgconfig(libinfinity-0.7)
+BuildRequires:  pkgconfig(libxml++-2.6)
+BuildRequires:  pkgconfig(unique-1.0)
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
+Recommends: %{name}-lang
 %if 0%{?favor_gtk2}
 BuildRequires:  pkgconfig(gtkmm-2.4)
 BuildRequires:  pkgconfig(gtksourceview-2.0)
@@ -31,46 +49,27 @@
 BuildRequires:  pkgconfig(gtkmm-3.0)
 BuildRequires:  pkgconfig(gtksourceview-3.0)
 %endif
-BuildRequires:  pkgconfig(libgsasl)
-BuildRequires:  pkgconfig(libinfinity-0.6)
-BuildRequires:  pkgconfig(libxml++-2.6)
-BuildRequires:  pkgconfig(unique-1.0)
-# For directory ownership:
-BuildRequires:  gnome-themes
-Version:0.5.0
-Release:0
-Summary:Gobby collaborative editor (Infinote protocol)
-License:GPL-2.0+
-Group:  Productivity/Editors/Other
-Source: %{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM gobby-add-missing-return.patch zai...@opensuse.org -- Add 
a missing return statement
-Patch0: gobby-add-missing-return.patch
-Url:http://gobby.0x539.de/
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Requires(post): update-alternatives
-Requires(postun): update-alternatives
 # The build service fails to build the package because it doesn't really
 # understand Requires(post), so use PreReq too (see bnc#439232).
 %if %defined suse_version
+# FIXME: use proper Requires(pre/post/preun/...)
 PreReq: 

commit mtd-utils for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package mtd-utils for openSUSE:Factory 
checked in at 2017-08-28 15:33:22

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


Package is "mtd-utils"

Mon Aug 28 15:33:22 2017 rev:4 rq:519097 version:2.0.1

Changes:

--- /work/SRC/openSUSE:Factory/mtd-utils/mtd-utils.changes  2017-02-22 
13:56:20.764315120 +0100
+++ /work/SRC/openSUSE:Factory/.mtd-utils.new/mtd-utils.changes 2017-08-28 
15:33:33.630458088 +0200
@@ -1,0 +2,10 @@
+Mon Aug 28 10:50:24 UTC 2017 - mplus...@suse.com
+
+- Update to version 2.0.1:
+  * nandbiterrs: Add Erased Pages Bit Flip Test
+  * mkfs.ubifs: Add support for symlinks in device table
+  * nanddump: Add --skip-bad-blocks-to-start option
+  * nandwrite: Add --skip-bad-blocks-to-start option
+  * several fixes and internal cleanups
+
+---

Old:

  mtd-utils-2.0.0.tar.bz2
  mtd-utils-2.0.0.tar.bz2.asc

New:

  mtd-utils-2.0.1.tar.bz2
  mtd-utils-2.0.1.tar.bz2.asc



Other differences:
--
++ mtd-utils.spec ++
--- /var/tmp/diff_new_pack.4BdBWb/_old  2017-08-28 15:33:34.746301208 +0200
+++ /var/tmp/diff_new_pack.4BdBWb/_new  2017-08-28 15:33:34.746301208 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   mtd-utils
-Version:2.0.0
+Version:2.0.1
 Release:0
 Summary:Tools for maintaining Memory Technology Devices
 License:GPL-2.0+
@@ -49,7 +49,6 @@
 %make_install
 
 %files
-%defattr(-,root,root)
 %doc COPYING ubifs-utils/mkfs.ubifs/README
 %{_sbindir}/doc_loadbios
 %{_sbindir}/docfdisk

++ mtd-utils-2.0.0.tar.bz2 -> mtd-utils-2.0.1.tar.bz2 ++
 7989 lines of diff (skipped)





commit patterns-caasp for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package patterns-caasp for openSUSE:Factory 
checked in at 2017-08-28 15:33:12

Comparing /work/SRC/openSUSE:Factory/patterns-caasp (Old)
 and  /work/SRC/openSUSE:Factory/.patterns-caasp.new (New)


Package is "patterns-caasp"

Mon Aug 28 15:33:12 2017 rev:14 rq:519075 version:1.0

Changes:

--- /work/SRC/openSUSE:Factory/patterns-caasp/patterns-caasp.changes
2017-08-24 18:56:59.142669488 +0200
+++ /work/SRC/openSUSE:Factory/.patterns-caasp.new/patterns-caasp.changes   
2017-08-28 15:33:17.988657220 +0200
@@ -1,0 +2,5 @@
+Fri Aug 25 08:47:02 CEST 2017 - ku...@suse.de
+
+- Build onlyDVD only on openSUSE to make new repo-checker happy
+
+---



Other differences:
--
++ patterns-caasp.spec ++
--- /var/tmp/diff_new_pack.cv8v1s/_old  2017-08-28 15:33:18.844536890 +0200
+++ /var/tmp/diff_new_pack.cv8v1s/_new  2017-08-28 15:33:18.876532391 +0200
@@ -221,9 +221,6 @@
 Requires:   hyper-v
 Requires:   kernel-firmware
 Requires:   open-vm-tools
-%if 0%{?is_susecaasp}
-Requires:   tftpboot-installation-CAASP-2.0-x86_64
-%endif
 
 %description onlyDVD
 This are the additonal packages which should be on a SUSE CaaS Platform or 
openSUSE Kubic product.
@@ -247,9 +244,11 @@
 %dir /usr/share/doc/packages/patterns-caasp
 /usr/share/doc/packages/patterns-caasp/Stack.txt
 
+%if !0%{?is_susecaasp}
 %files onlyDVD
 %defattr(-,root,root)
 %dir /usr/share/doc/packages/patterns-caasp
 /usr/share/doc/packages/patterns-caasp/onlyDVD.txt
+%endif
 
 %changelog




commit fwts for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package fwts for openSUSE:Factory checked in 
at 2017-08-28 15:33:15

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


Package is "fwts"

Mon Aug 28 15:33:15 2017 rev:26 rq:519080 version:17.07.00

Changes:

--- /work/SRC/openSUSE:Factory/fwts/fwts.changes2017-06-23 
09:18:54.925766909 +0200
+++ /work/SRC/openSUSE:Factory/.fwts.new/fwts.changes   2017-08-28 
15:33:21.552156218 +0200
@@ -1,0 +2,21 @@
+Mon Aug 28 09:53:50 UTC 2017 - mplus...@suse.com
+
+- Update to version 17.07.00 (boo#1055891):
+  * acpi: bgrt: update according to acpi 6.1 errata
+  * acpi: method: update _PSD and _TSD tests according to ACPI 6.1
+errata
+  * acpi: rsdp: revision 1 must have length 20 according to ACPI
+6.1 errata
+  * acpi: method: Add _CPC revision 3 according to ACPI 6.2
+  * acpi: hest: add new type 11 introduced in ACPI 6.2
+  * acpi: srat: add new type 4 according to ACPI 6.2
+  * acpi: method: update _GCP according to ACPI 6.2
+  * acpi: hest: add notification type 11 according to ACPI 6.2
+  * acpi: fadt: update minor version to 2 for ACPI 6.2
+  * acpi: hest: add checks for GHES_ASSIST flag value in ACPI 6.2
+  * acpi: wsmt: add wsmt test according to ACPI 6.2
+  * ACPICA: Update to version 20170629
+  * acpi: tpm2: Add additional start method values
+  * acpi: iort: Add PMCG support
+
+---

Old:

  fwts-V17.06.00.tar.gz

New:

  fwts-V17.07.00.tar.gz



Other differences:
--
++ fwts.spec ++
--- /var/tmp/diff_new_pack.rVMdJQ/_old  2017-08-28 15:33:22.859972348 +0200
+++ /var/tmp/diff_new_pack.rVMdJQ/_new  2017-08-28 15:33:22.875970099 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   fwts
-Version:17.06.00
+Version:17.07.00
 Release:0
 Summary:Firmware Test Suite
 License:GPL-2.0+
@@ -69,7 +69,6 @@
 rm -f "%{buildroot}/%{_libdir}/%{name}"/*.so
 
 %files
-%defattr(-,root,root)
 %doc README README_ACPICA.txt README_SOURCE.txt ./data/README_JSON.txt
 %{_bindir}/fwts
 %{_bindir}/kernelscan

++ fwts-V17.06.00.tar.gz -> fwts-V17.07.00.tar.gz ++
 12331 lines of diff (skipped)

++ fwts-no-compiletime.patch ++
--- /var/tmp/diff_new_pack.rVMdJQ/_old  2017-08-28 15:33:24.463746868 +0200
+++ /var/tmp/diff_new_pack.rVMdJQ/_new  2017-08-28 15:33:24.467746306 +0200
@@ -1,7 +1,7 @@
-Index: fwts-17.06.00/src/acpica/source/compiler/aslutils.c
+Index: fwts-17.07.00/src/acpica/source/compiler/aslutils.c
 ===
 fwts-17.06.00.orig/src/acpica/source/compiler/aslutils.c
-+++ fwts-17.06.00/src/acpica/source/compiler/aslutils.c
+--- fwts-17.07.00.orig/src/acpica/source/compiler/aslutils.c
 fwts-17.07.00/src/acpica/source/compiler/aslutils.c
 @@ -490,7 +490,7 @@ UtDisplaySummary (
  /* Compiler name and version number */
  




commit littleb for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package littleb for openSUSE:Factory checked 
in at 2017-08-28 15:33:18

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


Package is "littleb"

Mon Aug 28 15:33:18 2017 rev:3 rq:519095 version:0.1.2

Changes:

--- /work/SRC/openSUSE:Factory/littleb/littleb.changes  2017-02-05 
18:37:41.807588751 +0100
+++ /work/SRC/openSUSE:Factory/.littleb.new/littleb.changes 2017-08-28 
15:33:25.931540506 +0200
@@ -1,0 +2,6 @@
+Mon Aug 28 10:38:48 UTC 2017 - mplus...@suse.com
+
+- Update to version 0.1.2:
+  * Misc small fixes
+
+---

Old:

  littleb-0.1.1.tar.gz

New:

  littleb-0.1.2.tar.gz



Other differences:
--
++ littleb.spec ++
--- /var/tmp/diff_new_pack.XQegGh/_old  2017-08-28 15:33:26.743426360 +0200
+++ /var/tmp/diff_new_pack.XQegGh/_new  2017-08-28 15:33:26.747425798 +0200
@@ -18,7 +18,7 @@
 
 %define sover 0
 Name:   littleb
-Version:0.1.1
+Version:0.1.2
 Release:0
 Summary:Bluetooth Low Energy Library
 License:MIT
@@ -27,7 +27,7 @@
 Source: 
https://github.com/intel-iot-devkit/littleb/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(libsystemd) >= 221
 
 %description
@@ -80,18 +80,15 @@
 %postun -n lib%{name}%{sover} -p /sbin/ldconfig
 
 %files -n lib%{name}%{sover}
-%defattr(-,root,root)
 %doc COPYING
 %{_libdir}/lib%{name}.so.%{sover}*
 
 %files devel
-%defattr(-,root,root)
 %{_libdir}/lib%{name}.so
 %{_includedir}/%{name}.h
 %{_libdir}/pkgconfig/%{name}.pc
 
 %files examples
-%defattr(-,root,root)
 %doc COPYING
 %{_datadir}/%{name}
 

++ littleb-0.1.1.tar.gz -> littleb-0.1.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/littleb-0.1.1/CMakeLists.txt 
new/littleb-0.1.2/CMakeLists.txt
--- old/littleb-0.1.1/CMakeLists.txt2016-08-24 21:35:01.0 +0200
+++ new/littleb-0.1.2/CMakeLists.txt2017-08-08 15:49:35.0 +0200
@@ -31,7 +31,7 @@
 git_describe (VERSION "--tags")
 if ("x_${VERSION}" STREQUAL "x_GIT-NOTFOUND" OR "x_${VERSION}" STREQUAL 
"x_HEAD-HASH-NOTFOUND" OR "x_${VERSION}" STREQUAL "x_-128-NOTFOUND")
   message (WARNING " - Install git to compile a production liblittleb!")
-  set (VERSION "v0.1.0")
+  set (VERSION "v0.1.2")
 endif ()
 
 message (STATUS "INFO - liblittleb Version ${VERSION}")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/littleb-0.1.1/api/littleb.h 
new/littleb-0.1.2/api/littleb.h
--- old/littleb-0.1.1/api/littleb.h 2016-08-24 21:35:01.0 +0200
+++ new/littleb-0.1.2/api/littleb.h 2017-08-08 15:49:35.0 +0200
@@ -74,7 +74,6 @@
 int services_size; /**< count of services in the device */
 } lb_bl_device;
 
-typedef struct bl_context* lb_context;
 
 /**
  * Initialize littleb.
@@ -93,169 +92,135 @@
 lb_result_t lb_destroy();
 
 /**
- * Create new littleb context to contain devices found
- *
- * @param ADD
- * @return new lb_context or NULL if failed
- */
-lb_context lb_context_new();
-
-/**
- * Free littleb context created with lb_context_new
- *
- * @param lb_context to be freed
- * @return Result of operation
- */
-lb_result_t lb_context_free(lb_context lb_ctx);
-
-/**
  * Populate internal list of bl devices found in a scan of specified length
  *
- * @param lb_context to use
  * @param seconds to perform device scan
  * @return Result of operation
  */
-lb_result_t lb_get_bl_devices(lb_context lb_ctx, int seconds);
+lb_result_t lb_get_bl_devices(int seconds);
 
 /**
  * Connect to a specific bluetooth device
  *
  * lb_bl_device can be found by name, path or address using lb_get_device 
functions
  *
- * @param lb_context to use
  * @param lb_bl_device to connect to
  * @return Result of operation
  */
-lb_result_t lb_connect_device(lb_context lb_ctx, lb_bl_device* dev);
+lb_result_t lb_connect_device(lb_bl_device* dev);
 
 /**
  * Disconnect from a specific bluetooth device
  *
- * @param lb_context to use
  * @param lb_bl_device to disconnect from
  * @return Result of operation
  */
-lb_result_t lb_disconnect_device(lb_context lb_ctx, lb_bl_device* dev);
+lb_result_t lb_disconnect_device(lb_bl_device* dev);
 
 /**
  * Pair with specific bluetooth device
  *
- * @param lb_context to use
  * @param lb_bl_device to pair with
  * @return Result of operation
  */
-lb_result_t lb_pair_device(lb_context lb_ctx, lb_bl_device* dev);
+lb_result_t lb_pair_device(lb_bl_device* dev);
 
 /**
  * Cancel 

commit diskscan for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package diskscan for openSUSE:Factory 
checked in at 2017-08-28 15:33:09

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


Package is "diskscan"

Mon Aug 28 15:33:09 2017 rev:6 rq:519074 version:0.20

Changes:

--- /work/SRC/openSUSE:Factory/diskscan/diskscan.changes2016-10-20 
23:09:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.diskscan.new/diskscan.changes   2017-08-28 
15:33:14.781108178 +0200
@@ -1,0 +2,7 @@
+Mon Aug 28 09:48:56 UTC 2017 - mplus...@suse.com
+
+- Update to version 0.20:
+  * Misc internal changes
+  * Update libscsicmd
+
+---

Old:

  diskscan-0.19.tar.gz

New:

  diskscan-0.20.tar.gz



Other differences:
--
++ diskscan.spec ++
--- /var/tmp/diff_new_pack.PpBYlC/_old  2017-08-28 15:33:16.036931618 +0200
+++ /var/tmp/diff_new_pack.PpBYlC/_new  2017-08-28 15:33:16.040931056 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package diskscan
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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:   diskscan
-Version:0.19
+Version:0.20
 Release:0
 Summary:Scan disk for bad or near failure sectors
 License:GPL-3.0+
@@ -54,7 +54,6 @@
 %cmake_install
 
 %files
-%defattr(-,root,root)
 %doc COPYING README*
 %{_bindir}/%{name}
 %{_mandir}/man1/%{name}.1%{ext_man}

++ diskscan-0.19.tar.gz -> diskscan-0.20.tar.gz ++
 4980 lines of diff (skipped)




commit rtags for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package rtags for openSUSE:Factory checked 
in at 2017-08-28 15:33:04

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


Package is "rtags"

Mon Aug 28 15:33:04 2017 rev:2 rq:519070 version:2.13+git.20170825.93b00636

Changes:

--- /work/SRC/openSUSE:Factory/rtags/rtags.changes  2017-03-12 
20:00:10.858180508 +0100
+++ /work/SRC/openSUSE:Factory/.rtags.new/rtags.changes 2017-08-28 
15:33:11.189613116 +0200
@@ -1,0 +2,15 @@
+Sun Aug 27 18:23:35 UTC 2017 - mli...@suse.cz
+
+- Update to version 2.13+git.20170825.93b00636:
+  * Biump rct.
+  * Not used.
+  * grammar
+  * Fix issue #1031. Detect if json.h is supported or not and turn off json 
output for completions if it isn't.
+  * Kill previous rtags-find-symbol-at-point buffer if there is one.
+  * Fix issue with the following example:
+  * Fix an issue with this construct:
+  * Bump database.
+  * Bump version
+  * Fix issue #1035 and issue #1035.
+
+---

Old:

  rtags-2.8+git.20161226.6ac7740e.tar.xz

New:

  rtags-2.13+git.20170825.93b00636.tar.xz



Other differences:
--
++ rtags.spec ++
--- /var/tmp/diff_new_pack.etUl2I/_old  2017-08-28 15:33:13.001358397 +0200
+++ /var/tmp/diff_new_pack.etUl2I/_new  2017-08-28 15:33:13.001358397 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rtags
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -18,7 +18,7 @@
 
 # See also http://en.opensuse.org/openSUSE:Specfile_guidelines
 Name:   rtags
-Version:2.8+git.20161226.6ac7740e
+Version:2.13+git.20170825.93b00636
 Release:0
 Summary:Clang based source code indexer
 License:GPL-3.0+

++ _service ++
--- /var/tmp/diff_new_pack.etUl2I/_old  2017-08-28 15:33:13.205329721 +0200
+++ /var/tmp/diff_new_pack.etUl2I/_new  2017-08-28 15:33:13.205329721 +0200
@@ -4,8 +4,8 @@
 git
 enable
 rtags
-2.8+git.%cd.%h
-6ac7740eaf05cdd9b699185f71cc2d1f634a761b
+2.13+git.%cd.%h
+93b0063626c54ab976b2c8f2dba8cd9d25e18bd4
   
   
 *.tar

++ rtags-2.8+git.20161226.6ac7740e.tar.xz -> 
rtags-2.13+git.20170825.93b00636.tar.xz ++
 30532 lines of diff (skipped)




commit hg-git for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package hg-git for openSUSE:Factory checked 
in at 2017-08-28 15:32:59

Comparing /work/SRC/openSUSE:Factory/hg-git (Old)
 and  /work/SRC/openSUSE:Factory/.hg-git.new (New)


Package is "hg-git"

Mon Aug 28 15:32:59 2017 rev:22 rq:519049 version:0.8.9

Changes:

--- /work/SRC/openSUSE:Factory/hg-git/hg-git.changes2017-05-03 
15:58:16.786996137 +0200
+++ /work/SRC/openSUSE:Factory/.hg-git.new/hg-git.changes   2017-08-28 
15:33:02.122887823 +0200
@@ -1,0 +2,7 @@
+Sat Aug 26 16:33:54 UTC 2017 - o...@aepfle.de
+
+- update to v0.8.9
+  no changelog provided by upstream
+- remove weird tests with hg-git.patch
+
+---

Old:

  hg-git-0.8.6.tar.gz
  hg-git-0.8.6.tar.gz.asc

New:

  hg-git-0.8.9.tar.gz
  hg-git-0.8.9.tar.gz.asc
  hg-git.patch



Other differences:
--
++ hg-git.spec ++
--- /var/tmp/diff_new_pack.hsPsZ7/_old  2017-08-28 15:33:03.122747252 +0200
+++ /var/tmp/diff_new_pack.hsPsZ7/_new  2017-08-28 15:33:03.126746689 +0200
@@ -17,15 +17,16 @@
 
 
 Name:   hg-git
-Version:0.8.6
+Version:0.8.9
 Release:0
 Summary:Mercurial Plugin for Communicating with Git Servers
 License:GPL-2.0+
 Group:  Development/Tools/Version Control
 Url:https://hg-git.github.io
-Source0:
https://pypi.python.org/packages/c7/15/ec7e1bb6356cb140d5c1c2a2884fcadfd51c0039a6fccb08688c67646eba/hg-git-0.8.6.tar.gz
-Source1:
https://pypi.python.org/packages/c7/15/ec7e1bb6356cb140d5c1c2a2884fcadfd51c0039a6fccb08688c67646eba/hg-git-0.8.6.tar.gz.asc
+Source0:
https://pypi.python.org/packages/05/03/3ce3cfb6b2130d689ee8adf8ae20bf40925a81c60cc18edae191b405079e/hg-git-0.8.9.tar.gz
+Source1:
https://pypi.python.org/packages/05/03/3ce3cfb6b2130d689ee8adf8ae20bf40925a81c60cc18edae191b405079e/hg-git-0.8.9.tar.gz.asc
 Source2:%{name}.keyring
+Patch0: hg-git.patch
 BuildRequires:  git-daemon
 BuildRequires:  mercurial
 BuildRequires:  netcat-openbsd
@@ -49,6 +50,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 python setup.py build

++ hg-git-0.8.6.tar.gz -> hg-git-0.8.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hg-git-0.8.6/PKG-INFO new/hg-git-0.8.9/PKG-INFO
--- old/hg-git-0.8.6/PKG-INFO   2017-04-19 06:43:10.0 +0200
+++ new/hg-git-0.8.9/PKG-INFO   2017-08-10 21:39:38.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: hg-git
-Version: 0.8.6
+Version: 0.8.9
 Summary: push to and pull from a Git repository using Mercurial
 Home-page: http://hg-git.github.com/
 Author: Augie Fackler
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hg-git-0.8.6/hg_git.egg-info/PKG-INFO 
new/hg-git-0.8.9/hg_git.egg-info/PKG-INFO
--- old/hg-git-0.8.6/hg_git.egg-info/PKG-INFO   2017-04-19 06:43:09.0 
+0200
+++ new/hg-git-0.8.9/hg_git.egg-info/PKG-INFO   2017-08-10 21:39:38.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: hg-git
-Version: 0.8.6
+Version: 0.8.9
 Summary: push to and pull from a Git repository using Mercurial
 Home-page: http://hg-git.github.com/
 Author: Augie Fackler
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hg-git-0.8.6/hggit/__init__.py 
new/hg-git-0.8.9/hggit/__init__.py
--- old/hg-git-0.8.6/hggit/__init__.py  2017-04-19 06:41:08.0 +0200
+++ new/hg-git-0.8.9/hggit/__init__.py  2017-08-10 21:39:06.0 +0200
@@ -77,14 +77,18 @@
 'collections',
 ])
 
-__version__ = '0.8.6'
+__version__ = '0.8.9'
 
 testedwith = ('2.8.2 2.9.2 3.0.2 3.1.2 3.2.4 3.3.3 3.4.2 3.5.2 3.6.3 3.7.3'
-  '3.8.4 3.9.2 4.0.2 4.1.3 4.2-rc')
+  '3.8.4 3.9.2 4.0.2 4.1.3 4.2.3 4.3')
 buglink = 'https://bitbucket.org/durin42/hg-git/issues'
 
 cmdtable = {}
-command = cmdutil.command(cmdtable)
+try:
+from mercurial import registrar
+command = registrar.command(cmdtable)
+except (ImportError, AttributeError):
+command = cmdutil.command(cmdtable)
 
 # support for `hg clone git://github.com/defunkt/facebox.git`
 # also hg clone git+ssh://g...@github.com/schacon/simplegit.git
@@ -210,7 +214,7 @@
 
 if (getattr(dirstate, 'rootcache', False) and
 (not ignoremod or getattr(ignore, 'readpats', False)) and
-hgutil.safehasattr(repo, 'join') and
+hgutil.safehasattr(repo, 'vfs') and
 os.path.exists(repo.vfs.join('git'))):
 # only install our dirstate wrapper if it has a hope of working
 import gitdirstate
@@ -266,8 +270,12 @@
 gitsha, hgsha = line.strip().split(' ', 1)
 

commit cardpeek for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package cardpeek for openSUSE:Factory 
checked in at 2017-08-28 15:33:02

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


Package is "cardpeek"

Mon Aug 28 15:33:02 2017 rev:7 rq:519061 version:0.8.4

Changes:

--- /work/SRC/openSUSE:Factory/cardpeek/cardpeek.changes2017-04-11 
09:39:10.119889315 +0200
+++ /work/SRC/openSUSE:Factory/.cardpeek.new/cardpeek.changes   2017-08-28 
15:33:04.134604993 +0200
@@ -1,0 +2,7 @@
+Tue Aug 22 08:22:21 UTC 2017 - tchva...@suse.com
+
+- Add patch to build with lua5.3 (upstream merged in git):
+  * cardpeek-lua5.3.patch
+- Convert to pkgconfig style dependencies
+
+---

New:

  cardpeek-lua5.3.patch



Other differences:
--
++ cardpeek.spec ++
--- /var/tmp/diff_new_pack.VoWbYd/_old  2017-08-28 15:33:05.290442491 +0200
+++ /var/tmp/diff_new_pack.VoWbYd/_new  2017-08-28 15:33:05.302440805 +0200
@@ -24,21 +24,17 @@
 Group:  Productivity/Security
 Url:http://pannetrat.com/Cardpeek/
 Source: 
http://downloads.pannetrat.com/install/%{name}-%{version}.tar.gz
+Patch0: cardpeek-lua5.3.patch
 BuildRequires:  desktop-file-utils
-BuildRequires:  gtk3-devel
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  libcurl-devel
-%if 0%{?suse_version} > 1320
-BuildRequires:  lua52-devel
-%else
-BuildRequires:  lua-devel
-%endif
 BuildRequires:  openssl-devel
-BuildRequires:  pcsc-lite-devel
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  readline-devel
 BuildRequires:  pkgconfig(glib-2.0)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  pkgconfig(libcurl)
+BuildRequires:  pkgconfig(libpcsclite)
+BuildRequires:  pkgconfig(lua)
 
 %description
 Cardpeek is a Linux tool to read the contents of ISO7816 smart cards.
@@ -56,13 +52,16 @@
 * Vitale 2 French health cards.
 * GSM cards (beta)
 
-See /usr/share/doc/packages/cardpeek/cardpeek_ref.en.pdf for more details.
+See %{_docdir}/cardpeek/cardpeek_ref.en.pdf for more details.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
-%configure --docdir=%{_docdir}/%{name}
+%configure \
+  --docdir=%{_docdir}/%{name} \
+  --disable-silent-rules
 make %{?_smp_mflags}
 
 %install
@@ -77,11 +76,10 @@
 %icon_theme_cache_postun
 
 %files
-%defattr(-,root,root)
 # NEWS is empty
 %doc AUTHORS COPYING ChangeLog README
 %doc %{_defaultdocdir}/%{name}/cardpeek_ref.en.pdf
-%doc %{_mandir}/man1/cardpeek.1*
+%{_mandir}/man1/cardpeek.1%{?ext_man}
 %{_bindir}/cardpeek
 %dir %{_datadir}/appdata
 %{_datadir}/appdata/cardpeek.appdata.xml

++ cardpeek-lua5.3.patch ++
>From d0653e73af85885544a7876cb4b7387410c88855 Mon Sep 17 00:00:00 2001
From: Alain Pannetrat 
Date: Mon, 3 Jul 2017 16:02:09 -0700
Subject: [PATCH] Updated to mingw64 and lua-5.3

---
 lua_bytes.c|  26 +++---

diff --git a/lua_bytes.c b/lua_bytes.c
index 146b547..d0abf85 100644
--- a/lua_bytes.c
+++ b/lua_bytes.c
@@ -116,7 +116,7 @@ static bytestring_t* x_bytes_create(lua_State *L, unsigned 
width, int start, int
 
 static int subr_bytes_new(lua_State *L) 
 {
-  int width = luaL_checkint(L, 1);
+  int width = luaL_checkinteger(L, 1);
   int n = lua_gettop(L);
   bytestring_t *bs;
 
@@ -259,7 +259,7 @@ static int subr_bytes_get(lua_State *L)
b_index = 0;
   else
   {
-   b_index=luaL_checkint(L,2);
+   b_index=luaL_checkinteger(L,2);
if (b_index<0) b_index = 0;
   }
 
@@ -267,7 +267,7 @@ static int subr_bytes_get(lua_State *L)
e_index = b_index;
   else
   {
-   e_index=luaL_checkint(L,2);
+   e_index=luaL_checkinteger(L,2);
if (e_index>=(int)bytestring_get_size(bs)) e_index = 
bytestring_get_size(bs)-1;
   }
 
@@ -293,13 +293,13 @@ static int subr_bytes_set(lua_State *L)
   unsigned i;
   unsigned char c;
 
-  b_index=(unsigned)luaL_checkint(L,2);
+  b_index=(unsigned)luaL_checkinteger(L,2);
 
   e_index = b_index + lua_gettop(L)-3;
 
   for (i=b_index;i<=e_index;i++)
   {
- c = (unsigned char)luaL_checkint(L,i-b_index+3);
+ c = (unsigned char)luaL_checkinteger(L,i-b_index+3);
  if (i

commit audacious-plugins for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package audacious-plugins for 
openSUSE:Factory checked in at 2017-08-28 15:32:46

Comparing /work/SRC/openSUSE:Factory/audacious-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.audacious-plugins.new (New)


Package is "audacious-plugins"

Mon Aug 28 15:32:46 2017 rev:3 rq:518744 version:3.9

Changes:

--- /work/SRC/openSUSE:Factory/audacious-plugins/audacious-plugins.changes  
2017-08-24 18:56:43.916813400 +0200
+++ /work/SRC/openSUSE:Factory/.audacious-plugins.new/audacious-plugins.changes 
2017-08-28 15:32:50.848472908 +0200
@@ -1,0 +2,5 @@
+Fri Aug 25 06:19:49 UTC 2017 - o...@aepfle.de
+
+- Remove conditionals for lame, qt and mpg123
+
+---



Other differences:
--
++ audacious-plugins.spec ++
--- /var/tmp/diff_new_pack.mUoK0X/_old  2017-08-28 15:32:51.864330088 +0200
+++ /var/tmp/diff_new_pack.mUoK0X/_new  2017-08-28 15:32:51.884327276 +0200
@@ -19,13 +19,8 @@
 %define __provides_exclude_from ^%{_libdir}/audacious/*/.*.so$
 %define aud_ver_min 3.9
 %define aud_ver_max 3.9.99
-%if 0%{?suse_version} >= 1320 || (0%{?sle_version} >= 120100 && 
0%{?is_opensuse})
 %bcond_without qt
-%else
-%bcond_with qt
-%endif
 %bcond_with faad
-%bcond_with lame
 %bcond_with restricted
 %bcond_without gtk
 Name:   audacious-plugins
@@ -89,22 +84,16 @@
 BuildRequires:  pkgconfig(xcomposite)
 BuildRequires:  pkgconfig(xrender)
 %endif
-%if %{with qt}
 BuildRequires:  pkgconfig(Qt5Core) >= 5.2
 BuildRequires:  pkgconfig(Qt5Gui) >= 5.2
 BuildRequires:  pkgconfig(Qt5Multimedia) >= 5.2
 BuildRequires:  pkgconfig(Qt5OpenGL) >= 5.2
 BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2
-%endif
 %if %{with faad}
 BuildRequires:  libfaad-devel
 %endif
-%if %{with lame}
 BuildRequires:  libmp3lame-devel
-%endif
-%if 0%{?suse_version} > 1320 || 0%{?sle_version} > 120200 || %{with restricted}
 BuildRequires:  pkgconfig(libmpg123) >= 1.12
-%endif
 
 %description
 Plugins for the Audacious audio player.
@@ -126,11 +115,7 @@
 %build
 NOCONFIGURE=1 ./autogen.sh
 %configure \
-%if %{with qt}
   --enable-qt   \
-%else
-  --disable-qt  \
-%endif
 %if %{with gtk}
   --enable-gtk  \
 %else
@@ -141,11 +126,7 @@
 %else
   --disable-aac\
 %endif
-%if 0%{?suse_version} > 1320 || 0%{?sle_version} > 120200 || %{with restricted}
   --enable-mpg123
-%else
-  --disable-mpg123
-%endif
 make %{?_smp_mflags} V=1
 
 %install




commit python-glanceclient for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-glanceclient for 
openSUSE:Factory checked in at 2017-08-28 15:32:53

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


Package is "python-glanceclient"

Mon Aug 28 15:32:53 2017 rev:23 rq:518807 version:2.8.0

Changes:

--- /work/SRC/openSUSE:Factory/python-glanceclient/python-glanceclient.changes  
2016-09-30 15:30:11.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-glanceclient.new/python-glanceclient.changes 
2017-08-28 15:32:54.875906687 +0200
@@ -1,0 +2,83 @@
+Fri Aug 25 08:18:52 UTC 2017 - cloud-de...@suse.de
+
+- update to version 2.8.0
+  - help text for container_format, disk_format
+  - Removed the --no-ssl-compression parameter which is deprecated
+  - add explicit dependency on pyopenssl
+  - Remove team:diverse-affiliation from tags
+  - Validate input args before trying image download
+  - Fix 'UnicodeEncodeError' for unicode values in url
+  - Add image import features to client
+  - Update glanceclient version ref
+  - Make --profile load from environment variables
+  - use openstackdocstheme html context
+  - Replace six.iteritems() with .items()
+  - Update and optimize documentation links
+  - Add missing docstring
+  - Replace assertTrue(isinstance()) with assertIsInstance()
+  - move existing content into the new standard structure
+  - Fix man page build
+  - turn on warning-is-error in sphinx build
+  - doc: Remove cruft from conf.py
+  - Add release note for Pike
+  - gitignore: Ignore auto-generated docs
+  - update the doc URLs in the readme
+  - Remove log translations
+  - move old release notes into the releasenotes doc tree
+  - Updated from global requirements
+  - import content from cli-reference in openstack-manuals
+  - Enable code coverage report in console output
+  - switch to openstackdocstheme
+  - Add documentation for image import commands
+  - allow unhandled exceptions to cause test errors
+
+---
+Mon Aug  7 09:01:26 UTC 2017 - cloud-de...@suse.de
+
+- update to version 2.7.0
+  - Downloading image with --progress fails
+  - Replace functions 'dict.get' and 'del' with 'dict.pop'
+  - Remove references to Python 3.4
+  - Replace dict.iteritems() with dict.items()
+  - Downloading image with --progress fails for python3
+  - v2: Content-Type: application/octet-stream header always added
+  - Allow global_request_id in Client constructor
+  - Update test requirement
+  - Explicitly set 'builders' option
+  - Convert IOError from requests
+  - Update reno for stable/ocata
+  - x-openstack-request-id logged twice in logs
+  - Updated from global requirements
+  - Use Sphinx 1.5 warning-is-error
+
+---
+Fri Jun 23 15:57:12 UTC 2017 - tbecht...@suse.com
+
+- Explicit build html and man page docs
+
+---
+Mon Feb 13 11:29:11 UTC 2017 - cloud-de...@suse.de
+
+- update to version 2.6.0:
+  - Replace 'assertTrue(a not in b)' with 'assertNotIn(a, b)'
+  - Update reno for stable/newton
+  - Add ploop in disk_format
+  - Add request id to returned objects
+  - Improve tools/tox_install.sh
+  - Add Apache 2.0 license to source file
+  - Add vhdx in disk_format
+  - Move old oslo-incubator code out of openstack/common
+  - Add alt text for badges
+  - Show team and repo badges on README
+  - Use import_versioned_module from oslo.utils
+  - Remove unused _i18n.py shim.
+  - switch from keystoneclient to keystoneauth
+  - standardize release note page ordering
+  - Enable release notes translation
+  - Handle formatting of subcommand name in error output
+  - Use constraints everywhere
+  - Add support for community images
+  - Updated from global requirements
+  - Revert "Add last_request_id member to HTTPClient and SessionClient"
+
+---

Old:

  python-glanceclient-2.5.0.tar.gz

New:

  python-glanceclient-2.8.0.tar.gz



Other differences:
--
++ python-glanceclient.spec ++
--- /var/tmp/diff_new_pack.elANvQ/_old  2017-08-28 15:32:56.831631729 +0200
+++ /var/tmp/diff_new_pack.elANvQ/_new  2017-08-28 15:32:56.835631167 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-glanceclient
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -18,37 +18,40 @@
 
 %global sname python-glanceclient
 Name: 

commit audacity for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package audacity for openSUSE:Factory 
checked in at 2017-08-28 15:32:51

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


Package is "audacity"

Mon Aug 28 15:32:51 2017 rev:74 rq:518795 version:2.1.3

Changes:

--- /work/SRC/openSUSE:Factory/audacity/audacity.changes2017-07-06 
00:04:22.430063424 +0200
+++ /work/SRC/openSUSE:Factory/.audacity.new/audacity.changes   2017-08-28 
15:32:52.376258115 +0200
@@ -1,0 +2,10 @@
+Fri Aug 25 15:16:21 UTC 2017 - davejpla...@gmail.com
+
+- Restore conditionals for lame, mad and twolame.
+
+---
+Fri Aug 25 06:19:49 UTC 2017 - o...@aepfle.de
+
+- Remove conditionals for ffmpeg, lame, mad, twolame.
+
+---



Other differences:
--
++ audacity.spec ++
--- /var/tmp/diff_new_pack.Pp89IV/_old  2017-08-28 15:32:53.736066938 +0200
+++ /var/tmp/diff_new_pack.Pp89IV/_new  2017-08-28 15:32:53.744065814 +0200
@@ -16,10 +16,11 @@
 #
 
 
+%if 0%{?suse_version} < 1330
 %bcond_with mad
-%bcond_with lame
-%bcond_with twolame
-%bcond_without ffmpeg
+%else
+%bcond_without mad
+%endif
 
 Name:   audacity
 Version:2.1.3
@@ -44,17 +45,12 @@
 BuildRequires:  desktop-file-utils
 #Audacity only builds with gcc >= 4.9
 # WARNING: Anything built against wxWidgets with gcc >= 5 needs widgets built 
with relax-abi.diff
-%if 0%{?suse_version} > 1320
-BuildRequires:  gcc-c++
-%else
-# Bomi requires C++14 support.
-%if 0%{?sle_version} == 120100
-# Leap 42.1
+%if 0%{?suse_version} < 1330
+BuildRequires:  cpp5
+BuildRequires:  gcc5
 BuildRequires:  gcc5-c++
 %else
-# Leap 42.2+ / SLE12SP2Backports
-BuildRequires:  gcc6-c++
-%endif
+BuildRequires:  gcc-c++
 %endif
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  wxWidgets-3_0-nostl-devel
@@ -65,11 +61,9 @@
 BuildRequires:  pkgconfig(gtk+-2.0) >= 2.4.0
 BuildRequires:  pkgconfig(id3tag)
 BuildRequires:  pkgconfig(jack)
-%if %{with ffmpeg}
 BuildRequires:  pkgconfig(libavcodec) >= 51.53
 BuildRequires:  pkgconfig(libavformat) >= 52.12
 BuildRequires:  pkgconfig(libavutil)
-%endif
 BuildRequires:  pkgconfig(lilv-0) >= 0.16
 BuildRequires:  pkgconfig(lv2)
 BuildRequires:  pkgconfig(ogg)
@@ -82,24 +76,19 @@
 BuildRequires:  pkgconfig(vorbis)
 BuildRequires:  pkgconfig(vorbisenc)
 BuildRequires:  pkgconfig(vorbisfile)
+%if %{with mad}
+BuildRequires:  libmp3lame-devel
+BuildRequires:  pkgconfig(mad)
+BuildRequires:  pkgconfig(twolame)
+%endif
 # This would require to patch our portaudio package with "PortMixer"... an 
extra API that never got integrated in PortAudio.
 #BuildRequires:  portaudio-devel
 Recommends: %{name}-lang
-Recommends: libavcodec
-Recommends: libavformat
-Recommends: libavutil
+# WARNING Nothing provides libavutil without a suffix
+Requires:   ffmpeg
 Recommends: libmp3lame0
 Requires:   libFLAC++6 >= 1.3.1
 Requires:   libFLAC8 >= 1.3.1
-%if %{with mad}
-BuildRequires:  pkgconfig(mad)
-%endif
-%if %{with lame}
-BuildRequires:  libmp3lame-devel
-%endif
-%if %{with twolame}
-BuildRequires:  pkgconfig(twolame)
-%endif
 
 %description
 Audacity is a program that manipulates digital audio wave forms. In
@@ -119,17 +108,13 @@
 cp -f %{SOURCE1} LICENSE_NYQUIST.txt
 # Make sure we use the system versions.
 rm -rf lib-src/{expat,libvamp,libsoxr,ffmpeg}/
-%if %{with lame}
-rm -rf lib-src/lame/
+%if %{with mad}
+rm -rf lib-src/lame
 %endif
 
 %build
 test -x "$(type -p gcc-5)" && export CC=gcc-5
 test -x "$(type -p g++-5)" && export CXX=g++-5
-test -x "$(type -p gcc-6)" && export CC=gcc-6
-test -x "$(type -p g++-6)" && export CXX=g++-6
-test -x "$(type -p gcc-7)" && export CC=gcc-7
-test -x "$(type -p g++-7)" && export CXX=g++-7
 export CFLAGS="%{optflags} -fno-strict-aliasing"
 export CXXFLAGS="$CFLAGS -std=gnu++11"
 aclocal -I m4
@@ -138,8 +123,14 @@
 %ifnarch %ix86 x86_64
   --disable-sse\
 %endif
-%if %{with ffmpeg}
   --with-ffmpeg=system \
+%if %{with mad}
+  --with-libmad=system \
+  --with-libtwolame=system \
+  --with-lame=system \
+%else
+  --without-libmad \
+  --without-libtwolame \
 %endif
   --docdir=%{_docdir}/%{name}/
 




commit python-neutronclient for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-neutronclient for 
openSUSE:Factory checked in at 2017-08-28 15:32:14

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


Package is "python-neutronclient"

Mon Aug 28 15:32:14 2017 rev:16 rq:515034 version:6.5.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-neutronclient/python-neutronclient.changes
2017-02-21 13:44:46.307500886 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-neutronclient.new/python-neutronclient.changes
   2017-08-28 15:32:18.273052677 +0200
@@ -1,0 +2,61 @@
+Mon Aug  7 11:38:11 UTC 2017 - cloud-de...@suse.de
+
+- update to version 6.5.0
+  - Supports adding tags for port, router, subnet, subnetpool
+  - Call mock.patch.stopall in OSC unit tests
+  - remove explicit global_request_id handling from session client
+  - Add optional_keys and required_keys to --subport argument
+  - Remove unused object
+  - Don't sort the fw_rule order in OSC
+  - Allow global_request_id in Client constructor
+  - Add profiling support to neutronclient
+  - Use entry points to define neutron CLI commands
+  - Python 3.4 support is removed
+  - Add BGP VPN OSC commands
+  - Update reno for stable/ocata
+  - x-openstack-request-id logged twice in logs
+  - FWaaS OSC plugin: Use python logging instead of oslo.log
+  - Allow to specify tenant_id in subnetpool-create
+  - doc: Improve network CLI page
+  - Now empty tags are not added to Networks
+  - doc: autogenerate neutron CLI reference
+  - Revert "HAProxy uses milliseconds for its timeout values."
+  - Handle log message interpolation by the logger
+  - Do not append .json to sending URL
+  - [FWaaS] Migrate 'public' attribute to 'shared'
+  - Fix label of allowed-address-pair ip_address
+  - doc: use new config options of openstackdocstheme
+  - Don't decode empty response body
+  - Use flake8-import-order plugin
+  - Set project_id column header to Project
+  - Be explicit about the identity plugin required in unit tests
+  - Convert gate_hook to devstack-tools
+  - doc: autogenerate OSC plugin command reference
+  - Machine-readable output for JSON/YAML format
+  - BGP unit test 'auth-type' errors
+  - Change documentation about UpdateQuota class
+  - Enable warning-is-error in doc build
+  - move existing content into the new standard structure
+  - Unable to add classless-static-route in extra_dhcp_opt extension
+  - Fix using wrong status code in some tests
+  - Fixed a bunch of spacing
+  - Add SFC cli for OSC plugin
+  - doc: Fix warning
+  - Update the documentation link for doc migration
+  - Add plug-in summary for osc doc
+  - Refactor of Network tests
+  - Drop deprecated neutronclient.i18n wrapper
+  - CLI implementation should raise CommandError
+  - Remove log translations
+  - Populate shell.COMMANDS dict not to break CLI extension UT
+  - FWaaS UT: Fake rule should return value returned from API
+  - doc: Patch acceptance policy after neutron CLI deprecation
+  - Drop MANIFEST.in - it's not needed by pbr
+  - [Fix gate]Update test requirement
+  - switch to openstackdocstheme
+  - Replace uuid.uuid4() with uuidutils.generate_uuid()
+  - Trivial Fix:fix typo in .pylintrc file
+  - SFC plugin: fix flow classifier list display
+  - Updated from global requirements
+
+---

Old:

  python-neutronclient-6.1.0.tar.gz

New:

  python-neutronclient-6.5.0.tar.gz



Other differences:
--
++ python-neutronclient.spec ++
--- /var/tmp/diff_new_pack.bxTWpB/_old  2017-08-28 15:32:19.712850257 +0200
+++ /var/tmp/diff_new_pack.bxTWpB/_new  2017-08-28 15:32:19.736846884 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-neutronclient
-Version:6.1.0
+Version:6.5.0
 Release:0
 Summary:Python API and CLI for OpenStack Neutron
 License:Apache-2.0
@@ -25,41 +25,43 @@
 Url:http://launchpad.net/%{name}
 Source0:
https://pypi.io/packages/source/p/%{name}/%{name}-%{version}.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python-cliff >= 2.3.0
+BuildRequires:  python-cliff >= 2.6.0
 BuildRequires:  python-devel
 BuildRequires:  python-fixtures >= 3.0.0
-BuildRequires:  python-keystoneauth1 >= 2.17.0
+BuildRequires:  python-keystoneauth1 >= 2.21.0
 BuildRequires:  python-mock >= 2.0
 BuildRequires:  python-mox3 >= 0.7.0
 BuildRequires:  python-netaddr >= 0.7.13
 BuildRequires:  python-openstackclient >= 3.3.0
-BuildRequires:  python-os-client-config >= 1.22.0
-BuildRequires:  python-osc-lib >= 1.2.0
+BuildRequires:  python-os-client-config >= 1.27.0
+BuildRequires:  python-osc-lib >= 1.5.1
 BuildRequires:  python-oslo.i18n 

commit openstack-macros for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package openstack-macros for 
openSUSE:Factory checked in at 2017-08-28 15:32:23

Comparing /work/SRC/openSUSE:Factory/openstack-macros (Old)
 and  /work/SRC/openSUSE:Factory/.openstack-macros.new (New)


Package is "openstack-macros"

Mon Aug 28 15:32:23 2017 rev:5 rq:518112 version:2017.2

Changes:

--- /work/SRC/openSUSE:Factory/openstack-macros/openstack-macros.changes
2017-04-11 09:46:16.591644574 +0200
+++ /work/SRC/openSUSE:Factory/.openstack-macros.new/openstack-macros.changes   
2017-08-28 15:32:26.287925875 +0200
@@ -1,0 +2,15 @@
+Tue Aug 22 11:16:31 UTC 2017 - opensuse-packag...@opensuse.org
+
+- Update to version 2017.2:
+  * Add apache related macros
+  * Bump openstack-macros to include new Apache macros
+  * switch use of python_sitelib macro to python2_sitelib
+  * Added OpenStack Macros for fedora
+
+---
+Thu Apr 06 11:17:24 UTC 2017 - tbecht...@suse.com
+
+- Update to version 2017.2:
+  * Bump openstack-macros to include new Apache macros
+
+---

Old:

  openstack-macros-2017.1.tar.bz2

New:

  openstack-macros-2017.2.tar.bz2



Other differences:
--
++ openstack-macros.spec ++
--- /var/tmp/diff_new_pack.axva8i/_old  2017-08-28 15:32:27.799713334 +0200
+++ /var/tmp/diff_new_pack.axva8i/_new  2017-08-28 15:32:27.835708273 +0200
@@ -20,7 +20,7 @@
 %global rdo 1
 %endif
 Name:   openstack-macros
-Version:2017.1
+Version:2017.2
 Release:0
 Summary:OpenStack Packaging - RPM Macros
 License:Apache-2.0

++ _service ++
--- /var/tmp/diff_new_pack.axva8i/_old  2017-08-28 15:32:28.015682971 +0200
+++ /var/tmp/diff_new_pack.axva8i/_new  2017-08-28 15:32:28.015682971 +0200
@@ -7,13 +7,13 @@
 git
 .git
 openstack-macros
-stable/ocata
-2017.1
+stable/pike
+2017.2
 enable
 openstack/openstack-macros
   
   
-openstack-macros-2017.1.tar
+openstack-macros-2017.2.tar
 bz2
   
 

++ _servicedata ++
--- /var/tmp/diff_new_pack.axva8i/_old  2017-08-28 15:32:28.067675661 +0200
+++ /var/tmp/diff_new_pack.axva8i/_new  2017-08-28 15:32:28.071675099 +0200
@@ -1,4 +1,4 @@
 
 
 g...@github.com:openstack/rpm-packaging.git
-  012c712ab8459abdab81b0250eb085c74a2cb344
\ No newline at end of file
+  773e227e95f47ac8e8ac298b5747ebb9b9a1580f
\ No newline at end of file

++ openstack-macros-2017.1.tar.bz2 -> openstack-macros-2017.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openstack-macros-2017.1/macros.openstack-common 
new/openstack-macros-2017.2/macros.openstack-common
--- old/openstack-macros-2017.1/macros.openstack-common 2017-04-06 
11:52:21.0 +0200
+++ new/openstack-macros-2017.2/macros.openstack-common 2017-08-17 
17:33:49.0 +0200
@@ -43,5 +43,5 @@
smoketests static test tests tools tox.ini \\\
%{buildroot}/%{openstack_test_package_dir} || : \
 rm -rf %{buildroot}/%{openstack_test_package_dir}/%1 \
-ln -s %{python_sitelib}/%1 %{buildroot}/%{openstack_test_package_dir}/%1 \
+ln -s %{python2_sitelib}/%1 %{buildroot}/%{openstack_test_package_dir}/%1 \
 %nil
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openstack-macros-2017.1/macros.openstack-fedora 
new/openstack-macros-2017.2/macros.openstack-fedora
--- old/openstack-macros-2017.1/macros.openstack-fedora 1970-01-01 
01:00:00.0 +0100
+++ new/openstack-macros-2017.2/macros.openstack-fedora 2017-08-17 
17:33:49.0 +0200
@@ -0,0 +1,65 @@
+# Fedora macros
+
+# Create given user with given group (to be used as %pre scriptlet for
+# openstack related daemons). Also migrates away from openstack- prefixed
+# users/group if it exists
+# Optional:
+#   -u userid to pick
+#   -g groupid to pick
+#   -s shell to pick
+# Example: openstack_pre_user_group_create keystone keystone
+%openstack_pre_user_group_create(u:g:s:) \
+getent group %2 >/dev/null || { \
+groupadd -r %2 $oldg \
+} \
+getent passwd %1 >/dev/null || { \
+useradd -r -g %2 %{-u:-u %{-u*}} -d %{_sharedstatedir}/%1 %{-s:-s 
%{-s*}}%{!-s: -s /sbin/nologin} -c "OpenStack %1 Daemon" %1 \
+} \
+%nil
+
+#
+# Macro for removing requirements.txt file
+#
+%py_req_cleanup rm -rf *requirements.txt
+
+# Create a fake tempest plugin entry point which will
+# resides under %{python2_sitelib}/%{service}_tests.egg-info.
+# The prefix is %py2_entrypoint %{modulename} %{service}
+# where service is the name of the openstack-service or the modulename
+# It should used 

commit deadbeef for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package deadbeef for openSUSE:Factory 
checked in at 2017-08-28 15:32:43

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


Package is "deadbeef"

Mon Aug 28 15:32:43 2017 rev:4 rq:518742 version:0.7.2

Changes:

--- /work/SRC/openSUSE:Factory/deadbeef/deadbeef.changes2017-07-08 
12:35:58.237157086 +0200
+++ /work/SRC/openSUSE:Factory/.deadbeef.new/deadbeef.changes   2017-08-28 
15:32:47.928883375 +0200
@@ -1,0 +2,5 @@
+Fri Aug 25 06:10:58 UTC 2017 - o...@aepfle.de
+
+- Remove mpg123/mad conditional because it is always present
+
+---



Other differences:
--
++ deadbeef.spec ++
--- /var/tmp/diff_new_pack.YNsAqy/_old  2017-08-28 15:32:49.316688262 +0200
+++ /var/tmp/diff_new_pack.YNsAqy/_new  2017-08-28 15:32:49.320687700 +0200
@@ -16,8 +16,6 @@
 #
 
 
-%bcond_without mpg123
-%bcond_with mad
 %bcond_with restricted
 Name:   deadbeef
 Version:0.7.2
@@ -65,12 +63,8 @@
 BuildRequires:  pkgconfig(vorbis)
 BuildRequires:  pkgconfig(wavpack)
 Recommends: %{name}-lang
-%if %{with mpg123}
 BuildRequires:  pkgconfig(libmpg123)
-%endif
-%if %{with mad}
 BuildRequires:  pkgconfig(mad)
-%endif
 %if %{with restricted}
 BuildRequires:  libfaad-devel
 Requires:   %{name}-plugins-extra = %{version}
@@ -179,9 +173,7 @@
 %{_libdir}/%{name}/converter.so*
 %{_libdir}/%{name}/dsp_libsrc.so*
 %{_libdir}/%{name}/m3u.so*
-%if %{with mpg123} || %{with mad}
 %{_libdir}/%{name}/mp3.so*
-%endif
 %{_libdir}/%{name}/vfs_zip.so*
 %{_libdir}/%{name}/ddb_dumb.so*
 %{_libdir}/%{name}/ddb_mono2stereo.so*




commit python-automaton for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-automaton for 
openSUSE:Factory checked in at 2017-08-28 15:32:34

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


Package is "python-automaton"

Mon Aug 28 15:32:34 2017 rev:6 rq:518505 version:1.12.0

Changes:

--- /work/SRC/openSUSE:Factory/python-automaton/python-automaton.changes
2017-02-21 13:39:00.348306660 +0100
+++ /work/SRC/openSUSE:Factory/.python-automaton.new/python-automaton.changes   
2017-08-28 15:32:40.765890423 +0200
@@ -1,0 +2,19 @@
+Thu Aug 24 08:47:50 UTC 2017 - tbecht...@suse.com
+
+- Fix url
+
+---
+Mon Aug  7 08:02:57 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.12.0
+  - rearrange existing documentation according to the new standard layout
+  - Update URLs in documents according to document migration
+  - Remove support for py34
+  - update link to docs in readme
+  - Update reno for stable/ocata
+  - Remove unused dependecy testscenarios
+  - Remove pbr warnerrors in favor of sphinx check
+  - Updated from global requirements
+  - switch from oslosphinx to openstackdocstheme
+
+---

Old:

  automaton-1.7.0.tar.gz

New:

  automaton-1.12.0.tar.gz



Other differences:
--
++ python-automaton.spec ++
--- /var/tmp/diff_new_pack.qSm515/_old  2017-08-28 15:32:42.001716678 +0200
+++ /var/tmp/diff_new_pack.qSm515/_new  2017-08-28 15:32:42.017714430 +0200
@@ -18,12 +18,12 @@
 
 %global sname automaton
 Name:   python-automaton
-Version:1.7.0
+Version:1.12.0
 Release:0
 Summary:Friendly state machines for python
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:https://launchpad/%{sname}
+Url:https://launchpad.net/%{sname}
 Source0:
https://pypi.io/packages/source/a/%{sname}/%{sname}-%{version}.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-PrettyTable >= 0.7.1
@@ -31,13 +31,13 @@
 BuildRequires:  python-devel
 BuildRequires:  python-oslosphinx >= 4.7.0
 BuildRequires:  python-oslotest >= 1.10.0
-BuildRequires:  python-pbr >= 1.8
+BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-testrepository >= 0.0.18
 BuildRequires:  python-testscenarios >= 0.4
 BuildRequires:  python-testtools >= 1.4.0
 Requires:   python-PrettyTable >= 0.7.1
 Requires:   python-debtcollector >= 1.2.0
-Requires:   python-pbr >= 1.8
+Requires:   python-pbr >= 2.0.0
 Requires:   python-six >= 1.9.0
 BuildArch:  noarch
 
@@ -48,7 +48,7 @@
 Summary:Documentation for the Automaton Library
 Group:  Development/Languages/Python
 BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx >= 4.7.0
+BuildRequires:  python-openstackdocstheme >= 1.11.0
 
 %description doc
 Documentation for the Automaton library.
@@ -56,6 +56,7 @@
 %prep
 %autosetup -n %{sname}-%{version}
 %py_req_cleanup
+sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %py2_build

++ _service ++
--- /var/tmp/diff_new_pack.qSm515/_old  2017-08-28 15:32:42.121699810 +0200
+++ /var/tmp/diff_new_pack.qSm515/_new  2017-08-28 15:32:42.121699810 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/automaton/automaton.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/automaton/automaton.spec.j2
 python-automaton.spec
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt
 cloud-de...@suse.de
 gh,openstack,automaton
   

++ automaton-1.7.0.tar.gz -> automaton-1.12.0.tar.gz ++
 1650 lines of diff (skipped)




commit python-taskflow for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-taskflow for openSUSE:Factory 
checked in at 2017-08-28 15:32:40

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


Package is "python-taskflow"

Mon Aug 28 15:32:40 2017 rev:9 rq:518647 version:2.14.0

Changes:

--- /work/SRC/openSUSE:Factory/python-taskflow/python-taskflow.changes  
2017-02-21 13:41:38.258029905 +0100
+++ /work/SRC/openSUSE:Factory/.python-taskflow.new/python-taskflow.changes 
2017-08-28 15:32:43.029572171 +0200
@@ -1,0 +2,26 @@
+Fri Aug 25 06:41:15 UTC 2017 - tbecht...@suse.com
+
+- Requires cleanup
+
+---
+Mon Aug  7 14:25:07 UTC 2017 - cloud-de...@suse.de
+
+- update to version 2.14.0
+  - Fix py35 test failure
+  - Fix process based executor task proxying-back events
+  - do not allow redis job reclaim by same owner
+  - Protect storage better against external concurrent access
+  - switch from oslosphinx to openstackdocstheme
+  - Replace assertRaisesRegexp with assertRaisesRegex
+  - Prepare for using standard python tests
+  - Use https instead of http for git.openstack.org
+  - python3.0 has deprecated LOG.warn
+  - Update reno for stable/ocata
+  - rearrange existing documentation into the new standard layout
+  - Fix html_last_updated_fmt for Python3
+  - Update URLs in documents according to document migration
+  - Updated from global requirements
+  - turn on warning-is-error in doc build
+  - Stop using oslotest.mockpatch
+
+---

Old:

  taskflow-2.9.0.tar.gz

New:

  taskflow-2.14.0.tar.gz



Other differences:
--
++ python-taskflow.spec ++
--- /var/tmp/diff_new_pack.Y5ze3f/_old  2017-08-28 15:32:44.349386618 +0200
+++ /var/tmp/diff_new_pack.Y5ze3f/_new  2017-08-28 15:32:44.357385494 +0200
@@ -21,7 +21,7 @@
 %global rdo 1
 %endif
 Name:   python-taskflow
-Version:2.9.0
+Version:2.14.0
 Release:0
 Summary:Taskflow structured state management library
 License:Apache-2.0
@@ -32,7 +32,7 @@
 BuildRequires:  python-PyMySQL >= 0.7.6
 BuildRequires:  python-SQLAlchemy >= 1.0.10
 BuildRequires:  python-SQLAlchemy-Utils
-BuildRequires:  python-alembic >= 0.8.4
+BuildRequires:  python-alembic >= 0.8.10
 BuildRequires:  python-automaton >= 0.5.0
 BuildRequires:  python-cachetools >= 1.1.0
 BuildRequires:  python-contextlib2 >= 0.4.0
@@ -43,24 +43,22 @@
 BuildRequires:  python-futurist >= 0.11.0
 BuildRequires:  python-jsonschema >= 2.0.0
 BuildRequires:  python-kazoo >= 2.2
-BuildRequires:  python-kombu >= 3.0.25
+BuildRequires:  python-kombu >= 4.0.0
 BuildRequires:  python-mock >= 2.0
 BuildRequires:  python-networkx >= 1.10
 BuildRequires:  python-oslo.serialization >= 1.10.0
-BuildRequires:  python-oslo.utils >= 3.18.0
+BuildRequires:  python-oslo.utils >= 3.20.0
 BuildRequires:  python-oslotest >= 1.10.0
-BuildRequires:  python-pbr >= 1.8
+BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-psycopg2 >= 2.5
 BuildRequires:  python-pydotplus >= 2.0.2
 BuildRequires:  python-redis >= 2.10.0
 BuildRequires:  python-retrying >= 1.2.3
-BuildRequires:  python-stevedore >= 1.17.1
+BuildRequires:  python-stevedore >= 1.20.0
 BuildRequires:  python-tenacity >= 3.2.1
 BuildRequires:  python-testscenarios >= 0.4
 BuildRequires:  python-testtools >= 1.4.0
 BuildRequires:  python-zake >= 0.1.6
-Requires:   python-Babel >= 2.3.4
-Requires:   python-anyjson >= 0.3.3
 Requires:   python-automaton >= 0.5.0
 Requires:   python-cachetools >= 1.1.0
 Requires:   python-contextlib2 >= 0.4.0
@@ -69,16 +67,13 @@
 Requires:   python-fasteners >= 0.7
 Requires:   python-futures >= 3.0
 Requires:   python-futurist >= 0.11.0
-Requires:   python-iso8601 >= 0.1.11
 Requires:   python-jsonschema >= 2.0.0
 Requires:   python-kazoo >= 2.2
-Requires:   python-monotonic >= 0.6
 Requires:   python-networkx >= 1.10
 Requires:   python-oslo.serialization >= 1.10.0
-Requires:   python-oslo.utils >= 3.18.0
-Requires:   python-retrying >= 1.2.3
+Requires:   python-oslo.utils >= 3.20.0
 Requires:   python-six >= 1.9.0
-Requires:   python-stevedore >= 1.17.1
+Requires:   python-stevedore >= 1.20.0
 Requires:   python-tenacity >= 3.2.1
 BuildArch:  noarch
 
@@ -90,7 +85,7 @@
 Summary:Documentation for Taskflow
 Group:  Documentation
 BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx >= 4.7.0
+BuildRequires:  python-openstackdocstheme >= 1.11.0
 
 %description doc
 A library to do [jobs, tasks, flows] in a HA manner using
@@ -100,6 

commit python-oslo.context for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-oslo.context for 
openSUSE:Factory checked in at 2017-08-28 15:32:30

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


Package is "python-oslo.context"

Mon Aug 28 15:32:30 2017 rev:8 rq:518429 version:2.17.0

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.context/python-oslo.context.changes  
2017-02-21 13:46:46.318570032 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.context.new/python-oslo.context.changes 
2017-08-28 15:32:32.715022293 +0200
@@ -1,0 +2,18 @@
+Mon Aug  7 08:06:18 UTC 2017 - cloud-de...@suse.de
+
+- update to version 2.17.0
+  - Provide unified calling interface for global_id
+  - Fix URLs according to document migration
+  - pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz)
+  - Cleanup document formatting
+  - rearrange the documentation to fit into the new standard layout
+  - Postpone deprecation warnings to Pike
+  - [Fix gate]Update test requirement
+  - Add global_request_id to context
+  - Update reno for stable/ocata
+  - Remove pbr warnerrors in favor of sphinx check
+  - Updated from global requirements
+  - Switch from oslosphinx to openstackdocstheme
+  - Optimize the link address
+
+---

Old:

  oslo.context-2.12.1.tar.gz

New:

  oslo.context-2.17.0.tar.gz



Other differences:
--
++ python-oslo.context.spec ++
--- /var/tmp/diff_new_pack.xOCPtT/_old  2017-08-28 15:32:33.898855859 +0200
+++ /var/tmp/diff_new_pack.xOCPtT/_new  2017-08-28 15:32:33.910854172 +0200
@@ -19,7 +19,7 @@
 %global sname oslo.context
 %bcond_without test
 Name:   python-oslo.context
-Version:2.12.1
+Version:2.17.0
 Release:0
 Summary:OpenStack Oslo context library
 License:Apache-2.0
@@ -27,7 +27,7 @@
 Url:https://launchpad.net/%{sname}
 Source0:
https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python-pbr >= 1.8
+BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-positional >= 1.1.1
 Requires:   python-debtcollector >= 1.2.0
 Requires:   python-positional >= 1.1.1
@@ -47,7 +47,7 @@
 Summary:Documentation for OpenStack common context library
 Group:  Documentation
 BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx >= 4.7.0
+BuildRequires:  python-openstackdocstheme >= 1.11.0
 
 %description doc
 Documentation for the oslo-context library.
@@ -55,6 +55,8 @@
 %prep
 %autosetup -n %{sname}-%{version}
 %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
 %{py2_build}

++ _service ++
--- /var/tmp/diff_new_pack.xOCPtT/_old  2017-08-28 15:32:34.094828307 +0200
+++ /var/tmp/diff_new_pack.xOCPtT/_new  2017-08-28 15:32:34.098827745 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/oslo.context/oslo.context.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/oslo.context/oslo.context.spec.j2
 python-oslo.context.spec
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt
 cloud-de...@suse.de
 gh,openstack,oslo.context
   

++ oslo.context-2.12.1.tar.gz -> oslo.context-2.17.0.tar.gz ++
 1634 lines of diff (skipped)




commit python-openstackclient for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-openstackclient for 
openSUSE:Factory checked in at 2017-08-28 15:32:12

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


Package is "python-openstackclient"

Mon Aug 28 15:32:12 2017 rev:11 rq:515033 version:3.12.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-openstackclient/python-openstackclient.changes
2017-02-21 13:44:21.015069030 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-openstackclient.new/python-openstackclient.changes
   2017-08-28 15:32:15.185486753 +0200
@@ -1,0 +2,127 @@
+Mon Aug  7 14:49:24 UTC 2017 - cloud-de...@suse.de
+
+- update to version 3.12.0
+  - Don't show hint about vlan transparent in network set
+  - Explicitly set 'builders' option
+  - Minor followup to network agent docs
+  - Add python-octaviaclient plugin
+  - Structure FindFloatingIP() to work without ip_cache
+  - Fix 'domain' filter not work well in some commands
+  - Start using 'cliff.sphinxext'
+  - JSON-ify image functional tests
+  - Clean up password prompt work-arounds
+  - Add support for virtio-forwarder VNIC type
+  - Make test_server.py more elegant and simple
+  - volume functest: ensure snapshots deleted when volume delete
+  - Replace "Display Name" by "Name" in volume list
+  - Allow objects to be streamed to stdout
+  - wrong values in openstack quota show command
+  - Fix man page build
+  - Trivial Fix
+  - Split network tests
+  - Fix network list functional test
+  - Low-level Compute v2 API: security group
+  - Adds missing flavor information in the server list long command
+  - Add default-quota to subnet pool commands
+  - Use identity auth v3 the README examples
+  - Updated from global requirements
+  - Use Sphinx 1.5 warning-is-error
+  - Fix Mapping Guide Error
+  - Enable some off-by-default checks
+  - Simplify logic around option lists in port set
+  - Add the other commands for karbor osc plugin
+  - Fix Trivial Changes in [1]
+  - Create server with security group ID and name
+  - Introduce neutron flavor associate, disassociate to OSC
+  - Added 'openstack image set --visibility'
+  - Do not always init compute_client when doint port list
+  - Network L3 Router Commands for OSC
+  - Add --network and --port to server create
+  - Low-level Compute v2 API: network
+  - Fix server create with nova-net
+  - Update to tox.ini
+  - Fix quota functional tests for nova-net
+  - Low-level Compute v2 API: security group rules
+  - Remove inaccurate mapping of 'host-meta' in csv
+  - Ignore more exceptions in quota list
+  - Introduce Neutron DHCP agent commands to OSC
+  - Make MAC address of port updatable
+  - Funcional tests: quota list
+  - Enable to add/remove port to/from a server
+  - Skip floating ip attach functional test on nova-net
+  - Use openstackdocstheme in release note
+  - Rework floating ip functional tests
+  - Narrow expected responses for CheckUserInGroup
+  - Low-level Compute v2 API: floating ip pool
+  - Fix block-device-mapping when volume_size is empty
+  - Remove ipdb installation in tox debug section
+  - Nova net functional tests round 1
+  - Nova net functional tests round 2
+  - Nova net functional tests round 3
+  - Fix unit test failures related to new os-client-config and osc-lib
+  - Add help commands withouth auth in functional
+  - Fix volume qos spec list
+  - Fix NoneType error for volume snapshot create command
+  - When creating a trust, send role_ids instead or role_names
+  - Add domain parameter to Identity Provider
+  - Add direction field to QoS bandwidth limit.
+  - Correct flavor associate/disassociate commands in Mapping Guide
+  - Disable karborclient until a fixed version is released
+  - Functional tests: Identity v2 and DevStack
+  - Allow override of distributed router flag
+  - Release notes cleanup for 3.10.0 release
+  - Change noauth strategy for plugin loading
+  - Add project purge command to osc
+  - Release note cleanup for 3.12.0
+  - Add missing barbican commands
+  - Add extra filtering options to qos policy list
+  - Low-level Compute v2 API: floating ip
+  - Clean up the changes of os.environ in functional tests
+  - Add new parameter "is_default" to Network QoS policy.
+  - Trivial fix typos
+  - image-list should support filters 'name','status'
+  - Doc: Fix link in network flavors
+  - doc: Remove local fork of apidoc
+  - Enable to create legacy router
+  - Add optional parameter "user_id" and "type" to list credentials
+  - Remove log translations
+  - Nova-net functional tests: aggregates
+  - Support to add/remove multi users for "group add/remove user"
+  - Enable to specify which vm fixed-ip to publish
+  - update the docs URLs in the readme
+  - Split security group tests
+  - Convert volume functional 

commit python-oslo.db for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-oslo.db for openSUSE:Factory 
checked in at 2017-08-28 15:32:26

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


Package is "python-oslo.db"

Mon Aug 28 15:32:26 2017 rev:11 rq:518171 version:4.25.0

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.db/python-oslo.db.changes
2017-02-21 13:42:03.346490581 +0100
+++ /work/SRC/openSUSE:Factory/.python-oslo.db.new/python-oslo.db.changes   
2017-08-28 15:32:28.599600879 +0200
@@ -1,0 +2,40 @@
+Tue Aug 22 17:40:40 UTC 2017 - tbecht...@suse.com
+
+- Remove python-MySQL-python BuildRequires
+
+---
+Mon Aug  7 13:43:06 UTC 2017 - cloud-de...@suse.de
+
+- update to version 4.25.0
+  - Imported Translations from Zanata
+  - Support facade arguments, unstarted facade for patch_engine()
+  - Update reno for stable/ocata
+  - switch from oslosphinx to openstackdocstheme
+  - Add 'save_and_reraise_exception' method when call 'session.rollback()'
+  - Remove references to Python 3.4
+  - Warn on URL without a drivername
+  - Coerce booleans to integer values in paginate_query
+  - Fix db_version checking for sqlalchemy-migrate
+  - Explain paginate_query doesn't provide parameter offset
+  - Don't access connection.info if connection is invalidated
+  - Repair unused rollback_reader_sessions parameter.
+  - Fix compatibility with SQLAlchemy < 1.1.0
+  - Enable MySQL Storage Engine selection
+  - Using assertIsNone(xxx) instead of assertEqual(None, xxx)
+  - Raise only DbMigrationError from migrate 'upgrade' method
+  - Remove deprecated config option sqlite_db
+  - rearrange content to fit the new standard layout
+  - Prepare for using standard python tests
+  - Move oslo.context to test-requirements
+  - Attach context being used to session/connection info
+  - Remove unused logging import
+  - Remove log translations
+  - Updated from global requirements
+  - Update URLs according to document migration
+  - Update test requirement
+  - update the docs url in the readme
+  - add release note for new warning about missing driver
+  - turn on warning-is-error in doc build
+  - Establish flush() for "sub" facade contexts
+
+---

Old:

  oslo.db-4.17.0.tar.gz

New:

  oslo.db-4.25.0.tar.gz



Other differences:
--
++ python-oslo.db.spec ++
--- /var/tmp/diff_new_pack.yXbsMJ/_old  2017-08-28 15:32:29.583462558 +0200
+++ /var/tmp/diff_new_pack.yXbsMJ/_new  2017-08-28 15:32:29.603459747 +0200
@@ -18,7 +18,7 @@
 
 %global sname oslo.db
 Name:   python-oslo.db
-Version:4.17.0
+Version:4.25.0
 Release:0
 Summary:OpenStack oslo.db library
 License:Apache-2.0
@@ -26,41 +26,40 @@
 Url:https://launchpad.net/%{sname}
 Source0:
https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python-MySQL-python
 BuildRequires:  python-PyMySQL >= 0.7.6
-BuildRequires:  python-alembic >= 0.8.4
+BuildRequires:  python-alembic >= 0.8.10
 BuildRequires:  python-debtcollector >= 1.2.0
 BuildRequires:  python-devel
 BuildRequires:  python-eventlet >= 0.18.2
 BuildRequires:  python-fixtures >= 3.0.0
 BuildRequires:  python-mock >= 2.0
-BuildRequires:  python-oslo.config >= 3.14.0
-BuildRequires:  python-oslo.context >= 2.9.0
+BuildRequires:  python-oslo.config >= 4.0.0
+BuildRequires:  python-oslo.context >= 2.14.0
 BuildRequires:  python-oslo.i18n >= 2.1.0
-BuildRequires:  python-oslo.utils >= 3.18.0
+BuildRequires:  python-oslo.utils >= 3.20.0
 BuildRequires:  python-oslotest >= 1.10.0
-BuildRequires:  python-pbr >= 1.8
+BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-psycopg2 >= 2.5
 BuildRequires:  python-python-subunit >= 0.0.18
 BuildRequires:  python-reno >= 1.8.0
 BuildRequires:  python-six >= 1.9.0
-BuildRequires:  python-sqlalchemy-migrate >= 0.9.6
+BuildRequires:  python-sqlalchemy-migrate >= 0.11.0
 BuildRequires:  python-testrepository >= 0.0.18
 BuildRequires:  python-testresources >= 0.2.4
 BuildRequires:  python-testscenarios >= 0.4
 BuildRequires:  python-testtools >= 1.4.0
 Requires:   python-PyMySQL >= 0.7.6
 Requires:   python-SQLAlchemy >= 1.0.10
-Requires:   python-alembic >= 0.8.4
+Requires:   python-alembic >= 0.8.10
 Requires:   python-debtcollector >= 1.2.0
-Requires:   python-oslo.config >= 3.14.0
-Requires:   python-oslo.context >= 2.9.0
+Requires:   python-oslo.config >= 4.0.0
+Requires:   python-oslo.context >= 2.14.0
 Requires:   python-oslo.i18n >= 2.1.0

commit python-monascaclient for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-monascaclient for 
openSUSE:Factory checked in at 2017-08-28 15:32:33

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


Package is "python-monascaclient"

Mon Aug 28 15:32:33 2017 rev:3 rq:518503 version:1.7.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-monascaclient/python-monascaclient.changes
2017-04-24 09:48:25.546995343 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-monascaclient.new/python-monascaclient.changes
   2017-08-28 15:32:34.950707980 +0200
@@ -1,0 +2,25 @@
+Thu Aug 24 08:42:27 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.7.0
+  - Bringing back backward compatybility
+  - Integrate client with osc-lib
+  - Updated from global requirements
+  - Added support for os_tenant_{name,id} after os_project_
+
+---
+Mon Aug  7 11:30:27 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.6.0
+  - Added support for os_auth_version when os_auth_url is unversiond
+  - Optimize the link address
+  - Remove unused requirements
+  - Fix: CLI metric-create using project-id fails
+  - Replacing six.iteritems() with .items()
+  - Turn on bandit check as part of pep8
+  - Fix notification-patch CLI fails if type not given
+  - Migrate fully to ostestr
+  - Updated from global requirements
+- drop 0001-Added-support-for-os_auth_version-when-os_auth_url-i.patch .
+  applied upstream.
+
+---

Old:

  0001-Added-support-for-os_auth_version-when-os_auth_url-i.patch
  python-monascaclient-1.5.0.tar.gz

New:

  python-monascaclient-1.7.0.tar.gz



Other differences:
--
++ python-monascaclient.spec ++
--- /var/tmp/diff_new_pack.YtXdhf/_old  2017-08-28 15:32:36.282520740 +0200
+++ /var/tmp/diff_new_pack.YtXdhf/_new  2017-08-28 15:32:36.310516804 +0200
@@ -18,15 +18,13 @@
 
 %global sname python-monascaclient
 Name:   python-monascaclient
-Version:1.5.0
+Version:1.7.0
 Release:0
 Summary:Python API and CLI for OpenStack Monasca
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:https://launchpad.net/%{sname}
 Source0:
https://pypi.io/packages/source/p/%{sname}/%{sname}-%{version}.tar.gz
-# from https://review.openstack.org/#/c/457663/
-Patch1: 0001-Added-support-for-os_auth_version-when-os_auth_url-i.patch
 BuildRequires:  openstack-macros
 BuildRequires:  python-PrettyTable >= 0.7.1
 BuildRequires:  python-PyYAML >= 3.10.0
@@ -35,13 +33,15 @@
 BuildRequires:  python-keystoneclient >= 3.8.0
 BuildRequires:  python-mock >= 2.0
 BuildRequires:  python-mox3 >= 0.7.0
+BuildRequires:  python-osc-lib >= 1.5.1
 BuildRequires:  python-oslo.concurrency >= 3.8.0
-BuildRequires:  python-oslo.config >= 3.14.0
+BuildRequires:  python-oslo.config >= 4.0.0
 BuildRequires:  python-oslo.i18n >= 2.1.0
-BuildRequires:  python-oslo.log >= 3.11.0
+BuildRequires:  python-oslo.log >= 3.22.0
 BuildRequires:  python-oslo.serialization >= 1.10.0
-BuildRequires:  python-oslo.utils >= 3.18.0
-BuildRequires:  python-pbr >= 1.8
+BuildRequires:  python-oslo.utils >= 3.20.0
+BuildRequires:  python-oslotest >= 1.10.0
+BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-requests-mock >= 1.1
 BuildRequires:  python-setuptools >= 16.0
 BuildRequires:  python-testrepository >= 0.0.18
@@ -51,15 +51,16 @@
 Requires:   python-PrettyTable >= 0.7.1
 Requires:   python-PyYAML >= 3.10.0
 Requires:   python-keystoneclient >= 3.8.0
+Requires:   python-osc-lib >= 1.5.1
 Requires:   python-oslo.concurrency >= 3.8.0
-Requires:   python-oslo.config >= 3.14.0
+Requires:   python-oslo.config >= 4.0.0
 Requires:   python-oslo.i18n >= 2.1.0
-Requires:   python-oslo.log >= 3.11.0
+Requires:   python-oslo.log >= 3.22.0
 Requires:   python-oslo.serialization >= 1.10.0
 Requires:   python-oslo.service >= 1.10.0
-Requires:   python-oslo.utils >= 3.18.0
-Requires:   python-pbr >= 1.8
-Requires:   python-requests >= 2.10.0
+Requires:   python-oslo.utils >= 3.20.0
+Requires:   python-pbr >= 2.0.0
+Requires:   python-requests >= 2.14.2
 Requires:   python-six >= 1.9.0
 BuildArch:  noarch
 
@@ -71,7 +72,7 @@
 The Monasca Client was written using the OpenStack Heat Python client as a 
framework.
 
 %prep
-%autosetup -p1 -n %{sname}-%{version}
+%autosetup -n %{sname}-%{version}
 %py_req_cleanup
 
 %build

++ _service ++
--- /var/tmp/diff_new_pack.YtXdhf/_old  2017-08-28 15:32:36.454496562 +0200
+++ /var/tmp/diff_new_pack.YtXdhf/_new  

commit python-openstackdocstheme for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-openstackdocstheme for 
openSUSE:Factory checked in at 2017-08-28 15:32:19

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


Package is "python-openstackdocstheme"

Mon Aug 28 15:32:19 2017 rev:4 rq:515731 version:1.16.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-openstackdocstheme/python-openstackdocstheme.changes
  2017-02-21 13:40:45.449479783 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-openstackdocstheme.new/python-openstackdocstheme.changes
 2017-08-28 15:32:24.332200828 +0200
@@ -1,0 +2,70 @@
+Wed Aug  9 14:08:22 UTC 2017 - tbecht...@suse.com
+
+- add 0001-Break-cycle-dependency-with-reno.patch
+
+---
+Mon Aug  7 06:26:02 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.16.1
+  - Fix sorting of git versions
+  - Standardise header styling
+  - PDF support for sample document with font
+  - Enable some off-by-default checks
+  - Cleanup conf.py
+  - automate some of the extension setup
+  - Update 2 documentation URLs according to doc migration
+  - CSS: Add margin-left to 
+  - Fix Added / Changed / Deprecated notices
+  - README: Update configuration of openstackdocstheme
+  - Add note in README about Python 3 changes
+  - Require bug_project setting
+  - Update hacking to current version
+  - Add alignment styling for figures and images
+  - Change name of checkbuild testenv to buildpdf for clarity
+  - Fix search.html page script errors
+  - Fix missing role_id
+  - Allow using openstackdocstheme without git installed
+  - Updates "Contents" to "Project home page" to better match existing
+  - Update css markups for newer Sphinx
+  - Do not display title string of page local TOC
+  - Fix links in drop-down menu under Join; add https
+  - move the localtoc for the page into the sidebar
+  - remove smooth scrolling
+  - Add spaces in demo for deprecation notices
+  - Declare parallel reading safe
+  - add a comment to all output HTML pages showing the input file
+  - show the current project name and version in navigation link
+  - Update bootstrap and jquery files
+  - Strip tags from navigation prev, next titles
+  - Serve minified CSS
+  - Add tox env for PDF building
+  - move documentation from readme to sphinx tree
+  - Adding octavia api-ref
+  - Increase admonition.important contrast
+  - Add warning-is-error
+  - Clarify search title
+  - Working on integrating options from oslosphinx theme
+  - Update Site Search
+  - Use new OpenStack logo and header
+  - Adjust 'docs-toc a' display value
+  - Use https instead of http for git.openstack.org
+  - Remove duplicate search field from the left sidebar
+  - Update Launchpad info
+  - Adds list of versions in the "Updated" bar
+  - Adds docs for release versions dropdown menu
+  - Update docs
+  - Remove rules linked to a "Status" ID
+  - Remove getJSON function and doc-characters file
+  - Minimal support for storyboard
+  - switch release notes build to use openstackdocs instead of oslosphinx
+  - Add note for show_other_versions
+  - PDF build support >= Sphinx 1.6.1
+  - fix alignment of toc tree items in sidebar
+  - Adds LaTeX style file for building PDF documents
+  - Fix a logic issue in the JS
+  - Move from 3rd party fonts to native font stack
+  - Updated from global requirements
+  - Add support for versionadded and deprecated
+- Add 0001-Break-cycle-dependency-with-os-api-ref.patch
+
+---

Old:

  openstackdocstheme-1.6.1.tar.gz

New:

  0001-Break-cycle-dependency-with-os-api-ref.patch
  0001-Break-cycle-dependency-with-reno.patch
  openstackdocstheme-1.16.1.tar.gz



Other differences:
--
++ python-openstackdocstheme.spec ++
--- /var/tmp/diff_new_pack.F6C6ND/_old  2017-08-28 15:32:25.472040580 +0200
+++ /var/tmp/diff_new_pack.F6C6ND/_new  2017-08-28 15:32:25.476040017 +0200
@@ -18,23 +18,24 @@
 
 %global sname openstackdocstheme
 Name:   python-openstackdocstheme
-Version:1.6.1
+Version:1.16.1
 Release:0
 Summary:OpenStack Docs Theme
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:https://launchpad.net/%{sname}
 Source0:
https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
+# https://review.openstack.org/491157
+Patch1: 0001-Break-cycle-dependency-with-os-api-ref.patch
+# 0001-Break-cycle-dependency-with-reno.patch
+Patch2: 0001-Break-cycle-dependency-with-reno.patch
 BuildRequires:  openstack-macros
 BuildRequires:  python-Sphinx
 BuildRequires:  

commit python-freezerclient for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-freezerclient for 
openSUSE:Factory checked in at 2017-08-28 15:32:28

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


Package is "python-freezerclient"

Mon Aug 28 15:32:28 2017 rev:2 rq:518345 version:1.5.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-freezerclient/python-freezerclient.changes
2017-04-06 11:02:00.852736855 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-freezerclient.new/python-freezerclient.changes
   2017-08-28 15:32:30.463338856 +0200
@@ -1,0 +2,40 @@
+Wed Aug 23 08:20:19 UTC 2017 - tbecht...@suse.com
+
+- add 0001-Remove-astroid-from-test-requirements.patch
+
+---
+Mon Aug  7 08:51:54 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.5.0
+  - Enable some off-by-default checks
+  - Drop MANIFEST.in
+  - Fix ssl connections
+  - Fix 'freezer client-delete' error
+  - [Fix gate]Update test requirement
+  - Replace http with https
+  - Update reno for stable/ocata
+  - Remove unused components from requirements
+  - Set OS_BACKUP_API_VERSION to v1
+  - Use bindep to define binary deps
+  - Import cli-reference content from openstack-manuals
+  - Update message for job start/stop/abort
+  - Enable client deletion
+  - Update python-freezerclient for pike goal python 3.5
+  - Added session-start option to allow starting sessions
+  - Fix freezer client-* output
+  - Fix SSL connections initiated from freezer-scheduler
+  - Added obj file to delete at testenv
+  - Change author in setup.cfg
+  - Freezerclient v2
+  - client-id is now required when creating jobs
+  - Use pbr for version numbers
+  - Enable project_id for multi-domain support
+  - Follow up to I87f0add4dc2bcece832197cfc88e2d531a80a326
+  - Displaying job status
+  - Remove py34 from tox
+  - Update documentation URLs
+  - Deletion of backup metadata
+  - Updated from global requirements
+  - Switch to openstackdocstheme
+
+---

Old:

  python-freezerclient-1.3.0.tar.gz

New:

  0001-Remove-astroid-from-test-requirements.patch
  python-freezerclient-1.5.0.tar.gz



Other differences:
--
++ python-freezerclient.spec ++
--- /var/tmp/diff_new_pack.unaLOI/_old  2017-08-28 15:32:31.807149931 +0200
+++ /var/tmp/diff_new_pack.unaLOI/_new  2017-08-28 15:32:31.819148244 +0200
@@ -17,34 +17,35 @@
 
 
 Name:   python-freezerclient
-Version:1.3.0
+Version:1.5.0
 Release:0
 Summary:Python API and CLI for OpenStack Freezer
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:http://launchpad.net/%{name}
 Source0:
https://pypi.io/packages/source/p/%{name}/%{name}-%{version}.tar.gz
+# https://review.openstack.org/#/c/496487/
+Patch1: 0001-Remove-astroid-from-test-requirements.patch
 BuildRequires:  openstack-macros
-BuildRequires:  python-astroid >= 1.4.0
 BuildRequires:  python-devel
 BuildRequires:  python-fixtures >= 3.0.0
 BuildRequires:  python-keystoneclient >= 3.8.0
 BuildRequires:  python-mock >= 2.0
 BuildRequires:  python-oslo.i18n >= 2.1.0
-BuildRequires:  python-oslo.utils >= 3.18.0
+BuildRequires:  python-oslo.utils >= 3.20.0
 BuildRequires:  python-oslotest >= 1.10.0
-BuildRequires:  python-pbr >= 1.8
+BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-python-subunit >= 0.0.18
 BuildRequires:  python-setuptools >= 16.0
 BuildRequires:  python-testrepository >= 0.0.18
 BuildRequires:  python-testtools >= 1.4.0
-Requires:   python-cliff >= 2.3.0
+Requires:   python-cliff >= 2.6.0
 Requires:   python-keystoneclient >= 3.8.0
-Requires:   python-oslo.config >= 3.14.0
+Requires:   python-oslo.config >= 4.0.0
 Requires:   python-oslo.i18n >= 2.1.0
-Requires:   python-oslo.log >= 3.11.0
-Requires:   python-oslo.utils >= 3.18.0
-Requires:   python-pbr >= 1.8
+Requires:   python-oslo.log >= 3.22.0
+Requires:   python-oslo.utils >= 3.20.0
+Requires:   python-pbr >= 2.0.0
 Requires:   python-six >= 1.9.0
 BuildArch:  noarch
 
@@ -56,7 +57,7 @@
 Summary:Documentation for OpenStack Freezer API client libary
 Group:  Documentation
 BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx >= 4.7.0
+BuildRequires:  python-openstackdocstheme >= 1.11.0
 
 %description doc
 Client library for Freezer built on the Freezer API. It provides a Python API
@@ -64,8 +65,9 @@
 This package contains the documentation.
 
 %prep
-%autosetup -n %{name}-%{version}
+%autosetup -p1 -n %{name}-%{version}
 %py_req_cleanup
+sed -i 

commit python-zaqarclient for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-zaqarclient for 
openSUSE:Factory checked in at 2017-08-28 15:32:02

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


Package is "python-zaqarclient"

Mon Aug 28 15:32:02 2017 rev:5 rq:515026 version:1.7.0

Changes:

--- /work/SRC/openSUSE:Factory/python-zaqarclient/python-zaqarclient.changes
2017-04-06 11:01:57.445218456 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-zaqarclient.new/python-zaqarclient.changes   
2017-08-28 15:32:08.778387514 +0200
@@ -1,0 +2,42 @@
+Mon Aug  7 14:35:39 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.7.0
+  - Support `age` and `confirmed` for subscription
+  - Add Ocata version mapping
+  - Add subscription other properties
+  - CLI: support detailed in queue list
+  - Remove "detailed" parser from subscription list
+  - Add an example for pre signed URL
+  - [Fix gate]Update test requirement
+  - Add 'pool' description to pool flavor commands
+  - Update reno for stable/ocata
+  - Fix query claim NoneType error
+  - Fix The header X-PROJECT-ID  missing bug
+  - Add ZaqarClient "set metadata" help message
+  - CLI: support homedoc in client
+  - Update the documentation link for doc migration
+  - Change resource_types action
+  - Revert "Fix The header X-PROJECT-ID  missing bug"
+  - Fix the creation issue when special meanings words in queue name
+  - Add new command guide doc
+  - Replace the github with git.openstack.org
+  - remove "--detailed" in subscription list doc
+  - Fix flavor creation issue with CLI
+  - Remove log translations
+  - Support post and list messages
+  - Update purge doc
+  - Support purge queue
+  - Remove support for py34
+  - Switch from oslosphinx to openstackdocstheme
+  - Replace uuid.uuid4() with uuidutils.generate_uuid()
+  - Drop "os" prefix for project id
+  - Fix the inconsistent command format in openstackclient
+  - Updated from global requirements
+  - Don not show 'capabilities' if not specify '--detailed'
+
+---
+Thu Jul  6 08:07:45 UTC 2017 - dmuel...@suse.com
+
+- remove doc-tools dependency
+
+---

Old:

  python-zaqarclient-1.4.0.tar.gz

New:

  python-zaqarclient-1.7.0.tar.gz



Other differences:
--
++ python-zaqarclient.spec ++
--- /var/tmp/diff_new_pack.sH0NWO/_old  2017-08-28 15:32:09.694258754 +0200
+++ /var/tmp/diff_new_pack.sH0NWO/_new  2017-08-28 15:32:09.710256506 +0200
@@ -18,7 +18,7 @@
 
 %global sname zaqarclient
 Name:   python-zaqarclient
-Version:1.4.0
+Version:1.7.0
 Release:0
 Summary:Client Library for OpenStack Zaqar Queueing API
 License:Apache-2.0
@@ -30,35 +30,32 @@
 BuildRequires:  python-devel
 BuildRequires:  python-fixtures >= 3.0.0
 BuildRequires:  python-jsonschema >= 2.0.0
-BuildRequires:  python-keystoneauth1 >= 2.18.0
+BuildRequires:  python-keystoneauth1 >= 2.21.0
 BuildRequires:  python-mock >= 2.0
 BuildRequires:  python-nose
 BuildRequires:  python-nose-exclude
-BuildRequires:  python-openstack-doc-tools >= 0.23
-BuildRequires:  python-os-client-config >= 1.22.0
-BuildRequires:  python-osc-lib >= 1.2.0
+BuildRequires:  python-os-client-config >= 1.27.0
+BuildRequires:  python-osc-lib >= 1.5.1
 BuildRequires:  python-oslo.i18n >= 2.1.0
-BuildRequires:  python-oslo.log >= 3.11.0
-BuildRequires:  python-oslo.utils >= 3.18.0
-BuildRequires:  python-pbr >= 1.8
+BuildRequires:  python-oslo.log >= 3.22.0
+BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-python-subunit >= 0.0.18
-BuildRequires:  python-requests >= 2.10.0
+BuildRequires:  python-requests >= 2.14.2
 BuildRequires:  python-requests-mock >= 1.1
 BuildRequires:  python-setuptools >= 16.0
 BuildRequires:  python-testrepository >= 0.0.18
 BuildRequires:  python-testscenarios >= 0.4
 BuildRequires:  python-testtools >= 1.4.0
 Requires:   python-jsonschema >= 2.0.0
-Requires:   python-keystoneauth1 >= 2.18.0
-Requires:   python-openstack-doc-tools >= 0.23
-Requires:   python-osc-lib >= 1.2.0
+Requires:   python-keystoneauth1 >= 2.21.0
+Requires:   python-osc-lib >= 1.5.1
 Requires:   python-oslo.i18n >= 2.1.0
-Requires:   python-oslo.log >= 3.11.0
-Requires:   python-oslo.utils >= 3.18.0
-Requires:   python-pbr >= 1.8
-Requires:   python-requests >= 2.10.0
+Requires:   python-oslo.log >= 3.22.0
+Requires:   python-oslo.utils >= 3.20.0
+Requires:   python-pbr >= 2.0.0
+Requires:   python-requests >= 2.14.2
 Requires:   python-six >= 1.9.0
-Requires:   python-stevedore >= 1.17.1

commit python-swiftclient for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-swiftclient for 
openSUSE:Factory checked in at 2017-08-28 15:32:07

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


Package is "python-swiftclient"

Mon Aug 28 15:32:07 2017 rev:22 rq:515028 version:3.4.0

Changes:

--- /work/SRC/openSUSE:Factory/python-swiftclient/python-swiftclient.changes
2017-02-21 13:44:11.456417521 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-swiftclient.new/python-swiftclient.changes   
2017-08-28 15:32:10.414157545 +0200
@@ -1,0 +2,28 @@
+Mon Aug  7 14:40:46 UTC 2017 - cloud-de...@suse.de
+
+- update to version 3.4.0
+  - ISO 8601 timestamps for tempurl
+  - Fix MockHttpResponse to be more like the Real
+  - merged openstack-manuals content with existing content
+  - Buffer reads from disk
+  - Option to ignore mtime metadata entry.
+  - Allow for uploads from standard input.
+  - Optimize the link address
+  - Fix some reST field lists in docstrings
+  - Change swift.o.o URL
+  - Update the documentation link for doc migration
+  - Fix logging of the gzipped body
+  - moved cli doc to the right place for new links process
+  - Don't recommend to overwrite imported `session` variable
+  - Do not set Content-Type to '' with new requests.
+  - Close file handle after upload job
+  - Tolerate RFC-compliant ETags
+  - respect bulk delete page size and fix logic error
+  - Stop sending X-Static-Large-Object headers
+  - [trivial] Be consistent in using example.com
+  - Removing duplicated doc from client-api
+  - Skip checksum validation on partial downloads
+  - 3.4.0 authors/changelog update
+  - Expose --prefix as an option for st_delete
+
+---

Old:

  python-swiftclient-3.3.0.tar.gz

New:

  python-swiftclient-3.4.0.tar.gz



Other differences:
--
++ python-swiftclient.spec ++
--- /var/tmp/diff_new_pack.Qon4lU/_old  2017-08-28 15:32:11.434014165 +0200
+++ /var/tmp/diff_new_pack.Qon4lU/_new  2017-08-28 15:32:11.486006856 +0200
@@ -18,7 +18,7 @@
 
 %global sname python-swiftclient
 Name:   python-swiftclient
-Version:3.3.0
+Version:3.4.0
 Release:0
 Summary:OpenStack Object Storage API Client Library
 License:Apache-2.0
@@ -29,12 +29,12 @@
 BuildRequires:  python-devel
 BuildRequires:  python-keystoneclient >= 3.8.0
 BuildRequires:  python-mock >= 2.0
-BuildRequires:  python-pbr >= 1.8
+BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-setuptools >= 16.0
 BuildRequires:  python-testrepository >= 0.0.18
 BuildRequires:  python-testscenarios >= 0.4
 Requires:   python-futures >= 3.0
-Requires:   python-requests >= 2.10.0
+Requires:   python-requests >= 2.14.2
 Requires:   python-six >= 1.9.0
 BuildArch:  noarch
 

++ _service ++
--- /var/tmp/diff_new_pack.Qon4lU/_old  2017-08-28 15:32:11.669980991 +0200
+++ /var/tmp/diff_new_pack.Qon4lU/_new  2017-08-28 15:32:11.669980991 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/python-swiftclient/python-swiftclient.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/python-swiftclient/python-swiftclient.spec.j2
 python-swiftclient.spec
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt
 cloud-de...@suse.de
 gh,openstack,python-swiftclient
   

++ python-swiftclient-3.3.0.tar.gz -> python-swiftclient-3.4.0.tar.gz ++
 3675 lines of diff (skipped)




commit python-barbicanclient for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-barbicanclient for 
openSUSE:Factory checked in at 2017-08-28 15:32:10

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


Package is "python-barbicanclient"

Mon Aug 28 15:32:10 2017 rev:3 rq:515032 version:4.4.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-barbicanclient/python-barbicanclient.changes  
2017-02-21 13:42:50.255872879 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-barbicanclient.new/python-barbicanclient.changes
 2017-08-28 15:32:12.233901711 +0200
@@ -1,0 +2,26 @@
+Mon Aug  7 14:47:57 UTC 2017 - cloud-de...@suse.de
+
+- update to version 4.4.0
+  - Replace six.iteritems() with .items()
+  - Removes unnecessary utf-8 encoding
+  - Clean up all secrets in functional tests
+  - Fix gate failure on pep8
+  - Change parent class of `WhenTestingCertificateOrders`
+  - Use generic auth plugin instead of specific version
+  - Update .gitignore
+  - Fix doc referencing --payload-content-type
+  - Add client list filter functionality
+  - Correct the regex for parsing output
+  - Make test directory more specific
+  - Extend pep8 test coverage
+  - Set client module __version__
+  - Remove support for py34
+  - Fix serializable issues when retrieving json format resources
+  - Replaces uuid.uuid4 with uuidutils.generate_uuid()
+  - Enable F and H flake8 rules
+  - Update keystone endpoint for functional tests
+  - Remove unused barbicanclient/common directory
+  - Updated from global requirements
+  - [openstack-manuals] description of command barbican ca list
+
+---

Old:

  python-barbicanclient-4.2.0.tar.gz

New:

  python-barbicanclient-4.4.0.tar.gz



Other differences:
--
++ python-barbicanclient.spec ++
--- /var/tmp/diff_new_pack.s5Xiea/_old  2017-08-28 15:32:13.029789818 +0200
+++ /var/tmp/diff_new_pack.s5Xiea/_new  2017-08-28 15:32:13.045787569 +0200
@@ -18,7 +18,7 @@
 
 %global sname python-barbicanclient
 Name:   python-barbicanclient
-Version:4.2.0
+Version:4.4.0
 Release:0
 Summary:Client for the Barbican Key Management API
 License:Apache-2.0
@@ -26,23 +26,26 @@
 Url:http://launchpad.net/%{sname}
 Source0:
https://pypi.io/packages/source/p/%{sname}/%{sname}-%{version}.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python-cliff >= 2.3.0
+BuildRequires:  python-cliff >= 2.6.0
 BuildRequires:  python-devel
-BuildRequires:  python-keystoneclient >= 3.8.0
+BuildRequires:  python-keystoneauth1 >= 2.21.0
 BuildRequires:  python-mock >= 2.0
-BuildRequires:  python-pbr >= 1.8
-BuildRequires:  python-requests >= 2.10.0
+BuildRequires:  python-oslo.i18n >= 2.1.0
+BuildRequires:  python-oslo.serialization >= 1.10.0
+BuildRequires:  python-oslo.utils >= 3.20.0
+BuildRequires:  python-pbr >= 2.0.0
+BuildRequires:  python-requests >= 2.14.2
 BuildRequires:  python-requests-mock >= 1.1
 BuildRequires:  python-testrepository >= 0.0.18
 BuildRequires:  python-testscenarios >= 0.4
 BuildRequires:  python-testtools >= 1.4.0
-Requires:   python-cliff >= 2.3.0
-Requires:   python-keystoneclient >= 3.8.0
+Requires:   python-cliff >= 2.6.0
+Requires:   python-keystoneauth1 >= 2.21.0
 Requires:   python-oslo.i18n >= 2.1.0
 Requires:   python-oslo.serialization >= 1.10.0
-Requires:   python-oslo.utils >= 3.18.0
-Requires:   python-pbr >= 1.8
-Requires:   python-requests >= 2.10.0
+Requires:   python-oslo.utils >= 3.20.0
+Requires:   python-pbr >= 2.0.0
+Requires:   python-requests >= 2.14.2
 Requires:   python-six >= 1.9.0
 BuildArch:  noarch
 

++ _service ++
--- /var/tmp/diff_new_pack.s5Xiea/_old  2017-08-28 15:32:13.225762267 +0200
+++ /var/tmp/diff_new_pack.s5Xiea/_new  2017-08-28 15:32:13.233761143 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/python-barbicanclient/python-barbicanclient.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/python-barbicanclient/python-barbicanclient.spec.j2
 python-barbicanclient.spec
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt
 cloud-de...@suse.de
 gh,openstack,python-barbicanclient
   

++ python-barbicanclient-4.2.0.tar.gz -> python-barbicanclient-4.4.0.tar.gz 
++
 2725 lines of diff (skipped)




commit python-senlinclient for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-senlinclient for 
openSUSE:Factory checked in at 2017-08-28 15:31:52

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


Package is "python-senlinclient"

Mon Aug 28 15:31:52 2017 rev:3 rq:515018 version:1.4.0

Changes:

--- /work/SRC/openSUSE:Factory/python-senlinclient/python-senlinclient.changes  
2017-02-21 13:44:57.321947015 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-senlinclient.new/python-senlinclient.changes 
2017-08-28 15:31:55.592241321 +0200
@@ -1,0 +2,64 @@
+Mon Aug  7 14:21:17 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.4.0
+  - OSC command for node op and cluster op
+  - Enable coverage report in console output
+  - Param "response" is not used any more in
+  - Profile id or name is a default profile
+  - Enable some off-by-default checks
+  - Update reno for stable/ocata
+  - import cli-reference from openstack-manuals
+  - Fix hacking requirement for testing
+  - Cleanup sphinx building
+  - Add filter "user_id" for receiver list
+  - Fix SDK version problem
+  - Revise service list help info
+  - Add --config option parameter for cluster-create command
+  - Delete TODO about event-delete, The event-delete
+  - Revert "Revert "Revert "Revert "Fix `openstack  cluster profile validate` 
bug
+  - Initial test hooks for functional test
+  - Avoid import internal classes from SDK (3)
+  - Using fixtures.MockPatch instead of mockpatch.Patch
+  - remove redundant value when cluster-show
+  - Add services list
+  - Update imoprt order
+  - Replaces yaml.load() with yaml.safe_load()
+  - Update and optimize documentation links
+  - Fix openstackdocstheme settings
+  - Fix senlin cluster policy list error
+  - Check node status before do cluster-recover action
+  - Fix `openstack cluster service`
+  - Add user_id in receiver list
+  - Revise `senlin service-list`
+  - Fix cluster update failed problem
+  - Make --os-profile load from environment variables
+  - Revise command reminder when we run `senlin cluster-resize`
+  - Client support for "destroy_after_deletion" in cluster del nodes
+  - Add oslo_debug_helper to tox.ini
+  - Replace six.itervalues with dict.values()
+  - Fix receiver-update mistake
+  - delete bash_completion in subcommand
+  - Unify style of 'domain' field
+  - The python 3.4 support is removed
+  - Print support status while listing policy types
+  - Fix `openstack cluster service` Exception raised
+  - Support check before do node-recover action
+  - Fixed warnings when building docs
+  - Remove a py34 environment from tox
+  - Revise command reminder when we run `openstack cluster resize`
+  - fix setup.cfg cluster service path error
+  - Add an installation doc
+  - Remove log translations
+  - Support  receiver update operation
+  - List services doc link cannot be found
+  - Fix development document api-ref link error
+  - Support to cluster-op and node-op operations
+  - Support status output for profile type list
+  - Avoid import internal classes from SDK (2)
+  - Fix html_last_updated_fmt for Python3.
+  - Add parameter in CLUSTER_DEL_NODES action
+  - Support profile-only to cluster update
+  - Updated from global requirements
+  - Avoid import internal classes from SDK
+
+---

Old:

  python-senlinclient-1.2.0.tar.gz

New:

  python-senlinclient-1.4.0.tar.gz



Other differences:
--
++ python-senlinclient.spec ++
--- /var/tmp/diff_new_pack.Q3JA9M/_old  2017-08-28 15:31:56.956049588 +0200
+++ /var/tmp/diff_new_pack.Q3JA9M/_new  2017-08-28 15:31:56.960049025 +0200
@@ -18,7 +18,7 @@
 
 %global sname python-senlinclient
 Name:   python-senlinclient
-Version:1.2.0
+Version:1.4.0
 Release:0
 Summary:Python API and CLI for OpenStack Senlin
 License:Apache-2.0
@@ -36,16 +36,16 @@
 BuildRequires:  python-jsonschema >= 2.0.0
 BuildRequires:  python-mock >= 2.0
 BuildRequires:  python-openstackclient >= 3.3.0
-BuildRequires:  python-openstacksdk >= 0.9.10
+BuildRequires:  python-openstacksdk >= 0.9.17
 BuildRequires:  python-os-testr >= 0.8.0
-BuildRequires:  python-osc-lib >= 1.2.0
+BuildRequires:  python-osc-lib >= 1.5.1
 BuildRequires:  python-oslo.i18n >= 2.1.0
 BuildRequires:  python-oslo.serialization >= 1.10.0
-BuildRequires:  python-oslo.utils >= 3.18.0
+BuildRequires:  python-oslo.utils >= 3.20.0
 BuildRequires:  python-oslotest >= 1.10.0
-BuildRequires:  python-pbr >= 1.8
+BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-python-subunit >= 0.0.18
-BuildRequires:  python-requests >= 2.10.0
+BuildRequires:  python-requests >= 

commit python-oslo.versionedobjects for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-oslo.versionedobjects for 
openSUSE:Factory checked in at 2017-08-28 15:31:41

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


Package is "python-oslo.versionedobjects"

Mon Aug 28 15:31:41 2017 rev:3 rq:515007 version:1.26.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-oslo.versionedobjects/python-oslo.versionedobjects.changes
2017-02-21 13:42:35.509953150 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.versionedobjects.new/python-oslo.versionedobjects.changes
   2017-08-28 15:31:42.786041700 +0200
@@ -1,0 +2,20 @@
+Mon Aug  7 13:58:38 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.26.0
+  - rearrange existing documentation to fit the new standard layout
+  - Fix the object is unhashable when inheriting the class
+  - Add unit test for unicode in object __repr__
+  - Update URLs in documents according to document migration
+  - Fix string interpolation in ValueError
+  - Start adding some basic ovo examples (with an initial basic one)
+  - Change Object schema type to be array instead of string.
+  - [Fix gate]Update test requirement
+  - fields: fix stringifying of objects when subclasses=True
+  - Remove support for py34
+  - Update reno for stable/ocata
+  - Remove pbr warnerrors in favor of sphinx check
+  - Updated from global requirements
+  - Enable warning-is-error in doc build
+  - switch from oslosphinx to openstackdocstheme
+
+---

Old:

  oslo.versionedobjects-1.21.0.tar.gz

New:

  oslo.versionedobjects-1.26.0.tar.gz



Other differences:
--
++ python-oslo.versionedobjects.spec ++
--- /var/tmp/diff_new_pack.kAb3SI/_old  2017-08-28 15:31:43.413953424 +0200
+++ /var/tmp/diff_new_pack.kAb3SI/_new  2017-08-28 15:31:43.417952862 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-oslo.versionedobjects
-Version:1.21.0
+Version:1.26.0
 Release:0
 Summary:Oslo Versioned Objects library
 License:Apache-2.0
@@ -29,28 +29,28 @@
 BuildRequires:  python-iso8601 >= 0.1.11
 BuildRequires:  python-jsonschema >= 2.0.0
 BuildRequires:  python-oslo.concurrency >= 3.8.0
-BuildRequires:  python-oslo.config >= 3.14.0
-BuildRequires:  python-oslo.context >= 2.9.0
+BuildRequires:  python-oslo.config >= 4.0.0
+BuildRequires:  python-oslo.context >= 2.14.0
 BuildRequires:  python-oslo.i18n >= 2.1.0
-BuildRequires:  python-oslo.log >= 3.11.0
-BuildRequires:  python-oslo.messaging >= 5.14.0
+BuildRequires:  python-oslo.log >= 3.22.0
+BuildRequires:  python-oslo.messaging >= 5.24.2
 BuildRequires:  python-oslo.serialization >= 1.10.0
-BuildRequires:  python-oslo.utils >= 3.18.0
+BuildRequires:  python-oslo.utils >= 3.20.0
 BuildRequires:  python-oslotest >= 1.10.0
-BuildRequires:  python-pbr >= 1.8
+BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-testtools >= 1.4.0
-Requires:   python-WebOb >= 1.6.0
+Requires:   python-WebOb >= 1.7.1
 Requires:   python-iso8601 >= 0.1.11
 Requires:   python-jsonschema >= 2.0.0
 Requires:   python-netaddr >= 0.7.13
 Requires:   python-oslo.concurrency >= 3.8.0
-Requires:   python-oslo.config >= 3.14.0
-Requires:   python-oslo.context >= 2.9.0
+Requires:   python-oslo.config >= 4.0.0
+Requires:   python-oslo.context >= 2.14.0
 Requires:   python-oslo.i18n >= 2.1.0
-Requires:   python-oslo.log >= 3.11.0
-Requires:   python-oslo.messaging >= 5.14.0
+Requires:   python-oslo.log >= 3.22.0
+Requires:   python-oslo.messaging >= 5.24.2
 Requires:   python-oslo.serialization >= 1.10.0
-Requires:   python-oslo.utils >= 3.18.0
+Requires:   python-oslo.utils >= 3.20.0
 Requires:   python-six >= 1.9.0
 BuildArch:  noarch
 
@@ -66,7 +66,7 @@
 Summary:osloversionedobjects library - Documentation
 Group:  Documentation/HTML
 BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx >= 4.7.0
+BuildRequires:  python-openstackdocstheme >= 1.11.0
 Requires:   %{name} = %{version}
 
 %description doc
@@ -75,6 +75,7 @@
 %prep
 %autosetup -n oslo.versionedobjects-%{version}
 %py_req_cleanup
+sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %{py2_build}

++ _service ++
--- /var/tmp/diff_new_pack.kAb3SI/_old  2017-08-28 15:31:43.461946677 +0200
+++ /var/tmp/diff_new_pack.kAb3SI/_new  2017-08-28 15:31:43.461946677 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/oslo.versionedobjects/oslo.versionedobjects.spec.j2
+

commit python-oslo.serialization for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-oslo.serialization for 
openSUSE:Factory checked in at 2017-08-28 15:31:34

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


Package is "python-oslo.serialization"

Mon Aug 28 15:31:34 2017 rev:8 rq:514999 version:2.20.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-oslo.serialization/python-oslo.serialization.changes
  2017-02-21 13:42:21.675904777 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.serialization.new/python-oslo.serialization.changes
 2017-08-28 15:31:35.759029598 +0200
@@ -1,0 +2,16 @@
+Mon Aug  7 13:52:57 UTC 2017 - cloud-de...@suse.de
+
+- update to version 2.20.0
+  - rearrange existing documentation to fit the new standard layout
+  - Remove references to Python 3.4
+  - Revert "Explicitly raise ValueError in to_primitive"
+  - Don't iterate through addresses in netaddr.IPNetwork
+  - Update URLs in documents according to document migration
+  - [Fix gate]Update test requirement
+  - switch from oslosphinx to openstackdocstheme
+  - Update reno for stable/ocata
+  - Explicitly raise ValueError in to_primitive
+  - Updated from global requirements
+  - Use Sphinx 1.5 warning-is-error
+
+---

Old:

  oslo.serialization-2.16.0.tar.gz

New:

  oslo.serialization-2.20.0.tar.gz



Other differences:
--
++ python-oslo.serialization.spec ++
--- /var/tmp/diff_new_pack.W8GPhA/_old  2017-08-28 15:31:36.542919394 +0200
+++ /var/tmp/diff_new_pack.W8GPhA/_new  2017-08-28 15:31:36.554917707 +0200
@@ -18,7 +18,7 @@
 
 %global sname oslo.serialization
 Name:   python-oslo.serialization
-Version:2.16.0
+Version:2.20.0
 Release:0
 Summary:OpenStack serialization library
 License:Apache-2.0
@@ -32,11 +32,11 @@
 BuildRequires:  python-msgpack-python >= 0.4.0
 BuildRequires:  python-netaddr >= 0.7.13
 BuildRequires:  python-oslo.i18n >= 2.1.0
-BuildRequires:  python-oslo.utils >= 3.18.0
+BuildRequires:  python-oslo.utils >= 3.20.0
 BuildRequires:  python-oslotest >= 1.10.0
-BuildRequires:  python-pbr >= 1.8
+BuildRequires:  python-pbr >= 2.0.0
 Requires:   python-msgpack-python >= 0.4.0
-Requires:   python-oslo.utils >= 3.18.0
+Requires:   python-oslo.utils >= 3.20.0
 Requires:   python-pytz >= 2013.6
 Requires:   python-six >= 1.9.0
 BuildArch:  noarch
@@ -49,7 +49,7 @@
 Summary:Documentation for OpenStack serialization library
 Group:  Development/Languages/Python
 BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx >= 4.7.0
+BuildRequires:  python-openstackdocstheme >= 1.11.0
 
 %description doc
 The oslo.serialization library provides support for representing objects
@@ -59,6 +59,7 @@
 %prep
 %autosetup -n %{sname}-%{version}
 %py_req_cleanup
+sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %{py2_build}

++ _service ++
--- /var/tmp/diff_new_pack.W8GPhA/_old  2017-08-28 15:31:36.630907024 +0200
+++ /var/tmp/diff_new_pack.W8GPhA/_new  2017-08-28 15:31:36.642905337 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/oslo.serialization/oslo.serialization.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/oslo.serialization/oslo.serialization.spec.j2
 python-oslo.serialization.spec
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt
 cloud-de...@suse.de
 gh,openstack,oslo.serialization
   

++ oslo.serialization-2.16.0.tar.gz -> oslo.serialization-2.20.0.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.serialization-2.16.0/AUTHORS 
new/oslo.serialization-2.20.0/AUTHORS
--- old/oslo.serialization-2.16.0/AUTHORS   2017-01-19 20:16:22.0 
+0100
+++ new/oslo.serialization-2.20.0/AUTHORS   2017-07-18 15:11:29.0 
+0200
@@ -1,3 +1,4 @@
+Akihiro Motoki 
 Alexander Gorodnev 
 Andreas Jaeger 
 Ann Kamyshnikova 
@@ -16,6 +17,7 @@
 Dirk Mueller 
 Doug Hellmann 
 Edan David 
+Eric Brown 
 Flavio Percoco 
 Gary Kotton 
 Gevorg Davoian 
@@ -42,6 +44,7 @@
 Mike Heald 
 Monty Taylor 
 Nataliia 

commit python-os-testr for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-os-testr for openSUSE:Factory 
checked in at 2017-08-28 15:31:45

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


Package is "python-os-testr"

Mon Aug 28 15:31:45 2017 rev:6 rq:515012 version:0.8.2

Changes:

--- /work/SRC/openSUSE:Factory/python-os-testr/python-os-testr.changes  
2016-11-15 18:01:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-os-testr.new/python-os-testr.changes 
2017-08-28 15:31:47.565369792 +0200
@@ -1,0 +2,19 @@
+Mon Aug  7 14:02:19 UTC 2017 - cloud-de...@suse.de
+
+- update to version 0.8.2
+  - Save subunit results file when using --no-discover
+  - Fix typo and change regexp to regex
+  - Add Constraints support
+  - Track failures during sorting of test results
+  - Fix error when without --regex option
+  - [Fix gate]Update test requirement
+  - Remove unused Babel setup
+  - Updated from global requirements
+
+---
+Mon Feb 13 08:42:49 UTC 2017 - tbecht...@suse.com
+
+- update _service
+- update Requires
+
+---

Old:

  os-testr-0.8.0.tar.gz

New:

  os-testr-0.8.2.tar.gz



Other differences:
--
++ python-os-testr.spec ++
--- /var/tmp/diff_new_pack.XpJy6w/_old  2017-08-28 15:31:48.433247780 +0200
+++ /var/tmp/diff_new_pack.XpJy6w/_new  2017-08-28 15:31:48.437247218 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-os-testr
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -18,7 +18,7 @@
 
 %global sname os-testr
 Name:   python-os-testr
-Version:0.8.0
+Version:0.8.2
 Release:0
 Summary:A testr wrapper to provide functionality for OpenStack projects
 License:Apache-2.0
@@ -29,11 +29,11 @@
 BuildRequires:  python-ddt >= 1.0.1
 BuildRequires:  python-devel
 BuildRequires:  python-oslotest >= 1.10.0
-BuildRequires:  python-pbr >= 1.6
+BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-testrepository >= 0.0.18
 BuildRequires:  python-testscenarios >= 0.4
 Requires:   python-Babel >= 2.3.4
-Requires:   python-pbr >= 1.6
+Requires:   python-pbr >= 2.0.0
 Requires:   python-python-subunit >= 0.0.18
 Requires:   python-testrepository >= 0.0.18
 Requires:   python-testtools >= 1.4.0
@@ -49,13 +49,14 @@
 Summary:Documentation for the testr
 Group:  Documentation
 BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx >= 2.5.0
+BuildRequires:  python-oslosphinx >= 4.7.0
 
 %description doc
 Documentation for the testr wrapper.
 
 %prep
-%setup -q -n %{sname}-%{version}
+%autosetup -n %{sname}-%{version}
+%py_req_cleanup
 
 %build
 %{py2_build}

++ _service ++
--- /var/tmp/diff_new_pack.XpJy6w/_old  2017-08-28 15:31:48.481241033 +0200
+++ /var/tmp/diff_new_pack.XpJy6w/_new  2017-08-28 15:31:48.481241033 +0200
@@ -1,14 +1,12 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/newton/openstack/os-testr/os-testr.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/os-testr/os-testr.spec.j2
 python-os-testr.spec
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/newton/global-requirements.txt
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt
+cloud-de...@suse.de
+gh,openstack,os-testr
   
   
-enable
-  
-  
-enable
   
   
 

++ os-testr-0.8.0.tar.gz -> os-testr-0.8.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/os-testr-0.8.0/AUTHORS new/os-testr-0.8.2/AUTHORS
--- old/os-testr-0.8.0/AUTHORS  2016-09-28 21:26:08.0 +0200
+++ new/os-testr-0.8.2/AUTHORS  2017-05-16 17:13:47.0 +0200
@@ -1,3 +1,4 @@
+Andreas Jaeger 
 Assaf Muller 
 Attila Fazekas 
 Christian Berendt 
@@ -7,15 +8,19 @@
 James Page 
 John Griffith 
 Kun Huang 
+Luz Cazares 
 Masayuki Igawa 
 Masayuki Igawa 
+Masayuki Igawa 
 Matthew Treinish 
 Monty Taylor 
 Shu Muto 
 TerryHowe 
 Thomas 

commit python-oslo.privsep for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-oslo.privsep for 
openSUSE:Factory checked in at 2017-08-28 15:31:28

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


Package is "python-oslo.privsep"

Mon Aug 28 15:31:28 2017 rev:5 rq:514995 version:1.22.0

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.privsep/python-oslo.privsep.changes  
2017-02-21 13:43:15.300339742 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.privsep.new/python-oslo.privsep.changes 
2017-08-28 15:31:28.963984881 +0200
@@ -1,0 +2,21 @@
+Mon Aug  7 13:47:26 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.22.0
+  - Preserve all LogRecord fields from privileged side
+  - Remove log translations
+  - Update URLs in documents according to document migration
+  - Use iterable object for 'args' in log record
+  - rearrange existing documentation to follow the new standard layout
+  - add sphinx instructions to build API reference docs
+  - [Fix gate]Update test requirement
+  - Enable some off-by-default checks
+  - Remove references to Python 3.4
+  - switch from oslosphinx to openstackdocstheme
+  - pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz)
+  - Update reno for stable/ocata
+  - Remove pbr warnerrors in favor of sphinx check
+  - Updated from global requirements
+  - Add test to verify log record can be formatted
+  - Using assertIsNone(xxx) instead of assertEqual(None, xxx)
+
+---

Old:

  oslo.privsep-1.16.0.tar.gz

New:

  oslo.privsep-1.22.0.tar.gz



Other differences:
--
++ python-oslo.privsep.spec ++
--- /var/tmp/diff_new_pack.zom2Iz/_old  2017-08-28 15:31:30.075828572 +0200
+++ /var/tmp/diff_new_pack.zom2Iz/_new  2017-08-28 15:31:30.079828010 +0200
@@ -18,7 +18,7 @@
 
 %global sname oslo.privsep
 Name:   python-oslo.privsep
-Version:1.16.0
+Version:1.22.0
 Release:0
 Summary:OpenStack library for privilege separation
 License:Apache-2.0
@@ -34,13 +34,13 @@
 BuildRequires:  python-eventlet >= 0.18.2
 BuildRequires:  python-greenlet >= 0.3.2
 BuildRequires:  python-msgpack-python >= 0.4.0
-BuildRequires:  python-oslo.config >= 3.14.0
+BuildRequires:  python-openstackdocstheme >= 1.11.0
+BuildRequires:  python-oslo.config >= 4.0.0
 BuildRequires:  python-oslo.i18n >= 2.1.0
-BuildRequires:  python-oslo.log >= 3.11.0
-BuildRequires:  python-oslo.utils >= 3.18.0
-BuildRequires:  python-oslosphinx >= 4.7.0
+BuildRequires:  python-oslo.log >= 3.22.0
+BuildRequires:  python-oslo.utils >= 3.20.0
 BuildRequires:  python-oslotest >= 1.10.0
-BuildRequires:  python-pbr >= 1.8
+BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-setuptools >= 16.0
 Requires:   python-Babel >= 2.3.4
 Requires:   python-cffi
@@ -48,10 +48,10 @@
 Requires:   python-eventlet >= 0.18.2
 Requires:   python-greenlet >= 0.3.2
 Requires:   python-msgpack-python >= 0.4.0
-Requires:   python-oslo.config >= 3.14.0
+Requires:   python-oslo.config >= 4.0.0
 Requires:   python-oslo.i18n >= 2.1.0
-Requires:   python-oslo.log >= 3.11.0
-Requires:   python-oslo.utils >= 3.18.0
+Requires:   python-oslo.log >= 3.22.0
+Requires:   python-oslo.utils >= 3.20.0
 BuildArch:  noarch
 
 %description
@@ -68,6 +68,7 @@
 %prep
 %autosetup -n %{sname}-%{version}
 %py_req_cleanup
+sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %py2_build

++ _service ++
--- /var/tmp/diff_new_pack.zom2Iz/_old  2017-08-28 15:31:30.303796524 +0200
+++ /var/tmp/diff_new_pack.zom2Iz/_new  2017-08-28 15:31:30.319794274 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/oslo.privsep/oslo.privsep.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/oslo.privsep/oslo.privsep.spec.j2
 python-oslo.privsep.spec
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt
 cloud-de...@suse.de
 gh,openstack,oslo.privsep
   

++ oslo.privsep-1.16.0.tar.gz -> oslo.privsep-1.22.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.privsep-1.16.0/AUTHORS 
new/oslo.privsep-1.22.0/AUTHORS
--- old/oslo.privsep-1.16.0/AUTHORS 2017-01-18 15:12:38.0 +0100
+++ new/oslo.privsep-1.22.0/AUTHORS 2017-07-18 15:10:54.0 +0200
@@ -8,14 +8,21 @@
 Doug Hellmann 
 Eric Brown 

commit python-oslosphinx for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-oslosphinx for 
openSUSE:Factory checked in at 2017-08-28 15:31:37

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


Package is "python-oslosphinx"

Mon Aug 28 15:31:37 2017 rev:11 rq:515001 version:4.15.1

Changes:

--- /work/SRC/openSUSE:Factory/python-oslosphinx/python-oslosphinx.changes  
2017-02-21 13:39:06.495439473 +0100
+++ /work/SRC/openSUSE:Factory/.python-oslosphinx.new/python-oslosphinx.changes 
2017-08-28 15:31:38.838596655 +0200
@@ -1,0 +2,16 @@
+Mon Aug  7 13:55:44 UTC 2017 - cloud-de...@suse.de
+
+- update to version 4.15.1
+  - Amended dev documentation side navigation
+  - Fix doc build from tarball using eventlet>0.19.0
+  - Fix intersphinx mapping for neutron
+  - [Fix gate]Update test requirement
+  - Use https instead of http for git.openstack.org
+  - Update reno for stable/ocata
+  - Fix outdated quantumclient reference
+  - Remove pbr warnerrors in favor of sphinx check
+  - Updated from global requirements
+  - Switch from oslosphinx to openstackdocstheme
+  - add more clear guidelines for when using oslosphinx is appropriate
+
+---

Old:

  oslosphinx-4.10.0.tar.gz

New:

  oslosphinx-4.15.1.tar.gz



Other differences:
--
++ python-oslosphinx.spec ++
--- /var/tmp/diff_new_pack.cgr9pj/_old  2017-08-28 15:31:39.710474081 +0200
+++ /var/tmp/diff_new_pack.cgr9pj/_new  2017-08-28 15:31:39.722472394 +0200
@@ -18,7 +18,7 @@
 
 %global sname oslosphinx
 Name:   python-oslosphinx
-Version:4.10.0
+Version:4.15.1
 Release:0
 Summary:OpenStack Sphinx
 License:Apache-2.0
@@ -27,10 +27,10 @@
 Source0:
https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
-BuildRequires:  python-pbr >= 1.8
+BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-setuptools >= 16.0
-Requires:   python-pbr >= 1.8
-Requires:   python-requests >= 2.10.0
+Requires:   python-pbr >= 2.0.0
+Requires:   python-requests >= 2.14.2
 Requires:   python-six >= 1.9.0
 BuildArch:  noarch
 

++ _service ++
--- /var/tmp/diff_new_pack.cgr9pj/_old  2017-08-28 15:31:39.794462274 +0200
+++ /var/tmp/diff_new_pack.cgr9pj/_new  2017-08-28 15:31:39.794462274 +0200
@@ -1,16 +1,12 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/oslosphinx/oslosphinx.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/oslosphinx/oslosphinx.spec.j2
 python-oslosphinx.spec
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt
 cloud-de...@suse.de
 gh,openstack,oslosphinx
   
   
-enable
-  
-  
-enable
   
   
-
\ No newline at end of file
+

++ oslosphinx-4.10.0.tar.gz -> oslosphinx-4.15.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslosphinx-4.10.0/AUTHORS 
new/oslosphinx-4.15.1/AUTHORS
--- old/oslosphinx-4.10.0/AUTHORS   2017-01-18 15:11:16.0 +0100
+++ new/oslosphinx-4.15.1/AUTHORS   2017-07-10 22:14:32.0 +0200
@@ -1,6 +1,7 @@
 Akihiro Motoki 
 Anne Gentle 
 Ben Nemec 
+Beth Elwell 
 Brant Knudson 
 ChangBo Guo(gcb) 
 Cyril Roelandt 
@@ -24,13 +25,19 @@
 Mark McLoughlin 
 Monty Taylor 
 Ondřej Nový 
+OpenStack Release Bot 
 Sascha Peilicke 
 Sascha Peilicke 
 Sean Dague 
 Sergey Lukjanov 
 THOMAS J. COCOZZELLO 
+Thomas Bechtold 
 Tony Breeds 
 Vishvananda Ishaya 
+Vu Cong Tuan 
 avnish 
 briancurtin 
+gengchc2 
+lingyongxu 
+ricolin 
 sonu.kumar 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslosphinx-4.10.0/ChangeLog 
new/oslosphinx-4.15.1/ChangeLog
--- old/oslosphinx-4.10.0/ChangeLog 2017-01-18 15:11:16.0 +0100
+++ 

commit python-oslo.vmware for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-oslo.vmware for 
openSUSE:Factory checked in at 2017-08-28 15:31:43

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


Package is "python-oslo.vmware"

Mon Aug 28 15:31:43 2017 rev:10 rq:515009 version:2.23.0

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.vmware/python-oslo.vmware.changes
2017-02-21 13:42:40.705220232 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.vmware.new/python-oslo.vmware.changes   
2017-08-28 15:31:44.945738077 +0200
@@ -1,0 +2,28 @@
+Mon Aug  7 13:59:56 UTC 2017 - cloud-de...@suse.de
+
+- update to version 2.23.0
+  - Trivial: Remove testscenarios from test-requirements.txt
+  - rearrange existing documentation to fit the new standard layout
+  - Make the mock call in MemoryCacheTest forward-compatible
+  - Remove log translations
+  - Make sure host in maintenance mode excluded from image upload
+  - Add hacking rule to prevent log translations
+  - Wrong member variable name in class Datastore
+  - Improve unit test coverage
+  - Use https for references to openstack.org
+  - Use request_handler() for ExtensionManager APIs
+  - Update URLs in documents according to document migration
+  - [Fix gate]Update test requirement
+  - pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz)
+  - Update reno for stable/ocata
+  - Do not prune some special XML elements which are empty
+  - Improving cover testenv
+  - Improve logging for task updates
+  - Updated from global requirements
+  - Enable warning-is-error in doc build
+  - Switch from oslosphinx to openstackdocstheme
+  - Add in support for removeKey
+- drop 0001-Make-the-mock-call-in-MemoryCacheTest-forward-compat.patch
+  Applied upstream
+
+---

Old:

  0001-Make-the-mock-call-in-MemoryCacheTest-forward-compat.patch
  oslo.vmware-2.17.0.tar.gz

New:

  oslo.vmware-2.23.0.tar.gz



Other differences:
--
++ python-oslo.vmware.spec ++
--- /var/tmp/diff_new_pack.fNdZ3A/_old  2017-08-28 15:31:45.653638555 +0200
+++ /var/tmp/diff_new_pack.fNdZ3A/_new  2017-08-28 15:31:45.657637993 +0200
@@ -18,17 +18,16 @@
 
 %global pypi_name oslo.vmware
 Name:   python-oslo.vmware
-Version:2.17.0
+Version:2.23.0
 Release:0
 Summary:Oslo VMware library for OpenStack projects
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:http://launchpad.net/oslo.vmware
 Source0:
https://pypi.io/packages/source/o/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
-#FIXME(jpena): remove patch once it is fixed upstream 
(https://review.openstack.org/355851)
-Patch0001:  0001-Make-the-mock-call-in-MemoryCacheTest-forward-compat.patch
 BuildRequires:  openstack-macros
 BuildRequires:  python-Babel >= 2.3.4
+BuildRequires:  python-ddt >= 1.0.1
 BuildRequires:  python-devel
 BuildRequires:  python-eventlet >= 0.18.2
 BuildRequires:  python-fixtures >= 3.0.0
@@ -38,27 +37,27 @@
 BuildRequires:  python-netaddr >= 0.7.13
 BuildRequires:  python-oslo.concurrency >= 3.8.0
 BuildRequires:  python-oslo.i18n >= 2.1.0
-BuildRequires:  python-oslo.utils >= 3.18.0
-BuildRequires:  python-pbr >= 1.8
+BuildRequires:  python-oslo.utils >= 3.20.0
+BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-python-subunit >= 0.0.18
-BuildRequires:  python-requests >= 2.10.0
+BuildRequires:  python-requests >= 2.14.2
 BuildRequires:  python-suds-jurko >= 0.6
 BuildRequires:  python-testrepository >= 0.0.18
 BuildRequires:  python-testscenarios >= 0.4
 BuildRequires:  python-testtools >= 1.4.0
-BuildRequires:  python-urllib3 >= 1.15.1
+BuildRequires:  python-urllib3 >= 1.21.1
 Requires:   python-PyYAML >= 3.10.0
 Requires:   python-eventlet >= 0.18.2
 Requires:   python-lxml >= 2.3
 Requires:   python-netaddr >= 0.7.13
 Requires:   python-oslo.concurrency >= 3.8.0
 Requires:   python-oslo.i18n >= 2.1.0
-Requires:   python-oslo.utils >= 3.18.0
-Requires:   python-requests >= 2.10.0
+Requires:   python-oslo.utils >= 3.20.0
+Requires:   python-requests >= 2.14.2
 Requires:   python-six >= 1.9.0
-Requires:   python-stevedore >= 1.17.1
+Requires:   python-stevedore >= 1.20.0
 Requires:   python-suds-jurko >= 0.6
-Requires:   python-urllib3 >= 1.15.1
+Requires:   python-urllib3 >= 1.21.1
 BuildArch:  noarch
 
 %description
@@ -73,15 +72,16 @@
 Summary:Documentation for OpenStack common VMware library
 Group:  Development/Languages/Python
 BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx >= 4.7.0
+BuildRequires:  

commit python-troveclient for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-troveclient for 
openSUSE:Factory checked in at 2017-08-28 15:32:00

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


Package is "python-troveclient"

Mon Aug 28 15:32:00 2017 rev:9 rq:515025 version:2.12.0

Changes:

--- /work/SRC/openSUSE:Factory/python-troveclient/python-troveclient.changes
2017-02-21 13:45:02.277247941 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-troveclient.new/python-troveclient.changes   
2017-08-28 15:32:01.935349561 +0200
@@ -1,0 +2,30 @@
+Mon Aug  7 14:31:48 UTC 2017 - cloud-de...@suse.de
+
+- update to version 2.12.0
+  - Add datastore-list to OSC
+  - Update the trove docs to follow the docs theme
+  - Update reno for stable/ocata
+  - [Fix gate]Update test requirement
+  - Add limit-list to OSC
+  - Handle log message interpolation by the logger
+  - Add list to OSC
+  - Add user-list to OSC
+  - Fix token response mock
+  - Correct help in --profile argument
+  - turn on warning-is-error for documentation builds
+  - Add related_to help message for instance help
+  - Drop pycrypto from tests dependencies
+  - Update reset-status docstring
+  - Add database-list to OSC
+  - rearrange docs into new standard layout
+  - update setup.cfg for classifier python 3.5
+  - Add backup-list to OSC
+  - Remove log translations
+  - Client changes for datastore-version volume-types
+  - Add configuration-list to OSC
+  - Add cli to docs
+  - Enable user/db operations on clusters
+  - Updated from global requirements
+  - Add cluster-list to OSC
+
+---

Old:

  python-troveclient-2.8.0.tar.gz

New:

  python-troveclient-2.12.0.tar.gz



Other differences:
--
++ python-troveclient.spec ++
--- /var/tmp/diff_new_pack.tTax8F/_old  2017-08-28 15:32:02.983202247 +0200
+++ /var/tmp/diff_new_pack.tTax8F/_new  2017-08-28 15:32:02.987201684 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-troveclient
-Version:2.8.0
+Version:2.12.0
 Release:0
 Summary:Client library for OpenStack DBaaS API
 License:Apache-2.0
@@ -29,14 +29,14 @@
 BuildRequires:  python-Sphinx
 BuildRequires:  python-devel
 BuildRequires:  python-httplib2 >= 0.7.5
-BuildRequires:  python-keystoneauth1 >= 2.17.0
-BuildRequires:  python-mistralclient >= 2.0.0
+BuildRequires:  python-keystoneauth1 >= 2.21.0
+BuildRequires:  python-mistralclient >= 3.1.0
 BuildRequires:  python-mock >= 2.0
-BuildRequires:  python-oslo.utils >= 3.18.0
+BuildRequires:  python-oslo.utils >= 3.20.0
 BuildRequires:  python-oslosphinx >= 4.7.0
-BuildRequires:  python-pbr >= 1.8
+BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-pycrypto >= 2.6
-BuildRequires:  python-requests >= 2.10.0
+BuildRequires:  python-requests >= 2.14.2
 BuildRequires:  python-requests-mock >= 1.1
 BuildRequires:  python-setuptools >= 16.0
 BuildRequires:  python-simplejson >= 2.2.0
@@ -46,12 +46,12 @@
 BuildRequires:  python-testtools >= 1.4.0
 Requires:   python-Babel >= 2.3.4
 Requires:   python-PrettyTable >= 0.7.1
-Requires:   python-keystoneauth1 >= 2.17.0
-Requires:   python-mistralclient >= 2.0.0
+Requires:   python-keystoneauth1 >= 2.21.0
+Requires:   python-mistralclient >= 3.1.0
 Requires:   python-oslo.i18n >= 2.1.0
-Requires:   python-oslo.utils >= 3.18.0
-Requires:   python-pbr >= 1.8
-Requires:   python-requests >= 2.10.0
+Requires:   python-oslo.utils >= 3.20.0
+Requires:   python-pbr >= 2.0.0
+Requires:   python-requests >= 2.14.2
 Requires:   python-simplejson >= 2.2.0
 Requires:   python-six >= 1.9.0
 Requires:   python-swiftclient >= 3.2.0
@@ -66,7 +66,7 @@
 Summary:Documentation for OpenStack DBaaS API.
 Group:  Documentation
 BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx >= 4.7.0
+BuildRequires:  python-openstackdocstheme >= 1.11.0
 
 %description doc
 Documentation for the client library for interacting with Openstack
@@ -75,6 +75,7 @@
 %prep
 %autosetup -n %{name}-%{version}
 %py_req_cleanup
+sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %py2_build
@@ -87,7 +88,10 @@
 %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
 
 %files
 %doc README.rst

++ _service ++
--- /var/tmp/diff_new_pack.tTax8F/_old  2017-08-28 15:32:03.107184816 +0200
+++ /var/tmp/diff_new_pack.tTax8F/_new  2017-08-28 15:32:03.135180880 +0200
@@ -1,8 +1,8 @@
 
   
-

commit python-tempest-lib for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-tempest-lib for 
openSUSE:Factory checked in at 2017-08-28 15:31:54

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


Package is "python-tempest-lib"

Mon Aug 28 15:31:54 2017 rev:6 rq:515021 version:1.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-tempest-lib/python-tempest-lib.changes
2016-09-30 15:30:02.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-tempest-lib.new/python-tempest-lib.changes   
2017-08-28 15:31:57.351993923 +0200
@@ -1,0 +2,5 @@
+Mon Aug  7 14:29:14 UTC 2017 - tbecht...@suse.com
+
+- switch to stable/pike spec template
+
+---



Other differences:
--
++ python-tempest-lib.spec ++
--- /var/tmp/diff_new_pack.EKVGJg/_old  2017-08-28 15:31:58.095889341 +0200
+++ /var/tmp/diff_new_pack.EKVGJg/_new  2017-08-28 15:31:58.107887654 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-tempest-lib
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -25,18 +25,18 @@
 Url:http://www.openstack.org/
 Source0:
https://pypi.io/packages/source/t/tempest-lib/tempest-lib-%{version}.tar.gz
 BuildRequires:  openstack-macros
+BuildRequires:  python-Sphinx
 BuildRequires:  python-ddt >= 1.0.1
 BuildRequires:  python-devel
 BuildRequires:  python-httplib2 >= 0.7.5
 BuildRequires:  python-jsonschema >= 2.0.0
 BuildRequires:  python-mock >= 2.0
-BuildRequires:  python-oslo.log >= 1.14.0
-BuildRequires:  python-oslosphinx >= 2.5.0
+BuildRequires:  python-oslo.log >= 3.22.0
+BuildRequires:  python-oslosphinx >= 4.7.0
 BuildRequires:  python-oslotest >= 1.10.0
 BuildRequires:  python-paramiko >= 2.0
-BuildRequires:  python-pbr >= 1.6
+BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-python-subunit >= 0.0.18
-BuildRequires:  python-sphinx >= 1.2.1
 BuildRequires:  python-testrepository >= 0.0.18
 BuildRequires:  python-testscenarios >= 0.4
 BuildRequires:  python-testtools >= 1.4.0
@@ -45,8 +45,8 @@
 Requires:   python-httplib2 >= 0.7.5
 Requires:   python-iso8601 >= 0.1.11
 Requires:   python-jsonschema >= 2.0.0
-Requires:   python-os-testr >= 0.7.0
-Requires:   python-oslo.log >= 1.14.0
+Requires:   python-os-testr >= 0.8.0
+Requires:   python-oslo.log >= 3.22.0
 Requires:   python-six >= 1.9.0
 BuildArch:  noarch
 
@@ -54,7 +54,8 @@
 OpenStack Functional Testing Library
 
 %prep
-%setup -q -n tempest-lib-%{version}
+%autosetup -n tempest-lib-%{version}
+%py_req_cleanup
 
 %build
 %{__python2} setup.py build
@@ -72,7 +73,7 @@
 %files
 %defattr(-,root,root,-)
 %license LICENSE
-%doc README.rst ChangeLog AUTHORS
+%doc README.rst ChangeLog
 %{python2_sitelib}/tempest_lib
 %{python2_sitelib}/*.egg-info
 




commit python-os-win for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-os-win for openSUSE:Factory 
checked in at 2017-08-28 15:31:48

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


Package is "python-os-win"

Mon Aug 28 15:31:48 2017 rev:3 rq:515016 version:2.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-os-win/python-os-win.changes  
2017-04-06 11:01:53.545769584 +0200
+++ /work/SRC/openSUSE:Factory/.python-os-win.new/python-os-win.changes 
2017-08-28 15:31:48.765201112 +0200
@@ -1,0 +2,52 @@
+Mon Aug  7 14:03:56 UTC 2017 - cloud-de...@suse.de
+
+- update to version 2.1.0
+  - Add hacking rules for ctypes libraries
+  - vmutils: Adds vnuma_enabled argument to update_vm
+  - networkutils: fixes update_cache
+  - removes the VirtualSystemType kwarg when fetching VMs
+  - Fixed all typos in comments
+  - Retry changing VM state in case of exceptions
+  - Add cluster vm owner change listener
+  - Fixes cached old WMI service objects issue
+  - pathutils: Adds retry decorator to rmdir
+  - Retrieve VM disk attachment info
+  - Indicating the location tests directory in oslo_debug_helper
+  - py35: fixes exception.message reference issues
+  - Optimize the link address
+  - vmutils: set all *DataRoot paths to the same value
+  - Ignores "Not found" jobs when stopping jobs
+  - Uses _compat_conn where WMI objects need to be updated or added
+  - Change intermediary vm state handling
+  - Replaces CRLF line endings to LF line endings
+  - Remove old iSCSI initiator utils modules
+  - Cleanup livemigrationutils
+  - updates hacking requirement
+  - pep8: fixes indentation issues
+  - Add Python 3.5 classifier and venv
+  - Rearrange imports
+  - Remove deprecated IOUtils class
+  - Improve WMI job check method
+  - Fix cluster group migration status checks
+  - Improve VM snapshots support
+  - networkutils: specializes the exception raised by _get_vnic_settings
+  - Allow setting VM snapshot types
+  - tests: Sets baseutils.BaseUtilsVirt._old_wmi
+  - Replacing six.iteritems() with .items()
+  - Adds config option for caching WMI objects
+  - Add support for setting the port profile id
+  - raises exceptions.NotFound instead of x_wmi: Not Found
+  - Ensure failed disk attachments are cleaned up
+  - vmutils: Adds remove_all_pci_devices method
+  - Fix share local address check
+  - Remove log translations
+  - Synchronize iscsi_target_utils
+  - Add 'rm -f .testrepository/times.dbm' command in testenv
+  - vmutils: Planned VMs separation
+  - Refactor Windows API usage
+  - pathutils: Adds copy_folder_files method
+  - vmutils: Allows updating and disabling instance RemoteFX
+  - Wrap "WMI not found" exception
+  - Updated from global requirements
+
+---

Old:

  os-win-1.4.1.tar.gz

New:

  os-win-2.1.0.tar.gz



Other differences:
--
++ python-os-win.spec ++
--- /var/tmp/diff_new_pack.ecDSba/_old  2017-08-28 15:31:49.313124081 +0200
+++ /var/tmp/diff_new_pack.ecDSba/_new  2017-08-28 15:31:49.325122395 +0200
@@ -18,7 +18,7 @@
 
 %global sname os-win
 Name:   python-os-win
-Version:1.4.1
+Version:2.1.0
 Release:0
 Summary:Hyper-V library for OpenStack projects
 License:Apache-2.0
@@ -33,10 +33,10 @@
 BuildRequires:  python-mock >= 2.0
 BuildRequires:  python-oslo.concurrency >= 3.8.0
 BuildRequires:  python-oslo.i18n >= 2.1.0
-BuildRequires:  python-oslo.log >= 3.11.0
+BuildRequires:  python-oslo.log >= 3.22.0
 BuildRequires:  python-oslosphinx >= 4.7.0
 BuildRequires:  python-oslotest >= 1.10.0
-BuildRequires:  python-pbr >= 1.8
+BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-python-subunit >= 0.0.18
 BuildRequires:  python-testrepository >= 0.0.18
 BuildRequires:  python-testscenarios >= 0.4
@@ -44,12 +44,12 @@
 Requires:   python-Babel >= 2.3.4
 Requires:   python-eventlet >= 0.18.2
 Requires:   python-oslo.concurrency >= 3.8.0
-Requires:   python-oslo.config >= 3.14.0
+Requires:   python-oslo.config >= 4.0.0
 Requires:   python-oslo.i18n >= 2.1.0
-Requires:   python-oslo.log >= 3.11.0
+Requires:   python-oslo.log >= 3.22.0
 Requires:   python-oslo.service >= 1.10.0
-Requires:   python-oslo.utils >= 3.18.0
-Requires:   python-pbr >= 1.8
+Requires:   python-oslo.utils >= 3.20.0
+Requires:   python-pbr >= 2.0.0
 BuildArch:  noarch
 
 %description
@@ -68,10 +68,12 @@
 %prep
 %autosetup -n %{sname}-%{version}
 %py_req_cleanup
+# we dont want to run the hacking tests again (and dont want the needed deps)
+rm -f os_win/tests/unit/test_hacking.py
 
 %build
 %{py2_build}
-%{__python2} setup.py build_sphinx

commit python-oslotest for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-oslotest for openSUSE:Factory 
checked in at 2017-08-28 15:31:39

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


Package is "python-oslotest"

Mon Aug 28 15:31:39 2017 rev:11 rq:515002 version:2.17.0

Changes:

--- /work/SRC/openSUSE:Factory/python-oslotest/python-oslotest.changes  
2017-02-21 13:46:57.313021825 +0100
+++ /work/SRC/openSUSE:Factory/.python-oslotest.new/python-oslotest.changes 
2017-08-28 15:31:41.134273916 +0200
@@ -1,0 +2,15 @@
+Mon Aug  7 13:56:48 UTC 2017 - cloud-de...@suse.de
+
+- update to version 2.17.0
+  - Remove pbr warnerrors in favor of sphinx check
+  - Trivial fix style in document
+  - Using fixtures instead of deprecated mockpatch module
+  - rearrange content to fit the new standard layout
+  - Update URLs in documents according to document migration
+  - [Fix gate]Update test requirement
+  - Update reno for stable/ocata
+  - Remove support for py34
+  - Updated from global requirements
+  - Switch from oslosphinx to openstackdocstheme
+
+---

Old:

  oslotest-2.13.0.tar.gz

New:

  oslotest-2.17.0.tar.gz



Other differences:
--
++ python-oslotest.spec ++
--- /var/tmp/diff_new_pack.Vv37p2/_old  2017-08-28 15:31:41.878169334 +0200
+++ /var/tmp/diff_new_pack.Vv37p2/_new  2017-08-28 15:31:41.882168771 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-oslotest
-Version:2.13.0
+Version:2.17.0
 Release:0
 Summary:OpenStack test framework
 License:Apache-2.0
@@ -25,12 +25,12 @@
 Url:https://launchpad.net/oslotest
 Source0:
https://pypi.io/packages/source/o/oslotest/oslotest-%{version}.tar.gz
 BuildRequires:  openstack-macros
-## BuildRequires:  python-debtcollector >= 1.2.0
+BuildRequires:  python-debtcollector >= 1.2.0
 BuildRequires:  python-devel
 BuildRequires:  python-fixtures >= 3.0.0
 BuildRequires:  python-mock >= 2.0
 BuildRequires:  python-mox3 >= 0.7.0
-BuildRequires:  python-pbr >= 1.8
+BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-python-subunit >= 0.0.18
 BuildRequires:  python-six >= 1.9.0
 BuildRequires:  python-testrepository >= 0.0.18
@@ -40,7 +40,7 @@
 Requires:   python-mock >= 2.0
 Requires:   python-mox3 >= 0.7.0
 # NOTE: python-os-client-config is only needed for functional testing
-# Requires:   python-os-client-config >= 1.22.0
+# Requires:   python-os-client-config >= 1.27.0
 Requires:   python-python-subunit >= 0.0.18
 Requires:   python-six >= 1.9.0
 Requires:   python-testrepository >= 0.0.18
@@ -61,8 +61,8 @@
 %install
 %{py2_install}
 
-## %check
-# %{__python2} setup.py test
+%check
+%{__python2} setup.py test
 
 %files
 %license LICENSE

++ _service ++
--- /var/tmp/diff_new_pack.Vv37p2/_old  2017-08-28 15:31:41.938160900 +0200
+++ /var/tmp/diff_new_pack.Vv37p2/_new  2017-08-28 15:31:41.942160338 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/oslotest/oslotest.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/oslotest/oslotest.spec.j2
 python-oslotest.spec
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt
 cloud-de...@suse.de
 gh,openstack,oslotest
   

++ oslotest-2.13.0.tar.gz -> oslotest-2.17.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslotest-2.13.0/AUTHORS new/oslotest-2.17.0/AUTHORS
--- old/oslotest-2.13.0/AUTHORS 2017-01-18 15:12:34.0 +0100
+++ new/oslotest-2.17.0/AUTHORS 2017-07-18 15:10:30.0 +0200
@@ -29,21 +29,27 @@
 Joshua Harlow 
 Julien Danjou 
 Luis A. Garcia 
+Luong Anh Tuan 
 Marc Koderer 
 Mark McLoughlin 
 Masayuki Igawa 
 Mauro S. M. Rodrigues 
 Monty Taylor 
 Noorul Islam K M 
+OpenStack Release Bot 
 Rajaram Mallya 
 Ronald Bradford 
 Sergey Kraynev 
 Soren Hansen 
 Steve Martinelli 
 Tony Breeds 
+Van Hung Pham 
 Victor Stinner 
+Vu Cong Tuan 
 Yuriy 

commit python-saharaclient for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-saharaclient for 
openSUSE:Factory checked in at 2017-08-28 15:31:50

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


Package is "python-saharaclient"

Mon Aug 28 15:31:50 2017 rev:6 rq:515017 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Factory/python-saharaclient/python-saharaclient.changes  
2017-02-21 13:44:51.386784322 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-saharaclient.new/python-saharaclient.changes 
2017-08-28 15:31:52.184720374 +0200
@@ -1,0 +2,20 @@
+Mon Aug  7 14:19:37 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.3.0
+  - Fix a bug in jobs.py
+  - Replace six.iteritems() with .items()
+  - Remove log translations
+  - Clone sahara hacking checks to saharaclient
+  - Use 'project' instead of 'tenant'
+  - Spelling replaced from "ot" to "of"
+  - Set client module __version__
+  - [Fix gate]Update test requirement
+  - doc: migrate to openstackdocstheme
+  - doc: enable warning-is-error and fix warnings
+  - PYthon 3.5 is added
+  - Update reno for stable/ocata
+  - Fixed log messages
+  - Updated from global requirements
+  - Fix html_last_updated_fmt for Python3
+
+---

Old:

  python-saharaclient-1.1.0.tar.gz

New:

  python-saharaclient-1.3.0.tar.gz



Other differences:
--
++ python-saharaclient.spec ++
--- /var/tmp/diff_new_pack.7IFZJV/_old  2017-08-28 15:31:52.864624788 +0200
+++ /var/tmp/diff_new_pack.7IFZJV/_new  2017-08-28 15:31:52.868624226 +0200
@@ -18,7 +18,7 @@
 
 %global sname saharaclient
 Name:   python-saharaclient
-Version:1.1.0
+Version:1.3.0
 Release:0
 Summary:Client library for OpenStack Sahara API
 License:Apache-2.0
@@ -30,28 +30,28 @@
 BuildRequires:  python-keystoneclient >= 3.8.0
 BuildRequires:  python-mock >= 2.0
 BuildRequires:  python-os-testr >= 0.8.0
-BuildRequires:  python-osc-lib >= 1.2.0
+BuildRequires:  python-osc-lib >= 1.5.1
 BuildRequires:  python-oslo.i18n >= 2.1.0
-BuildRequires:  python-oslo.log >= 3.11.0
+BuildRequires:  python-oslo.log >= 3.22.0
 BuildRequires:  python-oslo.serialization >= 1.10.0
-BuildRequires:  python-oslo.utils >= 3.18.0
+BuildRequires:  python-oslo.utils >= 3.20.0
 BuildRequires:  python-oslotest >= 1.10.0
-BuildRequires:  python-pbr >= 1.8
-BuildRequires:  python-requests >= 2.10.0
+BuildRequires:  python-pbr >= 2.0.0
+BuildRequires:  python-requests >= 2.14.2
 BuildRequires:  python-requests-mock >= 1.1
 BuildRequires:  python-setuptools >= 16.0
 BuildRequires:  python-testrepository >= 0.0.18
 Requires:   python-Babel >= 2.3.4
 Requires:   python-PrettyTable >= 0.7.1
-Requires:   python-keystoneauth1 >= 2.17.0
+Requires:   python-keystoneauth1 >= 2.21.0
 Requires:   python-keystoneclient >= 3.8.0
 Requires:   python-openstackclient >= 3.3.0
-Requires:   python-osc-lib >= 1.2.0
+Requires:   python-osc-lib >= 1.5.1
 Requires:   python-oslo.i18n >= 2.1.0
-Requires:   python-oslo.log >= 3.11.0
+Requires:   python-oslo.log >= 3.22.0
 Requires:   python-oslo.serialization >= 1.10.0
-Requires:   python-oslo.utils >= 3.18.0
-Requires:   python-requests >= 2.10.0
+Requires:   python-oslo.utils >= 3.20.0
+Requires:   python-requests >= 2.14.2
 Requires:   python-six >= 1.9.0
 BuildArch:  noarch
 
@@ -62,7 +62,7 @@
 Summary:Documentation for Client library for OpenStack Sahara API
 Group:  Documentation
 BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx >= 4.7.0
+BuildRequires:  python-openstackdocstheme >= 1.11.0
 
 %description doc
 Python client library for interacting with OpenStack Sahara API.
@@ -72,6 +72,7 @@
 %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
@@ -85,6 +86,8 @@
 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
 %{__python2} setup.py testr
 
 %files

++ _service ++
--- /var/tmp/diff_new_pack.7IFZJV/_old  2017-08-28 15:31:52.928615792 +0200
+++ /var/tmp/diff_new_pack.7IFZJV/_new  2017-08-28 15:31:52.928615792 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/python-saharaclient/python-saharaclient.spec.j2
+

commit python-tooz for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-tooz for openSUSE:Factory 
checked in at 2017-08-28 15:31:57

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


Package is "python-tooz"

Mon Aug 28 15:31:57 2017 rev:3 rq:515022 version:1.58.0

Changes:

--- /work/SRC/openSUSE:Factory/python-tooz/python-tooz.changes  2017-02-21 
13:39:24.308926489 +0100
+++ /work/SRC/openSUSE:Factory/.python-tooz.new/python-tooz.changes 
2017-08-28 15:31:59.887637444 +0200
@@ -1,0 +2,55 @@
+Mon Aug  7 14:30:35 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.58.0
+  - etcd3: add etcd3 coordination driver
+  - Factorize tox envlist for better readability
+  - redis: fix concurrent access on acquire()
+  - {my,pg}sql: close connections when out of retry
+  - tests: fix etcd and consul test run
+  - pass on partitions
+  - pgsql: fix self._conn.close() being called without connection
+  - Implement heartbeat for FileDriver
+  - hashring: allow to use bytes as node name
+  - Update reno for stable/ocata
+  - coordination: factorize common async result futures code
+  - Turn on warning-is-error in doc build
+  - Make sure Lock.heartbeat() returns True/False
+  - etcd3: use discard() rather than remove()
+  - http->https for security
+  - doc: use list-table for driver support tables
+  - Separate etcd3gw driver that uses the etcd3 grpc gateway
+  - etcd3: replace custom lock code by more recent etcd3 lock code
+  - coordination: remove double serialization of capabilities
+  - consul: remove unused executor
+  - etcd: fix blocking argument
+  - get weight of existing members
+  - coordination: fix reversed fiels for __repr__ for events
+  - Add shared filelock
+  - postgresql: only pass username and password if they are set
+  - Fix psycopg2 connection argument
+  - Update URLs in documents according to document migration
+  - etcd: fix acquire(blocking=True) on request exception
+  - tests: tests fail if no URL is set + run partitioner tests on basic drivers
+  - Adds authentication support for zookeeperDriver
+  - coordination: do not get member list if not needed
+  - sql: close connection for lock if not used
+  - support unicode node name
+  - etcd3: fix test run
+  - test: leverage existing helper method in test_partitioner
+  - simplify hashring node lookup
+  - rearrange existing documentation to fit the new standard layout
+  - Fix docstring for group and member id
+  - Mutualize executor code in a mixin class
+  - Disable test_get_lock_serial_locking_two_lock_process for etcd3
+  - Simplify env list and test running
+  - doc: update heartbeat doc to use start_heart=True
+  - Switch tests to use latest etcd - 3.1.3
+  - etcd3: skip ProcessPool based test
+  - Rewrite heartbeat runner with event
+  - Switch from oslosphinx to openstackdocstheme
+  - FileDriver:Support multiple processes
+  - tests: fix missing .get() on some group operations
+  - add weight tests for add_nodes
+  - Enhance heartbeat sleep timer
+
+---

Old:

  tooz-1.48.0.tar.gz

New:

  tooz-1.58.0.tar.gz



Other differences:
--
++ python-tooz.spec ++
--- /var/tmp/diff_new_pack.moR8Lf/_old  2017-08-28 15:32:01.167457517 +0200
+++ /var/tmp/diff_new_pack.moR8Lf/_new  2017-08-28 15:32:01.179455830 +0200
@@ -18,7 +18,7 @@
 
 %global pypi_name tooz
 Name:   python-tooz
-Version:1.48.0
+Version:1.58.0
 Release:0
 Summary:Coordination library for distributed systems
 License:Apache-2.0
@@ -27,9 +27,19 @@
 Source0:
https://pypi.io/packages/source/t/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
-BuildRequires:  python-pbr >= 1.8
+BuildRequires:  python-enum34
+BuildRequires:  python-fasteners >= 0.7
+BuildRequires:  python-futures >= 3.0
+BuildRequires:  python-futurist >= 0.11.0
+BuildRequires:  python-iso8601 >= 0.1.11
+BuildRequires:  python-oslo.serialization >= 1.10.0
+BuildRequires:  python-oslo.utils >= 3.20.0
+BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-setuptools >= 16.0
+BuildRequires:  python-stevedore >= 1.20.0
+BuildRequires:  python-tenacity >= 3.2.1
 BuildRequires:  python-testtools >= 1.4.0
+BuildRequires:  python-voluptuous >= 0.8.9
 Requires:   python-Babel >= 2.3.4
 Requires:   python-enum34
 Requires:   python-fasteners >= 0.7
@@ -38,9 +48,9 @@
 Requires:   python-iso8601 >= 0.1.11
 Requires:   python-msgpack-python >= 0.4.0
 Requires:   python-oslo.serialization >= 1.10.0
-Requires:   python-oslo.utils >= 3.18.0
+Requires:   python-oslo.utils >= 3.20.0
 Requires:  

commit python-oslo.service for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-oslo.service for 
openSUSE:Factory checked in at 2017-08-28 15:31:35

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


Package is "python-oslo.service"

Mon Aug 28 15:31:35 2017 rev:10 rq:515000 version:1.25.0

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.service/python-oslo.service.changes  
2017-02-21 13:42:27.711053374 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.service.new/python-oslo.service.changes 
2017-08-28 15:31:37.178829994 +0200
@@ -1,0 +2,19 @@
+Mon Aug  7 13:54:10 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.25.0
+  - rearrange existing documentation to fit the new standard layout
+  - Remove references to Python 3.4
+  - Remove log translations
+  - Fix some reST field lists in docstrings
+  - Remove duplicated register_opts call
+  - switch from oslosphinx to openstackdocstheme
+  - Update URLs in documents according to document migration
+  - Fix race condition with fast threads
+  - [Fix gate]Update test requirement
+  - Add min_interval to BackOffLoopingCall
+  - pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz)
+  - Update reno for stable/ocata
+  - Updated from global requirements
+  - Use Sphinx 1.5 warning-is-error
+
+---

Old:

  oslo.service-1.19.0.tar.gz

New:

  oslo.service-1.25.0.tar.gz



Other differences:
--
++ python-oslo.service.spec ++
--- /var/tmp/diff_new_pack.wkrYUv/_old  2017-08-28 15:31:38.078703485 +0200
+++ /var/tmp/diff_new_pack.wkrYUv/_new  2017-08-28 15:31:38.082702923 +0200
@@ -18,7 +18,7 @@
 
 %global sname oslo.service
 Name:   python-oslo.service
-Version:1.19.0
+Version:1.25.0
 Release:0
 Summary:OpenStack oslo.service library
 License:Apache-2.0
@@ -29,8 +29,8 @@
 BuildRequires:  procps
 BuildRequires:  python-Paste
 BuildRequires:  python-PasteDeploy >= 1.5.0
-BuildRequires:  python-Routes >= 1.12.3
-BuildRequires:  python-WebOb >= 1.6.0
+BuildRequires:  python-Routes >= 2.3.1
+BuildRequires:  python-WebOb >= 1.7.1
 BuildRequires:  python-devel
 BuildRequires:  python-eventlet >= 0.18.2
 BuildRequires:  python-fixtures >= 3.0.0
@@ -38,25 +38,25 @@
 BuildRequires:  python-mock >= 2.0
 BuildRequires:  python-monotonic >= 0.6
 BuildRequires:  python-oslo.concurrency >= 3.8.0
-BuildRequires:  python-oslo.config >= 3.14.0
+BuildRequires:  python-oslo.config >= 4.0.0
 BuildRequires:  python-oslo.i18n >= 2.1.0
-BuildRequires:  python-oslo.log >= 3.11.0
-BuildRequires:  python-oslo.utils >= 3.18.0
+BuildRequires:  python-oslo.log >= 3.22.0
+BuildRequires:  python-oslo.utils >= 3.20.0
 BuildRequires:  python-oslotest >= 1.10.0
-BuildRequires:  python-pbr >= 1.8
+BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-six >= 1.9.0
 Requires:   python-Paste
 Requires:   python-PasteDeploy >= 1.5.0
-Requires:   python-Routes >= 1.12.3
-Requires:   python-WebOb >= 1.6.0
+Requires:   python-Routes >= 2.3.1
+Requires:   python-WebOb >= 1.7.1
 Requires:   python-eventlet >= 0.18.2
 Requires:   python-greenlet >= 0.3.2
 Requires:   python-monotonic >= 0.6
 Requires:   python-oslo.concurrency >= 3.8.0
-Requires:   python-oslo.config >= 3.14.0
+Requires:   python-oslo.config >= 4.0.0
 Requires:   python-oslo.i18n >= 2.1.0
-Requires:   python-oslo.log >= 3.11.0
-Requires:   python-oslo.utils >= 3.18.0
+Requires:   python-oslo.log >= 3.22.0
+Requires:   python-oslo.utils >= 3.20.0
 Requires:   python-six >= 1.9.0
 BuildArch:  noarch
 
@@ -70,7 +70,7 @@
 Summary:Documentation for OpenStack service library
 Group:  Development/Languages/Python
 BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx >= 4.7.0
+BuildRequires:  python-openstackdocstheme >= 1.11.0
 BuildRequires:  python-reno >= 1.8.0
 
 %description doc
@@ -83,6 +83,7 @@
 %prep
 %autosetup -n %{sname}-%{version}
 %py_req_cleanup
+sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %{py2_build}

++ _service ++
--- /var/tmp/diff_new_pack.wkrYUv/_old  2017-08-28 15:31:38.194687179 +0200
+++ /var/tmp/diff_new_pack.wkrYUv/_new  2017-08-28 15:31:38.194687179 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/oslo.service/oslo.service.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/oslo.service/oslo.service.spec.j2
 python-oslo.service.spec
-

commit python-oslo.rootwrap for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-oslo.rootwrap for 
openSUSE:Factory checked in at 2017-08-28 15:31:32

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


Package is "python-oslo.rootwrap"

Mon Aug 28 15:31:32 2017 rev:5 rq:514998 version:5.9.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-oslo.rootwrap/python-oslo.rootwrap.changes
2017-06-08 15:03:11.409439584 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.rootwrap.new/python-oslo.rootwrap.changes
   2017-08-28 15:31:33.891292174 +0200
@@ -1,0 +2,20 @@
+Mon Aug  7 13:49:53 UTC 2017 - cloud-de...@suse.de
+
+- update to version 5.9.0
+  - Always check cmd which does not exist
+  - rearrange existing documentation to fit the new standard layout
+  - Don't open subdirectories rootwrap filter directories
+  - [Fix gate]Update test requirement
+  - Allow rootwrap-daemon to timeout and exit
+  - Avoid importing Linux specific modules on Windows
+  - Update URLs in documents according to document migration
+  - Remove support for py34
+  - pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz)
+  - Update reno for stable/ocata
+  - [daemon] Close inherited filedescriptors after forking
+  - Remove pbr warnerrors in favor of sphinx check
+  - Updated from global requirements
+  - Switch from oslosphinx to openstackdocstheme
+  - Trivial: Remove testscenarios from test-requirements.txt
+
+---

Old:

  oslo.rootwrap-5.4.1.tar.gz

New:

  oslo.rootwrap-5.9.0.tar.gz



Other differences:
--
++ python-oslo.rootwrap.spec ++
--- /var/tmp/diff_new_pack.VcUQTp/_old  2017-08-28 15:31:34.695179160 +0200
+++ /var/tmp/diff_new_pack.VcUQTp/_new  2017-08-28 15:31:34.703178035 +0200
@@ -18,7 +18,7 @@
 
 %global sname oslo.rootwrap
 Name:   python-oslo.rootwrap
-Version:5.4.1
+Version:5.9.0
 Release:0
 Summary:Filtering shell commands to run as root from OpenStack services
 License:Apache-2.0
@@ -31,7 +31,7 @@
 BuildRequires:  python-fixtures >= 3.0.0
 BuildRequires:  python-mock >= 2.0
 BuildRequires:  python-oslotest >= 1.10.0
-BuildRequires:  python-pbr >= 1.8
+BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-python-subunit >= 0.0.18
 BuildRequires:  python-six >= 1.9.0
 BuildRequires:  python-testrepository >= 0.0.18
@@ -53,7 +53,7 @@
 Summary:Documentation for OpenStack %{sname}
 Group:  Development/Languages/Python
 BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx >= 4.7.0
+BuildRequires:  python-openstackdocstheme >= 1.11.0
 BuildRequires:  python-reno >= 1.8.0
 
 %description doc
@@ -62,6 +62,7 @@
 %prep
 %autosetup -n %{sname}-%{version}
 %py_req_cleanup
+sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %{py2_build}

++ _service ++
--- /var/tmp/diff_new_pack.VcUQTp/_old  2017-08-28 15:31:34.783166790 +0200
+++ /var/tmp/diff_new_pack.VcUQTp/_new  2017-08-28 15:31:34.783166790 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/oslo.rootwrap/oslo.rootwrap.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/oslo.rootwrap/oslo.rootwrap.spec.j2
 python-oslo.rootwrap.spec
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt
 cloud-de...@suse.de
 gh,openstack,oslo.rootwrap
   

++ oslo.rootwrap-5.4.1.tar.gz -> oslo.rootwrap-5.9.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.rootwrap-5.4.1/AUTHORS 
new/oslo.rootwrap-5.9.0/AUTHORS
--- old/oslo.rootwrap-5.4.1/AUTHORS 2017-05-22 19:07:39.0 +0200
+++ new/oslo.rootwrap-5.9.0/AUTHORS 2017-07-18 15:10:50.0 +0200
@@ -1,3 +1,4 @@
+Akihiro Motoki 
 Andreas Jaeger 
 Angus Lees 
 Bogdan Dobrelya 
@@ -33,6 +34,7 @@
 Sergey Kraynev 
 Sergey Lukjanov 
 Stanislav Kudriashev 
+Stephen Ma 
 Steve Martinelli 
 Swapnil Kulkarni (coolsvap) 
 Thierry Carrez 
@@ -41,6 +43,8 @@
 Tony Breeds 
 Tony Xu 
 Victor Stinner 
+Vu Cong Tuan 
+XianChaobo 
 Yatin Kumbhare 

commit python-oslo.reports for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-oslo.reports for 
openSUSE:Factory checked in at 2017-08-28 15:31:30

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


Package is "python-oslo.reports"

Mon Aug 28 15:31:30 2017 rev:3 rq:514996 version:1.22.0

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.reports/python-oslo.reports.changes  
2017-02-21 13:42:12.501199090 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.reports.new/python-oslo.reports.changes 
2017-08-28 15:31:30.715738611 +0200
@@ -1,0 +2,13 @@
+Mon Aug  7 13:48:36 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.22.0
+  - Remove references to Python 3.4
+  - Remove log translations
+  - rearrange content to fit the new standard layout
+  - Update reno for stable/ocata
+  - Remove pbr warnerrors in favor of sphinx check
+  - Updated from global requirements
+  - switch from oslosphinx to openstackdocstheme
+  - update the doc URL according to document migration
+
+---

Old:

  oslo.reports-1.17.0.tar.gz

New:

  oslo.reports-1.22.0.tar.gz



Other differences:
--
++ python-oslo.reports.spec ++
--- /var/tmp/diff_new_pack.aAaJSn/_old  2017-08-28 15:31:31.559619973 +0200
+++ /var/tmp/diff_new_pack.aAaJSn/_new  2017-08-28 15:31:31.575617724 +0200
@@ -18,7 +18,7 @@
 
 %global sname oslo.reports
 Name:   python-oslo.reports
-Version:1.17.0
+Version:1.22.0
 Release:0
 Summary:OpenStack oslo.reports library
 License:Apache-2.0
@@ -30,19 +30,19 @@
 BuildRequires:  python-devel
 BuildRequires:  python-eventlet >= 0.18.2
 BuildRequires:  python-greenlet >= 0.3.2
-BuildRequires:  python-oslo.config >= 3.14.0
+BuildRequires:  python-oslo.config >= 4.0.0
 BuildRequires:  python-oslo.i18n >= 2.1.0
 BuildRequires:  python-oslo.serialization >= 1.10.0
-BuildRequires:  python-oslo.utils >= 3.18.0
+BuildRequires:  python-oslo.utils >= 3.20.0
 BuildRequires:  python-oslotest >= 1.10.0
-BuildRequires:  python-pbr >= 1.8
-BuildRequires:  python-psutil >= 1.2.1
+BuildRequires:  python-pbr >= 2.0.0
+BuildRequires:  python-psutil >= 3.2.2
 BuildRequires:  python-six >= 1.9.0
 Requires:   python-Jinja2 >= 2.8
 Requires:   python-oslo.i18n >= 2.1.0
 Requires:   python-oslo.serialization >= 1.10.0
-Requires:   python-oslo.utils >= 3.18.0
-Requires:   python-psutil >= 1.2.1
+Requires:   python-oslo.utils >= 3.20.0
+Requires:   python-psutil >= 3.2.2
 Requires:   python-six >= 1.9.0
 BuildArch:  noarch
 
@@ -54,7 +54,7 @@
 Summary:Documentation for OpenStack reports library
 Group:  Development/Languages/Python
 BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx >= 4.7.0
+BuildRequires:  python-openstackdocstheme >= 1.11.0
 
 %description doc
 The project oslo.reports hosts a general purpose error report generation
@@ -64,6 +64,7 @@
 %prep
 %autosetup -n %{sname}-%{version}
 %py_req_cleanup
+sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %{py2_build}

++ _service ++
--- /var/tmp/diff_new_pack.aAaJSn/_old  2017-08-28 15:31:31.679603106 +0200
+++ /var/tmp/diff_new_pack.aAaJSn/_new  2017-08-28 15:31:31.683602543 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/oslo.reports/oslo.reports.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/oslo.reports/oslo.reports.spec.j2
 python-oslo.reports.spec
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt
 cloud-de...@suse.de
 gh,openstack,oslo.reports
   

++ oslo.reports-1.17.0.tar.gz -> oslo.reports-1.22.0.tar.gz ++
 2290 lines of diff (skipped)




commit python-oslo.i18n for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-oslo.i18n for 
openSUSE:Factory checked in at 2017-08-28 15:31:26

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


Package is "python-oslo.i18n"

Mon Aug 28 15:31:26 2017 rev:8 rq:514994 version:3.17.0

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.i18n/python-oslo.i18n.changes
2017-02-21 13:42:07.369922980 +0100
+++ /work/SRC/openSUSE:Factory/.python-oslo.i18n.new/python-oslo.i18n.changes   
2017-08-28 15:31:27.304218219 +0200
@@ -1,0 +2,20 @@
+Mon Aug  7 13:44:43 UTC 2017 - cloud-de...@suse.de
+
+- update to version 3.17.0
+  - Revert "Remove Babel as a runtime requirement"
+  - Remove Babel as a runtime requirement
+  - Enable some off-by-default checks
+  - Check reStructuredText documents for common style issues
+  - Fix wrong response with language zh-TW.
+  - rearrange the documentation to fit into the new standard layout
+  - Imported Translations from Zanata
+  - add notes about skipping log translation setup
+  - [Fix gate]Update test requirement
+  - Python 3.5 is added
+  - Update reno for stable/ocata
+  - turn on warning-is-error in doc build
+  - Update URLs in documents according to document migration
+  - Updated from global requirements
+  - switch from oslosphinx to openstackdocstheme
+
+---

Old:

  oslo.i18n-3.12.0.tar.gz

New:

  oslo.i18n-3.17.0.tar.gz



Other differences:
--
++ python-oslo.i18n.spec ++
--- /var/tmp/diff_new_pack.SI6AUr/_old  2017-08-28 15:31:28.264083277 +0200
+++ /var/tmp/diff_new_pack.SI6AUr/_new  2017-08-28 15:31:28.288079903 +0200
@@ -18,7 +18,7 @@
 
 %global sname oslo.i18n
 Name:   python-oslo.i18n
-Version:3.12.0
+Version:3.17.0
 Release:0
 Summary:OpenStack i18n library
 License:Apache-2.0
@@ -29,7 +29,7 @@
 BuildRequires:  python-Babel >= 2.3.4
 BuildRequires:  python-mock >= 2.0
 BuildRequires:  python-oslotest >= 1.10.0
-BuildRequires:  python-pbr >= 1.8
+BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-testscenarios >= 0.4
 Requires:   python-Babel >= 2.3.4
 Requires:   python-six >= 1.9.0
@@ -44,7 +44,7 @@
 Summary:Documentation for OpenStack i18n library
 Group:  Development/Languages/Python
 BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx >= 4.7.0
+BuildRequires:  python-openstackdocstheme >= 1.11.0
 
 %description doc
 Documentation for the oslo.i18n library.
@@ -52,6 +52,7 @@
 %prep
 %autosetup -n %{sname}-%{version}
 %py_req_cleanup
+sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %{py2_build}

++ _service ++
--- /var/tmp/diff_new_pack.SI6AUr/_old  2017-08-28 15:31:28.416061911 +0200
+++ /var/tmp/diff_new_pack.SI6AUr/_new  2017-08-28 15:31:28.420061348 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/oslo.i18n/oslo.i18n.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/oslo.i18n/oslo.i18n.spec.j2
 python-oslo.i18n.spec
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt
 cloud-de...@suse.de
 gh,openstack,oslo.i18n
   

++ oslo.i18n-3.12.0.tar.gz -> oslo.i18n-3.17.0.tar.gz ++
 1842 lines of diff (skipped)




commit python-oslo.concurrency for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-oslo.concurrency for 
openSUSE:Factory checked in at 2017-08-28 15:31:23

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


Package is "python-oslo.concurrency"

Mon Aug 28 15:31:23 2017 rev:8 rq:514990 version:3.21.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-oslo.concurrency/python-oslo.concurrency.changes
  2017-02-21 13:41:58.383190774 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.concurrency.new/python-oslo.concurrency.changes
 2017-08-28 15:31:25.684445935 +0200
@@ -1,0 +2,19 @@
+Mon Aug  7 13:37:37 UTC 2017 - cloud-de...@suse.de
+
+- update to version 3.21.0
+  - Imported Translations from Zanata
+  - Remove log translations
+  - turn on warning-is-error for sphinx
+  - Check reStructuredText documents for common style issues
+  - Using fixtures.MockPatch instead of mockpatch.Patch
+  - [Fix gate]Update test requirement
+  - Update URLs in documents according to document migration
+  - Remove support for py34
+  - rearrange existing documentation to follow the new layout standard
+  - pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz)
+  - Update reno for stable/ocata
+  - Check for SubprocessError by name on Python 3.x
+  - Updated from global requirements
+  - switch from oslosphinx to openstackdocstheme
+
+---

Old:

  oslo.concurrency-3.18.0.tar.gz

New:

  oslo.concurrency-3.21.0.tar.gz



Other differences:
--
++ python-oslo.concurrency.spec ++
--- /var/tmp/diff_new_pack.8zP1Zp/_old  2017-08-28 15:31:26.496331796 +0200
+++ /var/tmp/diff_new_pack.8zP1Zp/_new  2017-08-28 15:31:26.516328985 +0200
@@ -18,7 +18,7 @@
 
 %global sname oslo.concurrency
 Name:   python-oslo.concurrency
-Version:3.18.0
+Version:3.21.0
 Release:0
 Summary:OpenStack oslo.concurrency library
 License:Apache-2.0
@@ -33,20 +33,20 @@
 BuildRequires:  python-fixtures >= 3.0.0
 BuildRequires:  python-futures >= 3.0
 BuildRequires:  python-mock >= 2.0
-BuildRequires:  python-oslo.config >= 3.14.0
+BuildRequires:  python-oslo.config >= 4.0.0
 BuildRequires:  python-oslo.i18n >= 2.1.0
-BuildRequires:  python-oslo.utils >= 3.18.0
+BuildRequires:  python-oslo.utils >= 3.20.0
 BuildRequires:  python-oslotest >= 1.10.0
-BuildRequires:  python-pbr >= 1.8
+BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-testrepository >= 0.0.18
 BuildRequires:  python-testscenarios >= 0.4
 BuildRequires:  python-testtools >= 1.4.0
 Requires:   python-enum34
 Requires:   python-fasteners >= 0.7
 Requires:   python-iso8601 >= 0.1.11
-Requires:   python-oslo.config >= 3.14.0
+Requires:   python-oslo.config >= 4.0.0
 Requires:   python-oslo.i18n >= 2.1.0
-Requires:   python-oslo.utils >= 3.18.0
+Requires:   python-oslo.utils >= 3.20.0
 Requires:   python-retrying >= 1.2.3
 Requires:   python-six >= 1.9.0
 BuildArch:  noarch
@@ -60,7 +60,7 @@
 Summary:Documentation for OpenStack concurrency library
 Group:  Development/Languages/Python
 BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx >= 4.7.0
+BuildRequires:  python-openstackdocstheme >= 1.11.0
 
 %description doc
 The oslo.concurrency library has utilities for safely running multi-thread,
@@ -71,6 +71,7 @@
 %prep
 %autosetup -n %{sname}-%{version}
 %py_req_cleanup
+sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %{py2_build}

++ _service ++
--- /var/tmp/diff_new_pack.8zP1Zp/_old  2017-08-28 15:31:26.636312117 +0200
+++ /var/tmp/diff_new_pack.8zP1Zp/_new  2017-08-28 15:31:26.656309306 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/oslo.concurrency/oslo.concurrency.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/oslo.concurrency/oslo.concurrency.spec.j2
 python-oslo.concurrency.spec
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt
 cloud-de...@suse.de
 gh,openstack,oslo.concurrency
   

++ oslo.concurrency-3.18.0.tar.gz -> oslo.concurrency-3.21.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.concurrency-3.18.0/AUTHORS 
new/oslo.concurrency-3.21.0/AUTHORS
--- old/oslo.concurrency-3.18.0/AUTHORS 2017-01-18 20:32:30.0 +0100
+++ new/oslo.concurrency-3.21.0/AUTHORS 2017-07-18 

commit python-novaclient for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-novaclient for 
openSUSE:Factory checked in at 2017-08-28 15:31:16

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


Package is "python-novaclient"

Mon Aug 28 15:31:16 2017 rev:26 rq:514959 version:9.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-novaclient/python-novaclient.changes  
2017-06-08 15:03:09.161756798 +0200
+++ /work/SRC/openSUSE:Factory/.python-novaclient.new/python-novaclient.changes 
2017-08-28 15:31:18.269488363 +0200
@@ -1,0 +2,102 @@
+Mon Aug  7 11:51:58 UTC 2017 - cloud-de...@suse.de
+
+- update to version 9.1.0
+  - Set test timout to 300 seconds
+  - Imported Translations from Zanata
+  - Error out if nic auto or none are not alone
+  - Remove functional tests for removed commands
+  - Remove direct dependency on requests
+  - Remove deprecated security_groups APIs
+  - Fix cinder volume leakage
+  - Update Compute API Guide pointer
+  - Fix cropping the endpoint url
+  - Remove deprecated network-related resource commands
+  - Skip rebuild functional test due to persistent vif plugging timeout
+  - Add `instance-uuid` flag to the migration-list
+  - Add 'Forced down' column in serivce-list
+  - Remove deprecated fixed_ips APIs
+  - Remove deprecated floating_ips APIs
+  - Grammar typo in the comments for function set_meta.
+  - Remove log translations
+  - Explicitly set 'builders' option
+  - 2.47: Show flavor info in server details
+  - Microversion 2.49 - Virt device tagged attach
+  - Fix the inappropriate parameter name
+  - Add functional test for "nova boot --image-with"
+  - client.logger.warning wrongly used in migrations
+  - Updated from global requirements
+  - Use Sphinx 1.5 warning-is-error
+  - Help message for aggregate-update is ambiguous
+  - Cleanup duplicated methods
+  - Add novaclient client_name and client_version to user-agent
+  - Remove deprecated security_group_default_rules APIs
+  - Better handle key=value pair not being key=value
+  - doc: Create directory structure for docs migration
+  - Microversion 2.42 - Fix tag attribute disappearing
+  - Help text for "--matching" is not clear.
+  - Explicitly specify arguments of server_groups creation
+  - Remove 1.1 extension comment
+  - Remove py34 tox env and pypi classifier
+  - Revert "client.logger.warning wrongly used in migrations"
+  - Deprecate binary argument in nova service enable/disable/force-down CLIs
+  - Tags and Metadata fields with unicode cannot be correctly displayed
+  - strip the remote prefixes from the release note branch specifiers
+  - Removed extra word 'method' from the NOTE
+  - Remove deprecated floating_ips_bulk API
+  - Remove deprecated baremetal CLIs and APIs
+  - Microversion 2.50 - fix quota class sets resource usage
+  - 2.45: createImage/createBackup image_id is in response body
+  - Deprecate certs commands and APIs
+  - 2.46: match nova API version
+  - Fix aggregate_update name and availability_zone clash
+  - Deperecate cell_name cli arg for migration-list
+  - Fix warning for deprecated cert commands
+  - Fix devstack python-novaclient warning
+  - [Fix gate]Update test requirement
+  - Remove deprecated floating IP DNS domain/entry APIs
+  - Remove deprecated security_group_rules APIs
+  - Update reno for stable/ocata
+  - Adjust test_resize_down_revert to account for counting quotas
+  - Make --profile load from environment variables
+  - Revise `nova list` description
+  - Add support for the 2.51 microversion
+  - Remove the deprecated fping API
+  - Microversion 2.52 - Support tag when boot
+  - Be clear about hypevisors.search used in a few CLIs
+  - Remove various deprecated options
+  - Microversion 2.53 - services and hypervisors using UUIDs
+  - Add functional test for resize-confirm plus quota validation
+  - doc: Switch from oslosphinx to openstackdocstheme
+  - 2.43: Deprecate novaclient /os-hosts usage
+  - 2.44: Deprecate multinic/floatingIP actions and os-virtual-interfaces
+  - Change Service repr to use self.id always
+  - Remove duplicate methods
+  - Update reno for removed network CLIs
+  - Microversion 2.48: Standardization of VM diagnostics
+  - Fix help message and description for volume-update
+  - Clean up ShellTest unit tests
+  - Fix setting 'global_request_id' in SessionClient
+  - Fix ValueError when incorrect metadata passed
+  - Remove deprecated tenant network APIs
+  - Remove deprecated network APIs
+  - Prevent 2.32 release note from showing up in 9.0.0 release notes
+  - Remove deprecated floating_ip_pools API
+  - Fix 'nova list --fields' error in no instances case
+  - doc: Remove cruft from conf.py
+  - Release note for cell_name deprecation
+  - Drop deprecated aggregate-update positional args
+  - Expect id and 

commit python-openstacksdk for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-openstacksdk for 
openSUSE:Factory checked in at 2017-08-28 15:31:18

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


Package is "python-openstacksdk"

Mon Aug 28 15:31:18 2017 rev:6 rq:514984 version:0.9.17

Changes:

--- /work/SRC/openSUSE:Factory/python-openstacksdk/python-openstacksdk.changes  
2017-02-21 13:40:58.491639886 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-openstacksdk.new/python-openstacksdk.changes 
2017-08-28 15:31:20.329198800 +0200
@@ -1,0 +2,120 @@
+Mon Aug  7 13:24:47 UTC 2017 - cloud-de...@suse.de
+
+- update to version 0.9.17
+  - Fix document warnings
+  - Add port property: trunk_details
+  - Introduce Base for Octavia (load balancing)
+  - Add compute support server migrate operation
+  - Remove discover from test-requirements
+  - Use https instead of http in cluster examples
+  - Add is_profile_only to Cluster resource
+  - Fix network quota test so it works on gate
+  - Add compute support server backup operation
+  - Cleanup various Sphinx warnings during doc build
+  - Add wait_for_xxx methods to cluster proxy
+  - Add new parameter "is_default" to Network QoS policy.
+  - Fix the network service provider test
+  - Filtering support by is_router_external to network resource
+  - Reorganize image docs
+  - Reorganize telemetry docs
+  - Add cluster_operation and node_operation
+  - Fix the agent add remove test
+  - Remove get_service method from compute
+  - Enable warnings_as_errors in doc enforcer
+  - Add StackFiles resource to orchestration v1
+  - Update the image used for functional tests
+  - Fix the network floating ip test for get
+  - Correct Network `ports` query parameters
+  - Fix the telemetry statistics test
+  - Updated from global requirements
+  - Remove two remaining doc warnings
+  - Add data plane status support to Network Port obj
+  - Add 'project_id' to Server query parameters
+  - Deprecate Message v1
+  - Privatize session instance on Proxy subclasses
+  - Add StackEnvironment resource to orchestration v1
+  - keystone api v2.0 does not paginate roles or users
+  - Add vlan_transparent property to network resource
+  - the role resource should not have put_create=True
+  - Reorganize identity docs
+  - Fix the network flavor disassociate method
+  - Reorganize network docs
+  - Add params to ClusterDelNodes action
+  - Fix the network auto allocate validate
+  - Reorganize orchestration docs
+  - Added server console output method
+  - functional tests: minor cleanup
+  - update params about cluster filter event
+  - Shift some compute attributes within request body
+  - Fix the network quota tests
+  - Revert "HAProxy uses milliseconds ..."
+  - Add support for volume attachments in compute v2
+  - Find floating ip by ip address
+  - Port database v1 to resource2
+  - Update intersphinx linking to python.org
+  - Get endpoint versions with domain scope session
+  - Fix exception parsing error
+  - Trivial: fix Template resource in orchestration
+  - Reorganize compute docs
+  - Add direction field to QoS bandwidth limit.
+  - Fix doc build if git is absent
+  - Add 'service list' resource for senlin
+  - Added project role assignment
+  - Fix the telemetry sample test
+  - Implement metric docs
+  - Port metric v1 to resource2
+  - Fix the nextwork agent add remove test
+  - Reorganize object_store docs
+  - Add image download example
+  - Fix the service profile meta info test
+  - Fix the object store set metadata functional test
+  - Change version of hacking in test-requirements
+  - Replace assertRaisesRegexp with assertRaisesRegex
+  - Add cluster support receiver update operation
+  - Fix function test for compute images
+  - Update devstack config to point to a valid image
+  - Adjust some proxy method names in cluster
+  - Remove unsupported telemetry create_sample method
+  - Add 'tags' property to orchestration stack
+  - Implement message docs
+  - Remove support for py34
+  - Add compute support server live migrate operation
+  - Add docs for volume_attachment compute methods
+  - Support profile-only to cluster update
+  - Expose OS-EXT-SRV-ATTR:{hypervisor_hostname,instance_name} for Server.
+  - Port identity v2 to resource2
+  - Port image v1 to resource2
+  - Remove unnecessary get_id call in _prepare_request
+  - Cleanup more Sphinx warnings during doc build
+  - Reorganize bare_metal docs
+  - Enable streaming responses in download_image
+  - Add network flavor associate, disassociate to SDK
+  - Reorganize workflow docs
+  - Fix cluster action list filter
+  - Reorganize block store docs
+  - Remove old telemetry capability
+  - Adjust some proxy method names in bare_metal
+  - Correct a copy/paste mistake in a docstring

commit python-oslo.cache for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-oslo.cache for 
openSUSE:Factory checked in at 2017-08-28 15:31:20

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


Package is "python-oslo.cache"

Mon Aug 28 15:31:20 2017 rev:2 rq:514986 version:1.25.0

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.cache/python-oslo.cache.changes  
2017-02-21 13:41:47.796684253 +0100
+++ /work/SRC/openSUSE:Factory/.python-oslo.cache.new/python-oslo.cache.changes 
2017-08-28 15:31:22.776854698 +0200
@@ -1,0 +2,26 @@
+Mon Aug  7 13:30:02 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.25.0
+  - Change locations of docs for intersphinx
+  - Remove log translations
+  - Imported Translations from Zanata
+  - Fix error in cache.configure_cache_region usage doc
+  - etcd3 : get rid of ast_literal
+  - Improve backend configuration help text
+  - Remove unused/duplicated logging import
+  - update the doc URLs
+  - rearrange content to fit the new standard layout
+  - Add kwarg function key generator
+  - [Fix gate]Update test requirement
+  - switch from oslosphinx to openstackdocstheme
+  - pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz)
+  - Replaces uuid.uuid4 with uuidutils.generate_uuid()
+  - Update reno for stable/ocata
+  - Switch to oslo_log
+  - turn on warning-is-error in doc build
+  - Check reStructuredText documents for common style issues.
+  - Updated from global requirements
+  - etcd3 driver for oslo.cache
+  - Optimize the link address
+
+---

Old:

  oslo.cache-1.17.0.tar.gz

New:

  oslo.cache-1.25.0.tar.gz



Other differences:
--
++ python-oslo.cache.spec ++
--- /var/tmp/diff_new_pack.9DVMkf/_old  2017-08-28 15:31:24.144662405 +0200
+++ /var/tmp/diff_new_pack.9DVMkf/_new  2017-08-28 15:31:24.160660156 +0200
@@ -18,7 +18,7 @@
 
 %global sname oslo.cache
 Name:   python-oslo.cache
-Version:1.17.0
+Version:1.25.0
 Release:0
 Summary:Cache storage for Openstack projects
 License:Apache-2.0
@@ -29,20 +29,20 @@
 BuildRequires:  python-devel
 BuildRequires:  python-dogpile.cache >= 0.6.2
 BuildRequires:  python-mock >= 2.0
-BuildRequires:  python-oslo.config >= 3.14.0
+BuildRequires:  python-oslo.config >= 4.0.0
 BuildRequires:  python-oslo.i18n >= 2.1.0
-BuildRequires:  python-oslo.log >= 3.11.0
-BuildRequires:  python-oslo.utils >= 3.18.0
+BuildRequires:  python-oslo.log >= 3.22.0
+BuildRequires:  python-oslo.utils >= 3.20.0
 BuildRequires:  python-oslotest >= 1.10.0
-BuildRequires:  python-pbr >= 1.8
+BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-pymongo >= 3.0.2
 BuildRequires:  python-python-memcached >= 1.56
 BuildRequires:  python-six >= 1.9.0
 Requires:   python-dogpile.cache >= 0.6.2
-Requires:   python-oslo.config >= 3.14.0
+Requires:   python-oslo.config >= 4.0.0
 Requires:   python-oslo.i18n >= 2.1.0
-Requires:   python-oslo.log >= 3.11.0
-Requires:   python-oslo.utils >= 3.18.0
+Requires:   python-oslo.log >= 3.22.0
+Requires:   python-oslo.utils >= 3.20.0
 Requires:   python-python-memcached >= 1.56
 Requires:   python-six >= 1.9.0
 BuildArch:  noarch
@@ -57,7 +57,7 @@
 Summary:Documentation for the OpenStack Oslo Cache library
 Group:  Development/Languages/Python
 BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx >= 4.7.0
+BuildRequires:  python-openstackdocstheme >= 1.11.0
 
 %description doc
 Documentation for the OpenStack Oslo cache library.
@@ -65,6 +65,7 @@
 %prep
 %autosetup -n %{sname}-%{version}
 %py_req_cleanup
+sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %{py2_build}

++ _service ++
--- /var/tmp/diff_new_pack.9DVMkf/_old  2017-08-28 15:31:24.288642164 +0200
+++ /var/tmp/diff_new_pack.9DVMkf/_new  2017-08-28 15:31:24.312638790 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/oslo.cache/oslo.cache.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/oslo.cache/oslo.cache.spec.j2
 python-oslo.cache.spec
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt
 cloud-de...@suse.de
 gh,openstack,oslo.cache
   

++ oslo.cache-1.17.0.tar.gz -> oslo.cache-1.25.0.tar.gz ++
 1942 lines of diff (skipped)




commit python-keystonemiddleware for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-keystonemiddleware for 
openSUSE:Factory checked in at 2017-08-28 15:30:59

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


Package is "python-keystonemiddleware"

Mon Aug 28 15:30:59 2017 rev:4 rq:514948 version:4.17.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-keystonemiddleware/python-keystonemiddleware.changes
  2017-02-21 13:40:41.370055280 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-keystonemiddleware.new/python-keystonemiddleware.changes
 2017-08-28 15:31:00.324011204 +0200
@@ -1,0 +2,29 @@
+Mon Aug  7 09:18:18 UTC 2017 - cloud-de...@suse.de
+
+- update to version 4.17.0
+  - Fix oslo.messaging deprecation of get_transport
+  - Use https for *.openstack.org references
+  - Added "warning-is-error" sphinx check for docs
+  - Imported Translations from Zanata
+  - Update reno for stable/ocata
+  - Fix html_last_updated_fmt for Python3
+  - Pass located tests directory in oslo debug
+  - add a log when the option in conf can't be identitied
+  - Remove deprecated oslo.messaging aliases parameter
+  - Replace six.iteritems() with .items()
+  - Switch from oslosphinx to openstackdocstheme
+  - Using assertFalse(A) instead of assertEqual(False, A)
+  - Replace pycrypto with cryptography
+  - Remove old comment referencing fixed bug
+  - Fixed man_pages no value warning when making docs
+  - Update URLs in documentation
+  - Remove unused logging import
+  - Change locations of docs for intersphinx
+  - Bump the token deferral message from info to debug
+  - Remove log translations
+  - Removing double spaces
+  - Redundant adminURL in test_gives_v2_catalog
+  - Update driver config parameter from string to list
+  - Updated from global requirements
+
+---

Old:

  keystonemiddleware-4.14.0.tar.gz

New:

  keystonemiddleware-4.17.0.tar.gz



Other differences:
--
++ python-keystonemiddleware.spec ++
--- /var/tmp/diff_new_pack.TsLrKs/_old  2017-08-28 15:31:01.439854335 +0200
+++ /var/tmp/diff_new_pack.TsLrKs/_new  2017-08-28 15:31:01.475849275 +0200
@@ -18,7 +18,7 @@
 
 %global sname keystonemiddleware
 Name:   python-keystonemiddleware
-Version:4.14.0
+Version:4.17.0
 Release:0
 Summary:Middleware for OpenStack Identity
 License:Apache-2.0
@@ -26,41 +26,41 @@
 Url:https://launchpad.net/%{sname}
 Source0:
https://pypi.io/packages/source/k/%{sname}/%{sname}-%{version}.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python-WebOb >= 1.6.0
+BuildRequires:  python-WebOb >= 1.7.1
 BuildRequires:  python-WebTest >= 2.0
 BuildRequires:  python-fixtures >= 3.0.0
-BuildRequires:  python-keystoneauth1 >= 2.17.0
+BuildRequires:  python-keystoneauth1 >= 2.21.0
 BuildRequires:  python-keystoneclient >= 3.8.0
 BuildRequires:  python-mock >= 2.0
-BuildRequires:  python-oslo.config >= 3.14.0
-BuildRequires:  python-oslo.context >= 2.9.0
+BuildRequires:  python-oslo.config >= 4.0.0
+BuildRequires:  python-oslo.context >= 2.14.0
 BuildRequires:  python-oslo.i18n >= 2.1.0
-BuildRequires:  python-oslo.messaging >= 5.14.0
+BuildRequires:  python-oslo.messaging >= 5.24.2
 BuildRequires:  python-oslo.serialization >= 1.10.0
-BuildRequires:  python-oslo.utils >= 3.18.0
+BuildRequires:  python-oslo.utils >= 3.20.0
 BuildRequires:  python-oslotest >= 1.10.0
 BuildRequires:  python-positional >= 1.1.1
 BuildRequires:  python-pycadf >= 1.1.0
 BuildRequires:  python-pycrypto >= 2.6
 BuildRequires:  python-python-memcached >= 1.56
-BuildRequires:  python-requests >= 2.10.0
+BuildRequires:  python-requests >= 2.14.2
 BuildRequires:  python-requests-mock >= 1.1
 BuildRequires:  python-six >= 1.9.0
-BuildRequires:  python-stevedore >= 1.17.1
+BuildRequires:  python-stevedore >= 1.20.0
 BuildRequires:  python-testrepository >= 0.0.18
 BuildRequires:  python-testresources >= 0.2.4
 BuildRequires:  python-testtools >= 1.4.0
-Requires:   python-WebOb >= 1.6.0
-Requires:   python-keystoneauth1 >= 2.17.0
+Requires:   python-WebOb >= 1.7.1
+Requires:   python-keystoneauth1 >= 2.21.0
 Requires:   python-keystoneclient >= 3.8.0
-Requires:   python-oslo.config >= 3.14.0
-Requires:   python-oslo.context >= 2.9.0
+Requires:   python-oslo.config >= 4.0.0
+Requires:   python-oslo.context >= 2.14.0
 Requires:   python-oslo.i18n >= 2.1.0
 Requires:   python-oslo.serialization >= 1.10.0
-Requires:   python-oslo.utils >= 3.18.0
+Requires:   python-oslo.utils >= 3.20.0
 Requires:   python-positional >= 1.1.1
 Requires:   python-pycadf 

commit python-mistralclient for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-mistralclient for 
openSUSE:Factory checked in at 2017-08-28 15:31:05

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


Package is "python-mistralclient"

Mon Aug 28 15:31:05 2017 rev:3 rq:514951 version:3.1.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-mistralclient/python-mistralclient.changes
2016-10-22 13:22:16.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-mistralclient.new/python-mistralclient.changes
   2017-08-28 15:31:07.423013203 +0200
@@ -1,0 +2,117 @@
+Mon Aug  7 11:29:09 UTC 2017 - cloud-de...@suse.de
+
+- update to version 3.1.1
+  - Remove white space between print () in cliutils.py and lintstack.py
+  - Explicitly set 'builders' option
+  - Add project_id and project_name options
+  - Add release note for region name bugfix
+  - Use oslotest instead of testtools/unittest
+  - Initial commit for python-mistralclient document
+  - Show team and repo badges on README
+  - Fixing auth for keystone v2.0
+  - Abstract authentication function
+  - Add --utc flag to cron trigger create
+  - Added sphinix config to setup.cfg
+  - Add plug-in summary for osc doc
+  - Take DST into account when converting to UTC
+  - Trivial: Remove vim header from source files
+  - Maintain releasenotes for python-mistralclient
+  - Format the list of auth types in the Mistral client help
+  - fix release note formatting
+  - Enable DeprecationWarning in test environments
+  - Fix for failing dsvm gate
+  - Updated from global requirements
+  - Expose the --run-sync Action Execution parameter on the CLI
+  - Pass httpclient to managers
+  - Enable some off-by-default checks
+  - Send access info to server
+  - String interpolation should be delayed
+  - Update reno for stable/ocata
+  - Accept keystone session in client
+  - Region name related command line arguments are added
+  - Fix wrong error message for environment operation
+  - Give better tox output
+  - Set the default value of --limit parameter
+  - Removes unnecessary utf-8 encoding
+  - Optimize the link address
+  - Remove unused openstack/common/apiclient/client
+  - Replace request mocking in test_httpclient with requests-mock
+  - Update the gitingore
+  - Remove commented-out Apache 2 classifier from setup.cfg
+  - Updated tox.ini to pick up requirements from upper constraints
+  - Update .gitignore
+  - Fix python35 job failures
+  - Change service type to workflowv2
+  - Add '--filter' parameter to list commands in CLI
+  - Fixed errors while generating releasenotes
+  - Add filters to client Python APIs
+  - Use assertGreater() or assertLess()
+  - Make --profile load from environment variables
+  - Make osprofiler dependency really "soft"
+  - Add a missing space to the help message for execution-create
+  - Move json.loads() method to utils.py, and use "with" to deal with file 
objects
+  - Fix doc generation for python 3
+  - Add cancelled state to action executions
+  - Fix doc build if git is absent
+  - Pass target insecure flag to msitral service
+  - Keystone v3 needs extra parameters
+  - Removing deprecation warnings to pass py35
+  - Fixing getting mistral_url from keystone catalog
+  - Added the reno for stable/mitaka stable/newton and stable/liberty
+  - Added the # -*- coding: utf-8 -*- to the conf.py
+  - Fix warning when running tox -e docs
+  - Replaced savanna word with mistralclient
+  - Make python mistralclient readme better
+  - Adding files to .gitignore
+  - Add Python 3.5 classifier and venv
+  - Fix PEP8 issues and incorrect version/release details
+  - Add tests for filters in CLI list commands
+  - Read project_id and project_name in env
+  - Replace uuid4() with generate_uuid() from oslo_utils
+  - Removed the extra space from tox.ini
+  - Use generic keystone client instead of versioned
+  - Remove log translations
+  - Update test requirement
+  - Changed the README.rst
+  - Remove support for py34
+  - Remove unused pylint
+  - remove openstack/common/cliutils.py
+  - Refactor common parts of client tests
+  - Avoid use xx=[] for parameter to initialize it's value
+  - Enable release notes translation
+  - Add user and project domain name parameters for target cloud
+  - Filter workflow executions by creating task execution id
+  - Remove unused scripts in tools
+  - Fix region support in mistralclient
+  - Use requests-mock for testing
+  - Enable warning-is-error in doc build
+  - Switch from oslosphinx to openstackdocstheme
+  - Cosmetic changes in CLI tests
+  - remove apiclient from mistralclient
+  - Added link for modindex
+  - Add 'created_at' and 'updated_at' to action-execution-get and 
action-execution-list command
+  - doc: Remove cruft from conf.py
+  - Add 'created_at' and 

commit python-ncclient for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-ncclient for openSUSE:Factory 
checked in at 2017-08-28 15:31:14

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


Package is "python-ncclient"

Mon Aug 28 15:31:14 2017 rev:6 rq:514958 version:0.5.3

Changes:

--- /work/SRC/openSUSE:Factory/python-ncclient/python-ncclient.changes  
2016-09-07 11:47:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-ncclient.new/python-ncclient.changes 
2017-08-28 15:31:16.385753187 +0200
@@ -0,0 +1,11 @@
+
+---
+Mon Aug  7 08:36:21 UTC 2017 - mar...@gmx.de
+
+- Update to 0.5.3
+  * Add notifications support
+  * Add support for ecdsa keys
+  * Various bug fixes
+- Convert to singlespec  
+- Rebase patch: pr-109.patch
+

Old:

  ncclient-0.5.2.tar.gz

New:

  ncclient-0.5.3.tar.gz



Other differences:
--
++ python-ncclient.spec ++
--- /var/tmp/diff_new_pack.YoKvGg/_old  2017-08-28 15:31:17.401610373 +0200
+++ /var/tmp/diff_new_pack.YoKvGg/_new  2017-08-28 15:31:17.405609811 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-ncclient
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -16,60 +16,64 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without test
 Name:   python-ncclient
-Version:0.5.2
+Version:0.5.3
 Release:0
-Url:https://github.com/ncclient/ncclient
-Summary:Python NETCONF protocol library
+Summary:Python library for NETCONF clients
 License:Apache-2.0
 Group:  Development/Languages/Python
-Source: 
https://pypi.io/packages/source/n/ncclient/ncclient-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM pr-109.patch -- 
https://github.com/ncclient/ncclient/pull/109
+Url:http://ncclient.org
+Source: 
https://files.pythonhosted.org/packages/source/n/ncclient/ncclient-%{version}.tar.gz
 Patch0: pr-109.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-base
-BuildRequires:  python-setuptools
-Requires:   python-lxml >= 3.1
-Requires:   python-paramiko >= 1.7.7.1
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+Requires:   %{python_module lxml >= 3.3.0}
+Requires:   %{python_module paramiko >= 1.15.0}
+Requires:   %{python_module setuptools > 0.6}
+Requires:   %{python_module six}
 BuildArch:  noarch
+%if %{with test}
+BuildRequires:  %{python_module lxml >= 3.3.0}
+BuildRequires:  %{python_module paramiko >= 1.15.0}
+BuildRequires:  %{python_module setuptools > 0.6}
+BuildRequires:  %{python_module six}
 %endif
+%python_subpackages
 
 %description
 ncclient is a Python library that facilitates client-side scripting
 and application development around the NETCONF protocol.
 
-%package doc
+%package -n python-ncclient-doc
 Summary:Python NETCONF protocol library - Documentation
 Group:  Documentation/HTML
-BuildRequires:  python-Sphinx
-Requires:   %{name} = %{version}
+BuildRequires:  %{python_module Sphinx}
+Provides:   %{python_module python-ncclient-doc = %{version}}
 
-%description doc
+%description -n python-ncclient-doc
 This package contains documentation files for %{name}.
 
-
 %prep
 %setup -q -n ncclient-%{version}
 %patch0 -p1
 
 %build
-python setup.py build
-cd docs && make html && rm build/html/.buildinfo
+%python_build
+cd docs && make %{?_smp_mflags} html && rm build/html/.buildinfo
 
 %install
-python2 setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
+%fdupes %{buildroot}
 
-%files
-%defattr(-,root,root)
+%files %{python_files}
 %doc LICENSE
-%{python_sitelib}/ncclient
-%{python_sitelib}/ncclient-%{version}-py%{py_ver}.egg-info
+%{python_sitelib}/*
 
-%files doc
-%defattr(-,root,root,-)
-%doc LICENSE README examples docs/build/html
+%files -n python-ncclient-doc
+%doc LICENSE README README.rst examples docs/build/html
 
 %changelog

++ ncclient-0.5.2.tar.gz -> ncclient-0.5.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ncclient-0.5.2/PKG-INFO 

commit python-oslo.utils for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-oslo.utils for 
openSUSE:Factory checked in at 2017-08-28 15:31:12

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


Package is "python-oslo.utils"

Mon Aug 28 15:31:12 2017 rev:11 rq:514956 version:3.28.0

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.utils/python-oslo.utils.changes  
2017-02-21 13:39:16.797986073 +0100
+++ /work/SRC/openSUSE:Factory/.python-oslo.utils.new/python-oslo.utils.changes 
2017-08-28 15:31:13.402172630 +0200
@@ -1,0 +2,17 @@
+Mon Aug  7 11:48:03 UTC 2017 - cloud-de...@suse.de
+
+- update to version 3.28.0
+  - rearrange existing documentation to fit the new standard layout
+  - Remove log translations
+  - Allow scoped ipv6 addresses
+  - Add missing documentation for secretutils
+  - [Fix gate]Update test requirement
+  - switch from oslosphinx to openstackdocstheme
+  - Update reno for stable/ocata
+  - Remove split conversion to tuple
+  - Adding a check of string type for hmacs
+  - Update URLs in documents according to document migration
+  - Updated from global requirements
+  - Use Sphinx 1.5 warning-is-error
+
+---

Old:

  oslo.utils-3.22.0.tar.gz

New:

  oslo.utils-3.28.0.tar.gz



Other differences:
--
++ python-oslo.utils.spec ++
--- /var/tmp/diff_new_pack.Qut8v4/_old  2017-08-28 15:31:14.462023633 +0200
+++ /var/tmp/diff_new_pack.Qut8v4/_new  2017-08-28 15:31:14.486020259 +0200
@@ -18,7 +18,7 @@
 
 %global sname oslo.utils
 Name:   python-oslo.utils
-Version:3.22.0
+Version:3.28.0
 Release:0
 Summary:OpenStack Utils Library
 License:Apache-2.0
@@ -36,14 +36,13 @@
 BuildRequires:  python-netifaces >= 0.10.4
 BuildRequires:  python-oslo.i18n >= 2.1.0
 BuildRequires:  python-oslotest >= 1.10.0
-BuildRequires:  python-pbr >= 1.8
+BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-pyparsing >= 2.1.0
 BuildRequires:  python-python-subunit >= 0.0.18
 BuildRequires:  python-testrepository >= 0.0.18
 BuildRequires:  python-testscenarios >= 0.4
 BuildRequires:  python-testtools >= 1.4.0
 Requires:   python-debtcollector >= 1.2.0
-Requires:   python-funcsigs >= 0.4
 Requires:   python-iso8601 >= 0.1.11
 Requires:   python-monotonic >= 0.6
 Requires:   python-netaddr >= 0.7.13
@@ -62,13 +61,14 @@
 Summary:Documentation for OpenStack utils library
 Group:  Development/Languages/Python
 BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx >= 4.7.0
+BuildRequires:  python-openstackdocstheme >= 1.11.0
 
 %description doc
 Documentation for OpenStack utils library.
 
 %prep
 %autosetup -n %{sname}-%{version}
+sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 %py_req_cleanup
 
 %build

++ _service ++
--- /var/tmp/diff_new_pack.Qut8v4/_old  2017-08-28 15:31:14.749983150 +0200
+++ /var/tmp/diff_new_pack.Qut8v4/_new  2017-08-28 15:31:14.749983150 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/oslo.utils/oslo.utils.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/oslo.utils/oslo.utils.spec.j2
 python-oslo.utils.spec
-https://raw.githubusercontent.com/openstack/requirements/stable/ocata/global-requirements.txt
+https://raw.githubusercontent.com/openstack/requirements/stable/pike/global-requirements.txt
 cloud-de...@suse.de
 gh,openstack,oslo.utils
   

++ oslo.utils-3.22.0.tar.gz -> oslo.utils-3.28.0.tar.gz ++
 2038 lines of diff (skipped)




commit python-muranoclient for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-muranoclient for 
openSUSE:Factory checked in at 2017-08-28 15:31:07

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


Package is "python-muranoclient"

Mon Aug 28 15:31:07 2017 rev:3 rq:514953 version:0.14.0

Changes:

--- /work/SRC/openSUSE:Factory/python-muranoclient/python-muranoclient.changes  
2017-07-11 08:24:39.589480502 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-muranoclient.new/python-muranoclient.changes 
2017-08-28 15:31:09.622703962 +0200
@@ -1,0 +2,27 @@
+Mon Aug  7 11:33:14 UTC 2017 - cloud-de...@suse.de
+
+- update to version 0.14.0
+  - Make method import_versioned_module work
+  - Correct the unit test name
+  - Remove long-ago deprecated show_categories
+  - Imported Translations from Zanata
+  - Add package import to openstack CLI
+  - Update reno for stable/ocata
+  - import content from cli-reference in openstack-manuals
+  - Optimize the link address
+  - Update the documentation link for doc migration
+  - Replace six.iteritems() with .items()
+  - Using the latest openstackdocstheme settings
+  - move existing content into the new standard structure
+  - Modify Default Domain
+  - delete bash_completion in subcommand
+  - Remove log translations
+  - Update test requirement
+  - Turn on warning-is-error in sphinx build
+  - Remove support for py34
+  - switch to openstackdocstheme
+  - Replaces uuid.uuid4 with uuidutils.generate_uuid()
+  - Allows fetching of deployments from all environments.
+  - Updated from global requirements
+
+---

Old:

  python-muranoclient-0.12.0.tar.gz

New:

  python-muranoclient-0.14.0.tar.gz



Other differences:
--
++ python-muranoclient.spec ++
--- /var/tmp/diff_new_pack.DICoU9/_old  2017-08-28 15:31:10.954516731 +0200
+++ /var/tmp/diff_new_pack.DICoU9/_new  2017-08-28 15:31:11.002509985 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-muranoclient
-Version:0.12.0
+Version:0.14.0
 Release:0
 Summary:Python API and CLI for OpenStack Murano
 License:Apache-2.0
@@ -28,15 +28,15 @@
 BuildRequires:  python-PrettyTable >= 0.7.1
 BuildRequires:  python-devel
 BuildRequires:  python-fixtures >= 3.0.0
-BuildRequires:  python-glanceclient >= 2.5.0
+BuildRequires:  python-glanceclient >= 2.7.0
 BuildRequires:  python-keystoneclient >= 3.8.0
 BuildRequires:  python-mock >= 2.0
-BuildRequires:  python-murano-pkg-check >= 0.2.0
-BuildRequires:  python-osc-lib >= 1.2.0
-BuildRequires:  python-oslo.log >= 3.11.0
+BuildRequires:  python-murano-pkg-check >= 0.3.0
+BuildRequires:  python-osc-lib >= 1.5.1
+BuildRequires:  python-oslo.log >= 3.22.0
 BuildRequires:  python-oslo.serialization >= 1.10.0
-BuildRequires:  python-oslo.utils >= 3.18.0
-BuildRequires:  python-pbr >= 1.8
+BuildRequires:  python-oslo.utils >= 3.20.0
+BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-pyOpenSSL >= 0.14
 BuildRequires:  python-requests-mock >= 1.1
 BuildRequires:  python-setuptools >= 16.0
@@ -47,18 +47,18 @@
 Requires:   python-Babel >= 2.3.4
 Requires:   python-PrettyTable >= 0.7.1
 Requires:   python-PyYAML >= 3.10.0
-Requires:   python-glanceclient >= 2.5.0
+Requires:   python-glanceclient >= 2.7.0
 Requires:   python-iso8601 >= 0.1.11
 Requires:   python-keystoneclient >= 3.8.0
-Requires:   python-murano-pkg-check >= 0.2.0
-Requires:   python-osc-lib >= 1.2.0
+Requires:   python-murano-pkg-check >= 0.3.0
+Requires:   python-osc-lib >= 1.5.1
 Requires:   python-oslo.i18n >= 2.1.0
-Requires:   python-oslo.log >= 3.11.0
+Requires:   python-oslo.log >= 3.22.0
 Requires:   python-oslo.serialization >= 1.10.0
-Requires:   python-oslo.utils >= 3.18.0
-Requires:   python-pbr >= 1.8
+Requires:   python-oslo.utils >= 3.20.0
+Requires:   python-pbr >= 2.0.0
 Requires:   python-pyOpenSSL >= 0.14
-Requires:   python-requests >= 2.10.0
+Requires:   python-requests >= 2.14.2
 Requires:   python-six >= 1.9.0
 Requires:   python-yaql >= 1.1.0
 BuildArch:  noarch
@@ -71,7 +71,7 @@
 Summary:Documentation for OpenStack Magnum API client libary
 Group:  Documentation
 BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx >= 4.7.0
+BuildRequires:  python-openstackdocstheme >= 1.11.0
 BuildRequires:  python-reno >= 1.8.0
 
 %description doc
@@ -82,6 +82,7 @@
 %prep
 %autosetup -n %{name}-%{version}
 %py_req_cleanup
+sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %py2_build

++ _service ++
--- 

commit python-oslo.messaging for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-oslo.messaging for 
openSUSE:Factory checked in at 2017-08-28 15:30:52

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


Package is "python-oslo.messaging"

Mon Aug 28 15:30:52 2017 rev:13 rq:514891 version:5.30.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-oslo.messaging/python-oslo.messaging.changes  
2017-04-06 11:01:58.697041530 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.messaging.new/python-oslo.messaging.changes
 2017-08-28 15:30:54.048893377 +0200
@@ -1,0 +2,82 @@
+Mon Aug  7 09:18:48 UTC 2017 - cloud-de...@suse.de
+
+- update to version 5.30.0
+  - support kombu4
+  - Fix type of the kafka_consumer_timeout option
+  - Remove self.mox
+  - Try to fix TestSerializer.test_call_serializer failed randomly
+  - drop topic keyword from Notifier
+  - Break user credentials from host at the rightmost '@'
+  - Fix simulator's use of Notifier - use 'topics' not 'topic'
+  - Enable some off-by-default checks
+  - rabbit: restore synchronous ack/requeue
+  - Refactor logic of getting exector's executor_thread_pool_size
+  - Fix aliases deprecation
+  - Fix releasenotes
+  - Deprecate username/password config options in favor of TRANSPORT_URL
+  - Fix html_last_updated_fmt for Python3.
+  - Trivial: Add executor 'threading' in docstring
+  - [Fix gate]Update test requirement
+  - serializer: remove deprecated RequestContextSerializer
+  - Disable AMQP 1.0 SSL unit tests
+  - Update reno for stable/ocata
+  - [zmq] Dummy add value aging mechanism
+  - Validate the transport url query string
+  - switch from oslosphinx to openstackdocstheme
+  - Return list of addresses for IPV4 and IPV6
+  - Deprecate parameter aliases
+  - Fix serializer tests
+  - Optimize the link address
+  - deprecated blocking executor
+  - rearrange content to fit the new standard layout
+  - Add kafka_driver directory
+  - Add missing {posargs:} to AMQP 1.0 functional tests
+  - Fix the typo
+  - Build universal wheels
+  - pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz)
+  - tox: Build docs with Python 2.7
+  - Fix rabbitmq driver with blocking executor
+  - Mark the Pika driver as deprecated
+  - Remove mox3 from test-requirements.txt
+  - [zmq] Dynamic connections send failure
+  - drivers: use common.ConfigOptsProxy everywhere
+  - kafka: Remove testing hack for kafka
+  - Allow checking if notifier is enabled
+  - Retry support for oslo_messaging_notifications driver
+  - [AMQP 1.0] Properly shut down test RPC server
+  - tests: fix MultiStrOpt value
+  - Mock 'oslo_messaging.notify._impl_routing.LOG' in notifier tests
+  - remove all kombu<4.0.0 workarounds
+  - [AMQP 1.0] Add default SASL realm setting
+  - kafka: fix python3 exception
+  - Remove usage of parameter enforce_type
+  - Add get_rpc_transport call
+  - Fix the amqp1 SSL test CA certificate
+  - Clean up the TransportURL documentation
+  - Add note for blocking executor deprecation
+  - [zmq] pass a dummy TransportURL to register_opts
+  - rabbit: make ack/requeue thread-safe
+  - [zmq] Update configurations documentation
+  - Add "ssl" option for amqp driver
+  - [zmq] Failure of dynamic connections fanout
+  - [AMQP 1.0] if RPC call is configured as presettled ignore acks
+  - Add HACKING.rst
+  - [zmq] Properly analyse `use_dynamic_connections` option
+  - Add monkey_patch to demo code.
+  - kafka: ensure topics are created
+  - Move decorator updated_kwarg_default_value to right place
+  - RabbitMQ: Standardize SSL parameter names
+  - Remove old messaging notify driver alias
+  - kafka: skip multiple servers tests
+  - update the docs url in the readme
+  - Fix notification tests not unmocking logging
+  - Use Sphinx 1.5 warning-is-error
+  - tests: don't run functional tests in parallel
+  - [zmq] Prevent access to rpc_response_timeout
+  - Update URLs in documents according to document migration
+  - Updated from global requirements
+  - Remove use of mox stubs
+  - Stop using oslotest.mockpatch
+  - Test:Use unittest.mock on Python 3
+
+---

Old:

  oslo.messaging-5.17.1.tar.gz

New:

  oslo.messaging-5.30.0.tar.gz



Other differences:
--
++ python-oslo.messaging.spec ++
--- /var/tmp/diff_new_pack.PKRfti/_old  2017-08-28 15:30:55.252724140 +0200
+++ /var/tmp/diff_new_pack.PKRfti/_new  2017-08-28 15:30:55.256723577 +0200
@@ -18,7 +18,7 @@
 
 %global sname oslo.messaging
 Name:   python-oslo.messaging
-Version:5.17.1
+Version:5.30.0
 Release:0
 Summary:OpenStack oslo.messaging library
 License:Apache-2.0
@@ 

commit python-magnumclient for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-magnumclient for 
openSUSE:Factory checked in at 2017-08-28 15:31:01

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


Package is "python-magnumclient"

Mon Aug 28 15:31:01 2017 rev:2 rq:514949 version:2.6.0

Changes:

--- /work/SRC/openSUSE:Factory/python-magnumclient/python-magnumclient.changes  
2016-09-30 15:28:54.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-magnumclient.new/python-magnumclient.changes 
2017-08-28 15:31:02.959640679 +0200
@@ -1,0 +2,92 @@
+Mon Aug  7 11:17:15 UTC 2017 - cloud-de...@suse.de
+
+- update to version 2.6.0
+  - Add magnum client support for resource quotas
+  - Correct mistake from OSprofiler help
+  - Update .gitignore to ignore .eggs
+  - The python 3.4 support is removed
+  - Fix wrong path reference.
+  - Magnum client suport insecure_registry
+  - Simplify magnumclient.shell.OpenStackMagnumShell.main()
+  - Fix UT for duplicate name args test case
+  - Update test requirement
+  - Add ca-rotate command to magnumclient
+  - Replace assertRaisesRegexp with assertRaisesRegex
+  - Compare test coverage with the master branch
+  - Move cover.sh to the tools directory
+  - Make --cluster option required for ca-rotate
+  - Print exception details on update failure
+  - Allow name as positional argument
+  - Remove support for keyapir UUID
+  - Use assertIsNone(...) instead of assertEqual(None, ...).
+  - Increase Test coverage
+  - Updated from global requirements
+  - Add the support for 'detail' flag
+
+---
+Fri Jul  7 18:11:09 UTC 2017 - cloud-de...@suse.de
+
+- update to version 2.5.0
+  - Add the OSC 'cluster template list' command
+  - Add osc-lib to requirements.txt
+  - Increase UT Coverage
+  - Updated from global requirements
+  - Add usage docs for magnum client
+
+---
+Fri Jun 23 16:10:52 UTC 2017 - tbecht...@suse.com
+
+- update requirements
+
+---
+Tue Feb 21 10:15:05 UTC 2017 - cloud-de...@suse.de
+
+- update to version 2.4.0:
+  - Fix passing TLS_VERIFIED in clusters/bays_shell
+  - Enable DeprecationWarning in test environments
+  - Add --keypair-id for cluster-create
+  - Remove invalid check for 'manifest' path
+  - Show team and repo badges on README
+  - cluster-config return absolute path
+  - Adding stats-list command to magnum client
+  - Rollback cluster/bay on update failure
+  - delete python bytecode including pyo before every test run
+  - Increase UT Coverage
+  - Cluster creation command returns complete cluster uuid
+  - Implement Parameter Deprecation
+  - Fix: swarm cluster-config, bay-config with tls_disabled
+  - Use testr coverage feature
+  - Add missing options for HTTPClient if auth_token given.
+  - Fix the generated k8s config file
+  - Fix: some typos in unit test
+  - Magnum cluster-config/bay-config compatible with py3
+  - Add magnum.bash_completion
+  - Replace assertTrue(a in b) with assertIn(a, b)
+  - Add OSC command for cluster_templates list
+  - Increase UT coverage
+  - Remove Not used Classes/Methods from apiclient.base
+  - Mark help messages for Translation
+  - Add .venv directory to .gitignore
+  - Fix a keyward arguement error on bay-config
+  - Sync tools/tox_install.sh
+  - Use assert_called_*/assert_not_called to verify mock calls
+  - Remove white space between print and ()
+  - Remove H903 error in sources.
+  - Integrate OSprofiler in Magnum Client
+  - Added link for modindex
+  - Renames *-id parameters
+  - Pass 'api_version' to create HTTPClient
+  - Add __ne__ built-in function
+  - Add a deprecation message to the bay* commands' help text
+  - Updated from global requirements
+  - Allow cluster-config on cluster status 'ROLLBACK_COMPLETE'
+
+---
+Thu Nov  3 05:30:12 UTC 2016 - tbecht...@suse.com
+
+update to version 2.3.1
+  * Update .gitreview for stable/newton
+  * Add missing options for HTTPClient if auth_token given.
+- Switch to stable/newton in _service
+
+---

Old:

  python-magnumclient-2.3.0.tar.gz

New:

  python-magnumclient-2.6.0.tar.gz



Other differences:
--
++ python-magnumclient.spec ++
--- /var/tmp/diff_new_pack.LqovEg/_old  2017-08-28 15:31:04.379441078 +0200
+++ /var/tmp/diff_new_pack.LqovEg/_new  2017-08-28 15:31:04.415436018 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-magnumclient
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, 

commit python-murano-pkg-check for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-murano-pkg-check for 
openSUSE:Factory checked in at 2017-08-28 15:31:09

Comparing /work/SRC/openSUSE:Factory/python-murano-pkg-check (Old)
 and  /work/SRC/openSUSE:Factory/.python-murano-pkg-check.new (New)


Package is "python-murano-pkg-check"

Mon Aug 28 15:31:09 2017 rev:2 rq:514954 version:0.3.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-murano-pkg-check/python-murano-pkg-check.changes
  2017-07-11 08:24:34.510196889 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-murano-pkg-check.new/python-murano-pkg-check.changes
 2017-08-28 15:31:11.910382353 +0200
@@ -1,0 +2,5 @@
+Mon Aug  7 11:36:42 UTC 2017 - tbecht...@suse.com
+
+- Switch to stable/pike spec
+
+---



Other differences:
--
++ python-murano-pkg-check.spec ++
--- /var/tmp/diff_new_pack.7Y07Ya/_old  2017-08-28 15:31:12.978232230 +0200
+++ /var/tmp/diff_new_pack.7Y07Ya/_new  2017-08-28 15:31:12.982231668 +0200
@@ -30,11 +30,11 @@
 BuildRequires:  python-devel
 BuildRequires:  python-oslo.i18n >= 2.1.0
 BuildRequires:  python-oslotest >= 1.10.0
-BuildRequires:  python-pbr >= 1.8
+BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-python-subunit >= 0.0.18
 BuildRequires:  python-semantic_version >= 2.3.1
 BuildRequires:  python-setuptools >= 16.0
-BuildRequires:  python-stevedore >= 1.17.1
+BuildRequires:  python-stevedore >= 1.20.0
 BuildRequires:  python-testrepository >= 0.0.18
 BuildRequires:  python-testscenarios >= 0.4
 BuildRequires:  python-testtools >= 1.4.0
@@ -43,7 +43,7 @@
 Requires:   python-oslo.i18n >= 2.1.0
 Requires:   python-semantic_version >= 2.3.1
 Requires:   python-six >= 1.9.0
-Requires:   python-stevedore >= 1.17.1
+Requires:   python-stevedore >= 1.20.0
 Requires:   python-yaql >= 1.1.0
 BuildArch:  noarch
 

++ _service ++
--- /var/tmp/diff_new_pack.7Y07Ya/_old  2017-08-28 15:31:13.042223234 +0200
+++ /var/tmp/diff_new_pack.7Y07Ya/_new  2017-08-28 15:31:13.042223234 +0200
@@ -1,8 +1,10 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/murano-pkg-check/murano-pkg-check.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/murano-pkg-check/murano-pkg-check.spec.j2
 python-murano-pkg-check.spec
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt
+cloud-de...@suse.de
+gh,openstack,python-murano-pkg-check
   
   
 enable




commit python-manilaclient for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-manilaclient for 
openSUSE:Factory checked in at 2017-08-28 15:31:03

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


Package is "python-manilaclient"

Mon Aug 28 15:31:03 2017 rev:8 rq:514950 version:1.17.1

Changes:

--- /work/SRC/openSUSE:Factory/python-manilaclient/python-manilaclient.changes  
2017-02-21 13:44:41.452185852 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-manilaclient.new/python-manilaclient.changes 
2017-08-28 15:31:05.287313447 +0200
@@ -1,0 +2,41 @@
+Mon Aug  7 11:18:58 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.17.1
+  - Add like filter
+  - Enable some off-by-default checks
+  - Use more specific asserts and fix an assertion in tests
+  - Explicitly set 'builders' option
+  - Replace http with https
+  - Update reno for stable/ocata
+  - Clean docs/build before building docs
+  - Missing parenthesis in help text
+  - Fixed log messages format
+  - Increases code coverage
+  - Optimize the link address
+  - Fix gate breakage
+  - Handle log message interpolation by the logger
+  - Change to share access list API
+  - Update the documentation link for doc migration
+  - Remove unused sort key export_location from list CLI
+  - Replace six.iteritems() with .items()
+  - Incorrect case, parenthesis & periods in CLI Guide
+  - Switch from oslosphinx to openstackdocstheme
+  - Enable IPv6 in manila(client)
+  - Replace assertRaisesRegexp with assertRaisesRegex
+  - doc: Remove cruft from conf.py
+  - Add share group quotas
+  - Add commands for user messages
+  - Add release note for fixing bug 1664877
+  - Remove log translations
+  - Use Identity v3 API always for functional tests
+  - Raise TypeError in manilaclient/common/httpclient.py
+  - Add quotas per share type
+  - Remove support for py34
+  - Replaces uuid.uuid4 with uuidutils.generate_uuid()
+  - Fix manilclient.v2 import error
+  - change user access name limit from 32 to 255 characters
+  - Updated from global requirements
+  - Use Sphinx 1.5 warning-is-error
+  - Add export-location filter in share and share instance list
+
+---

Old:

  python-manilaclient-1.14.0.tar.gz

New:

  python-manilaclient-1.17.1.tar.gz



Other differences:
--
++ python-manilaclient.spec ++
--- /var/tmp/diff_new_pack.PmBZ1v/_old  2017-08-28 15:31:06.471147020 +0200
+++ /var/tmp/diff_new_pack.PmBZ1v/_new  2017-08-28 15:31:06.499143084 +0200
@@ -18,7 +18,7 @@
 
 %global sname python-manilaclient
 Name:   python-manilaclient
-Version:1.14.0
+Version:1.17.1
 Release:0
 Summary:Client Library for OpenStack Share API
 License:Apache-2.0
@@ -38,11 +38,11 @@
 Requires:   python-Babel >= 2.3.4
 Requires:   python-PrettyTable >= 0.7.1
 Requires:   python-keystoneclient >= 3.8.0
-Requires:   python-oslo.config >= 3.14.0
-Requires:   python-oslo.log >= 3.11.0
+Requires:   python-oslo.config >= 4.0.0
+Requires:   python-oslo.log >= 3.22.0
 Requires:   python-oslo.serialization >= 1.10.0
-Requires:   python-oslo.utils >= 3.18.0
-Requires:   python-requests >= 2.10.0
+Requires:   python-oslo.utils >= 3.20.0
+Requires:   python-requests >= 2.14.2
 Requires:   python-simplejson >= 2.2.0
 Requires:   python-six >= 1.9.0
 BuildArch:  noarch
@@ -55,7 +55,7 @@
 Summary:Documentation for OpenStack Share API Client
 Group:  Documentation
 BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx >= 4.7.0
+BuildRequires:  python-openstackdocstheme >= 1.11.0
 
 %description  doc
 Client library and command line utility for interacting with Openstack
@@ -83,11 +83,12 @@
 %prep
 %autosetup -n %{sname}-%{version}
 %py_req_cleanup
+sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %{py2_build}
 
-%{__python2} setup.py build_sphinx
+%{__python2} setup.py build_sphinx --builder=html,man
 # remove the sphinx-build leftovers
 rm -rf doc/build/html/.{doctrees,buildinfo}
 

++ _service ++
--- /var/tmp/diff_new_pack.PmBZ1v/_old  2017-08-28 15:31:06.671118907 +0200
+++ /var/tmp/diff_new_pack.PmBZ1v/_new  2017-08-28 15:31:06.675118345 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/python-manilaclient/python-manilaclient.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/python-manilaclient/python-manilaclient.spec.j2
 python-manilaclient.spec
-

commit python-oslo.middleware for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-oslo.middleware for 
openSUSE:Factory checked in at 2017-08-28 15:30:47

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


Package is "python-oslo.middleware"

Mon Aug 28 15:30:47 2017 rev:6 rq:514890 version:3.30.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-oslo.middleware/python-oslo.middleware.changes
2016-10-13 11:29:07.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.middleware.new/python-oslo.middleware.changes
   2017-08-28 15:30:49.409545588 +0200
@@ -1,0 +2,53 @@
+Mon Aug  7 09:26:47 UTC 2017 - cloud-de...@suse.de
+
+- update to version 3.30.0
+  - Remove usage of parameter enforce_type
+  - Remove log translations
+  - Replace deprecated inspect function in Python 3
+  - Remove deprecated oslo.subdomain from CORS opts
+  - Fix test_request_too_large_no_content_length failure
+  - rearrange content to fit the new standard layout
+  - Update URLs in documents according to document migration
+  - update the docs url in the readme
+  - [Fix gate]Update test requirement
+  - import admin guide content from openstack-manuals
+  - Allow compatibility headers for request_id
+  - pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz)
+  - Set global_request_id if passed in as X-OpenStack-Request-ID.
+  - Update reno for stable/ocata
+  - Remove pbr warnerrors in favor of sphinx check
+  - Updated from global requirements
+  - switch from oslosphinx to openstackdocstheme
+  - Optimize the link address
+
+---
+Mon Feb 13 09:32:32 UTC 2017 - cloud-de...@suse.de
+
+- update to version 3.23.1:
+  - remove superfluous random stuff
+  - Add new middleware to send API data to statsd
+  - Allow healthcheck to be configured by oslo.config
+  - Remove self-referential link in docs
+  - Imported Translations from Zanata
+  - Enable release notes translation
+  - Suggest to use egg based filter_factory rather than fragile full path
+  - Remove references to Python 3.4
+  - Add Constraints support
+  - Replace 'assertEqual(None, ...)' with 'assertIsNone(...)'
+  - Limit ssl deprecation warning to external importers
+  - Replace six.iteritems() with .items()
+  - make sure we handle the forwarded for headers
+  - Add Python 3.5 classifier and venv
+  - TrivialFix: Remove default=None when set value in Config
+  - Transform healthcheck from filter to an application
+  - Document how to use detailed mode in healthcheck
+  - Show more healthcheck examples
+  - Add reno for release notes management
+  - Deprecated set_latent
+  - Filter X-Auth-Token in catch_errors
+  - Changed the home-page link
+  - Filter token data out of catch_errors middleware
+  - Replaces uuid.uuid4 with uuidutils.generate_uuid()
+  - Updated from global requirements
+
+---

Old:

  oslo.middleware-3.19.0.tar.gz

New:

  oslo.middleware-3.30.0.tar.gz



Other differences:
--
++ python-oslo.middleware.spec ++
--- /var/tmp/diff_new_pack.ApSmtM/_old  2017-08-28 15:30:50.669368479 +0200
+++ /var/tmp/diff_new_pack.ApSmtM/_new  2017-08-28 15:30:50.689365668 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-oslo.middleware
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -18,7 +18,7 @@
 
 %global sname oslo.middleware
 Name:   python-oslo.middleware
-Version:3.19.0
+Version:3.30.0
 Release:0
 Summary:OpenStack oslo.middleware library
 License:Apache-2.0
@@ -27,29 +27,31 @@
 Source0:
https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-Jinja2 >= 2.8
-BuildRequires:  python-WebOb >= 1.2.3
+BuildRequires:  python-WebOb >= 1.7.1
 BuildRequires:  python-debtcollector >= 1.2.0
 BuildRequires:  python-devel
 BuildRequires:  python-fixtures >= 3.0.0
 BuildRequires:  python-mock >= 2.0
-BuildRequires:  python-oslo.config >= 3.14.0
-BuildRequires:  python-oslo.context >= 2.9.0
+BuildRequires:  python-oslo.config >= 4.0.0
+BuildRequires:  python-oslo.context >= 2.14.0
 BuildRequires:  python-oslo.i18n >= 2.1.0
-BuildRequires:  python-oslo.utils >= 3.16.0
+BuildRequires:  python-oslo.utils >= 3.20.0
 BuildRequires:  python-oslotest >= 1.10.0
-BuildRequires:  python-pbr >= 1.6
+BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  

commit python-keystoneclient for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-keystoneclient for 
openSUSE:Factory checked in at 2017-08-28 15:30:40

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


Package is "python-keystoneclient"

Mon Aug 28 15:30:40 2017 rev:25 rq:514888 version:3.13.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-keystoneclient/python-keystoneclient.changes  
2017-02-21 13:40:04.807213301 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-keystoneclient.new/python-keystoneclient.changes
 2017-08-28 15:30:40.930737554 +0200
@@ -1,0 +2,25 @@
+Mon Aug  7 09:16:53 UTC 2017 - cloud-de...@suse.de
+
+- update to version 3.13.0
+  - Update URLs in documents according to document migration
+  - Change locations of docs for intersphinx
+  - Moved release note to the correct path
+  - Use https for *.openstack.org references
+  - Bring back intersphinx reference to keystoneauth
+  - Switch from oslosphinx to openstackdocstheme
+  - Fix html_last_updated_fmt for Python3
+  - Add support for endpoint group CRUD
+  - Remove unused log
+  - Add support for endpoint group filtering
+  - Add support for specifying role ids when creating trust
+  - Fix 12 warnings when building keystoneclient docs
+  - Replace six.iteritems() with .items()
+  - Remove log translations in python-keystoneclient
+  - Update reno for stable/ocata
+  - Fix boto version strip regex
+  - Remove pbr warnerrors in favor of sphinx check
+  - Updated from global requirements
+  - Fix failing PY2 and PY3 gate jobs
+  - Stop using oslotest.mockpatch
+
+---

Old:

  python-keystoneclient-3.10.0.tar.gz

New:

  python-keystoneclient-3.13.0.tar.gz



Other differences:
--
++ python-keystoneclient.spec ++
--- /var/tmp/diff_new_pack.yO3M5Q/_old  2017-08-28 15:30:41.770619482 +0200
+++ /var/tmp/diff_new_pack.yO3M5Q/_new  2017-08-28 15:30:41.782617796 +0200
@@ -18,7 +18,7 @@
 
 %global sname python-keystoneclient
 Name:   python-keystoneclient
-Version:3.10.0
+Version:3.13.0
 Release:0
 Summary:Client library for OpenStack Identity API
 License:Apache-2.0
@@ -29,15 +29,15 @@
 BuildRequires:  openstack-macros
 BuildRequires:  python-debtcollector >= 1.2.0
 BuildRequires:  python-devel
-BuildRequires:  python-keystoneauth1 >= 2.17.0
+BuildRequires:  python-keystoneauth1 >= 2.21.0
 BuildRequires:  python-lxml >= 2.3
 BuildRequires:  python-mock >= 2.0
-BuildRequires:  python-oslo.config >= 3.14.0
+BuildRequires:  python-oslo.config >= 4.0.0
 BuildRequires:  python-oslo.i18n >= 2.1.0
 BuildRequires:  python-oslo.serialization >= 1.10.0
-BuildRequires:  python-oslo.utils >= 3.18.0
+BuildRequires:  python-oslo.utils >= 3.20.0
 BuildRequires:  python-oslotest >= 1.10.0
-BuildRequires:  python-pbr >= 1.8
+BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-positional >= 1.1.1
 BuildRequires:  python-requests-mock >= 1.1
 BuildRequires:  python-six >= 1.9.0
@@ -45,15 +45,15 @@
 BuildRequires:  python-testresources >= 0.2.4
 BuildRequires:  python-testscenarios >= 0.4
 Requires:   python-debtcollector >= 1.2.0
-Requires:   python-keystoneauth1 >= 2.17.0
-Requires:   python-oslo.config >= 3.14.0
+Requires:   python-keystoneauth1 >= 2.21.0
+Requires:   python-oslo.config >= 4.0.0
 Requires:   python-oslo.i18n >= 2.1.0
 Requires:   python-oslo.serialization >= 1.10.0
-Requires:   python-oslo.utils >= 3.18.0
+Requires:   python-oslo.utils >= 3.20.0
 Requires:   python-positional >= 1.1.1
-Requires:   python-requests >= 2.10.0
+Requires:   python-requests >= 2.14.2
 Requires:   python-six >= 1.9.0
-Requires:   python-stevedore >= 1.17.1
+Requires:   python-stevedore >= 1.20.0
 BuildArch:  noarch
 
 %description
@@ -63,15 +63,18 @@
 Summary:Documentation for OpenStack Identity API Client
 Group:  Documentation
 BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx >= 4.7.0
+BuildRequires:  python-openstackdocstheme >= 1.11.0
 
 %description doc
 Documentation for the client library for interacting with Openstack
 Identity API.
 
 %prep
-%autosetup -n %{sname}-%{version}
+%autosetup -p1 -n %{sname}-%{version}
 %py_req_cleanup
+# disable intersphinx - no network access during build
+echo "intersphinx_mapping = {}" >> doc/source/conf.py
+sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %{py2_build}

++ _service ++
--- /var/tmp/diff_new_pack.yO3M5Q/_old  2017-08-28 15:30:41.890602615 +0200
+++ /var/tmp/diff_new_pack.yO3M5Q/_new  2017-08-28 15:30:41.914599242 +0200
@@ -1,8 +1,8 @@
 
   

commit python-ironicclient for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-ironicclient for 
openSUSE:Factory checked in at 2017-08-28 15:30:33

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


Package is "python-ironicclient"

Mon Aug 28 15:30:33 2017 rev:9 rq:514886 version:1.16.0

Changes:

--- /work/SRC/openSUSE:Factory/python-ironicclient/python-ironicclient.changes  
2017-04-06 11:01:54.661611877 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-ironicclient.new/python-ironicclient.changes 
2017-08-28 15:30:34.339664137 +0200
@@ -1,0 +2,77 @@
+Mon Aug  7 09:11:59 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.16.0
+  - Add --uuid option to OSC "port create" cmd
+  - Update OSC baremetal node set/unset supporting dynamic drivers
+  - Fix over-indent in  _validate_obj() functions
+  - Support i18n for baremetal chassis cmds
+  - Follow up to the API version warning patches
+  - Verify JSON response of chassis commands
+  - Add DRIVER_RESOURCE to remove duplicated strings
+  - Add physical network to port commands
+  - Replace http with https
+  - Fix ImportError when providing a meaningless API version.
+  - Fix cleanup of resources in OSC plugin functional tests
+  - Log warning when API version is not specified for the ironic tool
+  - Add basic tests for OSC plugin baremetal port commands
+  - Add args to CLI 'node-create' for selecting hardware interfaces
+  - Use same variable for --[no-]maintenance
+  - Follow up for OSC volume target commands
+  - Update reno for stable/ocata
+  - Remove support for py34.
+  - Add Ironic CLI commands for volume target
+  - switch from oslosphinx to openstackdocstheme
+  - Add missing 'autospec' statements to unit test mocks
+  - Add negative test-cases for openstack node create command
+  - Improve help text for --local-link-connection
+  - Add options for osc 'port set' command
+  - Do not show chassis_uuid field when it is not specified
+  - Follow-up release note revision
+  - OSC 'node list' recognizes all provision states
+  - Handle log message interpolation by the logger
+  - Adds --driver option to OSC "node list" command
+  - Update volume release notes to fix reno
+  - Add OSC 'baremetal driver property list' command
+  - Follow up for OSC volume connector commands
+  - Add OSC commands for volume connector
+  - reno: feature parity between ironic & OSC
+  - Support i18n for baremetal node cmds
+  - Fixed wrap from taking negative values
+  - Functional tests for port groups in ironicclient
+  - Support i18n for baremetal driver, portgroup cmds
+  - Add VIFs commands to help test
+  - Print pecan exceptions properly
+  - Deduplicate method in OSC functional tests
+  - Rearrange existing documentation to fit the new standard layout
+  - Add OSC commands for volume target
+  - Add unit tests for OSC plugin
+  - Change tenant to project in docs and unit tests
+  - Add volume target support to Python API
+  - Add testcases for OSC baremetal port group commands
+  - Update and optimize documentation links
+  - Add Ironic CLI commands for volume connector
+  - Replace assertRaisesRegexp with assertRaisesRegex
+  - Extends driver-list, driver-show supporting new hardware types
+  - Update releasenote for osc-port-set
+  - Fix unit tests for volume connector and target
+  - Add basic tests for OSC plugin baremetal chassis commands
+  - Add sanity tests for baremetal power state commands
+  - Remove useless variables assignment in unit test
+  - Add tests for node list and show with specific fields
+  - Remove 'states' field from OSC CLI output
+  - Add volume connector support to Python API
+  - Remove log translations
+  - Fix cleanup of resources in functional tests
+  - Add support for storage_interface to node and driver CLI
+  - Support i18n for baremetal port cmds
+  - Update test requirement
+  - Turn on warning-is-error
+  - Add space between items in exception message
+  - Log warning when API version is not specified for the OSC plugin
+  - Add usage documentation for Baremetal OSC Plugin
+  - Add OSC 'baremetal driver raid property list' cmd
+  - Add negative tests for baremetal node commands
+  - Add test to create a port with specific port group UUID
+  - Updated from global requirements
+
+---

Old:

  python-ironicclient-1.11.1.tar.gz

New:

  python-ironicclient-1.16.0.tar.gz



Other differences:
--
++ python-ironicclient.spec ++
--- /var/tmp/diff_new_pack.JxZ9kC/_old  2017-08-28 15:30:36.103416186 +0200
+++ /var/tmp/diff_new_pack.JxZ9kC/_new  2017-08-28 15:30:36.127412813 +0200
@@ -18,7 +18,7 @@
 
 %global sname python-ironicclient
 Name:  

commit python-ironic-inspector-client for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-ironic-inspector-client for 
openSUSE:Factory checked in at 2017-08-28 15:30:36

Comparing /work/SRC/openSUSE:Factory/python-ironic-inspector-client (Old)
 and  /work/SRC/openSUSE:Factory/.python-ironic-inspector-client.new (New)


Package is "python-ironic-inspector-client"

Mon Aug 28 15:30:36 2017 rev:4 rq:514887 version:2.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-ironic-inspector-client/python-ironic-inspector-client.changes
2017-02-21 13:44:27.554146527 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-ironic-inspector-client.new/python-ironic-inspector-client.changes
   2017-08-28 15:30:38.827033296 +0200
@@ -1,0 +2,18 @@
+Mon Aug  7 09:13:42 UTC 2017 - cloud-de...@suse.de
+
+- update to version 2.0.0
+  - Do not depend on python-openstackclient
+  - Introducing cli and contributor content
+  - Remove log translations
+  - Functional tests: pin *inspector* to HEAD
+  - Introducing warning-is-error to docs
+  - Make recent release note more readable
+  - Update the documentation link for doc migration
+  - Remove support for py34
+  - Replace http with https
+  - Update reno for stable/ocata
+  - Add new introspection commands for interface data including lldp
+  - Updated from global requirements
+  - Switch from oslosphinx to openstackdocstheme
+
+---

Old:

  python-ironic-inspector-client-1.11.0.tar.gz

New:

  python-ironic-inspector-client-2.0.0.tar.gz



Other differences:
--
++ python-ironic-inspector-client.spec ++
--- /var/tmp/diff_new_pack.hvcgRT/_old  2017-08-28 15:30:40.126850566 +0200
+++ /var/tmp/diff_new_pack.hvcgRT/_new  2017-08-28 15:30:40.150847193 +0200
@@ -18,7 +18,7 @@
 
 %global sname python-ironic-inspector-client
 Name:   python-ironic-inspector-client
-Version:1.11.0
+Version:2.0.0
 Release:0
 Summary:Python client and CLI tool for Ironic Inspector
 License:Apache-2.0
@@ -26,17 +26,23 @@
 Url:https://launchpad.net/%{sname}
 Source0:
https://pypi.io/packages/source/p/%{sname}/%{sname}-%{version}.tar.gz
 BuildRequires:  openstack-macros
+BuildRequires:  python-Sphinx
 BuildRequires:  python-devel
 BuildRequires:  python-fixtures >= 3.0.0
 BuildRequires:  python-mock >= 2.0
+BuildRequires:  python-openstackclient >= 3.3.0
+BuildRequires:  python-openstackdocstheme >= 1.11.0
+BuildRequires:  python-osc-lib >= 1.5.1
+BuildRequires:  python-oslo.concurrency >= 3.8.0
+BuildRequires:  python-reno >= 1.8.0
 BuildRequires:  python-requests-mock >= 1.1
-Requires:   python-cliff >= 2.3.0
-Requires:   python-keystoneauth1 >= 2.17.0
+BuildRequires:  python-testrepository >= 0.0.18
+Requires:   python-keystoneauth1 >= 2.21.0
 Requires:   python-openstackclient >= 3.3.0
-Requires:   python-osc-lib >= 1.2.0
+Requires:   python-osc-lib >= 1.5.1
 Requires:   python-oslo.i18n >= 2.1.0
-Requires:   python-oslo.utils >= 3.18.0
-Requires:   python-requests >= 2.10.0
+Requires:   python-oslo.utils >= 3.20.0
+Requires:   python-requests >= 2.14.2
 Requires:   python-six >= 1.9.0
 BuildArch:  noarch
 
@@ -51,6 +57,9 @@
 
 %prep
 %autosetup -n %{sname}-%{version}
+sed -i -e 's,hacking.*,,' test-requirements.txt
+sed -i -e 's,coverage.*,,' test-requirements.txt
+sed -i -e 's,doc8.*,,' test-requirements.txt
 %py_req_cleanup
 
 %build
@@ -60,7 +69,7 @@
 %{py2_install}
 
 %check
-%{__python2} setup.py testr
+%{__python2} setup.py test
 
 %files
 %doc README.rst

++ _service ++
--- /var/tmp/diff_new_pack.hvcgRT/_old  2017-08-28 15:30:40.346819642 +0200
+++ /var/tmp/diff_new_pack.hvcgRT/_new  2017-08-28 15:30:40.358817956 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/python-ironic-inspector-client/python-ironic-inspector-client.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/python-ironic-inspector-client/python-ironic-inspector-client.spec.j2
 python-ironic-inspector-client.spec
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt
 cloud-de...@suse.de
 gh,openstack,python-ironic-inspector-client
   

++ python-ironic-inspector-client-1.11.0.tar.gz -> 
python-ironic-inspector-client-2.0.0.tar.gz ++
 2087 lines of diff (skipped)




commit python-heatclient for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-heatclient for 
openSUSE:Factory checked in at 2017-08-28 15:30:31

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


Package is "python-heatclient"

Mon Aug 28 15:30:31 2017 rev:24 rq:514885 version:1.11.0

Changes:

--- /work/SRC/openSUSE:Factory/python-heatclient/python-heatclient.changes  
2017-06-08 15:03:07.985922743 +0200
+++ /work/SRC/openSUSE:Factory/.python-heatclient.new/python-heatclient.changes 
2017-08-28 15:30:32.455928954 +0200
@@ -1,0 +2,28 @@
+Mon Aug  7 09:10:40 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.11.0
+  - Handle log message interpolation by the logger
+  - Explicitly set 'builders' option
+  - Don't encode path separators
+  - Show 'project' info if heat server returns
+  - Trivial:remove unused code
+  - Support openstack stack export
+  - Use endpoint_type with session client
+  - Replace six.iteritems() with .items()
+  - Don't always resolve outputs when showing a stack
+  - Fixing read before prompt bug
+  - Use upper-constraints for all jobs
+  - Fix error message when deployment not found
+  - Switch from oslosphinx to openstackdocstheme
+  - Add functinoal tests for 'openstack stack snapshot delete'
+  - Add optional arguments '-y' in CLI:snapshot-delete
+  - Replace mox3 with mock
+  - Build event stack_name from links
+  - Remove log translations
+  - Add '--yes' for openstack stack snapshot delete
+  - Update test requirement
+  - Remove support for py34
+  - Pass event filters to the server side
+  - Updated from global requirements
+
+---

Old:

  python-heatclient-1.8.1.tar.gz

New:

  python-heatclient-1.11.0.tar.gz



Other differences:
--
++ python-heatclient.spec ++
--- /var/tmp/diff_new_pack.4tRmB3/_old  2017-08-28 15:30:33.527778272 +0200
+++ /var/tmp/diff_new_pack.4tRmB3/_new  2017-08-28 15:30:33.535777148 +0200
@@ -18,7 +18,7 @@
 
 %global sname python-heatclient
 Name:   python-heatclient
-Version:1.8.1
+Version:1.11.0
 Release:0
 Summary:Python API and CLI for OpenStack Heat
 License:Apache-2.0
@@ -27,15 +27,15 @@
 Source0:
https://pypi.io/packages/source/p/%{sname}/%{sname}-%{version}.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-PyYAML >= 3.10.0
-BuildRequires:  python-cliff >= 2.3.0
+BuildRequires:  python-cliff >= 2.6.0
 BuildRequires:  python-devel
 BuildRequires:  python-fixtures >= 3.0.0
 BuildRequires:  python-mock >= 2.0
 BuildRequires:  python-mox3 >= 0.7.0
-BuildRequires:  python-osc-lib >= 1.2.0
+BuildRequires:  python-osc-lib >= 1.5.1
 BuildRequires:  python-oslo.serialization >= 1.10.0
 BuildRequires:  python-oslotest >= 1.10.0
-BuildRequires:  python-pbr >= 1.8
+BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-requests-mock >= 1.1
 BuildRequires:  python-swiftclient >= 3.2.0
 BuildRequires:  python-testrepository >= 0.0.18
@@ -44,14 +44,14 @@
 Requires:   python-Babel >= 2.3.4
 Requires:   python-PrettyTable >= 0.7.1
 Requires:   python-PyYAML >= 3.10.0
-Requires:   python-cliff >= 2.3.0
+Requires:   python-cliff >= 2.6.0
 Requires:   python-iso8601 >= 0.1.11
-Requires:   python-keystoneauth1 >= 2.18.0
-Requires:   python-osc-lib >= 1.2.0
+Requires:   python-keystoneauth1 >= 2.21.0
+Requires:   python-osc-lib >= 1.5.1
 Requires:   python-oslo.i18n >= 2.1.0
 Requires:   python-oslo.serialization >= 1.10.0
-Requires:   python-oslo.utils >= 3.18.0
-Requires:   python-requests >= 2.10.0
+Requires:   python-oslo.utils >= 3.20.0
+Requires:   python-requests >= 2.14.2
 Requires:   python-six >= 1.9.0
 Requires:   python-swiftclient >= 3.2.0
 BuildArch:  noarch
@@ -65,7 +65,7 @@
 Summary:Documentation for OpenStack Heat API Client
 Group:  Documentation
 BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx >= 4.7.0
+BuildRequires:  python-openstackdocstheme >= 1.11.0
 
 %description  doc
 This is a client for the OpenStack Heat API. There's a Python API (the
@@ -76,11 +76,12 @@
 %prep
 %autosetup -n %{sname}-%{version}
 %py_req_cleanup
+sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %{py2_build}
 
-%{__python2} setup.py build_sphinx
+%{__python2} setup.py build_sphinx --builder=html,man
 # remove the sphinx-build leftovers
 rm -rf doc/build/html/.{doctrees,buildinfo}
 

++ _service ++
--- /var/tmp/diff_new_pack.4tRmB3/_old  2017-08-28 15:30:33.647761405 +0200
+++ /var/tmp/diff_new_pack.4tRmB3/_new  2017-08-28 15:30:33.659759718 +0200
@@ -1,8 +1,8 

commit python-openstack-doc-tools for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-openstack-doc-tools for 
openSUSE:Factory checked in at 2017-08-28 15:30:24

Comparing /work/SRC/openSUSE:Factory/python-openstack-doc-tools (Old)
 and  /work/SRC/openSUSE:Factory/.python-openstack-doc-tools.new (New)


Package is "python-openstack-doc-tools"

Mon Aug 28 15:30:24 2017 rev:3 rq:514883 version:1.5.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-openstack-doc-tools/python-openstack-doc-tools.changes
2017-02-21 13:40:50.388782981 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-openstack-doc-tools.new/python-openstack-doc-tools.changes
   2017-08-28 15:30:26.268798745 +0200
@@ -1,0 +2,20 @@
+Mon Aug  7 09:07:58 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.5.0
+  - Add py35 to trove classifier
+  - Typo fix: occured => occurred
+  - [cli-ref] emphasize the warning
+  - [cli-ref] support vitrage command
+  - [cli-ref] Remove Block Storage API V1 note
+  - Remove support for py33
+  - [cli-ref] support aodhclient
+  - [cli-ref] fix insufficient markups
+  - Update to point to launchpad openstack-doc-tools
+  - Fix building of translated Install Guides on Mitaka
+  - [cli-ref] support required arguments option
+  - Updated from global requirements
+  - [cli-ref] add gnocchi subcommands
+  - Remove :option:
+  - [cli-ref] Remove Image API V1
+
+---

Old:

  openstack-doc-tools-1.3.0.tar.gz

New:

  openstack-doc-tools-1.5.0.tar.gz



Other differences:
--
++ python-openstack-doc-tools.spec ++
--- /var/tmp/diff_new_pack.4SF1VG/_old  2017-08-28 15:30:28.496485576 +0200
+++ /var/tmp/diff_new_pack.4SF1VG/_new  2017-08-28 15:30:28.520482203 +0200
@@ -19,7 +19,7 @@
 %global sname openstack-doc-tools
 %global module os_doc_tools
 Name:   python-openstack-doc-tools
-Version:1.3.0
+Version:1.5.0
 Release:0
 Summary:OpenStack Docs Tools
 License:Apache-2.0
@@ -34,7 +34,7 @@
 BuildRequires:  python-devel
 BuildRequires:  python-mock >= 2.0
 BuildRequires:  python-oslosphinx >= 4.7.0
-BuildRequires:  python-pbr >= 1.8
+BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-setuptools >= 16.0
 BuildRequires:  python-testrepository >= 0.0.18
 Requires:   python-PyYAML >= 3.10.0

++ _service ++
--- /var/tmp/diff_new_pack.4SF1VG/_old  2017-08-28 15:30:28.572474893 +0200
+++ /var/tmp/diff_new_pack.4SF1VG/_new  2017-08-28 15:30:28.576474331 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/openstack-doc-tools/openstack-doc-tools.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/openstack-doc-tools/openstack-doc-tools.spec.j2
 python-openstack-doc-tools.spec
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt
 cloud-de...@suse.de
 gh,openstack,openstack-doc-tools
   

++ openstack-doc-tools-1.3.0.tar.gz -> openstack-doc-tools-1.5.0.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openstack-doc-tools-1.3.0/AUTHORS 
new/openstack-doc-tools-1.5.0/AUTHORS
--- old/openstack-doc-tools-1.3.0/AUTHORS   2017-01-09 17:09:57.0 
+0100
+++ new/openstack-doc-tools-1.5.0/AUTHORS   2017-03-01 04:41:47.0 
+0100
@@ -1,10 +1,13 @@
 Alexis Lee 
 Andreas Jaeger 
 Andreas Jaeger 
+Anh Tran 
+Anne Gentle 
 Anne Gentle 
 Atsushi SAKAI 
 Bob Callaway 
 Brian Moss 
+Cao Xuan Hoang 
 Chandan Kumar 
 Christian Berendt 
 Christian Berendt 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openstack-doc-tools-1.3.0/ChangeLog 
new/openstack-doc-tools-1.5.0/ChangeLog
--- old/openstack-doc-tools-1.3.0/ChangeLog 2017-01-09 17:09:57.0 
+0100
+++ new/openstack-doc-tools-1.5.0/ChangeLog 2017-03-01 04:41:47.0 
+0100
@@ -1,6 +1,29 @@
 CHANGES
 ===
 
+1.5.0
+-
+
+* Update to point to launchpad openstack-doc-tools
+* [cli-ref] support required arguments option
+* Updated from global requirements
+* [cli-ref] support aodhclient
+
+1.4.0
+-
+
+* Fix building of translated Install Guides on Mitaka
+* [cli-ref] add gnocchi subcommands
+* [cli-ref] support vitrage command
+* [cli-ref] emphasize the 

commit python-gnocchiclient for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-gnocchiclient for 
openSUSE:Factory checked in at 2017-08-28 15:30:26

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


Package is "python-gnocchiclient"

Mon Aug 28 15:30:26 2017 rev:4 rq:514884 version:3.1.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-gnocchiclient/python-gnocchiclient.changes
2017-02-21 13:43:29.262370051 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-gnocchiclient.new/python-gnocchiclient.changes
   2017-08-28 15:30:30.532199394 +0200
@@ -1,0 +2,16 @@
+Mon Aug  7 09:07:24 UTC 2017 - cloud-de...@suse.de
+
+- update to version 3.1.1
+  - Fix data display when listing resources
+  - Use new keystoneauth1 helper
+  - shell: make client works with default Gnocchi installation
+  - Stop always encoding resource
+  - doc: Add authentication examples
+  - Trivial: remove support for py34
+  - docs: Add all commands help
+  - allow to pass session and adapter options
+  - add note when using OS_AUTH_TYPE
+  - Remove pbr cap
+  - exceptions: make sure resource type not found is checked before resource 
not found
+
+---

Old:

  gnocchiclient-2.8.2.tar.gz

New:

  gnocchiclient-3.1.1.tar.gz



Other differences:
--
++ python-gnocchiclient.spec ++
--- /var/tmp/diff_new_pack.TNuGSo/_old  2017-08-28 15:30:31.748028472 +0200
+++ /var/tmp/diff_new_pack.TNuGSo/_new  2017-08-28 15:30:31.772025098 +0200
@@ -18,7 +18,7 @@
 
 %global sname gnocchiclient
 Name:   python-gnocchiclient
-Version:2.8.2
+Version:3.1.1
 Release:0
 Summary:Python API and CLI for OpenStack Gnocchi
 License:Apache-2.0
@@ -26,25 +26,32 @@
 Url:https://github.com/openstack/python-gnocchiclient
 Source0:
https://pypi.io/packages/source/g/%{sname}/%{sname}-%{version}.tar.gz
 BuildRequires:  openstack-macros
+BuildRequires:  python-cliff >= 2.6.0
 BuildRequires:  python-devel
 BuildRequires:  python-futurist >= 0.11.0
-BuildRequires:  python-keystoneauth1 >= 2.17.0
+BuildRequires:  python-keystoneauth1 >= 2.21.0
+BuildRequires:  python-openstack-doc-tools >= 1.4.0
+BuildRequires:  python-osc-lib >= 1.5.1
+BuildRequires:  python-oslo.serialization >= 1.10.0
+BuildRequires:  python-oslo.utils >= 3.20.0
 BuildRequires:  python-oslotest >= 1.10.0
-BuildRequires:  python-pbr >= 1.8
-BuildRequires:  python-pyparsing >= 2.0.7
+BuildRequires:  python-pbr >= 2.0.0
+BuildRequires:  python-pyparsing >= 2.1.0
 BuildRequires:  python-python-subunit >= 0.0.18
-BuildRequires:  python-requests >= 2.10.0
+BuildRequires:  python-requests >= 2.14.2
 BuildRequires:  python-setuptools >= 16.0
+BuildRequires:  python-six >= 1.9.0
 BuildRequires:  python-testrepository >= 0.0.18
 BuildRequires:  python-testtools >= 1.4.0
-Requires:   python-cliff >= 2.3.0
+Requires:   python-cliff >= 2.6.0
 Requires:   python-futurist >= 0.11.0
-Requires:   python-keystoneauth1 >= 2.17.0
-Requires:   python-osc-lib >= 1.2.0
+Requires:   python-keystoneauth1 >= 2.21.0
+Requires:   python-openstack-doc-tools >= 1.4.0
+Requires:   python-osc-lib >= 1.5.1
 Requires:   python-oslo.serialization >= 1.10.0
-Requires:   python-oslo.utils >= 3.18.0
-Requires:   python-pbr >= 1.8
-Requires:   python-pyparsing >= 2.0.7
+Requires:   python-oslo.utils >= 3.20.0
+Requires:   python-pbr >= 2.0.0
+Requires:   python-pyparsing >= 2.1.0
 Requires:   python-six >= 1.9.0
 BuildArch:  noarch
 
@@ -75,9 +82,13 @@
 %install
 %py2_install
 
+# Some env variables required to successfully build our doc
+export PATH=$PATH:%{buildroot}%{_bindir}
+export PYTHONPATH=.
+export LANG=en_US.utf8
 %{__python2} setup.py build_sphinx
 # Fix hidden-file-or-dir warnings
-rm -rf html/.doctrees html/.buildinfo
+rm -rf doc/build/html/.doctrees doc/build/html/.buildinfo
 
 %check
 # FIXME: only run unittests for now. Functional tests need gnocchi

++ _service ++
--- /var/tmp/diff_new_pack.TNuGSo/_old  2017-08-28 15:30:31.860012728 +0200
+++ /var/tmp/diff_new_pack.TNuGSo/_new  2017-08-28 15:30:31.872011042 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/gnocchiclient/gnocchiclient.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/gnocchiclient/gnocchiclient.spec.j2
 python-gnocchiclient.spec
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt
   

commit python-oslo.policy for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-oslo.policy for 
openSUSE:Factory checked in at 2017-08-28 15:30:14

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


Package is "python-oslo.policy"

Mon Aug 28 15:30:14 2017 rev:5 rq:514874 version:1.25.1

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.policy/python-oslo.policy.changes
2017-02-21 13:40:11.050332568 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.policy.new/python-oslo.policy.changes   
2017-08-28 15:30:15.886258324 +0200
@@ -1,0 +2,37 @@
+Mon Aug  7 08:48:06 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.25.1
+  - Fix parsing bug when config file is empty.
+  - Modify tests in test_generator
+  - fix formatting for empty defaults
+  - Simplify message of exception PolicyNotAuthorized
+  - [Fix gate]Update test requirement
+  - Add additional param to policy.RuleDefault
+  - Update reno for stable/ocata
+  - Check reStructuredText documents for common style issues.
+  - switch from oslosphinx to openstackdocstheme
+  - Add release note for DocumentedRuleDefault
+  - Optimize the link address
+  - Update UPPER_CONSTRAINTS_FILE for stable/pike
+  - Update usage documentation
+  - move existing documentation into new standard layout
+  - Add optional exception for check_rules
+  - pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz)
+  - Update URLs in documents according to document migration
+  - import configuration guide content from openstack-manuals repo
+  - throw an exception when sphinxext cannot find the config file
+  - oslopolicy-sample-generator description support
+  - sphinxext: Format definition lists correctly
+  - Comment out the rule from generated sample-policy file
+  - Allow multiline descriptions for RuleDefaults
+  - Update .gitreview for stable/pike
+  - Remove log translations
+  - Delete the unnecessary word in policy.py
+  - Add Sphinx extension to pretty-print modules
+  - Remove support for py34
+  - sphinxext: Use field lists in output
+  - Updated from global requirements
+  - Seperate each policy rule with new line
+  - Use Sphinx 1.5 warning-is-error
+
+---

Old:

  oslo.policy-1.18.0.tar.gz

New:

  oslo.policy-1.25.1.tar.gz



Other differences:
--
++ python-oslo.policy.spec ++
--- /var/tmp/diff_new_pack.Zsf0Jp/_old  2017-08-28 15:30:17.350052545 +0200
+++ /var/tmp/diff_new_pack.Zsf0Jp/_new  2017-08-28 15:30:17.350052545 +0200
@@ -18,7 +18,7 @@
 
 %global sname oslo.policy
 Name:   python-oslo.policy
-Version:1.18.0
+Version:1.25.1
 Release:0
 Summary:OpenStack Oslo Policy library
 License:Apache-2.0
@@ -28,18 +28,18 @@
 BuildRequires:  openstack-macros
 BuildRequires:  python-PyYAML >= 3.10.0
 BuildRequires:  python-devel
-BuildRequires:  python-oslo.config >= 3.14.0
+BuildRequires:  python-oslo.config >= 4.0.0
 BuildRequires:  python-oslo.i18n >= 2.1.0
 BuildRequires:  python-oslo.serialization >= 1.10.0
 BuildRequires:  python-oslotest >= 1.10.0
-BuildRequires:  python-pbr >= 1.8
-BuildRequires:  python-requests >= 2.10.0
+BuildRequires:  python-pbr >= 2.0.0
+BuildRequires:  python-requests >= 2.14.2
 BuildRequires:  python-requests-mock >= 1.1
 Requires:   python-PyYAML >= 3.10.0
-Requires:   python-oslo.config >= 3.14.0
+Requires:   python-oslo.config >= 4.0.0
 Requires:   python-oslo.i18n >= 2.1.0
 Requires:   python-oslo.serialization >= 1.10.0
-Requires:   python-requests >= 2.10.0
+Requires:   python-requests >= 2.14.2
 Requires:   python-six >= 1.9.0
 BuildArch:  noarch
 
@@ -51,7 +51,7 @@
 Summary:Documentation for the Oslo Policy library
 Group:  Documentation
 BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx >= 4.7.0
+BuildRequires:  python-openstackdocstheme >= 1.11.0
 
 %description doc
 Documentation for the Oslo Policy library.
@@ -59,6 +59,7 @@
 %prep
 %autosetup -n %{sname}-%{version}
 %py_req_cleanup
+sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %{py2_build}

++ _service ++
--- /var/tmp/diff_new_pack.Zsf0Jp/_old  2017-08-28 15:30:17.422042424 +0200
+++ /var/tmp/diff_new_pack.Zsf0Jp/_new  2017-08-28 15:30:17.422042424 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/oslo.policy/oslo.policy.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/oslo.policy/oslo.policy.spec.j2
 python-oslo.policy.spec
-

commit python-glareclient for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-glareclient for 
openSUSE:Factory checked in at 2017-08-28 15:30:19

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


Package is "python-glareclient"

Mon Aug 28 15:30:19 2017 rev:3 rq:514882 version:0.4.1

Changes:

--- /work/SRC/openSUSE:Factory/python-glareclient/python-glareclient.changes
2017-06-08 15:03:05.342295836 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-glareclient.new/python-glareclient.changes   
2017-08-28 15:30:22.957264282 +0200
@@ -1,0 +2,28 @@
+Mon Aug  7 09:06:06 UTC 2017 - cloud-de...@suse.de
+
+- update to version 0.4.1
+  - Use assertIsNone(value) instead of assertEqual(None, value)
+  - [Fix gate]Update test requirement
+  - Enable release notes translation
+  - Fix a typo in bash_complition file name
+  - Update CLI options for blobs
+  - Allow to specify dict and list properties in cli
+  - Parse blob dict upload output right
+  - Allowed to use the artifacts by name
+  - Add keycloak auth support
+  - Return missing 'return' in build_option_parser
+  - Add tag support for Glare client
+  - Remove unnecessary code from shell
+  - Add short arguments and fix small errors
+  - Add the possibility to specify glare url in cli
+  - Add 'list-types' and 'schema' operation in native shell
+  - Add missing 'activate' command to native glare cli
+  - Remove unecessary cli option "--glare-url"
+  - Add setting of external locations
+  - HTTP Client refactoring
+  - Fix updating image by name
+  - Raise error if there are more than 1 artifact with same name/version
+  - Updated from global requirements
+  - Rename deprecated 'warn' to 'warning' in logging
+
+---

Old:

  python-glareclient-0.2.0.tar.gz

New:

  python-glareclient-0.4.1.tar.gz



Other differences:
--
++ python-glareclient.spec ++
--- /var/tmp/diff_new_pack.y6Lplx/_old  2017-08-28 15:30:24.944984848 +0200
+++ /var/tmp/diff_new_pack.y6Lplx/_new  2017-08-28 15:30:24.960982599 +0200
@@ -18,7 +18,7 @@
 
 %global sname python-glareclient
 Name:   python-glareclient
-Version:0.2.0
+Version:0.4.1
 Release:0
 Summary:Python API and CLI for OpenStack Glare
 License:Apache-2.0
@@ -30,10 +30,10 @@
 BuildRequires:  python-devel
 BuildRequires:  python-fixtures >= 3.0.0
 BuildRequires:  python-mock >= 2.0
-BuildRequires:  python-os-client-config >= 1.22.0
-BuildRequires:  python-osc-lib >= 1.2.0
-BuildRequires:  python-oslo.log >= 3.11.0
-BuildRequires:  python-oslo.utils >= 3.18.0
+BuildRequires:  python-os-client-config >= 1.27.0
+BuildRequires:  python-osc-lib >= 1.5.1
+BuildRequires:  python-oslo.log >= 3.22.0
+BuildRequires:  python-oslo.utils >= 3.20.0
 BuildRequires:  python-reno >= 1.8.0
 BuildRequires:  python-requests-mock >= 1.1
 BuildRequires:  python-testrepository >= 0.0.18
@@ -41,13 +41,13 @@
 BuildRequires:  python-testtools >= 1.4.0
 Requires:   python-Babel >= 2.3.4
 Requires:   python-PrettyTable >= 0.7.1
-Requires:   python-keystoneauth1 >= 2.18.0
-Requires:   python-osc-lib >= 1.2.0
+Requires:   python-keystoneauth1 >= 2.21.0
+Requires:   python-osc-lib >= 1.5.1
 Requires:   python-oslo.i18n >= 2.1.0
-Requires:   python-oslo.log >= 3.11.0
-Requires:   python-oslo.utils >= 3.18.0
-Requires:   python-pbr >= 1.8
-Requires:   python-requests >= 2.10.0
+Requires:   python-oslo.log >= 3.22.0
+Requires:   python-oslo.utils >= 3.20.0
+Requires:   python-pbr >= 2.0.0
+Requires:   python-requests >= 2.14.2
 Requires:   python-six >= 1.9.0
 BuildArch:  noarch
 
@@ -85,6 +85,7 @@
 %files
 %license LICENSE
 %doc README.rst ChangeLog
+%{_bindir}/glare
 %{python2_sitelib}/glareclient
 %{python2_sitelib}/*.egg-info
 

++ _service ++
--- /var/tmp/diff_new_pack.y6Lplx/_old  2017-08-28 15:30:25.072966856 +0200
+++ /var/tmp/diff_new_pack.y6Lplx/_new  2017-08-28 15:30:25.072966856 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/python-glareclient/python-glareclient.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/python-glareclient/python-glareclient.spec.j2
 python-glareclient.spec
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt
 cloud-de...@suse.de
 gh,openstack,python-glareclient
   

++ python-glareclient-0.2.0.tar.gz -> python-glareclient-0.4.1.tar.gz ++
 4270 

commit python-django_openstack_auth for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-django_openstack_auth for 
openSUSE:Factory checked in at 2017-08-28 15:30:17

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


Package is "python-django_openstack_auth"

Mon Aug 28 15:30:17 2017 rev:19 rq:514875 version:3.5.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django_openstack_auth/python-django_openstack_auth.changes
2017-02-21 13:40:16.753528004 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django_openstack_auth.new/python-django_openstack_auth.changes
   2017-08-28 15:30:18.769852949 +0200
@@ -1,0 +2,25 @@
+Mon Aug  7 08:47:23 UTC 2017 - cloud-de...@suse.de
+
+- update to version 3.5.0
+  - Allow for manual setting of default service region in config
+  - hacking: Drop import_exceptions from tox.ini
+  - move documentation into the new standard layout
+  - Manually bump Django requirement
+  - Fix doc build
+  - doc: cleanup doc build configuration
+  - Cleanup doc warnings and enforce warning-is-error in sphinx
+  - Add Django 1.11 tox env
+  - Bump Django requirements cap
+  - Imported Translations from Zanata
+  - doc: Add configuration reference
+  - The python 3.5 added
+  - switch from oslosphinx to openstackdocstheme
+  - Add support for a domain dropdown menu at login
+  - Update hacking version to fix tests
+  - Migrate settings on a feature merged recently
+  - Updated from global requirements
+  - Fix default mutable arg in k2k.py
+  - Implement expiration date alert message
+  - Fix Django 1.11 Compatibility
+
+---

Old:

  django_openstack_auth-3.1.1.tar.gz

New:

  django_openstack_auth-3.5.0.tar.gz



Other differences:
--
++ python-django_openstack_auth.spec ++
--- /var/tmp/diff_new_pack.JREvZc/_old  2017-08-28 15:30:19.917691587 +0200
+++ /var/tmp/diff_new_pack.JREvZc/_new  2017-08-28 15:30:19.921691023 +0200
@@ -18,31 +18,31 @@
 
 %global pypi_name django_openstack_auth
 Name:   python-django_openstack_auth
-Version:3.1.1
+Version:3.5.0
 Release:0
 Summary:Django authentication backend for OpenStack Keystone
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:http://docs.openstack.org/developer/django_openstack_auth/
-Source0:
https://tarballs.openstack.org/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
+Source0:
https://pypi.io/packages/source/d/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python-Django >= 1.8
+BuildRequires:  python-Django >= 1.10
 BuildRequires:  python-devel
-BuildRequires:  python-keystoneauth1 >= 2.17.0
+BuildRequires:  python-keystoneauth1 >= 2.21.0
 BuildRequires:  python-keystoneclient >= 3.8.0
 BuildRequires:  python-mock >= 2.0
 BuildRequires:  python-mox3 >= 0.7.0
-BuildRequires:  python-oslo.policy >= 1.17.0
+BuildRequires:  python-oslo.policy >= 1.23.0
 BuildRequires:  python-oslotest >= 1.10.0
-BuildRequires:  python-pbr >= 1.8
+BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-setuptools >= 16.0
 BuildRequires:  python-testscenarios >= 0.4
-Requires:   python-Django >= 1.8
-Requires:   python-keystoneauth1 >= 2.17.0
+Requires:   python-Django >= 1.10
+Requires:   python-keystoneauth1 >= 2.21.0
 Requires:   python-keystoneclient >= 3.8.0
-Requires:   python-oslo.config >= 3.14.0
-Requires:   python-oslo.policy >= 1.17.0
-Requires:   python-pbr >= 1.8
+Requires:   python-oslo.config >= 4.0.0
+Requires:   python-oslo.policy >= 1.23.0
+Requires:   python-pbr >= 2.0.0
 Requires:   python-six >= 1.9.0
 BuildArch:  noarch
 %if 0%{?rhel} || 0%{?fedora}
@@ -58,7 +58,7 @@
 Summary:Documentation for %{name}
 Group:  Documentation
 BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx >= 4.7.0
+BuildRequires:  python-openstackdocstheme >= 1.11.0
 
 %description doc
 Django OpenStack Auth is a pluggable Django authentication backend
@@ -68,8 +68,9 @@
 This package contains documentation in HTML format.
 
 %prep
-%autosetup -n %{pypi_name}-%{version}
+%autosetup -p1 -n %{pypi_name}-%{version}
 %py_req_cleanup
+sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %py2_build

++ _service ++
--- /var/tmp/diff_new_pack.JREvZc/_old  2017-08-28 15:30:20.021676968 +0200
+++ /var/tmp/diff_new_pack.JREvZc/_new  2017-08-28 15:30:20.029675843 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/django_openstack_auth/django_openstack_auth.spec.j2
+

commit python-designateclient for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-designateclient for 
openSUSE:Factory checked in at 2017-08-28 15:30:11

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


Package is "python-designateclient"

Mon Aug 28 15:30:11 2017 rev:9 rq:514873 version:2.7.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-designateclient/python-designateclient.changes
2017-03-09 02:05:10.372103997 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-designateclient.new/python-designateclient.changes
   2017-08-28 15:30:13.810550127 +0200
@@ -1,0 +2,19 @@
+Mon Aug  7 08:45:25 UTC 2017 - cloud-de...@suse.de
+
+- update to version 2.7.0
+  - use setuptools to build the docs even for testing
+  - rearrange the existing docs into the new standard layout
+  - [Fix gate]Update test requirement
+  - switch from oslosphinx to openstackdocstheme
+  - import cli-reference material from openstack-manuals
+  - Explicitly set 'builders' option
+  - Set client module __version__
+  - Simplify OSC doc structure
+  - tox: Whitelist rm
+  - doc: Remove cruft from conf.py
+  - Update reno for stable/ocata
+  - Update cli docs
+  - Updated from global requirements
+  - Use Sphinx 1.5 warning-is-error
+
+---

Old:

  python-designateclient-2.6.0.tar.gz

New:

  python-designateclient-2.7.0.tar.gz



Other differences:
--
++ python-designateclient.spec ++
--- /var/tmp/diff_new_pack.eb5QOI/_old  2017-08-28 15:30:14.798411254 +0200
+++ /var/tmp/diff_new_pack.eb5QOI/_new  2017-08-28 15:30:14.814409005 +0200
@@ -18,7 +18,7 @@
 
 %global sname python-designateclient
 Name:   python-designateclient
-Version:2.6.0
+Version:2.7.0
 Release:0
 Summary:OpenStack DNS as a Service - Client
 License:Apache-2.0
@@ -31,21 +31,21 @@
 BuildRequires:  python-keystoneclient >= 3.8.0
 BuildRequires:  python-mock >= 2.0
 BuildRequires:  python-oslotest >= 1.10.0
-BuildRequires:  python-pbr >= 1.8
+BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-python-subunit >= 0.0.18
 BuildRequires:  python-requests-mock >= 1.1
 BuildRequires:  python-setuptools >= 16.0
 BuildRequires:  python-testrepository >= 0.0.18
-Requires:   python-cliff >= 2.3.0
+Requires:   python-cliff >= 2.6.0
 Requires:   python-debtcollector >= 1.2.0
 Requires:   python-jsonschema >= 2.0.0
-Requires:   python-keystoneauth1 >= 2.18.0
+Requires:   python-keystoneauth1 >= 2.21.0
 Requires:   python-keystoneclient >= 3.8.0
-Requires:   python-osc-lib >= 1.2.0
-Requires:   python-oslo.utils >= 3.18.0
-Requires:   python-requests >= 2.10.0
+Requires:   python-osc-lib >= 1.5.1
+Requires:   python-oslo.utils >= 3.20.0
+Requires:   python-requests >= 2.14.2
 Requires:   python-six >= 1.9.0
-Requires:   python-stevedore >= 1.17.1
+Requires:   python-stevedore >= 1.20.0
 BuildArch:  noarch
 
 %description
@@ -55,7 +55,7 @@
 Summary:Documentation for the OpenStack DNS as a Service - Client
 Group:  Documentation
 BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx >= 4.7.0
+BuildRequires:  python-openstackdocstheme >= 1.11.0
 
 %description doc
 Documentation for the OpenStack DNS as a Service - Client.
@@ -63,19 +63,20 @@
 %prep
 %autosetup -n %{sname}-%{version}
 %py_req_cleanup
+sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %py2_build
 
 # generate html docs
-%{__python2} setup.py build_sphinx
+%{__python2} setup.py build_sphinx --builder=html,man
 # remove the sphinx-build leftovers
 rm -rf doc/build/html/.{doctrees,buildinfo}
 
 %install
 %py2_install
-#man pages
-install -p -D -m 644 doc/build/man/designateclient.1 
%{buildroot}%{_mandir}/man1/designateclient.1
+# man pages
+install -p -D -m 644 doc/build/man/*designateclient.1 
%{buildroot}%{_mandir}/man1/designateclient.1
 
 %check
 %{__python2} setup.py testr

++ _service ++
--- /var/tmp/diff_new_pack.eb5QOI/_old  2017-08-28 15:30:14.914394949 +0200
+++ /var/tmp/diff_new_pack.eb5QOI/_new  2017-08-28 15:30:14.918394386 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/python-designateclient/python-designateclient.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/python-designateclient/python-designateclient.spec.j2
 python-designateclient.spec
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt
+

commit python-osc-lib for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-osc-lib for openSUSE:Factory 
checked in at 2017-08-28 15:30:04

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


Package is "python-osc-lib"

Mon Aug 28 15:30:04 2017 rev:3 rq:514869 version:1.7.0

Changes:

--- /work/SRC/openSUSE:Factory/python-osc-lib/python-osc-lib.changes
2017-02-21 13:41:22.648232035 +0100
+++ /work/SRC/openSUSE:Factory/.python-osc-lib.new/python-osc-lib.changes   
2017-08-28 15:30:05.459724080 +0200
@@ -1,0 +2,35 @@
+Mon Aug  7 08:32:40 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.7.0
+  - Revert "Avoid to authenticate twice"
+  - Add endpoint hook to BaseAPI
+  - Follow-up to headers handler to fix find_bulk()
+  - Util methods for column name backward compatibility
+  - Nit: Reorder some util methods in alphabetic order
+  - Update reno for stable/ocata
+  - update links to docs in readme
+  - Using assertIsNone() instead of assertEqual(None)
+  - Avoid 'NoneType' error when format conversion
+  - rearrange existing documentation to fit the new standard layout
+  - Add MultiKeyValueCommaAction to osc-lib
+  - turn on warning-is-error for sphinx
+  - Add test methods to compare formattable column values
+  - The python 3.5 is added
+  - use openstackdocstheme html context
+  - Change noauth strategy for plugin loading
+  - Add more API support
+  - Add token auth test
+  - Fix find_resource exception handling on numeric names with kwargs
+  - Pass ssl values through to OCC
+  - Make --os-profile load from environment variables
+  - switch from oslosphinx to openstackdocstheme
+  - Fix shell saving OpenStackConfig object
+  - Deprecate --profile and remove after Apr 2017
+  - Remove log translations
+  - Avoid to authenticate twice
+  - Tell ClientManager when auth is required
+  - Add formattable column base classes
+  - Updated from global requirements
+  - Optimize find_resource: do not run the same query twice
+
+---

Old:

  osc-lib-1.3.0.tar.gz

New:

  osc-lib-1.7.0.tar.gz



Other differences:
--
++ python-osc-lib.spec ++
--- /var/tmp/diff_new_pack.P3ELj2/_old  2017-08-28 15:30:06.423588582 +0200
+++ /var/tmp/diff_new_pack.P3ELj2/_new  2017-08-28 15:30:06.427588019 +0200
@@ -18,7 +18,7 @@
 
 %global sname osc-lib
 Name:   python-osc-lib
-Version:1.3.0
+Version:1.7.0
 Release:0
 Summary:OpenStackClient Library
 License:Apache-2.0
@@ -27,35 +27,35 @@
 Source0:
https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-Babel >= 2.3.4
-BuildRequires:  python-cliff >= 2.3.0
+BuildRequires:  python-cliff >= 2.6.0
 BuildRequires:  python-devel
 BuildRequires:  python-fixtures >= 3.0.0
-BuildRequires:  python-keystoneauth1 >= 2.17.0
+BuildRequires:  python-keystoneauth1 >= 2.21.0
 BuildRequires:  python-mock >= 2.0
-BuildRequires:  python-os-client-config >= 1.22.0
+BuildRequires:  python-os-client-config >= 1.27.0
 BuildRequires:  python-os-testr >= 0.8.0
 BuildRequires:  python-oslo.i18n >= 2.1.0
-BuildRequires:  python-oslo.utils >= 3.18.0
+BuildRequires:  python-oslo.utils >= 3.20.0
 BuildRequires:  python-oslotest >= 1.10.0
 BuildRequires:  python-osprofiler >= 1.4.0
-BuildRequires:  python-pbr >= 1.8
+BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-reno >= 1.8.0
 BuildRequires:  python-requests-mock >= 1.1
 BuildRequires:  python-simplejson >= 2.2.0
 BuildRequires:  python-six >= 1.9.0
-BuildRequires:  python-stevedore >= 1.17.1
+BuildRequires:  python-stevedore >= 1.20.0
 BuildRequires:  python-testrepository >= 0.0.18
 BuildRequires:  python-testtools >= 1.4.0
 Requires:   python-Babel >= 2.3.4
-Requires:   python-cliff >= 2.3.0
-Requires:   python-keystoneauth1 >= 2.17.0
-Requires:   python-os-client-config >= 1.22.0
+Requires:   python-cliff >= 2.6.0
+Requires:   python-keystoneauth1 >= 2.21.0
+Requires:   python-os-client-config >= 1.27.0
 Requires:   python-oslo.i18n >= 2.1.0
-Requires:   python-oslo.utils >= 3.18.0
-Requires:   python-pbr >= 1.8
+Requires:   python-oslo.utils >= 3.20.0
+Requires:   python-pbr >= 2.0.0
 Requires:   python-simplejson >= 2.2.0
 Requires:   python-six >= 1.9.0
-Requires:   python-stevedore >= 1.17.1
+Requires:   python-stevedore >= 1.20.0
 BuildArch:  noarch
 
 %description
@@ -66,7 +66,7 @@
 Summary:Documentation for the OpenStack client library
 Group:  Development/Languages/Python
 BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx >= 

commit python-congressclient for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-congressclient for 
openSUSE:Factory checked in at 2017-08-28 15:30:06

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


Package is "python-congressclient"

Mon Aug 28 15:30:06 2017 rev:3 rq:514870 version:1.8.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-congressclient/python-congressclient.changes  
2017-02-21 13:43:20.483608513 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-congressclient.new/python-congressclient.changes
 2017-08-28 15:30:07.687410914 +0200
@@ -1,0 +2,25 @@
+Mon Aug  7 08:31:56 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.8.0
+  - Use oslo_log instead of system logging for consistency
+  - Revert "Fix the problem of default width is small"
+  - Remove unused packages from requirements.txt
+  - Add client methods for library policy CRUD
+  - Remove log translations
+  - Update .gitignore
+  - Python 3.5 is added
+  - Use 'project' instead of 'tenant' when switching to openstackclient command
+  - Fix modindex link
+  - Set default max-width to 80 everywhere
+  - [Fix gate]Update test requirement
+  - Added how to install from a branch
+  - Add command to create policy from file
+  - remove redundant path variables in v1/client.py
+  - Update documentation link
+  - Update the documentation link for doc migration
+  - Updated from global requirements
+  - Fix the problem of default width is small
+  - Switch from oslosphinx to openstackdocstheme
+  - doc migration
+
+---

Old:

  python-congressclient-1.6.0.tar.gz

New:

  python-congressclient-1.8.0.tar.gz



Other differences:
--
++ python-congressclient.spec ++
--- /var/tmp/diff_new_pack.oKhUsG/_old  2017-08-28 15:30:08.695269230 +0200
+++ /var/tmp/diff_new_pack.oKhUsG/_new  2017-08-28 15:30:08.699268668 +0200
@@ -18,7 +18,7 @@
 
 %global sname python-congressclient
 Name:   python-congressclient
-Version:1.6.0
+Version:1.8.0
 Release:0
 Summary:Client library for Congress
 License:Apache-2.0
@@ -30,12 +30,12 @@
 BuildRequires:  python-fixtures >= 3.0.0
 BuildRequires:  python-jsonpatch >= 1.1
 BuildRequires:  python-mock >= 2.0
-BuildRequires:  python-osc-lib >= 1.2.0
-BuildRequires:  python-oslo.log >= 3.11.0
+BuildRequires:  python-osc-lib >= 1.5.1
+BuildRequires:  python-oslo.log >= 3.22.0
 BuildRequires:  python-oslo.serialization >= 1.10.0
-BuildRequires:  python-oslo.utils >= 3.18.0
+BuildRequires:  python-oslo.utils >= 3.20.0
 BuildRequires:  python-oslotest >= 1.10.0
-BuildRequires:  python-pbr >= 1.8
+BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-python-subunit >= 0.0.18
 BuildRequires:  python-requests-mock >= 1.1
 BuildRequires:  python-setuptools >= 16.0
@@ -43,14 +43,14 @@
 BuildRequires:  python-testscenarios >= 0.4
 BuildRequires:  python-testtools >= 1.4.0
 Requires:   python-Babel >= 2.3.4
-Requires:   python-cliff >= 2.3.0
-Requires:   python-keystoneauth1 >= 2.17.0
+Requires:   python-cliff >= 2.6.0
+Requires:   python-keystoneauth1 >= 2.21.0
 Requires:   python-oslo.i18n >= 2.1.0
-Requires:   python-oslo.log >= 3.11.0
+Requires:   python-oslo.log >= 3.22.0
 Requires:   python-oslo.serialization >= 1.10.0
-Requires:   python-oslo.utils >= 3.18.0
-Requires:   python-pbr >= 1.8
-Requires:   python-requests >= 2.10.0
+Requires:   python-oslo.utils >= 3.20.0
+Requires:   python-pbr >= 2.0.0
+Requires:   python-requests >= 2.14.2
 Requires:   python-six >= 1.9.0
 BuildArch:  noarch
 
@@ -68,7 +68,7 @@
 Summary:Documentation for OpenStack Congress API client libary
 Group:  Documentation
 BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx >= 4.7.0
+BuildRequires:  python-openstackdocstheme >= 1.11.0
 BuildRequires:  python-reno >= 1.8.0
 
 %description doc
@@ -85,6 +85,7 @@
 %prep
 %autosetup -n %{name}-%{version}
 %py_req_cleanup
+sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %{py2_build}

++ _service ++
--- /var/tmp/diff_new_pack.oKhUsG/_old  2017-08-28 15:30:08.795255174 +0200
+++ /var/tmp/diff_new_pack.oKhUsG/_new  2017-08-28 15:30:08.795255174 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/python-congressclient/python-congressclient.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/python-congressclient/python-congressclient.spec.j2
 python-congressclient.spec
-

commit python-debtcollector for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-debtcollector for 
openSUSE:Factory checked in at 2017-08-28 15:30:09

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


Package is "python-debtcollector"

Mon Aug 28 15:30:09 2017 rev:6 rq:514871 version:1.17.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-debtcollector/python-debtcollector.changes
2017-02-21 13:39:33.367648555 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-debtcollector.new/python-debtcollector.changes
   2017-08-28 15:30:10.914957188 +0200
@@ -1,0 +2,14 @@
+Mon Aug  7 08:42:59 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.17.0
+  - Remove testscenarios from test-requirements.txt
+  - Do not require oslotest for testing
+  - Update URLs in documents according to document migration
+  - rearrange existing documentation to fit the new standard layout
+  - Update reno for stable/ocata
+  - Remove pbr warnerrors in favor of sphinx check
+  - Updated from global requirements
+  - switch from oslosphinx to openstackdocstheme
+  - Python 3.4 support has been removed
+
+---

Old:

  debtcollector-1.11.0.tar.gz

New:

  debtcollector-1.17.0.tar.gz



Other differences:
--
++ python-debtcollector.spec ++
--- /var/tmp/diff_new_pack.CTb2oe/_old  2017-08-28 15:30:11.830828435 +0200
+++ /var/tmp/diff_new_pack.CTb2oe/_new  2017-08-28 15:30:11.834827873 +0200
@@ -18,25 +18,24 @@
 
 %global pypi_name debtcollector
 Name:   python-debtcollector
-Version:1.11.0
+Version:1.17.0
 Release:0
 Summary:A collection of Python deprecation patterns and strategies
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:http://docs.openstack.org/developer/debtcollector/
-Source0:
https://tarballs.openstack.org/debtcollector/%{pypi_name}-%{version}.tar.gz
+Source0:
https://pypi.io/packages/source/d/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
 BuildRequires:  python-fixtures >= 3.0.0
 BuildRequires:  python-funcsigs >= 0.4
-BuildRequires:  python-oslotest >= 1.10.0
-BuildRequires:  python-pbr >= 1.8
+BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-python-subunit >= 0.0.18
 BuildRequires:  python-setuptools >= 16.0
 BuildRequires:  python-testrepository >= 0.0.18
 BuildRequires:  python-wrapt >= 1.7.0
 Requires:   python-funcsigs >= 0.4
-Requires:   python-pbr >= 1.8
+Requires:   python-pbr >= 2.0.0
 Requires:   python-six >= 1.9.0
 Requires:   python-wrapt >= 1.7.0
 BuildArch:  noarch
@@ -56,7 +55,7 @@
 Summary:Documentation for %{name}
 Group:  Documentation
 BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx >= 4.7.0
+BuildRequires:  python-openstackdocstheme >= 1.11.0
 
 %description doc
 A collection of Python deprecation patterns and strategies that help
@@ -74,6 +73,7 @@
 %prep
 %autosetup -n %{pypi_name}-%{version}
 %py_req_cleanup
+sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %py2_build

++ _service ++
--- /var/tmp/diff_new_pack.CTb2oe/_old  2017-08-28 15:30:11.906817753 +0200
+++ /var/tmp/diff_new_pack.CTb2oe/_new  2017-08-28 15:30:11.906817753 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/debtcollector/debtcollector.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/debtcollector/debtcollector.spec.j2
 python-debtcollector.spec
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt
 cloud-de...@suse.de
 gh,openstack,debtcollector
   

++ debtcollector-1.11.0.tar.gz -> debtcollector-1.17.0.tar.gz ++
 1633 lines of diff (skipped)




commit python-ceilometerclient for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-ceilometerclient for 
openSUSE:Factory checked in at 2017-08-28 15:29:53

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


Package is "python-ceilometerclient"

Mon Aug 28 15:29:53 2017 rev:24 rq:514859 version:2.9.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-ceilometerclient/python-ceilometerclient.changes
  2017-02-21 13:42:59.566559378 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-ceilometerclient.new/python-ceilometerclient.changes
 2017-08-28 15:29:55.337147098 +0200
@@ -1,0 +2,14 @@
+Mon Aug  7 08:17:58 UTC 2017 - cloud-de...@suse.de
+
+- update to version 2.9.0
+  - Deprecate ceilometerclient
+  - shell: do not force domain to be present
+  - Remove log translations
+  - [bugfix]with keystone v3 Could not find domain: default.
+  - Adjust parameters order of tenant_xxx and project_xxx
+  - Handle log message interpolation by the logger
+  - delete bash_completion in subcommand
+  - Remove support for py34
+  - Update reno for stable/ocata
+
+---

Old:

  python-ceilometerclient-2.8.0.tar.gz

New:

  python-ceilometerclient-2.9.0.tar.gz



Other differences:
--
++ python-ceilometerclient.spec ++
--- /var/tmp/diff_new_pack.cQalxL/_old  2017-08-28 15:29:55.961059390 +0200
+++ /var/tmp/diff_new_pack.cQalxL/_new  2017-08-28 15:29:55.961059390 +0200
@@ -18,7 +18,7 @@
 
 %global sname python-ceilometerclient
 Name:   python-ceilometerclient
-Version:2.8.0
+Version:2.9.0
 Release:0
 Summary:Python API and CLI for OpenStack Ceilometer
 License:Apache-2.0
@@ -28,30 +28,30 @@
 BuildRequires:  openstack-macros
 BuildRequires:  python-PrettyTable >= 0.7.1
 BuildRequires:  python-devel
-BuildRequires:  python-keystoneauth1 >= 2.17.0
+BuildRequires:  python-keystoneauth1 >= 2.21.0
 BuildRequires:  python-mock >= 2.0
 BuildRequires:  python-oslo.i18n >= 2.1.0
 BuildRequires:  python-oslo.serialization >= 1.10.0
-BuildRequires:  python-oslo.utils >= 3.18.0
-BuildRequires:  python-pbr >= 1.8
-BuildRequires:  python-requests >= 2.10.0
+BuildRequires:  python-oslo.utils >= 3.20.0
+BuildRequires:  python-pbr >= 2.0.0
+BuildRequires:  python-requests >= 2.14.2
 BuildRequires:  python-requests-mock >= 1.1
 BuildRequires:  python-setuptools >= 16.0
 BuildRequires:  python-six >= 1.9.0
-BuildRequires:  python-stevedore >= 1.17.1
+BuildRequires:  python-stevedore >= 1.20.0
 BuildRequires:  python-testrepository >= 0.0.18
 BuildRequires:  python-testscenarios >= 0.4
 BuildRequires:  python-testtools >= 1.4.0
 Requires:   python-PrettyTable >= 0.7.1
 Requires:   python-iso8601 >= 0.1.11
-Requires:   python-keystoneauth1 >= 2.17.0
+Requires:   python-keystoneauth1 >= 2.21.0
 Requires:   python-oslo.i18n >= 2.1.0
 Requires:   python-oslo.serialization >= 1.10.0
-Requires:   python-oslo.utils >= 3.18.0
-Requires:   python-pbr >= 1.8
-Requires:   python-requests >= 2.10.0
+Requires:   python-oslo.utils >= 3.20.0
+Requires:   python-pbr >= 2.0.0
+Requires:   python-requests >= 2.14.2
 Requires:   python-six >= 1.9.0
-Requires:   python-stevedore >= 1.17.1
+Requires:   python-stevedore >= 1.20.0
 BuildArch:  noarch
 
 %description

++ _service ++
--- /var/tmp/diff_new_pack.cQalxL/_old  2017-08-28 15:29:56.037048707 +0200
+++ /var/tmp/diff_new_pack.cQalxL/_new  2017-08-28 15:29:56.037048707 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/python-ceilometerclient/python-ceilometerclient.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/python-ceilometerclient/python-ceilometerclient.spec.j2
 python-ceilometerclient.spec
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt
 cloud-de...@suse.de
 gh,openstack,python-ceilometerclient
   

++ python-ceilometerclient-2.8.0.tar.gz -> 
python-ceilometerclient-2.9.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-ceilometerclient-2.8.0/AUTHORS 
new/python-ceilometerclient-2.9.0/AUTHORS
--- old/python-ceilometerclient-2.8.0/AUTHORS   2017-01-25 20:32:11.0 
+0100
+++ new/python-ceilometerclient-2.9.0/AUTHORS   2017-06-12 15:27:21.0 
+0200
@@ -30,8 +30,10 @@
 Eric Pendergrass 
 Eugeniya Kudryashova 
 Fabio 

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

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-os-client-config for 
openSUSE:Factory checked in at 2017-08-28 15:29:57

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


Package is "python-os-client-config"

Mon Aug 28 15:29:57 2017 rev:7 rq:514866 version:1.28.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-os-client-config/python-os-client-config.changes
  2017-02-21 13:39:41.406514495 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-os-client-config.new/python-os-client-config.changes
 2017-08-28 15:29:59.120615225 +0200
@@ -1,0 +2,36 @@
+Mon Aug  7 08:33:26 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.28.0
+  - Revert "Use interface not endpoint_type for keystoneclient"
+  - Fix interactions with keystoneauth from newton
+  - modify test-requirement according to requirements project
+  - Add ability to skip yaml loading
+  - rearrange existing documentation to follow the new standard layout
+  - Make _fix_argv() somewhat compatible with Argparse action='append'
+  - Add support for overriding mistral service type
+  - [Fix gate]Update test requirement
+  - Update reno for stable/ocata
+  - Docs: add a note about rackspace API keys
+  - Keep a singleton to support multiple get_config calls
+  - use openstackdocstheme html context
+  - Use interface not endpoint_type for keystoneclient
+  - Add helper scripts to print version discovery info
+  - OVH supports qcow2
+  - Add support for bailing on invalid service versions
+  - Pass ironic microversion through from api_version
+  - Remove out of date comment
+  - Add support for indicating required floating IPs
+  - Add ability to pass in user_agent
+  - fix location of team tags in README
+  - Remove the keystoneclient auth fallback
+  - Add helper method to fetch service catalog
+  - Add ironicclient to constructors list
+  - Revert "Revert "Use interface not endpoint_type for keystoneclient""
+  - Don't pop from os.environ
+  - Stop special-casing idenity catalog lookups
+  - switch from oslosphinx to openstackdocstheme
+  - Add designateclient to constructors list
+  - turn on warning-is-error in documentation build
+  - Fix typo for baremetal_service_type
+
+---

Old:

  os-client-config-1.26.0.tar.gz

New:

  os-client-config-1.28.0.tar.gz



Other differences:
--
++ python-os-client-config.spec ++
--- /var/tmp/diff_new_pack.v79ssM/_old  2017-08-28 15:29:59.932501091 +0200
+++ /var/tmp/diff_new_pack.v79ssM/_new  2017-08-28 15:29:59.940499966 +0200
@@ -20,7 +20,7 @@
 %bcond_with test
 %bcond_with docs
 Name:   python-os-client-config
-Version:1.26.0
+Version:1.28.0
 Release:0
 Summary:OpenStack Client Configuration Library
 License:Apache-2.0
@@ -29,17 +29,17 @@
 Source0:
https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
-BuildRequires:  python-pbr >= 1.8
+BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-setuptools >= 16.0
 Requires:   python-PyYAML >= 3.10.0
 Requires:   python-appdirs >= 1.3.0
-Requires:   python-keystoneauth1 >= 2.17.0
-Requires:   python-requestsexceptions >= 1.1.1
+Requires:   python-keystoneauth1 >= 2.21.0
+Requires:   python-requestsexceptions >= 1.2.0
 BuildArch:  noarch
 %if %{with test}
 BuildRequires:  python-extras
 BuildRequires:  python-fixtures >= 3.0.0
-BuildRequires:  python-glanceclient >= 2.5.0
+BuildRequires:  python-glanceclient >= 2.7.0
 BuildRequires:  python-jsonschema >= 2.0.0
 BuildRequires:  python-keystoneclient >= 3.8.0
 BuildRequires:  python-mock >= 2.0

++ _service ++
--- /var/tmp/diff_new_pack.v79ssM/_old  2017-08-28 15:30:00.012489846 +0200
+++ /var/tmp/diff_new_pack.v79ssM/_new  2017-08-28 15:30:00.012489846 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/os-client-config/os-client-config.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/os-client-config/os-client-config.spec.j2
 python-os-client-config.spec
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt
 cloud-de...@suse.de
 gh,openstack,os-client-config
   

++ os-client-config-1.26.0.tar.gz -> os-client-config-1.28.0.tar.gz ++
 4770 lines of diff (skipped)




commit python-osprofiler for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-osprofiler for 
openSUSE:Factory checked in at 2017-08-28 15:30:00

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


Package is "python-osprofiler"

Mon Aug 28 15:30:00 2017 rev:4 rq:514868 version:1.11.0

Changes:

--- /work/SRC/openSUSE:Factory/python-osprofiler/python-osprofiler.changes  
2016-09-30 15:29:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-osprofiler.new/python-osprofiler.changes 
2017-08-28 15:30:00.400435309 +0200
@@ -1,0 +2,80 @@
+Mon Aug  7 08:36:49 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.11.0
+  - devstack: make option hmac_keys configurable
+  - Add functional test for notifier backend
+  - Add Jaeger to list of similar projects
+  - Highlight last trace for OSprofiler html output
+  - Upgrade libraries, add highlight for JSON data
+  - doc: Fix formatting
+  - Switch to "topics" keyword for messaging driver
+  - Python 3.4 support is removed
+  - Fix mistake in split meta string
+  - Update reno for stable/ocata
+  - Expose connection_string parameter into DevStack plugin
+  - Add magnum to devstack config
+  - Fix error message for invalid trace
+  - rearrange existing documentation to fit the new standard layout
+  - Move implemeted specs to implemented directory
+  - Add zun to devstack config
+  - Update .gitignore
+  - Update URLs in documents according to document migration
+  - Revert "Change list_opts to dictionary style"
+  - Change list_opts to dictionary style
+  - Improve error reporting for Ceilometer driver
+  - Enable warning-is-error in doc build
+  - Replace oslo.messaging.get_transport with get_notification_transport
+  - Change some bindings to one-time bindings
+  - devstack: use project conf file env variables
+  - Increase angular digest iteration limit
+  - Remove extra white spaces in json output
+  - Cleanup code of DevStack plugin
+  - Remove unused imports
+  - Fix enabling order specify in README.rst
+  - [Fix gate]Update test requirement
+  - Switch from oslosphinx to openstackdocstheme
+  - fix an outdated link for zipkin
+
+---
+Mon Feb 13 08:44:13 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.5.0:
+  - Add py35 tox virtualenv
+  - Fix a doc typo
+  - Use an env variable for connection string default
+  - Show team and repo badges on README
+  - Fix import order
+  - Add Log Insight driver
+  - Add Elasticsearch driver
+  - Update dependencies' version from project requirements
+  - Add a redis driver
+  - Trivial: Remove vim header from source files
+  - Add exception to trace point details
+  - Add reno for release notes management
+  - Visualize trace output as graph
+  - Update documentation to the latest state
+  - Add AUTHORS and ChangeLog to .gitignore
+  - Replace six.iteritems() with .items()
+  - Organize unit tests under tests/unit folder
+  - Move hacking checks outside tests
+  - Error out for invalid trace ID
+  - Use method constant_time_compare from oslo.utils
+  - [doc]Add description for multi-backend URI
+  - Update devstack plugin readme to enable Panko
+  - Pretty print json output
+  - Heat and Cinder now use new style conf
+  - Use oslo_utils.uuidutils.is_uuid_like
+  - Update homepage with developer documentation page
+  - Replace logging with oslo_log
+  - Pass oslo.messaging kwargs only for "messaging://"
+  - Add .idea folder to .gitignore
+  - Use uuidutils instead of uuid.uuid4()
+  - Enable devstack to configure OSProfiler for Senlin project
+  - Fix syntax in JS, JSON indent with 4 spaces
+  - Re-format html template
+  - Remove old notifiers
+  - Fix the issue that ChangeLog not found when building docs
+  - Update the driver path in th doc
+  - Remove print statement
+
+---

Old:

  osprofiler-1.4.0.tar.gz

New:

  osprofiler-1.11.0.tar.gz



Other differences:
--
++ python-osprofiler.spec ++
--- /var/tmp/diff_new_pack.hpMGzN/_old  2017-08-28 15:30:01.348302060 +0200
+++ /var/tmp/diff_new_pack.hpMGzN/_new  2017-08-28 15:30:01.352301497 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-osprofiler
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -18,7 +18,7 @@
 
 %global sname osprofiler
 Name:   python-osprofiler
-Version:1.4.0
+Version:1.11.0
 Release:0
 Summary:OpenStack Profiler Library
 

commit python-cinderclient for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-cinderclient for 
openSUSE:Factory checked in at 2017-08-28 15:29:56

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


Package is "python-cinderclient"

Mon Aug 28 15:29:56 2017 rev:29 rq:514863 version:3.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-cinderclient/python-cinderclient.changes  
2017-02-21 13:43:04.373881188 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-cinderclient.new/python-cinderclient.changes 
2017-08-28 15:29:56.392998669 +0200
@@ -1,0 +2,88 @@
+Mon Aug  7 08:20:22 UTC 2017 - cloud-de...@suse.de
+
+- update to version 3.1.0
+  - Dynamic log level support
+  - Update visibility help message
+  - Fix simple parameter comment error
+  - Add doc for noauth usage
+  - Add pagination for snapshots, backups
+  - Unicode value support for "--filters"
+  - Handle AttributeError in _get_server_version_range
+  - Eliminate function redefined pylint error
+  - Fix client `retries` default value.
+  - Add cinder tests for cinder snapshot create commands with parameters
+  - Cleared type restrictions for metadata option
+  - Make --profile load from environment variables
+  - Update README.rst to remain consistent with python-cinderclient.
+  - Add release note for get_highest_client_server_version return type change
+  - Group show command should be in V3
+  - Replace http with https
+  - Remove explicit global_request_id from keystoneauth subclass
+  - Update reno for stable/ocata
+  - import content from cli-reference in openstack-manuals
+  - Enabled like filter support in client
+  - Add cinder tests for cinder volume create commands with parameters
+  - Add a missing left bracket in help message
+  - support global_request_id in constructor
+  - Rearrange existing documentation to fit the new standard layout
+  - Add print_function import
+  - Handle dashes in encryption-type-create arguments
+  - Fix attribute errors in os-auth-* settings
+  - Replace uuid.uuid4().hex with uuidutils.generate_uuid()
+  - static method to get_highest_client_server_version
+  - Handle log message interpolation by the logger
+  - Remove consistencygroup quota
+  - [BugFix] Make 'instance_id' required in attachment-create CLI.
+  - Fix all_tenants doesn't work for group list
+  - Fix discover_version
+  - Remove duplicate columns from list output
+  - Support list-volume for group show
+  - [BugFix] 'Mountpoint' is missing in attachment CLIs.
+  - Pretty print 'extra_specs' and 'group_specs'
+  - Add start_version check for do_list() image_metadata option
+  - Fix output of update command
+  - Fix highest version supported by client and server
+  - Fix PY2/PY3 specific error in testcases
+  - Fix the wrong help message of marker
+  - Add --metadata option to API v2 cinder list command again
+  - Support generalized resource filter in client
+  - Tiramisu: replication group support
+  - Tests: Add info to assert_called failure message
+  - Add cinder create --poll
+  - Change "--sort" description in help message
+  - Fix reset state v3 unit tests failures
+  - Add description for function do_list_extensions in cinderclient
+  - Remove duplicate get_highest_client_server_version
+  - Remove cinder credentials command
+  - Update cinder.rst and shell.rst
+  - Remove duplicate do_upload_to_image() method def
+  - Do not require network for test_noauth_plugin()
+  - Fix pep8 errors
+  - Update tox to delete py34
+  - Bump MAX_VERSION to 3.27
+  - Fix error in unit testcase
+  - Update URLs in documentation
+  - cinder show with attachments is a mess
+  - Cinder client reset-state improvements
+  - Fix cmd options for updating a quota class
+  - python-cinderclient doc unclear on Volume.attach
+  - Remove unused and duplicated fake_client module
+  - Remove log translations
+  - Add get_highest_version method
+  - cinderclient might not return version for V2 API
+  - Fix service-list command for API v.3.0-3.6
+  - Make V3 the default and fixup version reporting
+  - Support revert to snapshot in client
+  - Fix noauth support
+  - Cinder attachment-* does not support names
+  - Fix support for Unicode value filters
+  - UnboundLocalError on message-list
+  - Support volume summary command
+  - [BugFix] Add 'all_tenants', 'project_id' in attachment-list
+  - Switch from oslosphinx to openstackdocstheme
+  - Remove direct dependency on requests
+  - Disable functional tests with multiattach
+  - Updated from global requirements
+- Add 0001-Fix-man-page-build.patch
+
+---

Old:

  python-cinderclient-1.11.0.tar.gz

New:

  0001-Fix-man-page-build.patch
  python-cinderclient-3.1.0.tar.gz


commit python-castellan for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-castellan for 
openSUSE:Factory checked in at 2017-08-28 15:29:49

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


Package is "python-castellan"

Mon Aug 28 15:29:49 2017 rev:3 rq:514858 version:0.12.0

Changes:

--- /work/SRC/openSUSE:Factory/python-castellan/python-castellan.changes
2017-02-21 13:39:59.415973857 +0100
+++ /work/SRC/openSUSE:Factory/.python-castellan.new/python-castellan.changes   
2017-08-28 15:29:52.669522108 +0200
@@ -1,0 +2,29 @@
+Mon Aug  7 08:04:58 UTC 2017 - cloud-de...@suse.de
+
+- update to version 0.12.0
+  - Correct config path in functional test
+  - removed the older version of python
+  - Enable some off-by-default checks
+  - Remove outdated comment
+  - Add ability to get only metadata
+  - Add option for verifying TLS (https) requests
+  - MockKeyManager should return a copy of the object instead of actual object
+  - Fix incorrect config in usage doc
+  - Removes unnecessary utf-8 encoding
+  - rearrange existing documentation to fit the new standard layout
+  - Fix gate failure on pep8
+  - Optimize the link address
+  - Replacing six.iteritems() with .items()
+  - Change keystone endpoint
+  - Update docs on config generation
+  - Switch from oslosphinx to openstackdocstheme
+  - Update the doc URL in the documents
+  - Fix error in credential_factory
+  - Update .gitignore
+  - Enable warning-is-error in doc build
+  - Fixes all current typo errors on Castellan project.
+  - Remove log translations
+  - Replaces uuid.uuid4 with uuidutils.generate_uuid()
+  - Updated from global requirements
+
+---

Old:

  castellan-0.5.0.tar.gz

New:

  castellan-0.12.0.tar.gz



Other differences:
--
++ python-castellan.spec ++
--- /var/tmp/diff_new_pack.MQPuXb/_old  2017-08-28 15:29:54.233302275 +0200
+++ /var/tmp/diff_new_pack.MQPuXb/_new  2017-08-28 15:29:54.241301150 +0200
@@ -18,7 +18,7 @@
 
 %global sname castellan
 Name:   python-castellan
-Version:0.5.0
+Version:0.12.0
 Release:0
 Summary:Generic Key Manager interface for OpenStack
 License:Apache-2.0
@@ -27,9 +27,9 @@
 Source0:
https://pypi.io/packages/source/c/%{sname}/%{sname}-%{version}.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-barbicanclient >= 4.0.0
-BuildRequires:  python-cryptography >= 1.0
-BuildRequires:  python-oslo.config >= 3.14.0
-BuildRequires:  python-oslo.log >= 3.11.0
+BuildRequires:  python-cryptography >= 1.6
+BuildRequires:  python-oslo.config >= 4.0.0
+BuildRequires:  python-oslo.log >= 3.22.0
 BuildRequires:  python-oslotest >= 1.10.0
 BuildRequires:  python-python-subunit >= 0.0.18
 BuildRequires:  python-setuptools >= 16.0
@@ -37,13 +37,13 @@
 BuildRequires:  python-testscenarios >= 0.4
 BuildRequires:  python-testtools >= 1.4.0
 Requires:   python-Babel >= 2.3.4
-Requires:   python-cryptography >= 1.0
-Requires:   python-oslo.config >= 3.14.0
-Requires:   python-oslo.context >= 2.9.0
-Requires:   python-oslo.log >= 3.11.0
-Requires:   python-oslo.policy >= 1.17.0
+Requires:   python-cryptography >= 1.6
+Requires:   python-oslo.config >= 4.0.0
+Requires:   python-oslo.context >= 2.14.0
+Requires:   python-oslo.log >= 3.22.0
+Requires:   python-oslo.policy >= 1.23.0
 Requires:   python-oslo.serialization >= 1.10.0
-Requires:   python-oslo.utils >= 3.18.0
+Requires:   python-oslo.utils >= 3.20.0
 BuildArch:  noarch
 
 %description
@@ -53,7 +53,7 @@
 Summary:Documentation for castellan
 Group:  Documentation
 BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx >= 4.7.0
+BuildRequires:  python-openstackdocstheme >= 1.11.0
 
 %description doc
 Castellan is a generic Key Manager interface for OpenStack.
@@ -62,6 +62,7 @@
 %prep
 %autosetup -n %{sname}-%{version}
 %py_req_cleanup
+sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %py2_build

++ _service ++
--- /var/tmp/diff_new_pack.MQPuXb/_old  2017-08-28 15:29:54.325289344 +0200
+++ /var/tmp/diff_new_pack.MQPuXb/_new  2017-08-28 15:29:54.329288781 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/castellan/castellan.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/castellan/castellan.spec.j2
 python-castellan.spec
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt
+

commit python-oslo.log for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-oslo.log for openSUSE:Factory 
checked in at 2017-08-28 15:29:45

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


Package is "python-oslo.log"

Mon Aug 28 15:29:45 2017 rev:9 rq:514856 version:3.30.0

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.log/python-oslo.log.changes  
2017-04-06 11:01:59.828881561 +0200
+++ /work/SRC/openSUSE:Factory/.python-oslo.log.new/python-oslo.log.changes 
2017-08-28 15:29:46.426399753 +0200
@@ -1,0 +2,54 @@
+Mon Aug  7 08:05:45 UTC 2017 - cloud-de...@suse.de
+
+- update to version 3.30.0
+  - only show error_summary for warning and error messages
+  - Fix bug in log_method_call decorator
+  - refactor error summary logic so it can be reused
+  - Add additional info like python-systemd does
+  - [Fix gate]Update test requirement
+  - Update URLs according to document migration
+  - Remove deprecated module loggers
+  - Fix devstack colors
+  - Update reno for stable/ocata
+  - Check reStructuredText documents for common style issues.
+  - When record.args is None, it should not give an exception.
+  - Trivial: Remove testscenarios from test-requirements.txt
+  - Remove 'verbose' option (again)
+  - clarify release note for error summary handling
+  - Optimize the link address
+  - Fix some reST field lists in docstrings
+  - make handling of error_summary more flexible
+  - formatter: skip ImportError when adding error_summary
+  - switch from oslosphinx to openstackdocstheme
+  - pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz)
+  - Add missing variable html_last_updated_fmt
+  - do not add error_summary for debug log messages
+  - add error_summary support to JSONFormatter
+  - add error_summary support for fluentd formatter
+  - tail support, log filtering, executable, and splitlines bug fix
+  - Documentation for journal usage
+  - improve the documentation for log format strings
+  - rearrange content to fit the new standard layout
+  - Must not go underneath the context object and access __dict__
+  - Remove references to Python 3.4
+  - add line number information to fluentd formatter
+  - add exception summaries to the main log line
+  - Oslo i18n 3.15.2 has broken deps
+  - fix test description comment
+  - Add log.get_loggers method
+  - Remove log translations
+  - add an extras dependency for systemd
+  - Always create OSSysLogHandler
+  - skip built-in exceptions when adding error_summary
+  - protect systemd class initialization when syslog is not available
+  - Use dict arg values for unicode checks in ContextFormatter
+  - Fix syslog module usage breaking Windows compatibility
+  - Remove support for py34
+  - Systemd native journal support
+  - Added is_debug_enabled helper
+  - Revert "Remove 'verbose' option (again)"
+  - Add oslo_messaging to the list of log levels
+  - Updated from global requirements
+  - Use Sphinx 1.5 warning-is-error
+
+---

Old:

  oslo.log-3.20.1.tar.gz

New:

  oslo.log-3.30.0.tar.gz



Other differences:
--
++ python-oslo.log.spec ++
--- /var/tmp/diff_new_pack.0o6IdI/_old  2017-08-28 15:29:47.250283933 +0200
+++ /var/tmp/diff_new_pack.0o6IdI/_new  2017-08-28 15:29:47.266281684 +0200
@@ -18,7 +18,7 @@
 
 %global sname oslo.log
 Name:   python-oslo.log
-Version:3.20.1
+Version:3.30.0
 Release:0
 Summary:OpenStack log library
 License:Apache-2.0
@@ -29,13 +29,13 @@
 BuildRequires:  python-devel
 BuildRequires:  python-mock >= 2.0
 BuildRequires:  python-monotonic >= 0.6
-BuildRequires:  python-oslo.config >= 3.14.0
-BuildRequires:  python-oslo.context >= 2.9.0
+BuildRequires:  python-oslo.config >= 4.0.0
+BuildRequires:  python-oslo.context >= 2.14.0
 BuildRequires:  python-oslo.i18n >= 2.1.0
 BuildRequires:  python-oslo.serialization >= 1.10.0
-BuildRequires:  python-oslo.utils >= 3.18.0
+BuildRequires:  python-oslo.utils >= 3.20.0
 BuildRequires:  python-oslotest >= 1.10.0
-BuildRequires:  python-pbr >= 1.8
+BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-pyinotify >= 0.9.6
 BuildRequires:  python-python-dateutil >= 2.4.2
 BuildRequires:  python-python-subunit >= 0.0.18
@@ -45,11 +45,11 @@
 BuildRequires:  python-testtools >= 1.4.0
 Requires:   python-debtcollector >= 1.2.0
 Requires:   python-monotonic >= 0.6
-Requires:   python-oslo.config >= 3.14.0
-Requires:   python-oslo.context >= 2.9.0
+Requires:   python-oslo.config >= 4.0.0
+Requires:   python-oslo.context >= 2.14.0
 Requires:   python-oslo.i18n >= 2.1.0
 Requires:   python-oslo.serialization 

commit python-keystoneauth1 for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-keystoneauth1 for 
openSUSE:Factory checked in at 2017-08-28 15:29:43

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


Package is "python-keystoneauth1"

Mon Aug 28 15:29:43 2017 rev:4 rq:514838 version:3.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-keystoneauth1/python-keystoneauth1.changes
2017-02-21 13:39:50.293260821 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-keystoneauth1.new/python-keystoneauth1.changes
   2017-08-28 15:29:43.358830984 +0200
@@ -1,0 +2,78 @@
+Mon Aug  7 06:33:00 UTC 2017 - cloud-de...@suse.de
+
+- update to version 3.1.0
+  - Allow setting EndpointReference in ADFSPassword
+  - Add returning EndpointData objects from discovery
+  - Refactor volume mock urls in identity_common tests
+  - Add support for version ranges
+  - Record the discovered major api version
+  - Add an allow_version_hack flag to session and identity plugins.
+  - Use https for *.openstack.org references
+  - Add note to requirements.txt
+  - Miscellaneous cleanup in discover.py
+  - Make discover.version_between private
+  - Support a list of interface values
+  - Clean up a few review nits
+  - Updated inconsistent value of scope parameter
+  - Pass kwargs to the plugin getter
+  - Add paragraph clarifying major and micro versions
+  - Trivial fix typo in document
+  - Introduce keystoneauth1.loading.adapter
+  - Update reno for stable/ocata
+  - Add flags to turn discovery on and off
+  - Fix html_last_updated_fmt for Python3
+  - Ensure constructed urls have trailing '/'s
+  - Add global_request_id param to Adapter constructor
+  - Update docs and add a release note
+  - Optimize the link address
+  - Allow users to specify a serializer easily
+  - Fixed minor review comments and updated docs
+  - Fix ClientException message property not set properly
+  - Plumb endpoint_override through get_endpoint_data
+  - get_conf_options can exclude deprecated opts
+  - Fix _run_discovery caching
+  - Allow new cassettes to be recorded via fixture
+  - Uncomment warning-is-error for doc building
+  - Remove unused test requirement pycrypto
+  - Support explicitly requesting the 'latest' version
+  - Move version discovery logic to keystoneauth1.discover
+  - Add min_version and max_version to adapter constructors
+  - Replace assertTrue(isinstance()) with assertIsInstance()
+  - Expose getting EndpointData on adapter and session
+  - Fixed multiple target Auth warning in docstring
+  - Add 'none' identity plugin
+  - normalize_version_number([1]) => (1, 0) and docs
+  - Using assertFalse(A) instead of assertEqual(False, A)
+  - Add tests to specifically test trailing slash behavior
+  - Add url manipulation and microversion collection
+  - Remove kwargs from adapter.get_endpoint_data
+  - Minor cleanup
+  - Add ADFSPassword to keystoneauth1 entry points
+  - Remove deprecated_since for interface and fix text
+  - Fix V3ADFSPassword retrieval of scoped token
+  - Handle pathless URLs
+  - Add bindep.txt file
+  - Include the auth_url in the discovery failure message
+  - Expose valid_interfaces as a ListOpt for config files
+  - Remove pbr warnerrors in favor of sphinx check
+  - Rework EndpointData construction to normalize catalog first
+  - Change locations of docs for intersphinx
+  - Discourage 'version' and accept 'M.latest'
+  - Optimize matching version no microversion needed
+  - Make Discover.version_data accept null max_version
+  - Rework discovery cache
+  - Add support for next_min_version and not_before
+  - Add ability to specify a microversion in a request
+  - Port the missing version data discovery tests from ksc
+  - Expand some discover.py docstrings
+  - Update test requirement
+  - Prevent JSON decode errors in the pre-record hook
+  - Nix EndpointData.get_versioned_data(authenticated)
+  - Allow users to specify request matchers in Betamax
+  - Switch from oslosphinx to openstackdocstheme
+  - Enable sphinx todo extension
+  - Update URLs in documents according to document migration
+  - Updated from global requirements
+  - Ensure we discover only when we should
+
+---

Old:

  keystoneauth1-2.18.0.tar.gz

New:

  keystoneauth1-3.1.0.tar.gz



Other differences:
--
++ python-keystoneauth1.spec ++
--- /var/tmp/diff_new_pack.pF3P3J/_old  2017-08-28 15:29:44.066731469 +0200
+++ /var/tmp/diff_new_pack.pF3P3J/_new  2017-08-28 15:29:44.070730907 +0200
@@ -18,7 +18,7 @@
 
 %global sname keystoneauth1
 Name:   python-keystoneauth1
-Version:2.18.0
+Version:3.1.0
 Release:0
 Summary:

commit python-oslo.config for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-oslo.config for 
openSUSE:Factory checked in at 2017-08-28 15:29:40

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


Package is "python-oslo.config"

Mon Aug 28 15:29:40 2017 rev:22 rq:514837 version:4.11.0

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.config/python-oslo.config.changes
2017-02-21 13:43:10.744982387 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.config.new/python-oslo.config.changes   
2017-08-28 15:29:41.043156515 +0200
@@ -1,0 +2,50 @@
+Mon Aug  7 06:33:49 UTC 2017 - cloud-de...@suse.de
+
+- update to version 4.11.0
+  - Enable some off-by-default checks
+  - Remove usage of enforce_type=True
+  - Don't set enforce_type if we are using the default
+  - update the documentation URL in the readme
+  - rearrange docs based on new standard layout
+  - [Fix gate]Update test requirement
+  - Update reno for stable/ocata
+  - Fix string interpolation in ValueError
+  - Handle both - and _ forms of deprecated opts
+  - Fix html_last_updated_fmt for Python3
+  - add deprecation_reason to log message
+  - Handle getattrs to ConfigOpts for deprecated opts
+  - Optimize the link address
+  - fix an issue with looking up deprecated option names in code
+  - add rst output mode for config generator
+  - switch from oslosphinx to openstackdocstheme
+  - pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz)
+  - Update URLs in documents according to document migration
+  - sphinxext: Log with 'str', not 'repr'
+  - Clarify info on a comment
+  - sphinxext: Handle unescaped percentage signs
+  - Fix typo in generator.rst
+  - Add PyYAML as a requirement
+  - Adjust removal_version for argument enforce_type
+  - Fix conversion to item_type on __call__ in List type(again)
+  - Machine Readable Sample Config
+  - Cast generator_options to dict
+  - import content from the configuration reference guide
+  - Remove dependency oslo.i18n from test-requirements.txt
+  - handle option defaults that are not strings
+  - sphinxext: Use lower logging level
+  - add to group data model to for generator
+  - Rework the 'oslo-config-generator' documentation
+  - Remove log translations
+  - Add HACKING.rst
+  - doc: Specify openstackdocs theme
+  - Fix python 3.6 escape char warnings in strings
+  - fix formatting of literal default values with spaces
+  - Add snap package paths to default config dirs
+  - Handle multi-line default values in olso-config-generator
+  - sphinxext: Add arguments for oslo.config:group directive
+  - Make set_override/set_default with enforce_type=True by default
+  - Updated from global requirements
+  - Use Sphinx 1.5 warning-is-error
+  - Fix up the option docs
+
+---

Old:

  oslo.config-3.22.0.tar.gz

New:

  oslo.config-4.11.0.tar.gz



Other differences:
--
++ python-oslo.config.spec ++
--- /var/tmp/diff_new_pack.UExmAr/_old  2017-08-28 15:29:41.635073305 +0200
+++ /var/tmp/diff_new_pack.UExmAr/_new  2017-08-28 15:29:41.639072743 +0200
@@ -18,7 +18,7 @@
 
 %global sname oslo.config
 Name:   python-oslo.config
-Version:3.22.0
+Version:4.11.0
 Release:0
 Summary:OpenStack common configuration library
 License:Apache-2.0
@@ -26,6 +26,7 @@
 Url:https://launchpad.net/%{sname}
 Source0:
https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
 BuildRequires:  openstack-macros
+BuildRequires:  python-PyYAML >= 3.10.0
 BuildRequires:  python-debtcollector >= 1.2.0
 BuildRequires:  python-devel
 BuildRequires:  python-fixtures >= 3.0.0
@@ -33,20 +34,21 @@
 BuildRequires:  python-netaddr >= 0.7.13
 BuildRequires:  python-oslo.i18n >= 2.1.0
 BuildRequires:  python-oslotest >= 1.10.0
-BuildRequires:  python-pbr >= 1.8
+BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-python-subunit >= 0.0.18
 BuildRequires:  python-rfc3986 >= 0.3.1
 BuildRequires:  python-six >= 1.9.0
-BuildRequires:  python-stevedore >= 1.17.1
+BuildRequires:  python-stevedore >= 1.20.0
 BuildRequires:  python-testrepository >= 0.0.18
 BuildRequires:  python-testscenarios >= 0.4
 BuildRequires:  python-testtools >= 1.4.0
+Requires:   python-PyYAML >= 3.10.0
 Requires:   python-debtcollector >= 1.2.0
 Requires:   python-netaddr >= 0.7.13
 Requires:   python-oslo.i18n >= 2.1.0
 Requires:   python-rfc3986 >= 0.3.1
 Requires:   python-six >= 1.9.0
-Requires:   python-stevedore >= 1.17.1
+Requires:   python-stevedore >= 1.20.0
 BuildArch:  noarch
 
 %description
@@ -62,7 +64,7 @@
 Summary:

commit cutmp3 for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package cutmp3 for openSUSE:Factory checked 
in at 2017-08-28 15:16:37

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


Package is "cutmp3"

Mon Aug 28 15:16:37 2017 rev:2 rq:518784 version:3.0.1

Changes:

--- /work/SRC/openSUSE:Factory/cutmp3/cutmp3.changes2017-08-24 
18:54:30.539593816 +0200
+++ /work/SRC/openSUSE:Factory/.cutmp3.new/cutmp3.changes   2017-08-28 
15:18:03.529192138 +0200
@@ -1,0 +2,5 @@
+Fri Aug 25 15:34:36 UTC 2017 - jeng...@inai.de
+
+- Make description more neutral.
+
+---



Other differences:
--
++ cutmp3.spec ++
--- /var/tmp/diff_new_pack.QtAbIS/_old  2017-08-28 15:18:06.624757145 +0200
+++ /var/tmp/diff_new_pack.QtAbIS/_new  2017-08-28 15:18:06.644754335 +0200
@@ -20,7 +20,7 @@
 Name:   cutmp3
 Version:3.0.1
 Release:0
-Summary:Small command-line, lossless MP3 editor
+Summary:Command line based lossless MP3 editor
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Sound/Editors and Convertors
 Url:https://www.puchalla-online.de/cutmp3.html
@@ -35,27 +35,20 @@
 Obsoletes:  %{name}-kde3
 
 %description
-This is a small program to edit mp3 files without quality loss. Playback is
-realized via mpg123, so be sure to have it installed or at least have a
-symlink to your favorite mp3 playing program.
-You can mark beginning and end of a segment with 'a' and 'b' and save the
-segment with 's'.
-Beginning with version 0.5 even VBR files are officially supported.  Using a
-timetable with VBR files will not be as precise as with CBR files, though.
+This is a program to split MP3 files without quality loss, using an
+ncurses-based user interface. Beginning and end of a segment can be
+marked with the 'a' and 'b' keys and the segment be saved with 's'.
+VBR files are supported. Using a timetable with VBR files will not be
+as precise as with CBR files, though.
 
 %package doc
 Summary:Documentation for %{name}
-Group:  Productivity/Multimedia/Sound/Editors and Convertors
+Group:  Documentation/Other
 Requires:   %{name} = %{version}
 
 %description doc
-This is a small program to edit mp3 files without quality loss. Playback is
-realized via mpg123, so be sure to have it installed or at least have a
-symlink to your favorite mp3 playing program.
-You can mark beginning and end of a segment with 'a' and 'b' and save the
-segment with 's'.
-Beginning with version 0.5 even VBR files are officially supported.  Using a
-timetable with VBR files will not be as precise as with CBR files, though.
+This is a program to edit MP3 files without quality loss, using an
+ncurses-based user interface.
 
 This package contains a user guide and a list of key bindings for %{name}
 





commit libressl for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package libressl for openSUSE:Factory 
checked in at 2017-08-28 15:16:29

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


Package is "libressl"

Mon Aug 28 15:16:29 2017 rev:31 rq:518756 version:2.5.5

Changes:

--- /work/SRC/openSUSE:Factory/libressl/libressl.changes2017-05-09 
18:10:40.253124932 +0200
+++ /work/SRC/openSUSE:Factory/.libressl.new/libressl.changes   2017-08-28 
15:17:48.111358661 +0200
@@ -1,0 +2,11 @@
+Thu Aug 24 21:55:42 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 2.5.5
+  * Distinguish between self-issued certificates and self-signed
+certificates. The certificate verification code has special
+cases for self-signed certificates and without this change,
+self-issued certificates (which it seems are common place
+with openvpn/easyrsa) were also being included in this
+category.
+
+---

Old:

  libressl-2.5.4.tar.gz
  libressl-2.5.4.tar.gz.asc

New:

  libressl-2.5.5.tar.gz
  libressl-2.5.5.tar.gz.asc



Other differences:
--
++ libressl.spec ++
--- /var/tmp/diff_new_pack.S4uD2D/_old  2017-08-28 15:17:49.975096769 +0200
+++ /var/tmp/diff_new_pack.S4uD2D/_new  2017-08-28 15:17:49.991094521 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libressl
-Version:2.5.4
+Version:2.5.5
 Release:0
 Summary:An SSL/TLS protocol implementation
 License:OpenSSL

++ libressl-2.5.4.tar.gz -> libressl-2.5.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libressl-2.5.4/CMakeLists.txt 
new/libressl-2.5.5/CMakeLists.txt
--- old/libressl-2.5.4/CMakeLists.txt   2017-04-30 02:07:14.0 +0200
+++ new/libressl-2.5.5/CMakeLists.txt   2017-07-07 07:10:15.0 +0200
@@ -4,8 +4,9 @@
 include(CheckIncludeFiles)
 include(CheckTypeSize)
 
-set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}" ${CMAKE_MODULE_PATH})
+set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}" ${CMAKE_MODULE_PATH})
 include(cmake_export_symbol)
+include(GNUInstallDirs)
 
 project (LibreSSL C)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libressl-2.5.4/ChangeLog new/libressl-2.5.5/ChangeLog
--- old/libressl-2.5.4/ChangeLog2017-05-01 03:59:00.0 +0200
+++ new/libressl-2.5.5/ChangeLog2017-07-09 12:57:25.0 +0200
@@ -28,6 +28,21 @@
 
 LibreSSL Portable Release Notes:
 
+2.5.5 - Bug fixes
+   * Distinguish between self-issued certificates and self-signed
+ certificates. The certificate verification code has special cases
+ for self-signed certificates and without this change, self-issued
+ certificates (which it seems are common place with
+ openvpn/easyrsa) were also being included in this category.
+
+   * Fix a bug caused by the return value being set early to signal
+ successful DTLS cookie validation. This can mask a later failure and
+ result in a positive return value being returned from
+ ssl3_get_client_hello(), when it should return a negative value to
+ propagate the error.
+
+   * Added getpagesize fallback, needed for Android bionic libc.
+
 2.5.4 - Security Updates
 
* Revert a previous change that forced consistency between return
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libressl-2.5.4/INSTALL new/libressl-2.5.5/INSTALL
--- old/libressl-2.5.4/INSTALL  2015-09-10 18:51:21.0 +0200
+++ new/libressl-2.5.5/INSTALL  1970-01-01 01:00:00.0 +0100
@@ -1,370 +0,0 @@
-Installation Instructions
-*
-
-Copyright (C) 1994-1996, 1999-2002, 2004-2013 Free Software Foundation,
-Inc.
-
-   Copying and distribution of this file, with or without modification,
-are permitted in any medium without royalty provided the copyright
-notice and this notice are preserved.  This file is offered as-is,
-without warranty of any kind.
-
-Basic Installation
-==
-
-   Briefly, the shell command `./configure && make && make install'
-should configure, build, and install this package.  The following
-more-detailed instructions are generic; see the `README' file for
-instructions specific to this package.  Some packages provide this
-`INSTALL' file but do not implement all of the features documented
-below.  The lack of an optional feature in a given package is not
-necessarily a bug.  More recommendations for GNU packages can be found
-in *note Makefile Conventions: (standards)Makefile Conventions.
-
-   The `configure' shell script 

commit python-croniter for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-croniter for openSUSE:Factory 
checked in at 2017-08-28 15:15:57

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


Package is "python-croniter"

Mon Aug 28 15:15:57 2017 rev:6 rq:518656 version:0.3.17

Changes:

--- /work/SRC/openSUSE:Factory/python-croniter/python-croniter.changes  
2016-12-08 00:29:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-croniter.new/python-croniter.changes 
2017-08-28 15:17:19.223417956 +0200
@@ -1,0 +2,19 @@
+Fri Aug 25 07:05:44 UTC 2017 - tbecht...@suse.com
+
+- update to 0.3.17:
+  - DOW occurence sharp style support.
+  - Better test suite
+  - DST support
+  - fix bug around multiple conditions and range_val in
+_get_prev_nearest_diff.
+  - issue #69: added day_or option to change behavior when day-of-month and
+day-of-week is given
+  - `Real fix for #34
+  - `Modernize test infra
+  - `Release as a universal wheel
+  - `Raise ValueError on negative numbers
+  - `Compare types using "issubclass" instead of exact match
+  - `Implement step cron with a variable base
+- convert to singlespec
+
+---

Old:

  croniter-0.3.12.tar.gz

New:

  croniter-0.3.17.tar.gz



Other differences:
--
++ python-croniter.spec ++
--- /var/tmp/diff_new_pack.BVEWaj/_old  2017-08-28 15:17:22.171003769 +0200
+++ /var/tmp/diff_new_pack.BVEWaj/_new  2017-08-28 15:17:22.171003769 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-croniter
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -16,28 +16,28 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-croniter
-Version:0.3.12
+Version:0.3.17
 Release:0
 Summary:Croniter provides iteration for datetime object with cron like 
format
 License:MIT
 Group:  Development/Languages/Python
 Url:http://github.com/kiorky/croniter
-Source: 
https://pypi.io/packages/source/c/croniter/croniter-%{version}.tar.gz
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
+Source: 
https://files.pythonhosted.org/packages/source/c/croniter/croniter-%{version}.tar.gz
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
 # Test requirements:
-BuildRequires:  python-nose
-BuildRequires:  python-python-dateutil
-BuildRequires:  python-pytz
+BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module python-dateutil}
+BuildRequires:  %{python_module pytz}
 Requires:   python-python-dateutil
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
 BuildArch:  noarch
-%endif
+
+%python_subpackages
 
 %description
 croniter provides iteration for datetime object with cron like format.
@@ -46,15 +46,16 @@
 %setup -q -n croniter-%{version}
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-nosetests
+%python_exec %{_bindir}/nosetests
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
 %doc README.rst docs/LICENSE
 %{python_sitelib}/*

++ croniter-0.3.12.tar.gz -> croniter-0.3.17.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/croniter-0.3.12/MANIFEST.in 
new/croniter-0.3.17/MANIFEST.in
--- old/croniter-0.3.12/MANIFEST.in 2016-03-10 21:31:22.0 +0100
+++ new/croniter-0.3.17/MANIFEST.in 2017-05-22 12:11:46.0 +0200
@@ -1,6 +1,7 @@
-include *.txt *.cfg *.rst
+include *.txt *.cfg *.rst *.ini
 
 recursive-include docs *
+recursive-include requirements *
 recursive-include src *
 
 global-exclude *pyc
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/croniter-0.3.12/PKG-INFO new/croniter-0.3.17/PKG-INFO
--- old/croniter-0.3.12/PKG-INFO2016-03-10 21:31:22.0 +0100
+++ new/croniter-0.3.17/PKG-INFO2017-05-22 12:11:46.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: croniter
-Version: 0.3.12
+Version: 0.3.17

commit python-proboscis for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-proboscis for 
openSUSE:Factory checked in at 2017-08-28 15:16:05

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


Package is "python-proboscis"

Mon Aug 28 15:16:05 2017 rev:3 rq:518664 version:1.2.6.0

Changes:

--- /work/SRC/openSUSE:Factory/python-proboscis/python-proboscis.changes
2013-10-21 12:32:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-proboscis.new/python-proboscis.changes   
2017-08-28 15:17:30.845784805 +0200
@@ -1,0 +2,5 @@
+Fri Aug 25 07:50:16 UTC 2017 - tbecht...@suse.com
+
+- convert to singlespec
+
+---



Other differences:
--
++ python-proboscis.spec ++
--- /var/tmp/diff_new_pack.wxJn50/_old  2017-08-28 15:17:32.449559445 +0200
+++ /var/tmp/diff_new_pack.wxJn50/_new  2017-08-28 15:17:32.453558884 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-proboscis
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -13,25 +13,26 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-proboscis
 Version:1.2.6.0
 Release:0
-License:Apache-2.0
 Summary:Extends Nose with certain TestNG like features
-Url:https://github.com/rackspace/python-proboscis
+License:Apache-2.0
 Group:  Development/Languages/Python
-Source: 
https://pypi.python.org/packages/source/p/proboscis/proboscis-%{version}.tar.gz
-BuildRequires:  python-devel
+Url:https://github.com/rackspace/python-proboscis
+Source: 
https://files.pythonhosted.org/packages/source/p/proboscis/proboscis-%{version}.tar.gz
+BuildRequires:  %{python_module devel}
+BuildRequires:  python-rpm-macros
 # Test requirements:
-BuildRequires:  python-nose
+BuildRequires:  %{python_module nose}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
 BuildArch:  noarch
-%endif
+
+%python_subpackages
 
 %description
 Proboscis is a Python test framework that extends Python's built-in unittest 
module and Nose with features from TestNG.
@@ -40,15 +41,15 @@
 %setup -q -n proboscis-%{version}
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
 
 %check
-python setup.py test
+%python_exec setup.py test
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
 %doc README.rst
 %{python_sitelib}/*




commit lua-lua-mpris for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package lua-lua-mpris for openSUSE:Factory 
checked in at 2017-08-28 15:16:21

Comparing /work/SRC/openSUSE:Factory/lua-lua-mpris (Old)
 and  /work/SRC/openSUSE:Factory/.lua-lua-mpris.new (New)


Package is "lua-lua-mpris"

Mon Aug 28 15:16:21 2017 rev:2 rq:518709 version:0.0+git20170820.2126067

Changes:

--- /work/SRC/openSUSE:Factory/lua-lua-mpris/lua-lua-mpris.changes  
2017-08-24 18:56:17.428543137 +0200
+++ /work/SRC/openSUSE:Factory/.lua-lua-mpris.new/lua-lua-mpris.changes 
2017-08-28 15:17:44.867814443 +0200
@@ -1,0 +2,6 @@
+Fri Aug 25 10:53:41 UTC 2017 - tchva...@suse.com
+
+- Fix build on Tumbleweed as it otherwise still does not find the
+  folder
+
+---



Other differences:
--
++ lua-lua-mpris.spec ++
--- /var/tmp/diff_new_pack.6XlLYr/_old  2017-08-28 15:17:45.683699796 +0200
+++ /var/tmp/diff_new_pack.6XlLYr/_new  2017-08-28 15:17:45.691698672 +0200
@@ -26,9 +26,9 @@
 Group:  Development/Libraries/Other
 Url:https://github.com/antlarr/lua-mpris/
 Source: lua-mpris-%{version}.tar.xz
-BuildRequires:  pkgconfig(dbus-1)
-BuildRequires:  %{flavor}-lua-dbus
 BuildRequires:  %{flavor}-devel
+BuildRequires:  %{flavor}-lua-dbus
+BuildRequires:  pkgconfig(dbus-1)
 Requires:   %{flavor}
 Requires:   %{flavor}-lua-dbus
 %if "%{flavor}" == "lua53"
@@ -86,8 +86,6 @@
 %doc LICENSE
 %{_datadir}/mpv-plugin-mpris
 %ghost %config %{_sysconfdir}/mpv/scripts/mpris.lua
-%if 0%{?suse_version} <= 1320
 %ghost %dir %{_sysconfdir}/mpv/scripts
-%endif
 
 %changelog




commit amazon-ssm-agent for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package amazon-ssm-agent for 
openSUSE:Factory checked in at 2017-08-28 15:16:58

Comparing /work/SRC/openSUSE:Factory/amazon-ssm-agent (Old)
 and  /work/SRC/openSUSE:Factory/.amazon-ssm-agent.new (New)


Package is "amazon-ssm-agent"

Mon Aug 28 15:16:58 2017 rev:4 rq:518820 version:2.0.922.0

Changes:

--- /work/SRC/openSUSE:Factory/amazon-ssm-agent/amazon-ssm-agent.changes
2017-07-08 12:35:55.933482017 +0200
+++ /work/SRC/openSUSE:Factory/.amazon-ssm-agent.new/amazon-ssm-agent.changes   
2017-08-28 15:18:27.645803215 +0200
@@ -1,0 +2,36 @@
+Fri Aug 25 14:59:59 UTC 2017 - sean.mar...@suse.com
+
+- Add ssm-cli to package.
+- Remove requirement on lsb-release. Agent now parses os-release
+  by default.
+- Use gzip archive from GitHub instead of converting to xz.
+- Update to 2.0.922.0 2017-08-14 (bsc#1055766)
+  + Added Raspbian support for armv6 to support Raspberry Pi
+  + Various bug fixes
+- Update to 2.0.913.0 2017-08-07
+  + Updated golang/sys dependency to the latest
+  + Increased run command document maximum execution timeout to 48 hours
+  + Various bug fixes
+- Update to 2.0.902.0 2017-07-31
+  + Added support for uploading agent logs to CloudWatch for SSM Agent 
diagnostics
+  + Added additional gatherers for inventory
+  + Added configuration compliance support for association
+  + Various bug fixes
+- Update to 2.0.879.0 2017-07-26
+  + Add capability to configure custom s3 endpoint for the agent
+  + Various bug fixes
+- Update to 2.0.847.0 2017-07-03
+  + Various bug fixes
+- Update to 2.0.842.0 2017-06-26
+  + Added rollback support in aws:configurePackage
+  + Various bug fixes
+- Update to 2.0.834.0 2017-06-23
+  + Various bug fixes
+- Update to 2.0.805.0 2017-06-07
+  + Added support for SLES (SUSE) (64-bit, v12 and above)
+  + Various bug fixes
+- Update to 2.0.796.0 2017-05-29
+  + Linux platform version now based on os-release when available
+  + Various bug fixes
+
+---

Old:

  amazon-ssm-agent-2.0.790.0.tar.xz

New:

  amazon-ssm-agent-2.0.922.0.tar.gz



Other differences:
--
++ amazon-ssm-agent.spec ++
--- /var/tmp/diff_new_pack.O6JgAn/_old  2017-08-28 15:18:28.709653719 +0200
+++ /var/tmp/diff_new_pack.O6JgAn/_new  2017-08-28 15:18:28.709653719 +0200
@@ -17,20 +17,18 @@
 
 
 Name:   amazon-ssm-agent
-Version:2.0.790.0
+Version:2.0.922.0
 Release:0
 Summary:Amazon Remote System Config Management
 License:Apache-2.0
 Group:  System/Management
 Url:https://github.com/aws/amazon-ssm-agent
-Source0:%{name}-%{version}.tar.xz
+Source0:%{name}-%{version}.tar.gz
 Source1:%{name}.service
 Patch1: fix-config.patch
 Patch2: fix-version.patch
 BuildRequires:  go >= 1.5
 BuildRequires:  systemd
-BuildRequires:  xz
-Requires:   lsb-release
 Requires:   systemd
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -71,11 +69,16 @@
 ${PKG_ROOT}/agent/agent_unix.go \
 ${PKG_ROOT}/agent/agent_parser.go
 
+go build -ldflags "-s -w" -o bin/ssm-cli -v \
+${PKG_ROOT}/agent/cli-main/cli-main.go
+
 %install
 install -d -m 755 %{buildroot}%{_sbindir}
+install -d -m 755 %{buildroot}%{_bindir}
 install -d -m 755 %{buildroot}%{_sysconfdir}/init
 install -d -m 755 %{buildroot}%{_sysconfdir}/amazon/ssm
 install -m 755 bin/amazon-ssm-agent %{buildroot}%{_sbindir}
+install -m 755 bin/ssm-cli %{buildroot}%{_bindir}
 
 mkdir -p %{buildroot}%{_unitdir}
 install -m 755 %SOURCE1 %{buildroot}%{_unitdir}
@@ -95,6 +98,7 @@
 %config(noreplace) %{_sysconfdir}/amazon/ssm/amazon-ssm-agent.json.template
 %config(noreplace) %{_sysconfdir}/amazon/ssm/seelog.xml.template
 %{_sbindir}/*
+%{_bindir}/*
 %{_unitdir}/%{name}.service
 
 %pre

++ fix-version.patch ++
--- /var/tmp/diff_new_pack.O6JgAn/_old  2017-08-28 15:18:28.913625057 +0200
+++ /var/tmp/diff_new_pack.O6JgAn/_new  2017-08-28 15:18:28.925623371 +0200
@@ -1,18 +1,18 @@
-Index: amazon-ssm-agent-2.0.790.0/VERSION
+Index: amazon-ssm-agent-2.0.922.0/VERSION
 ===
 amazon-ssm-agent-2.0.790.0.orig/VERSION
-+++ amazon-ssm-agent-2.0.790.0/VERSION
+--- amazon-ssm-agent-2.0.922.0.orig/VERSION
 amazon-ssm-agent-2.0.922.0/VERSION
 @@ -1 +1 @@
 -2.0.0.0
 \ No newline at end of file
-+2.0.672.0
-Index: amazon-ssm-agent-2.0.790.0/agent/version/version.go
++2.0.922.0
+Index: amazon-ssm-agent-2.0.922.0/agent/version/version.go
 ===
 amazon-ssm-agent-2.0.790.0.orig/agent/version/version.go
-+++ 

commit xmoto for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package xmoto for openSUSE:Factory checked 
in at 2017-08-28 15:16:11

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


Package is "xmoto"

Mon Aug 28 15:16:11 2017 rev:3 rq:518701 version:0.5.11

Changes:

--- /work/SRC/openSUSE:Factory/xmoto/xmoto.changes  2017-06-12 
15:35:38.949133547 +0200
+++ /work/SRC/openSUSE:Factory/.xmoto.new/xmoto.changes 2017-08-28 
15:17:40.600414097 +0200
@@ -1,0 +2,5 @@
+Fri Aug 25 09:44:47 UTC 2017 - wba...@tmo.at
+
+- Explicitly BuildRequire lua 5.1 on Tumbleweed to fix build
+
+---



Other differences:
--
++ xmoto.spec ++
--- /var/tmp/diff_new_pack.Y2xT6l/_old  2017-08-28 15:17:42.75679 +0200
+++ /var/tmp/diff_new_pack.Y2xT6l/_new  2017-08-28 15:17:42.772108932 +0200
@@ -45,7 +45,11 @@
 BuildRequires:  pkgconfig(libcurl)
 BuildRequires:  pkgconfig(libpng)
 BuildRequires:  pkgconfig(libxml-2.0)
+%if 0%{?suse_version} >= 1330
+BuildRequires:  pkgconfig(lua5.1)
+%else
 BuildRequires:  pkgconfig(lua)
+%endif
 BuildRequires:  pkgconfig(ode)
 BuildRequires:  pkgconfig(sqlite3)
 BuildRequires:  pkgconfig(zlib)




commit python-botocore for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-botocore for openSUSE:Factory 
checked in at 2017-08-28 15:16:44

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


Package is "python-botocore"

Mon Aug 28 15:16:44 2017 rev:18 rq:518789 version:1.5.89

Changes:

--- /work/SRC/openSUSE:Factory/python-botocore/python-botocore.changes  
2017-06-27 10:21:49.95184 +0200
+++ /work/SRC/openSUSE:Factory/.python-botocore.new/python-botocore.changes 
2017-08-28 15:18:13.551783746 +0200
@@ -1,0 +2,65 @@
+Fri Aug 25 12:24:52 UTC 2017 - tbecht...@suse.com
+
+- update to version 1.5.89
+  * Bumping version to 1.5.88
+  * Bumping version to 1.5.89
+  * Add test for unsigned presign
+  * Added release notes for Organizations paginators
+  * Bumping version to 1.5.80
+  * Bumping version to 1.5.81
+  * Bumping version to 1.5.82
+  * Bumping version to 1.5.83
+  * Bumping version to 1.5.84
+  * Bumping version to 1.5.85
+  * Bumping version to 1.5.86
+  * Bumping version to 1.5.87
+  * Ensure header values are utf8 in signing string
+  * Generate example enum
+  * Added release notes for Athena paginators
+  * Bumping version to 1.5.74
+  * Remove _UNSIGNED from the namespace
+  * Vendor six at version 1.10.0
+  * Remove a bit of dead code from s3 presign default
+  * Use assertEqual instead of deprecated assertEquals
+  * Don't fail OpenSSL version check on 1.1.0
+  * Move config check function to client module
+  * Update kinesis non_aggregate_keys
+  * Allow proxies to be set through the Config object.
+  * Test restricted regions don't use virtual host
+  * Fix SigV2Auth for GET requests
+  * Add paginators for IoT list calls
+  * Move sigv2 presign defaulting to client creator
+  * Bumping version to 1.5.68
+  * Bumping version to 1.5.69
+  * Adding SSE related fields to Kinesis non_aggregate_keys
+  * Add test for six.moves thread safety
+  * Added paginators for the Organizations service
+  * Added release notes for IoT paginators
+  * Make copying UNSIGNED return the same instance
+  * Add SSM describe_parameters paginator
+  * Use sigv2 by default for presigning s3
+  * Always use embedded URIs
+  * Revert "Merge pull request #1208 from JordonPhillips/sv4-final"
+  * Update to latest models
+  * Remove unused import
+  * Remove default value for deepcopy
+  * Fix all invalid escape sequences discovered running tests
+  * Revert "Merge branch 'revert-sigv4' into develop"
+  * Update to latest endpoints
+  * Discard starting_truncation after first request
+  * Bumping version to 1.5.75
+  * Bumping version to 1.5.79
+  * Bumping version to 1.5.77
+  * Bumping version to 1.5.76
+  * Bumping version to 1.5.71
+  * Bumping version to 1.5.70
+  * Bumping version to 1.5.73
+  * Bumping version to 1.5.72
+  * Clean up all unused imports in tests
+  * Added release notes for SSM paginator
+  * Bumping version to 1.5.78
+  * Enable pip cache in Travis CI builds
+  * Use sigv4 by default for s3
+  * added paginators for athena
+
+---

Old:

  botocore-1.5.67.tar.gz

New:

  botocore-1.5.89.tar.gz



Other differences:
--
++ python-botocore.spec ++
--- /var/tmp/diff_new_pack.UJIJuP/_old  2017-08-28 15:18:14.967584794 +0200
+++ /var/tmp/diff_new_pack.UJIJuP/_new  2017-08-28 15:18:14.975583671 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-botocore
-Version:1.5.67
+Version:1.5.89
 Release:0
 Summary:Python interface for AWS
 License:Apache-2.0

++ botocore-1.5.67.tar.gz -> botocore-1.5.89.tar.gz ++
 36583 lines of diff (skipped)




commit pam_kwallet for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package pam_kwallet for openSUSE:Factory 
checked in at 2017-08-28 15:16:48

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


Package is "pam_kwallet"

Mon Aug 28 15:16:48 2017 rev:14 rq:518818 version:5.10.5

Changes:

--- /work/SRC/openSUSE:Factory/pam_kwallet/pam_kwallet.changes  2017-08-23 
11:55:41.806259749 +0200
+++ /work/SRC/openSUSE:Factory/.pam_kwallet.new/pam_kwallet.changes 
2017-08-28 15:18:20.658785053 +0200
@@ -1,0 +2,6 @@
+Fri Aug 25 13:55:26 UTC 2017 - jeng...@inai.de
+
+- Besides %postun, %post also uses pam-config and should specify
+  this as requires.
+
+---



Other differences:
--
++ pam_kwallet.spec ++
--- /var/tmp/diff_new_pack.Lxta23/_old  2017-08-28 15:18:22.406539453 +0200
+++ /var/tmp/diff_new_pack.Lxta23/_new  2017-08-28 15:18:22.430536081 +0200
@@ -39,6 +39,7 @@
 BuildRequires:  xz
 Requires:   %{name}-common = %{version}
 %if 0%{?suse_version} >= 1330
+Requires(post): coreutils pam pam-config
 Requires(postun): coreutils pam pam-config
 %endif
 




commit mp3_check for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package mp3_check for openSUSE:Factory 
checked in at 2017-08-28 15:16:40

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


Package is "mp3_check"

Mon Aug 28 15:16:40 2017 rev:2 rq:518785 version:1.98

Changes:

--- /work/SRC/openSUSE:Factory/mp3_check/mp3_check.changes  2017-08-24 
18:54:24.476447545 +0200
+++ /work/SRC/openSUSE:Factory/.mp3_check.new/mp3_check.changes 2017-08-28 
15:18:07.116688018 +0200
@@ -1,0 +2,5 @@
+Fri Aug 25 15:40:57 UTC 2017 - jeng...@inai.de
+
+- Update description.
+
+---



Other differences:
--
++ mp3_check.spec ++
--- /var/tmp/diff_new_pack.FX4Azg/_old  2017-08-28 15:18:08.584481761 +0200
+++ /var/tmp/diff_new_pack.FX4Azg/_new  2017-08-28 15:18:08.604478951 +0200
@@ -21,7 +21,7 @@
 Version:1.98
 Release:0
 Summary:MP3 Format Validator
-License:GPL-2.0+ (GPL-2.0+)
+License:GPL-2.0+
 Group:  Productivity/Multimedia/Sound/Utilities
 Url:https://sourceforge.net/projects/mp3check/
 Source: 
https://downloads.sourceforge.net/mp3check/mp3_check-%{version}.tar.gz
@@ -29,10 +29,11 @@
 Patch2: mp3_check-fix_printf_format_for_size_t.patch
 
 %description
-mp3_check helps to identify in explicit detail MP3s that do not correctly
-follow the MP3 format. It also looks for invalid frame headers, missing frames,
-etc., and generates useful statistics. This can be especially important when
-building an archive, and you want high quality MP3s.
+mp3_check helps identifying, in detail, MP3 files that do not
+correctly follow the MPEG-1 Layer 3 format. It looks for invalid
+frame headers, missing frames, etc., and generates statistics. This
+can especially be important when building a file archive of a certain
+quality.
 
 %prep
 %setup -q




commit python-pyroute2 for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-pyroute2 for openSUSE:Factory 
checked in at 2017-08-28 15:16:09

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


Package is "python-pyroute2"

Mon Aug 28 15:16:09 2017 rev:6 rq:518681 version:0.4.19

Changes:

--- /work/SRC/openSUSE:Factory/python-pyroute2/python-pyroute2.changes  
2017-07-10 11:08:33.022415468 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyroute2.new/python-pyroute2.changes 
2017-08-28 15:17:39.236605738 +0200
@@ -1,0 +2,25 @@
+Fri Aug 25 08:28:33 UTC 2017 - tbecht...@suse.com
+
+- update to 0.4.19:
+  * ipdb: global methods `review()`, `drop()`, `dump()`, `load()`
+  * ipdb: support VLAN protocol (802.1q, 802.1ad)
+  * ipdb: initial support for IPv6 rules
+  * ipdb: #388 -- normalize IPv6 addresses
+  * ipdb: #391 -- support both IPv4 and IPv6 default routes
+  * ipdb: #394 -- correctly work with route priorities
+  * netns: non-destructive `netns.create()`
+
+---
+Fri Aug 25 07:15:35 UTC 2017 - tbecht...@suse.com
+
+- update to 0.4.18:
+  * ipdb: #379 [critical] -- routes in global commits
+  * ipdb: #380 -- global commit with disabled plugins
+  * ipdb: #381 -- exceptions fixed
+  * ipdb: #382 -- manage dependent routes during interface commits
+  * ipdb: #384 -- global `review()`
+  * ipdb: #385 -- global `drop()`
+  * netns: #383 -- support ppc64
+  * general: public API refactored (same signatures; to be documented)
+
+---

Old:

  pyroute2-0.4.17.tar.gz

New:

  pyroute2-0.4.19.tar.gz



Other differences:
--
++ python-pyroute2.spec ++
--- /var/tmp/diff_new_pack.gisj51/_old  2017-08-28 15:17:40.140478726 +0200
+++ /var/tmp/diff_new_pack.gisj51/_new  2017-08-28 15:17:40.148477602 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pyroute2
-Version:0.4.17
+Version:0.4.19
 Release:0
 Summary:Python Netlink library
 License:GPL-2.0+ or Apache-2.0

++ pyroute2-0.4.17.tar.gz -> pyroute2-0.4.19.tar.gz ++
 3547 lines of diff (skipped)




commit phpMyAdmin for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package phpMyAdmin for openSUSE:Factory 
checked in at 2017-08-28 15:16:46

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


Package is "phpMyAdmin"

Mon Aug 28 15:16:46 2017 rev:141 rq:518797 version:4.7.4

Changes:

--- /work/SRC/openSUSE:Factory/phpMyAdmin/phpMyAdmin.changes2017-07-29 
09:02:39.918166376 +0200
+++ /work/SRC/openSUSE:Factory/.phpMyAdmin.new/phpMyAdmin.changes   
2017-08-28 15:18:18.651067183 +0200
@@ -1,0 +2,17 @@
+Fri Aug 25 17:05:32 UTC 2017 - ec...@opensuse.org
+
+- update to 4.7.4
+  * gh#13415 Remove shadow from the logo
+  * gh#13507 Fixed per server theme feature
+  * gh#13523 Missing newline in ALTER exports
+  * gh#13414 Fixed several compatibility issues with PHP 7.2
+  * gh#13550 Fixed copy results to clipboard
+  * gh#13562 Add limitation for user group length
+  * gh#13561 Fixed edit variable link in advisor
+  * gh#13579 Optimize table link should not be visible in print 
+page
+  * gh#13553 Improved error handling on corrupted tables
+  * gh#13512 Fixed rendering of add index dialog
+  * gh#13606 Fixed refreshing server variables
+
+---

Old:

  phpMyAdmin-4.7.3-all-languages.tar.xz
  phpMyAdmin-4.7.3-all-languages.tar.xz.asc

New:

  phpMyAdmin-4.7.4-all-languages.tar.xz
  phpMyAdmin-4.7.4-all-languages.tar.xz.asc



Other differences:
--
++ phpMyAdmin.spec ++
--- /var/tmp/diff_new_pack.1yn93S/_old  2017-08-28 15:18:20.030873289 +0200
+++ /var/tmp/diff_new_pack.1yn93S/_new  2017-08-28 15:18:20.050870479 +0200
@@ -29,7 +29,7 @@
 %define ap_grp nogroup
 %endif
 Name:   phpMyAdmin
-Version:4.7.3
+Version:4.7.4
 Release:0
 Summary:Administration of MySQL over the web
 License:GPL-2.0+

++ phpMyAdmin-4.7.3-all-languages.tar.xz -> 
phpMyAdmin-4.7.4-all-languages.tar.xz ++
/work/SRC/openSUSE:Factory/phpMyAdmin/phpMyAdmin-4.7.3-all-languages.tar.xz 
/work/SRC/openSUSE:Factory/.phpMyAdmin.new/phpMyAdmin-4.7.4-all-languages.tar.xz
 differ: char 26, line 1





  1   2   3   >