commit hylafax+ for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package hylafax+ for openSUSE:Factory 
checked in at 2018-05-13 16:06:38

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


Package is "hylafax+"

Sun May 13 16:06:38 2018 rev:19 rq:606645 version:5.5.9

Changes:

--- /work/SRC/openSUSE:Factory/hylafax+/hylafax+.changes2018-03-05 
13:44:34.165370489 +0100
+++ /work/SRC/openSUSE:Factory/.hylafax+.new/hylafax+.changes   2018-05-13 
16:08:12.259460438 +0200
@@ -1,0 +2,5 @@
+Wed May  9 11:28:36 UTC 2018 - axel.br...@gmx.de
+
+- boo#1091476: faxq must always run as real user root
+
+---



Other differences:
--
++ hylafax-faxq.service ++
--- /var/tmp/diff_new_pack.pcyjza/_old  2018-05-13 16:08:12.983434028 +0200
+++ /var/tmp/diff_new_pack.pcyjza/_new  2018-05-13 16:08:12.983434028 +0200
@@ -4,8 +4,8 @@
 After=hylafax-hfaxd.service
 
 [Service]
-User=uucp
-Group=uucp
+User=root
+Group=root
 Restart=always
 RestartSec=30
 ExecStart=/usr/sbin/faxq -D




commit i3status for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package i3status for openSUSE:Factory 
checked in at 2018-05-13 16:06:41

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


Package is "i3status"

Sun May 13 16:06:41 2018 rev:8 rq:606760 version:2.12

Changes:

--- /work/SRC/openSUSE:Factory/i3status/i3status.changes2017-04-24 
09:48:48.459754661 +0200
+++ /work/SRC/openSUSE:Factory/.i3status.new/i3status.changes   2018-05-13 
16:08:13.275423376 +0200
@@ -1,0 +2,28 @@
+Sat May 12 03:32:58 UTC 2018 - avin...@opensuse.org
+
+- update to version 2.12:
+ * show IP address when address has a label
+ * treat zero battery capacity as "not available"
+ * add IPv6 address when IPv4 isn't available
+ * call tzset at each time print to pick up time zone changes
+ * doc: fixed minor typos
+ * be more cautious about handling invalid battery measurements.
+ * fix CPU unit tests
+ * use local timezone for battery %emptytime
+ * fix memory leak/use BEGINS_WITH macro
+ * _first_: add check for virtual ethernet devices
+ * add battery capacity parsing
+ * multiple CPU support for cpu_usage
+ * remove useless checks (we use char, not unsigned char) to fix
+   compilation warnings
+ * disk: sanitize trailing slashes
+ * suppress printing :00 seconds of remaining battery lifetime, as
+   apm(4)'s estimate only has a granularity of minutes.
+ * Makefile: make PKG_CONFIG overridable
+ * man page updates
+- cleanup with spec-cleaner
+- use https urls
+- remove yajl fallback from source to ensure ours is used
+- remove SLOC comment from description (no longer valid)
+
+---

Old:

  i3status-2.11.tar.bz2

New:

  i3status-2.12.tar.bz2



Other differences:
--
++ i3status.spec ++
--- /var/tmp/diff_new_pack.8Bsb9C/_old  2018-05-13 16:08:13.971397986 +0200
+++ /var/tmp/diff_new_pack.8Bsb9C/_new  2018-05-13 16:08:13.975397841 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package i3status
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2014 Thomas Pfeiffer 
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,14 +18,13 @@
 
 
 Name:   i3status
-Version:2.11
+Version:2.12
 Release:0
 Summary:I3 Status Bar
 License:BSD-3-Clause
 Group:  System/Monitoring
-Source: http://i3wm.org/i3status/%{name}-%{version}.tar.bz2
-Url:http://i3wm.org/i3status/
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+URL:https://i3wm.org/i3status/
+Source0:https://i3wm.org/i3status/%{name}-%{version}.tar.bz2
 BuildRequires:  alsa-devel
 BuildRequires:  asciidoc
 BuildRequires:  libasound2
@@ -38,33 +37,31 @@
 BuildRequires:  libyajl-devel
 
 %description
-i3status is a small program (about 1500 SLOC) for generating a status bar for
-i3bar, dzen2, xmobar or similar programs. It is designed to be very efficient
-by issuing a very small number of system calls, as one generally wants to
-update such a status line every second. This ensures that even under high load,
-your status bar is updated correctly. Also, it saves a bit of energy by not
+i3status is a small program for generating a status bar for i3bar, dzen2,
+xmobar or similar programs. It is designed to be very efficient by issuing
+a very small number of system calls, as one generally wants to update such
+a status line every second. This ensures that even under high load, your
+status bar is updated correctly. Also, it saves a bit of energy by not
 hogging your CPU as much as spawning the corresponding amount of shell commands
 would.
 
 %prep
 %setup -q
-
+rm -fr yajl-fallback
 chmod -x contrib/*.*
 
 %build
-%__make %{?_smp_mflags} \
-OPTFLAGS="%{optflags}" \
-PREFIX="%{_prefix}" \
-SYSCONFDIR="%{_sysconfdir}"
+make %{?_smp_mflags} \
+OPTFLAGS="%{optflags}"
 
 %install
 %make_install
 
 %files
-%defattr(-,root,root)
-%doc CHANGELOG LICENSE contrib/
-%config(noreplace) %{_sysconfdir}/i3status.conf
-%{_bindir}/i3status
-%doc %{_mandir}/man1/i3status.1*
+%license LICENSE
+%doc CHANGELOG contrib/
+%config(noreplace) %{_sysconfdir}/%{name}.conf
+%{_bindir}/%{name}
+%{_mandir}/man1/%{name}.1%{?ext_man}
 
 %changelog

++ i3status-2.11.tar.bz2 -> i3status-2.12.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/i3status-2.11/CHANGELOG new/i3status-2.12/CHANGELOG
--- old/i3status-2.11/CHANGELOG 2017-01-21 16:00:31.0 +0100
+++ new/i3status-2.12/CHANGELOG 2018-05-11 11:10:46.0 +0200
@@ -1,3 +1,30 @@

commit 000product for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package 000product for openSUSE:Factory 
checked in at 2018-05-13 16:06:46

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


Package is "000product"

Sun May 13 16:06:46 2018 rev:184 rq: version:unknown
Sun May 13 16:06:45 2018 rev:183 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
_service:product_converter:openSUSE-Addon-NonOss-ftp-ftp-i586_x86_64.kiwi: same 
change
_service:product_converter:openSUSE-Addon-NonOss-release.spec: same change
++ 
_service:product_converter:openSUSE-Tumbleweed-Kubic-dvd5-dvd-x86_64.kiwi ++
--- /var/tmp/diff_new_pack.qfDxfc/_old  2018-05-13 16:08:15.447344144 +0200
+++ /var/tmp/diff_new_pack.qfDxfc/_new  2018-05-13 16:08:15.447344144 +0200
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -35,9 +35,9 @@
   true
   -x -2
   openSUSE
-  20180511
+  20180513
   11
-  cpe:/o:opensuse:opensuse-tumbleweed-kubic:20180511,openSUSE 
Tumbleweed Kubic
+  cpe:/o:opensuse:opensuse-tumbleweed-kubic:20180513,openSUSE 
Tumbleweed Kubic
   en_US 
   openSUSE
   /usr/share/kiwi/modules/plugins/suse-tumbleweed

++ _service:product_converter:openSUSE-Tumbleweed-Kubic-release.spec ++
--- /var/tmp/diff_new_pack.qfDxfc/_old  2018-05-13 16:08:15.463343560 +0200
+++ /var/tmp/diff_new_pack.qfDxfc/_new  2018-05-13 16:08:15.467343414 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   openSUSE-Tumbleweed-Kubic-release
-Version:20180511
+Version:    20180513
 Release:0
 Summary:openSUSE Tumbleweed Kubic 
 License:GPL-2.0-or-later
@@ -38,9 +38,9 @@
 ExclusiveArch:  %ix86 x86_64 ppc64le s390x aarch64
 Provides:   %name-%version
 Provides:   product() = openSUSE-Tumbleweed-Kubic
-Provides:   product(openSUSE-Tumbleweed-Kubic) = 20180511-0
+Provides:   product(openSUSE-Tumbleweed-Kubic) = 20180513-0
 Provides:   product-label() = openSUSE%20Tumbleweed%20Kubic
-Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Dtumbleweed%2Dkubic%3A20180511
+Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Dtumbleweed%2Dkubic%3A20180513
 Provides:   product-url(releasenotes) = 
http%3A%2F%2Fdoc.opensuse.org%2Frelease%2Dnotes%2Fx86_64%2FopenSUSE%2FTumbleweed%2Frelease%2Dnotes%2DopenSUSE.rpm
 Provides:   product-endoflife()
 Requires:   product_flavor(openSUSE-Tumbleweed-Kubic)
@@ -61,7 +61,7 @@
 Group:  System/Fhs
 Provides:   product_flavor()
 Provides:   flavor(dvd)
-Provides:   product_flavor(openSUSE-Tumbleweed-Kubic) = 20180511-0
+Provides:   product_flavor(openSUSE-Tumbleweed-Kubic) = 20180513-0
 Summary:openSUSE Tumbleweed Kubic
 
 %description dvd
@@ -123,11 +123,11 @@
 
   openSUSE
   openSUSE-Tumbleweed-Kubic
-  20180511
+  20180513
   0
   
   %{_target_cpu}
-  cpe:/o:opensuse:opensuse-tumbleweed-kubic:20180511
+  cpe:/o:opensuse:opensuse-tumbleweed-kubic:20180513
   openSUSE-Tumbleweed-Kubic
   
 

++ _service:product_converter:openSUSE-cd-mini-i586.kiwi ++
--- /var/tmp/diff_new_pack.qfDxfc/_old  2018-05-13 16:08:15.487342685 +0200
+++ /var/tmp/diff_new_pack.qfDxfc/_new  2018-05-13 16:08:15.487342685 +0200
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -32,9 +32,9 @@
   true
   -x -2
   openSUSE
-  20180511
+  20180513
   11
-  cpe:/o:opensuse:opensuse:20180511,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:20180513,openSUSE 
Tumbleweed
   cs da de en en_GB en_US es fi fr hu it ja nb 
nl pl pt pt_BR ru sv zh zh_CN zh_TW 
   openSUSE
   /usr/share/kiwi/modules/plugins/suse-tumbleweed

_service:product_converter:openSUSE-cd-mini-x86_64.kiwi: same change
_service:product_converter:openSUSE-dvd5-dvd-i586.kiwi: same change
_service:product_converter:openSUSE-dvd5-dvd-x86_64.kiwi: same change
++ _service:product_converter:openSUSE-ftp-ftp-i586_x86_64.kiwi ++
--- /var/tmp/diff_new_pack.qfDxfc/_old  2018-05-13 16:08:15.567339767 +0200
+++ /var/tmp/diff_new_pack.qfDxfc/_new  2018-05-13 16:08:15.567339767 +0200
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -24,7 +24,7 @@
   openSUSE
   ftp
   true
-  openSUSE-20180511-i586-x86_64
+  openSUSE-20180513-i586-x86_64
   true
   /
   $DISTNAME-$FLAVOR
@@ -36,9 +36,9 @@
   true
   -x -2
   openSUSE
-  20180511
+  20180513
   11
-  cpe:/o:opensuse:opensuse:20180511,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:20180513,openSUSE 
Tumbleweed
   cs da de en en_GB en_US es fi fr hu it ja

commit krita for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2018-05-13 16:06:25

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


Package is "krita"

Sun May 13 16:06:25 2018 rev:24 rq:606636 version:4.0.3

Changes:

--- /work/SRC/openSUSE:Factory/krita/krita.changes  2018-05-11 
09:17:38.455893911 +0200
+++ /work/SRC/openSUSE:Factory/.krita.new/krita.changes 2018-05-13 
16:08:06.799659613 +0200
@@ -1,0 +2,20 @@
+Sat May 12 10:31:15 UTC 2018 - wba...@tmo.at
+
+- Update to 4.0.3:
+  * https://krita.org/en/item/krita-4-0-3-released/
+  * Fix a crash when copy/pasting (kde#394068)
+  * Krita can open .rw2 RAW files
+  * The splash screen is updated to work better on HiDPI or Retina
+displays (kde#392282)
+  * The OpenEXR export filter will convert images with an integer
+channel depth before saving, instead of giving an error
+  * The OpenEXR export filter no longer gives export warnings
+calling itself the TIFF filter
+  * The emtpy error message dialog that would erroneously be shown
+after running some export filters is no longer shown
+(kde#393850)
+  * The setBackGroundColor method in the Python API has been
+renamed to setBackgroundColor for consistency
+  * Fix a crash in KisColorizeMask (kde#393753)
+
+---

Old:

  krita-4.0.2.tar.gz

New:

  krita-4.0.3.tar.gz



Other differences:
--
++ krita.spec ++
--- /var/tmp/diff_new_pack.HV5dRX/_old  2018-05-13 16:08:12.039468463 +0200
+++ /var/tmp/diff_new_pack.HV5dRX/_new  2018-05-13 16:08:12.043468317 +0200
@@ -26,7 +26,7 @@
 %endif
 
 Name:   krita
-Version:4.0.2
+Version:4.0.3
 Release:0
 Summary:Digital Painting Application
 License:GPL-2.0-or-later AND LGPL-2.1-or-later

++ krita-4.0.2.tar.gz -> krita-4.0.3.tar.gz ++
/work/SRC/openSUSE:Factory/krita/krita-4.0.2.tar.gz 
/work/SRC/openSUSE:Factory/.krita.new/krita-4.0.3.tar.gz differ: char 5, line 1




commit java-11-openjdk for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package java-11-openjdk for openSUSE:Factory 
checked in at 2018-05-13 16:06:22

Comparing /work/SRC/openSUSE:Factory/java-11-openjdk (Old)
 and  /work/SRC/openSUSE:Factory/.java-11-openjdk.new (New)


Package is "java-11-openjdk"

Sun May 13 16:06:22 2018 rev:12 rq:606617 version:11.0.0.0~13

Changes:

--- /work/SRC/openSUSE:Factory/java-11-openjdk/java-11-openjdk.changes  
2018-05-10 15:49:06.449906886 +0200
+++ /work/SRC/openSUSE:Factory/.java-11-openjdk.new/java-11-openjdk.changes 
2018-05-13 16:07:18.413424764 +0200
@@ -1,0 +2,172 @@
+Fri May 11 09:52:20 UTC 2018 - fst...@suse.com
+
+- Update to ustream tag jdk-11+13
+  * Fixes:
++ S4842658: DefaultListModel and DefaultComboBoxModel should
+  support addAll (Collection c)
++ S6574555: PNGImageWriter incorrectly sets bKGD chunk
++ S6788458: PNGImageReader ignores tRNS chunk while reading
+  non-indexed RGB/Gray images
++ S8153532: Add @throws NPE javadoc to
+  UIManager.setLookAndFeel(String) method description
++ S8154463: New failure of
+  closed/java/awt/font/Outline/OutlineInvarianceTest.java
++ S8171277: Elliptic Curves for Security in Crypto
++ S8176717: GC log file handle leaked to child processes
++ S8181594: Efficient and constant-time modular arithmetic
++ S8181910: [macos] Support dark title bars on macOS
++ S8185034: Cleanup and consolidate Metaspace coding
++ S8187123: (reflect) Class#getCanonicalName and
+  Class#getSimpleName is a part of performance issue
++ S8187392: Deprecated methods in the peers can be removed
++ S8189687: Swing: Invalid position of candidate pop-up of
+  InputMethod in Hi-DPI on Windows
++ S8189916: Dynamic Constant support for Sparc
++ S8191410: Unicode 10
++ S8194968: problem list actions for
+  tools/javac/jvm/VerboseOutTest
++ S8195002: Fix test/hotspot/jtreg/gtest/GTestWrapper.java on
+  Alpine/Musl
++ S8195717: test java/lang/invoke/MethodHandlesTest timed out
+  running testAsCollector1
++ S8196113: Remove the Compact Profile builds
++ S8196572: Tests ColConvCCMTest.java and MTColConvTest.java
+  fail
++ S8197388: Added not existing bug id in jdk/ProblemList.txt
++ S8197447: LogCompilation throws "couldn't find bytecode"
++ S8197954: Remove unnecessary intermediary APIs from AppCDS
+  implementation
++ S8198342: Test FileSystemViewListenerLeak.java is unstable
++ S8199067: [REDO] NMT: Enhance thread stack tracking
++ S8199196: Add javadoc support for preview features
++ S8199382: [TESTBUG] Open source VM testbase JDI tests
++ S8199748: Touch keyboard is not shown, if text component gets
+  focus from other text component
++ S8199852: Print more information about class loaders in
+  LinkageErrors.
++ S8199912: jshell tool: /open from URI
++ S8199932: Missing copyright header in AWT source code
++ S8200083: Bump bootjdk requirement for JDK 11 to JDK 10
++ S8200094: Turkish locale reports NPE No enum constant
+  com.sun.source.doctree.DocTree.Kind.SİNCE
++ S8200146: Remove the appletviewer launcher
++ S8200313: java/awt/Gtk/GtkVersionTest/GtkVersionTest.java
+  fails
++ S8200372: String::trim JavaDoc should clarify meaning of space
++ S8200557: OopStorage parallel iteration scales poorly
++ S8200716: Object propertyIsEnumerable buggy behavior on short
+  integer-string key
++ S8200729: Conditional compilation of GCs
++ S8201138: Defect in XMLEventReader.getElementText() may cause
+  data to be skipped, duplicated or otherwise result in a
+  ClassCastException
++ S8201433: Fix potential crash in BufImg_SetupICM
++ S8201492: Properly implement non-contiguous generations for
+  Reference discovery
++ S8201524: [AIX] Don't link libfontmanager against
+  libawt_headless
++ S8201572: Improve Metaspace Statistics
++ S8201598: Fix for 8181910: Support dark title bars on macOS
+  broke the MacOS build
++ S8201602: ARM32 - Minimal Dynamic Constant support
++ S8201626: Typo in MakeWindowAlwaysOnTop test
++ S8201640: Use _ref_processor_* member variables directly in
+  G1CollectedHeap
++ S8201793: (ref) Reference object should not support cloning
++ S8202017: Merge Reference Enqueuing phase with phase 3 of
+  Reference processing
++ S8202018: Move card table clear before enqueuing pending
+  references
++ S8202021: Improve variable naming in ReferenceProcesso
++ S8202050: Add javax/sound/midi/Sequencer/Recording.java to
+  the problemList
++ S8202080: Introduce ordering semantics for Atomic::add and
+  other RMW atomics
++ S8202083: Remove explicit CMS checks in CardTableBarrierSet
++ 

commit python-pandocfilters for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package python-pandocfilters for 
openSUSE:Factory checked in at 2018-05-13 16:06:19

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


Package is "python-pandocfilters"

Sun May 13 16:06:19 2018 rev:3 rq:606529 version:1.4.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-pandocfilters/python-pandocfilters.changes
2017-11-10 14:56:58.836982685 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pandocfilters.new/python-pandocfilters.changes
   2018-05-13 16:06:54.882283199 +0200
@@ -1,0 +2,5 @@
+Fri May 11 19:57:34 UTC 2018 - toddrme2...@gmail.com
+
+- pandoc is not strictly necessart to use this.
+
+---



Other differences:
--
++ python-pandocfilters.spec ++
--- /var/tmp/diff_new_pack.duNQt3/_old  2018-05-13 16:06:55.750251535 +0200
+++ /var/tmp/diff_new_pack.duNQt3/_new  2018-05-13 16:06:55.754251389 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pandocfilters
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -27,10 +27,8 @@
 Source: 
https://pypi.io/packages/source/p/pandocfilters/pandocfilters-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  pandoc >= 1.16
 BuildRequires:  python-rpm-macros
-Requires:   pandoc >= 1.16
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Recommends: pandoc >= 1.16
 BuildArch:  noarch
 
 %python_subpackages
@@ -56,8 +54,9 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc LICENSE README README.rst 
+%doc README README.rst 
 %doc examples/
+%license LICENSE
 %{python_sitelib}/*
 
 %changelog




commit gsequencer for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package gsequencer for openSUSE:Factory 
checked in at 2018-05-13 16:06:15

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


Package is "gsequencer"

Sun May 13 16:06:15 2018 rev:13 rq:606522 version:1.4.31

Changes:

--- /work/SRC/openSUSE:Factory/gsequencer/gsequencer.changes2018-05-10 
15:48:44.482712002 +0200
+++ /work/SRC/openSUSE:Factory/.gsequencer.new/gsequencer.changes   
2018-05-13 16:06:50.566440645 +0200
@@ -1,0 +2,6 @@
+Fri May 11 13:50:23 UTC 2018 - jkraehem...@gmail.com
+
+- new upstream v1.4.31 fixed muted DSSI and possible SIGSEGV as
+  relink line after destroyed machine.
+
+---

Old:

  gsequencer-1.4.29.tar.gz

New:

  gsequencer-1.4.31.tar.gz



Other differences:
--
++ gsequencer.spec ++
--- /var/tmp/diff_new_pack.gHpdpT/_old  2018-05-13 16:06:51.906391763 +0200
+++ /var/tmp/diff_new_pack.gHpdpT/_new  2018-05-13 16:06:51.910391617 +0200
@@ -18,7 +18,7 @@
 %define libagssonumber 1
 %define libgsequencersonumber 0
 Name:   gsequencer
-Version:1.4.29
+Version:1.4.31
 Release:0
 Summary:Audio processing engine
 License:GPL-3.0+ AND AGPL-3.0+ AND GFDL-1.3

++ gsequencer-1.4.29.tar.gz -> gsequencer-1.4.31.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsequencer-1.4.29/ChangeLog 
new/gsequencer-1.4.31/ChangeLog
--- old/gsequencer-1.4.29/ChangeLog 2018-05-07 10:00:26.0 +0200
+++ new/gsequencer-1.4.31/ChangeLog 2018-05-10 23:35:34.0 +0200
@@ -1,3 +1,14 @@
+ags (1.4.31)
+
+   [ Joël Krähemann (Maintainer of Advanced Gtk+ Sequencer) ]
+   * disabled GLib-GObject fatal mask
+
+ags (1.4.30)
+
+   [ Joël Krähemann (Maintainer of Advanced Gtk+ Sequencer) ]
+   * fixed wrong if statement in ags_route_dssi_audio_run.c causing DSSI 
silence
+   * fixed potential SIGSEGV related to AgsRecyclingContext wrong ref count
+
 ags (1.4.29)
 
[ Joël Krähemann (Maintainer of Advanced Gtk+ Sequencer) ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsequencer-1.4.29/ags/audio/ags_audio.c 
new/gsequencer-1.4.31/ags/audio/ags_audio.c
--- old/gsequencer-1.4.29/ags/audio/ags_audio.c 2018-05-07 01:53:42.0 
+0200
+++ new/gsequencer-1.4.31/ags/audio/ags_audio.c 2018-05-10 18:10:02.0 
+0200
@@ -1574,6 +1574,17 @@
   GList *list, *list_next;
 
   audio = AGS_AUDIO(gobject);
+
+  /* channels */
+  ags_audio_set_audio_channels(audio,
+  0);
+
+  ags_audio_set_pads(audio,
+AGS_TYPE_INPUT,
+0);
+  ags_audio_set_pads(audio,
+AGS_TYPE_OUTPUT,
+0);
   
   /* soundcard */
   if(audio->soundcard != NULL){
@@ -1799,17 +1810,6 @@
   audio->recall_remove = NULL;
   audio->play_remove = NULL;
   
-  /* channels */
-  ags_audio_set_audio_channels(audio,
-  0);
-
-  ags_audio_set_pads(audio,
-AGS_TYPE_INPUT,
-0);
-  ags_audio_set_pads(audio,
-AGS_TYPE_OUTPUT,
-0);
-
   /* playback domain */
   if(audio->playback_domain != NULL){
 AgsPlaybackDomain *playback_domain;
@@ -4568,8 +4568,10 @@
   /* add recall id */
   pthread_mutex_lock(mutex);
 
-  g_object_ref(recall_id);
-  audio->recall_id = g_list_prepend(audio->recall_id, recall_id);
+  if(g_list_find(audio->recall_id, recall_id) == NULL){
+g_object_ref(recall_id);
+audio->recall_id = g_list_prepend(audio->recall_id, recall_id);
+  }
   
   pthread_mutex_unlock(mutex);
 }
@@ -4605,8 +4607,10 @@
   /* remove recall id */
   pthread_mutex_lock(mutex);
 
-  audio->recall_id = g_list_remove(audio->recall_id, recall_id);
-  g_object_unref(recall_id);
+  if(g_list_find(audio->recall_id, recall_id) != NULL){
+audio->recall_id = g_list_remove(audio->recall_id, recall_id);
+g_object_unref(recall_id);
+  }
   
   pthread_mutex_unlock(mutex);
 }
@@ -4628,6 +4632,11 @@
   pthread_mutex_t *application_mutex;
   pthread_mutex_t *mutex;
 
+  if(!AGS_IS_AUDIO(audio) ||
+ !AGS_IS_RECYCLING_CONTEXT(recycling_context)){
+return;
+  }
+  
   /* lookup mutex */
   mutex_manager = ags_mutex_manager_get_instance();
   application_mutex = ags_mutex_manager_get_application_mutex(mutex_manager);
@@ -4642,8 +4651,10 @@
   /* add recycling container */
   pthread_mutex_lock(mutex);
 
-  g_object_ref(recycling_context);
-  audio->recycling_context = g_list_prepend(audio->recycling_context, 

commit openSUSE-release-tools for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package openSUSE-release-tools for 
openSUSE:Factory checked in at 2018-05-13 16:06:09

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


Package is "openSUSE-release-tools"

Sun May 13 16:06:09 2018 rev:92 rq:606483 version:20180511.af4e85a

Changes:

--- 
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
2018-05-11 09:16:35.754165597 +0200
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new/openSUSE-release-tools.changes
   2018-05-13 16:06:38.322887303 +0200
@@ -1,0 +2,62 @@
+Fri May 11 15:36:10 UTC 2018 - opensuse-releaset...@opensuse.org
+
+- Update to version 20180511.af4e85a:
+  * dist/spec: bump copyright year.
+  * dist/spec: sort requirements.
+  * dist/spec: update to new license standard.
+  * dist/spec: move ExclusiveArch up to apply to all packages instead of devel.
+
+---
+Fri May 11 00:19:05 UTC 2018 - opensuse-releaset...@opensuse.org
+
+- Update to version 20180510.a8b760d:
+  * dist/spec: exclusively build on x86_64 to avoid needless builds and OBS 
bugs.
+
+---
+Thu May 10 23:07:16 UTC 2018 - opensuse-releaset...@opensuse.org
+
+- Update to version 20180510.b4943dc:
+  * osclib/conf: update nocleanup-packages post migration to new pkglistgen.
+  * osclib/conf: change pkglistgen-include-suggested to False.
+
+---
+Thu May 10 22:59:15 UTC 2018 - opensuse-releaset...@opensuse.org
+
+- Update to version 20180510.ae00f10:
+  * dist: provide osrt-staging-bot-check_duplicate_binaries@.service.
+
+---
+Thu May 10 22:47:38 UTC 2018 - opensuse-releaset...@opensuse.org
+
+- Update to version 20180510.846b2bd:
+  * dist: provide openqa-comments service as part of staging-bot.
+  * dist: package openqa-comments as executable.
+
+---
+Thu May 10 22:30:45 UTC 2018 - opensuse-releaset...@opensuse.org
+
+- Update to version 20180510.afbd03d:
+  * systemd/leaper-crawler.service: wrap script with bash to handle colon.
+  * dist/package/spec: leaper package requires maintenance.
+
+---
+Thu May 10 07:03:58 UTC 2018 - opensuse-releaset...@opensuse.org
+
+- Update to version 20180510.6fd17f1:
+  * [oqamaint] Don't start and resolve incident job before is fully build
+  * [oqamaint] Fix data for KGraft
+
+---
+Wed May 09 23:29:43 UTC 2018 - opensuse-releaset...@opensuse.org
+
+- Update to version 20180509.90155fc:
+  * osclib/comments: command_find: use MULTILINE mode.
+  * osclib/comments: command_find: stupid \r line endings.
+
+---
+Wed May 09 23:05:07 UTC 2018 - opensuse-releaset...@opensuse.org
+
+- Update to version 20180509.41bbae7:
+  * manager_42: check if SLE-workarounds are no longer utilized and request 
removal.
+
+---

Old:

  openSUSE-release-tools-20180509.324f7cc.obscpio

New:

  openSUSE-release-tools-20180511.af4e85a.obscpio



Other differences:
--
++ openSUSE-release-tools.spec ++
--- /var/tmp/diff_new_pack.E6Te1k/_old  2018-05-13 16:06:39.186855785 +0200
+++ /var/tmp/diff_new_pack.E6Te1k/_new  2018-05-13 16:06:39.186855785 +0200
@@ -20,7 +20,7 @@
 %define source_dir openSUSE-release-tools
 %define announcer_filename factory-package-news
 Name:   openSUSE-release-tools
-Version:20180509.324f7cc
+Version:20180511.af4e85a
 Release:0
 Summary:Tools to aid in staging and release work for openSUSE/SUSE
 License:GPL-2.0-or-later AND MIT
@@ -74,6 +74,11 @@
 # Spec related requirements.
 Requires:   osclib = %{version}
 
+# Avoid needlessly building on s390x and such in various repos.
+# Must include noarch for older systems even though it makes no sense due to
+# https://bugzilla.redhat.com/show_bug.cgi?id=1298668.
+ExclusiveArch:  noarch x86_64
+
 %description
 Tools to aid in staging and release work for openSUSE/SUSE
 
@@ -128,6 +133,8 @@
 BuildArch:  noarch
 Requires:   %{name} = %{version}
 Requires:   osclib = %{version}
+# osrt-leaper-review needs check_maintenance_incidents.py
+Requires:   %{name}-maintenance = %{version}
 Requires(pre):  shadow
 
 %description leaper
@@ -393,6 +400,7 @@
 %exclude 

commit chromium for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package chromium for openSUSE:Factory 
checked in at 2018-05-13 16:05:27

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


Package is "chromium"

Sun May 13 16:05:27 2018 rev:187 rq:606437 version:66.0.3359.170

Changes:

--- /work/SRC/openSUSE:Factory/chromium/chromium.changes2018-05-10 
15:50:03.451817705 +0200
+++ /work/SRC/openSUSE:Factory/.chromium.new/chromium.changes   2018-05-13 
16:05:55.316456238 +0200
@@ -1,0 +2,11 @@
+Fri May 11 12:10:44 UTC 2018 - astie...@suse.com
+
+- Chromium 66.0.3359.170 (bsc#1092923):
+  * Chain leading to sandbox escape:
+CVE-2018-6121: Privilege Escalation in extensions
+CVE-2018-6122: Type confusion in V8
+  * CVE-2018-6120: Heap buffer overflow in PDFium
+  * Various fixes from internal audits, fuzzing and other
+initiatives
+
+---

Old:

  chromium-66.0.3359.139.tar.xz

New:

  chromium-66.0.3359.170.tar.xz



Other differences:
--
++ chromium.spec ++
--- /var/tmp/diff_new_pack.sCY9gg/_old  2018-05-13 16:06:06.560046054 +0200
+++ /var/tmp/diff_new_pack.sCY9gg/_new  2018-05-13 16:06:06.564045908 +0200
@@ -40,7 +40,7 @@
 %bcond_without swiftshader
 %endif
 Name:   chromium
-Version:66.0.3359.139
+Version:66.0.3359.170
 Release:0
 Summary:Google's open source browser project
 License:BSD-3-Clause AND LGPL-2.1-or-later

++ chromium-66.0.3359.139.tar.xz -> chromium-66.0.3359.170.tar.xz ++
/work/SRC/openSUSE:Factory/chromium/chromium-66.0.3359.139.tar.xz 
/work/SRC/openSUSE:Factory/.chromium.new/chromium-66.0.3359.170.tar.xz differ: 
char 27, line 1




commit container-feeder for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package container-feeder for 
openSUSE:Factory checked in at 2018-05-13 16:05:57

Comparing /work/SRC/openSUSE:Factory/container-feeder (Old)
 and  /work/SRC/openSUSE:Factory/.container-feeder.new (New)


Package is "container-feeder"

Sun May 13 16:05:57 2018 rev:7 rq:606450 version:4.0.0+20180511.git_r85_5a29042

Changes:

--- /work/SRC/openSUSE:Factory/container-feeder/container-feeder.changes
2018-04-27 16:10:11.224387898 +0200
+++ /work/SRC/openSUSE:Factory/.container-feeder.new/container-feeder.changes   
2018-05-13 16:06:08.783964922 +0200
@@ -1,0 +2,9 @@
+Fri May 11 07:44:40 UTC 2018 - containers-bugow...@suse.de
+
+- Commit 93775b6 by Jordi Massaguer Pla jmassaguer...@suse.de
+ update version to 4.0.0+dev
+ 
+ master is now development version for 4.0 (and kubic)
+
+
+---



Other differences:
--
++ container-feeder.spec ++
--- /var/tmp/diff_new_pack.TnWyWJ/_old  2018-05-13 16:06:25.263363731 +0200
+++ /var/tmp/diff_new_pack.TnWyWJ/_new  2018-05-13 16:06:25.263363731 +0200
@@ -29,7 +29,7 @@
 %endif
 
 Name:   container-feeder
-Version:0.0.0+20180427.git_r83_bfb55a4
+Version:4.0.0+20180511.git_r85_5a29042
 Release:0
 Summary:Load container images from RPMs into different container 
engines
 License:Apache-2.0

++ master.tar.gz ++
/work/SRC/openSUSE:Factory/container-feeder/master.tar.gz 
/work/SRC/openSUSE:Factory/.container-feeder.new/master.tar.gz differ: char 26, 
line 1




commit velum for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package velum for openSUSE:Factory checked 
in at 2018-05-13 16:06:03

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


Package is "velum"

Sun May 13 16:06:03 2018 rev:27 rq:606452 
version:4.0.0+dev+git_r754_6c7835c7a3cc0999ebebf57517c32bf35bbd8bd0

Changes:

--- /work/SRC/openSUSE:Factory/velum/velum.changes  2018-05-11 
09:18:08.490805711 +0200
+++ /work/SRC/openSUSE:Factory/.velum.new/velum.changes 2018-05-13 
16:06:27.967265089 +0200
@@ -1,0 +2,10 @@
+Fri May 11 13:00:18 UTC 2018 - containers-bugow...@suse.de
+
+- Commit 9d97b1d by James Mason jma...@suse.com
+ Prevent double-clicking setup#bootstrap submit in public cloud
+ 
+ Since that actually triggered construction of nodes, we need just a little
+ something to keep the impatient from clicking over & over.
+
+
+---



Other differences:
--
++ velum.spec ++
--- /var/tmp/diff_new_pack.dS2Q4V/_old  2018-05-13 16:06:28.679239115 +0200
+++ /var/tmp/diff_new_pack.dS2Q4V/_new  2018-05-13 16:06:28.683238969 +0200
@@ -96,7 +96,7 @@
 %description
 velum is the dashboard for CaasP to manage and deploy kubernetes clusters on 
top of MicroOS
 
-This package has been built with commit 
6c7835c7a3cc0999ebebf57517c32bf35bbd8bd0 from branch master on date Wed, 09 May 
2018 18:02:02 +
+This package has been built with commit 
6c7835c7a3cc0999ebebf57517c32bf35bbd8bd0 from branch master on date Fri, 11 May 
2018 12:59:37 +
 
 %prep
 %setup -q -n velum-%{branch}




commit python-bsddb3 for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package python-bsddb3 for openSUSE:Factory 
checked in at 2018-05-13 16:06:06

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


Package is "python-bsddb3"

Sun May 13 16:06:06 2018 rev:24 rq:606474 version:6.2.5

Changes:

--- /work/SRC/openSUSE:Factory/python-bsddb3/python-bsddb3.changes  
2017-09-05 15:17:41.740359384 +0200
+++ /work/SRC/openSUSE:Factory/.python-bsddb3.new/python-bsddb3.changes 
2018-05-13 16:06:29.319215768 +0200
@@ -1,0 +2,8 @@
+Thu May 10 17:08:25 UTC 2018 - toddrme2...@gmail.com
+
+- Update to 6.2.5
+  * We should be able to install inside a PYPY virtualenv.
+Reported by Zhihao Yuan. 
+- Use license tag
+
+---

Old:

  bsddb3-6.2.4.tar.gz

New:

  bsddb3-6.2.5.tar.gz



Other differences:
--
++ python-bsddb3.spec ++
--- /var/tmp/diff_new_pack.PdNq0e/_old  2018-05-13 16:06:30.035189648 +0200
+++ /var/tmp/diff_new_pack.PdNq0e/_new  2018-05-13 16:06:30.039189502 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-bsddb3
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-bsddb3
-Version:6.2.4
+Version:6.2.5
 Release:0
 Summary:Python interface for Berkeley DB
 License:BSD-3-Clause
@@ -69,11 +69,13 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc ChangeLog licenses.txt LICENSE.txt README.txt TODO.txt docs/*
+%doc ChangeLog README.txt TODO.txt docs/*
+%license licenses.txt LICENSE.txt
 %{python_sitearch}/*
 
 %files %{python_files devel}
 %defattr(-,root,root,-)
+%license licenses.txt LICENSE.txt
 %{_includedir}/python%{python_version}*/bsddb3
 
 %changelog

++ bsddb3-6.2.4.tar.gz -> bsddb3-6.2.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bsddb3-6.2.4/ChangeLog new/bsddb3-6.2.5/ChangeLog
--- old/bsddb3-6.2.4/ChangeLog  2017-01-25 23:32:56.0 +0100
+++ new/bsddb3-6.2.5/ChangeLog  2017-09-08 18:36:55.0 +0200
@@ -3,6 +3,10 @@
 RHEL7 has Python 2.7 and BDB 5.3. Includes legacy BDB 4.7 for compatibility, 
not used by the system.
 Ubuntu 12.04: Python 2.7, BDB 4.8 (legacy), BDB 5.1 used by the system. 
Supported until 2017.
 
+6.2.5:
+  * We should be able to install inside a PYPY virtualenv.
+Reported by Zhihao Yuan.
+
 6.2.4:
   * More complete fix for pkgsrc.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bsddb3-6.2.4/Modules/bsddb.h 
new/bsddb3-6.2.5/Modules/bsddb.h
--- old/bsddb3-6.2.4/Modules/bsddb.h2017-01-25 23:33:20.0 +0100
+++ new/bsddb3-6.2.5/Modules/bsddb.h2017-09-08 18:35:28.0 +0200
@@ -104,7 +104,7 @@
 #error "eek! DBVER can't handle minor versions > 9"
 #endif
 
-#define PY_BSDDB_VERSION "6.2.4"
+#define PY_BSDDB_VERSION "6.2.5"
 
 /* Python object definitions */
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bsddb3-6.2.4/PKG-INFO new/bsddb3-6.2.5/PKG-INFO
--- old/bsddb3-6.2.4/PKG-INFO   2017-01-25 23:41:55.0 +0100
+++ new/bsddb3-6.2.5/PKG-INFO   2017-09-08 18:46:51.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: bsddb3
-Version: 6.2.4
+Version: 6.2.5
 Summary: Python bindings for Oracle Berkeley DB
 Home-page: https://www.jcea.es/programacion/pybsddb.htm
 Author: Jesus Cea, Robin Dunn, Gregory P. Smith, Andrew Kuchling, Barry Warsaw
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bsddb3-6.2.4/bsddb3.egg-info/PKG-INFO 
new/bsddb3-6.2.5/bsddb3.egg-info/PKG-INFO
--- old/bsddb3-6.2.4/bsddb3.egg-info/PKG-INFO   2017-01-25 23:41:54.0 
+0100
+++ new/bsddb3-6.2.5/bsddb3.egg-info/PKG-INFO   2017-09-08 18:46:51.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: bsddb3
-Version: 6.2.4
+Version: 6.2.5
 Summary: Python bindings for Oracle Berkeley DB
 Home-page: https://www.jcea.es/programacion/pybsddb.htm
 Author: Jesus Cea, Robin Dunn, Gregory P. Smith, Andrew Kuchling, Barry Warsaw
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bsddb3-6.2.4/setup2.py new/bsddb3-6.2.5/setup2.py
--- old/bsddb3-6.2.4/setup2.py  2017-01-25 23:34:32.0 +0100
+++ new/bsddb3-6.2.5/setup2.py  2017-09-07 04:27:25.0 +0200
@@ 

commit kubernetes-salt for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package kubernetes-salt for openSUSE:Factory 
checked in at 2018-05-13 16:05:59

Comparing /work/SRC/openSUSE:Factory/kubernetes-salt (Old)
 and  /work/SRC/openSUSE:Factory/.kubernetes-salt.new (New)


Package is "kubernetes-salt"

Sun May 13 16:05:59 2018 rev:20 rq:606451 version:4.0.0+git_r763_dad9d01

Changes:

--- /work/SRC/openSUSE:Factory/kubernetes-salt/kubernetes-salt.changes  
2018-05-11 09:18:05.498914112 +0200
+++ /work/SRC/openSUSE:Factory/.kubernetes-salt.new/kubernetes-salt.changes 
2018-05-13 16:06:25.727346804 +0200
@@ -1,0 +2,13 @@
+Fri May 11 12:00:52 UTC 2018 - containers-bugow...@suse.de
+
+- Commit 1657de5 by Flavio Castelli fcaste...@suse.com
+ Add missing cri-o removal states
+ 
+ This is required to fix node removal on clusters using CRI-O as CRI.
+ 
+ Fixes bsc#1092614
+ 
+ Signed-off-by: Flavio Castelli 
+
+
+---



Other differences:
--
++ kubernetes-salt.spec ++
--- /var/tmp/diff_new_pack.9qZ0zX/_old  2018-05-13 16:06:26.691311638 +0200
+++ /var/tmp/diff_new_pack.9qZ0zX/_new  2018-05-13 16:06:26.695311492 +0200
@@ -32,7 +32,7 @@
 
 Name:   kubernetes-salt
 %define gitrepo salt
-Version:4.0.0+git_r761_6b2cce7
+Version:4.0.0+git_r763_dad9d01
 Release:0
 BuildArch:  noarch
 Summary:Production-Grade Container Scheduling and Management

++ master.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/salt-master/salt/crio/remove-pre-reboot.sls 
new/salt-master/salt/crio/remove-pre-reboot.sls
--- old/salt-master/salt/crio/remove-pre-reboot.sls 1970-01-01 
01:00:00.0 +0100
+++ new/salt-master/salt/crio/remove-pre-reboot.sls 2018-05-11 
14:01:23.0 +0200
@@ -0,0 +1 @@
+# Nothing to be done yet
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/salt-master/salt/crio/stop.sls 
new/salt-master/salt/crio/stop.sls
--- old/salt-master/salt/crio/stop.sls  1970-01-01 01:00:00.0 +0100
+++ new/salt-master/salt/crio/stop.sls  2018-05-11 14:01:23.0 +0200
@@ -0,0 +1,4 @@
+# Stop and disable the crio daemon
+crio:
+  service.dead:
+- enable: False




commit shotcut for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package shotcut for openSUSE:Factory checked 
in at 2018-05-13 16:05:10

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


Package is "shotcut"

Sun May 13 16:05:10 2018 rev:13 rq:605721 version:18.05.08

Changes:

--- /work/SRC/openSUSE:Factory/shotcut/shotcut.changes  2018-04-25 
10:02:37.428042057 +0200
+++ /work/SRC/openSUSE:Factory/.shotcut.new/shotcut.changes 2018-05-13 
16:05:12.934002429 +0200
@@ -1,0 +2,26 @@
+Wed May  9 11:15:37 UTC 2018 - davejpla...@gmail.com
+
+- Update to bug fix release 18.05.08
+- Upstream changes:
+  *Fix QML producer object not updated before loading filter UI.
+  *Fix fade out filters incorrect after changing out point.
+  *Fix broken fade out control on Timeline.
+  *Fix Fade Out Audio raises volume.
+  *Fix endOfStream signal off by one frame.
+
+---
+Sun May  6 12:34:44 UTC 2018 - davejpla...@gmail.com
+
+- Update to release 18.05 and rebased shotcut-noupdatecheck.patch.
+- Upstream changes:
+  *Added Keyframe support with a new Keyframes panel.
+  *Added 5.1 Surround Sound.
+  *Added Finnish translation.
+  *Restored GIF Animation for Export.
+  *Reduced memory footprint (especially for the Rotate and Size and
+   Position filters).
+  *Changed default Export settings to reduce output size by
+   increasing GOP and number of B frames.
+  *See https://shotcut.org/blog/new-release-1805/
+
+---

Old:

  shotcut-18.03.06.tar.gz

New:

  shotcut-18.05.08.tar.gz



Other differences:
--
++ shotcut.spec ++
--- /var/tmp/diff_new_pack.Ek3z6q/_old  2018-05-13 16:05:14.593941871 +0200
+++ /var/tmp/diff_new_pack.Ek3z6q/_new  2018-05-13 16:05:14.605941433 +0200
@@ -22,7 +22,7 @@
 %bcond_withx264
 
 Name:   shotcut
-Version:18.03.06
+Version:18.05.08
 Release:0
 # This package creates a build time version from the current date and uses it 
to check
 # for updates. See patch1 and prep/build section. For reproducible builds.
@@ -53,15 +53,15 @@
 BuildRequires:  pkgconfig(Qt5WebSockets)
 BuildRequires:  pkgconfig(Qt5X11Extras)
 BuildRequires:  pkgconfig(Qt5Xml)
-BuildRequires:  pkgconfig(mlt++)
-BuildRequires:  pkgconfig(mlt-framework)
+BuildRequires:  pkgconfig(mlt++) >= 6.7.0
+BuildRequires:  pkgconfig(mlt-framework) >= 6.7.0
 BuildRequires:  pkgconfig(sdl2)
 BuildRequires:  pkgconfig(vpx)
 # frei0r-plugins prior to 1.4-7.1 are built against qt4 and cause a segfault 
on startup.
 Requires:   frei0r-plugins >= 1.4-7.1
 Requires:   ladspa
-Requires:   libmlt6-modules
-Requires:   melt
+Requires:   libmlt6-modules > 6.6.0
+Requires:   melt > 6.6.0
 Requires:   qmelt
 Recommends: lame
 Requires:   ffmpeg >= 2.7

++ shotcut-18.03.06.tar.gz -> shotcut-18.05.08.tar.gz ++
 103171 lines of diff (skipped)

++ shotcut-noupdatecheck.patch ++
--- /var/tmp/diff_new_pack.Ek3z6q/_old  2018-05-13 16:05:15.513908309 +0200
+++ /var/tmp/diff_new_pack.Ek3z6q/_new  2018-05-13 16:05:15.517908163 +0200
@@ -1,8 +1,8 @@
 Index: src/mainwindow.cpp
 ===
 src/mainwindow.cpp.orig2017-12-03 08:39:09.0 +0200
-+++ src/mainwindow.cpp 2017-12-04 09:15:30.709075792 +0200
-@@ -2909,7 +2909,7 @@ void MainWindow::on_menuExternal_aboutTo
+--- src/mainwindow.cpp.orig2018-05-03 20:16:01.0 +0200
 src/mainwindow.cpp 2018-05-04 15:28:59.108830949 +0200
+@@ -3059,7 +3059,7 @@ void MainWindow::on_menuExternal_aboutTo
  void MainWindow::on_actionUpgrade_triggered()
  {
  showStatusMessage("Checking for upgrade...");
@@ -11,7 +11,7 @@
  }
  
  void MainWindow::on_actionOpenXML_triggered()
-@@ -3041,7 +3041,7 @@ void MainWindow::onUpgradeCheckFinished(
+@@ -3191,7 +3191,7 @@ void MainWindow::onUpgradeCheckFinished(
  m_upgradeUrl = json.object().value("url").toString();
  showStatusMessage(action, 10 /* seconds */);
  } else {
@@ -22,9 +22,9 @@
  return;
 Index: src/src.pro
 ===
 src/src.pro.orig   2017-12-03 08:39:09.0 +0200
-+++ src/src.pro2017-12-04 09:15:30.709075792 +0200
-@@ -329,7 +329,7 @@ debug_and_release {
+--- src/src.pro.orig   2018-05-03 20:16:01.0 +0200
 src/src.pro2018-05-04 15:28:59.144832529 +0200
+@@ -337,7 +337,7 @@ debug_and_release {
  LIBS += -lCuteLogger -lmvcp -lpthread
  
  isEmpty(SHOTCUT_VERSION) {




commit budgie-desktop for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package budgie-desktop for openSUSE:Factory 
checked in at 2018-05-13 16:05:22

Comparing /work/SRC/openSUSE:Factory/budgie-desktop (Old)
 and  /work/SRC/openSUSE:Factory/.budgie-desktop.new (New)


Package is "budgie-desktop"

Sun May 13 16:05:22 2018 rev:7 rq:606366 version:10.4

Changes:

--- /work/SRC/openSUSE:Factory/budgie-desktop/budgie-desktop.changes
2017-12-03 10:13:18.847222795 +0100
+++ /work/SRC/openSUSE:Factory/.budgie-desktop.new/budgie-desktop.changes   
2018-05-13 16:05:23.701609605 +0200
@@ -1,0 +2,9 @@
+Sun Apr 15 20:16:38 UTC 2018 - matthias.elias...@gmail.com
+
+- Add support-libmutter2.patch: This to support the version of 
+  mutter in openSUSE:Factory.
+- Change copyright year to 2018
+- Change licenses to SPDX-3.0 version
+- Modernize spec-file with spec-cleaner
+
+---

New:

  support-libmutter2.patch



Other differences:
--
++ budgie-desktop.spec ++
--- /var/tmp/diff_new_pack.NGZTPx/_old  2018-05-13 16:05:24.389584506 +0200
+++ /var/tmp/diff_new_pack.NGZTPx/_new  2018-05-13 16:05:24.393584360 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package budgie-desktop
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013-2016 Ikey Doherty 
 #
 # All modifications and additions to the file contributed by third parties
@@ -21,18 +21,18 @@
 Version:10.4
 Release:0
 Summary:GTK3 Desktop Environment
-License:GPL-2.0+ AND LGPL-2.1
+License:GPL-2.0-or-later AND LGPL-2.1-only
 Group:  System/GUI/Other
-Url:https://solus-project.com/budgie/
+URL:https://solus-project.com/budgie/
 Source: 
https://github.com/budgie-desktop/budgie-desktop/releases/download/v%{version}/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM: temp patch for sandbox changes in Meson 0.43.0.
 # Proper fix is in upstream master (gh#budgie-desktop/budgie-desktop#1194).
 Patch0: fix-meson-build.patch
-BuildRequires:  gtk-doc
+Patch1: support-libmutter2.patch
 BuildRequires:  intltool
 BuildRequires:  meson >= 0.41.2
-BuildRequires:  pkg-config
-BuildRequires:  vala >= 0.28
+BuildRequires:  pkgconfig
+BuildRequires:  sassc
 BuildRequires:  pkgconfig(accountsservice)
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(gio-unix-2.0)
@@ -41,30 +41,28 @@
 BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  pkgconfig(gtk-doc)
 BuildRequires:  pkgconfig(ibus-1.0)
 BuildRequires:  pkgconfig(libgnome-menu-3.0)
 BuildRequires:  pkgconfig(libpeas-gtk-1.0)
 BuildRequires:  pkgconfig(libpulse)
 BuildRequires:  pkgconfig(libwnck-3.0)
-%if 0%{?suse_version} > 1320
-BuildRequires:  pkgconfig(libmutter-1)
-%else
-BuildRequires:  pkgconfig(libmutter)
-%endif
-BuildRequires:  sassc
 BuildRequires:  pkgconfig(polkit-agent-1)
 BuildRequires:  pkgconfig(polkit-gobject-1)
 BuildRequires:  pkgconfig(upower-glib)
 BuildRequires:  pkgconfig(uuid)
-
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig(vapigen) >= 0.28
 Requires:   gnome-session
 Requires:   gnome-settings-daemon
-
 #Recommends: gnome-screensaver
 Recommends: NetworkManager-applet
 Recommends: gnome-backgrounds
 Recommends: gnome-control-center
+%if 0%{?suse_version} > 1500
+BuildRequires:  pkgconfig(libmutter-2)
+%else
+BuildRequires:  pkgconfig(libmutter)
+%endif
 
 %description
 Budgie Desktop is the flagship desktop for the Solus Operating System.
@@ -122,6 +120,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 cp -r src/gvc subprojects
 
 %build
@@ -137,6 +136,7 @@
 
 %find_lang %{name}
 
+%if 0%{?suse_version} < 1500
 %post
 %glib2_gsettings_schema_post
 %icon_theme_cache_post
@@ -144,19 +144,17 @@
 %postun
 %glib2_gsettings_schema_post
 %icon_theme_cache_postun
+%endif
 
 %post   -n libraven0 -p /sbin/ldconfig
 %postun -n libraven0 -p /sbin/ldconfig
-
 %post   -n libbudgietheme0 -p /sbin/ldconfig
 %postun -n libbudgietheme0 -p /sbin/ldconfig
-
 %post   -n libbudgie-plugin0 -p /sbin/ldconfig
 %postun -n libbudgie-plugin0 -p /sbin/ldconfig
 
 %files -f %{name}.lang
-%defattr(-,root,root)
-%doc LICENSE LICENSE.LGPL2.1
+%license LICENSE LICENSE.LGPL2.1
 %dir %{_datadir}/gnome-session
 %dir %{_datadir}/gnome-session/sessions
 %{_bindir}/budgie-*
@@ -169,15 +167,12 @@
 %{_sysconfdir}/xdg/autostart/budgie-desktop-nm-applet.desktop
 
 %files -n libraven0
-%defattr(-,root,root)
 %{_libdir}/libraven.so.*
 
 %files -n libbudgietheme0
-%defattr(-,root,root)
 

commit libmlt for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package libmlt for openSUSE:Factory checked 
in at 2018-05-13 16:05:05

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


Package is "libmlt"

Sun May 13 16:05:05 2018 rev:39 rq:605389 version:6.6.0+git20180502

Changes:

--- /work/SRC/openSUSE:Factory/libmlt/libmlt.changes2018-04-03 
12:12:19.818887233 +0200
+++ /work/SRC/openSUSE:Factory/.libmlt.new/libmlt.changes   2018-05-13 
16:05:06.218247434 +0200
@@ -1,0 +2,22 @@
+Sun May  6 12:18:00 UTC 2018 - davejpla...@gmail.com
+
+- Update to 6.6.0+git20180502 to enable shotcut 18.05 to build.
+- Upstream changes:
+  *Fix affine and region filters alter the frame's position.
+  *Fix mono channel configuration for ladspa plugins. (#334)
+  *Convert affine to mlt_rect and animation APIs.
+  *Add mlt_animation_key_set_frame() and Animation::key_set_frame().
+  *Fix build for Libav
+  *Fix crash on composite transition with unexpected pgm luma
+   https://bugs.kde.org/show_bug.cgi?id=381110
+  *Fix alpha support for more pixel formats Kdenlive issue #391963
+  *Add mlt_animation_key_set_type() and Animation::key_set_type().
+  *Fix rotoscoping crash
+  *Fix parsing non-animation string as animation.
+  *Fix mlt_animations not reliably serializing.
+  *Fix crash with kdenlivetile caused by wrong malloc size
+  *Add filter_swresample. (#305)
+  *Fix #284 GIF encoding not working.
+  *Fix segmentation fault when using qimage png producer #296
+
+---
--- /work/SRC/openSUSE:Factory/libmlt/webvfx.changes2018-03-12 
12:12:24.498003009 +0100
+++ /work/SRC/openSUSE:Factory/.libmlt.new/webvfx.changes   2018-05-13 
16:05:06.686230361 +0200
@@ -1,0 +2,8 @@
+Sun May  6 10:30:53 UTC 2018 - davejpla...@gmail.com
+
+- Update to version 0.44+git20180523
+- Rebase webvfx-versioned-libdir.patch.
+- Upstream changes:
+  *check pointers before using them.
+
+---

Old:

  mlt-6.6.0.tar.gz
  webvfx-0.44+git20160823.tar.gz

New:

  mlt-6.6.0+git20180502.tar.gz
  webvfx-0.44+git20180223.tar.gz



Other differences:
--
++ libmlt.spec ++
--- /var/tmp/diff_new_pack.xSvajl/_old  2018-05-13 16:05:07.722192567 +0200
+++ /var/tmp/diff_new_pack.xSvajl/_new  2018-05-13 16:05:07.722192567 +0200
@@ -25,20 +25,22 @@
 
 %define _name mlt
 %define libname lib%{_name}
+%define lversion 6.7.0
 %define soname 6
-
+%define _rev 42621eed360e192c4fb8b631001a2f5e9e2f446f
 %define _name_pp %{_name}++
 %define libname_pp lib%{_name_pp}
 %define soname_pp 3
 
 Name:   %{libname}
-Version:6.6.0
+Version:6.6.0+git20180502
 Release:0
 Summary:Multimedia framework for television broadcasting
 License:GPL-3.0+
 Group:  Development/Libraries/C and C++
 Url:http://www.mltframework.org
-Source0:
https://github.com/mltframework/mlt/archive/v%{version}.tar.gz#/%{_name}-%{version}.tar.gz
+#v%%{version}
+Source0:
https://github.com/mltframework/mlt/archive/%{_rev}.tar.gz#/%{_name}-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE libmlt-0.8.2-vdpau.patch reddw...@opensuse.org -- Make 
VDPAU support work without the devel package
 Patch1: libmlt-0.8.2-vdpau.patch
 
@@ -214,7 +216,7 @@
 This package contains python bindings.
 
 %prep
-%setup -q -n %{_name}-%{version}
+%setup -q -n %{_name}-%{_rev}
 %patch1
 
 # To complement libmlt-0.8.0-vdpau.patch.
@@ -288,7 +290,7 @@
 %files -n %{libname}%{soname}
 %defattr(0644, root, root, 0755)
 %{_libdir}/lib%{_name}.so.%{soname}
-%{_libdir}/lib%{_name}.so.%{version}
+%{_libdir}/lib%{_name}.so.%{lversion}
 
 %files devel
 %defattr(0644, root, root, 0755)
@@ -299,7 +301,7 @@
 %files -n %{libname_pp}%{soname_pp}
 %defattr(0644, root, root, 0755)
 %{_libdir}/lib%{_name_pp}.so.%{soname_pp}
-%{_libdir}/lib%{_name_pp}.so.%{version}
+%{_libdir}/lib%{_name_pp}.so.%{lversion}
 
 %files -n %{libname_pp}-devel
 %defattr(0644, root, root, 0755)

++ webvfx.spec ++
--- /var/tmp/diff_new_pack.xSvajl/_old  2018-05-13 16:05:07.754191400 +0200
+++ /var/tmp/diff_new_pack.xSvajl/_new  2018-05-13 16:05:07.758191254 +0200
@@ -17,14 +17,16 @@
 
 
 %define _name mlt
-%define mltversion 6.6.0
+%define mltversion 6.6.0+git20180502
+%define mltsoversion 6.7.0
 %define sover 1
 %define mltmaj %(echo %{mltversion} |cut -d "." -f 1)
 # Find qt version used to build
 %define qt5version %(pkg-config --modversion Qt5Core)
-%define _reve918ce4667e623c3d60735cb898223e730c6d7af
+%define mltrev 42621eed360e192c4fb8b631001a2f5e9e2f446f
+%define _revd65a42d25a887d11fd5cf5e485c1561dc802b671
 Name:   webvfx
-Version: 

commit azure-cli-find for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package azure-cli-find for openSUSE:Factory 
checked in at 2018-05-13 16:04:53

Comparing /work/SRC/openSUSE:Factory/azure-cli-find (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-find.new (New)


Package is "azure-cli-find"

Sun May 13 16:04:53 2018 rev:3 rq:605150 version:0.2.9

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-find/azure-cli-find.changes
2018-02-14 09:30:58.396890446 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-find.new/azure-cli-find.changes   
2018-05-13 16:04:54.190686227 +0200
@@ -1,0 +2,14 @@
+Fri May  4 14:19:52 UTC 2018 - adrian.glaub...@suse.com
+
+- Fix typo in Requires:
+  + python3-whoosh => python3-Whoosh
+
+---
+Wed Apr 18 13:41:35 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 0.2.9
+- Move LICENSE.txt from %doc to %license section
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-find-0.2.8.tar.gz

New:

  azure-cli-find-0.2.9.tar.gz



Other differences:
--
++ azure-cli-find.spec ++
--- /var/tmp/diff_new_pack.avP3wA/_old  2018-05-13 16:04:55.138651643 +0200
+++ /var/tmp/diff_new_pack.avP3wA/_new  2018-05-13 16:04:55.142651497 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-find
-Version:0.2.8
+Version:0.2.9
 Release:0
 Summary:Microsoft Azure CLI 'find' Command Module
 License:MIT
@@ -34,6 +34,7 @@
 Requires:   azure-cli-command-modules-nspkg
 Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
+Requires:   python3-Whoosh
 Requires:   python3-azure-nspkg
 Conflicts:  azure-cli < 2.0.0
 
@@ -63,7 +64,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python3_sitelib}/azure/cli/command_modules/find
 %{python3_sitelib}/azure_cli_find-*.egg-info
 

++ azure-cli-find-0.2.8.tar.gz -> azure-cli-find-0.2.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-find-0.2.8/HISTORY.rst 
new/azure-cli-find-0.2.9/HISTORY.rst
--- old/azure-cli-find-0.2.8/HISTORY.rst2018-01-05 22:11:35.0 
+0100
+++ new/azure-cli-find-0.2.9/HISTORY.rst2018-04-06 19:33:13.0 
+0200
@@ -3,6 +3,11 @@
 Release History
 ===
 
+0.2.9
+++
+
+* `sdist` is now compatible with wheel 0.31.0
+
 0.2.8
 ++
 * Update for CLI core changes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-find-0.2.8/PKG-INFO 
new/azure-cli-find-0.2.9/PKG-INFO
--- old/azure-cli-find-0.2.8/PKG-INFO   2018-01-05 22:12:40.0 +0100
+++ new/azure-cli-find-0.2.9/PKG-INFO   2018-04-06 19:33:50.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: azure-cli-find
-Version: 0.2.8
+Version: 0.2.9
 Summary: Microsoft Azure Command-Line Tools Find Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -18,6 +18,11 @@
 Release History
 ===
 
+0.2.9
+++
+
+* `sdist` is now compatible with wheel 0.31.0
+
 0.2.8
 ++
 * Update for CLI core changes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-find-0.2.8/azure_cli_find.egg-info/PKG-INFO 
new/azure-cli-find-0.2.9/azure_cli_find.egg-info/PKG-INFO
--- old/azure-cli-find-0.2.8/azure_cli_find.egg-info/PKG-INFO   2018-01-05 
22:12:40.0 +0100
+++ new/azure-cli-find-0.2.9/azure_cli_find.egg-info/PKG-INFO   2018-04-06 
19:33:50.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: azure-cli-find
-Version: 0.2.8
+Version: 0.2.9
 Summary: Microsoft Azure Command-Line Tools Find Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -18,6 +18,11 @@
 Release History
 ===
 
+0.2.9
+++
+
+* `sdist` is now compatible with wheel 0.31.0
+
 0.2.8
 ++
 * Update for CLI core changes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-find-0.2.8/setup.py 
new/azure-cli-find-0.2.9/setup.py
--- old/azure-cli-find-0.2.8/setup.py   2018-01-05 22:11:35.0 +0100
+++ new/azure-cli-find-0.2.9/setup.py   2018-04-06 19:33:13.0 +0200
@@ -15,7 +15,7 @@
 cmdclass = {}
 
 
-VERSION = "0.2.8"
+VERSION = "0.2.9"
 CLASSIFIERS = [
 'Development Status :: 4 - Beta',
 'Intended 

commit leptonica for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package leptonica for openSUSE:Factory 
checked in at 2018-05-13 16:05:02

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


Package is "leptonica"

Sun May 13 16:05:02 2018 rev:15 rq:605279 version:1.76.0

Changes:

--- /work/SRC/openSUSE:Factory/leptonica/leptonica.changes  2018-02-20 
17:58:35.846855285 +0100
+++ /work/SRC/openSUSE:Factory/.leptonica.new/leptonica.changes 2018-05-13 
16:05:04.630305366 +0200
@@ -1,0 +2,24 @@
+Fri May  4 18:41:49 UTC 2018 - lazy.k...@opensuse.org
+
+- Update to 1.76.0.
+  * Modify infrastructure to fix outstanding security issues.
+By default, you can no longer create temp directories and temp
+files whose names are known to the compiler.  Also, prevent
+"system" calls, which were used for image display and gnuplot.
+  * Replaced remaining sprintf() with snprintf() in prog tests.
+  * Added non-transcoding functions for generating pdf from jpeg
+pixacomp.
+  * Add control of jpeg quality from pixWriteMem() and
+pixWriteStream().
+  * Fixed getFilenamesInDirectory() to properly identify
+directories.
+  * Prevent size overflow in calloc for kernel; cleaned it up fpix
+and dpix.
+  * bmp reading now accepts negative height.
+  * Simplified splitimage2pdf; it no longer uses ps2pdf.
+  * Remove name-mangling WRITE_AS_NAMED compile option.
+  * Removed 2 deprecated write functions.
+  * Added these regression tests: locminmax_reg, speckle_reg,
+watershed_reg.
+
+---

Old:

  leptonica-1.75.3.tar.gz

New:

  leptonica-1.76.0.tar.gz



Other differences:
--
++ leptonica.spec ++
--- /var/tmp/diff_new_pack.ZiD5vf/_old  2018-05-13 16:05:05.854260713 +0200
+++ /var/tmp/diff_new_pack.ZiD5vf/_new  2018-05-13 16:05:05.858260567 +0200
@@ -19,12 +19,12 @@
 %define major   5
 
 Name:   leptonica
-Version:1.75.3
+Version:1.76.0
 Release:0
 Summary:Library for image processing and image analysis applications
 License:BSD-2-Clause
 Group:  Development/Libraries/C and C++
-Url:http://leptonica.org/
+URL:http://leptonica.org/
 Source0:http://leptonica.org/source/%{name}-%{version}.tar.gz
 Source1:baselibs.conf
 BuildRequires:  giflib-devel
@@ -77,32 +77,32 @@
 make %{?_smp_mflags}
 
 %install
-make install DESTDIR="%buildroot"
-rm -f %{buildroot}%{_libdir}/*.la
+%make_install
+find %{buildroot} -type f -name "*.la" -delete -print
 rm -f %{buildroot}%{_bindir}/{*gen,*reg,*test*}
 
 %check
-make check
+make %{?_smp_mflags} check
 
 %post -n liblept%{major} -p /sbin/ldconfig
 
 %postun -n liblept%{major} -p /sbin/ldconfig
 
 %files -n liblept%{major}
-%doc leptonica-license.txt version-notes.html moller52.jpg
+%license leptonica-license.txt
+%doc version-notes.html moller52.jpg
 %defattr(-,root,root)
 %{_libdir}/liblept.so.*
 
 %files devel
-%defattr(-,root,root)
-%doc leptonica-license.txt README.html version-notes.html moller52.jpg
+%license leptonica-license.txt
+%doc README.html version-notes.html moller52.jpg
 %{_includedir}/leptonica/
 %{_libdir}/liblept.so
 %{_libdir}/pkgconfig/*
 
 %files -n leptonica-tools
-%defattr(-,root,root)
-%doc leptonica-license.txt
+%license leptonica-license.txt
 %{_bindir}/lept-*
 
 %changelog

++ leptonica-1.75.3.tar.gz -> leptonica-1.76.0.tar.gz ++
/work/SRC/openSUSE:Factory/leptonica/leptonica-1.75.3.tar.gz 
/work/SRC/openSUSE:Factory/.leptonica.new/leptonica-1.76.0.tar.gz differ: char 
5, line 1




commit firewalld-rpcbind-helper for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package firewalld-rpcbind-helper for 
openSUSE:Factory checked in at 2018-05-13 16:05:24

Comparing /work/SRC/openSUSE:Factory/firewalld-rpcbind-helper (Old)
 and  /work/SRC/openSUSE:Factory/.firewalld-rpcbind-helper.new (New)


Package is "firewalld-rpcbind-helper"

Sun May 13 16:05:24 2018 rev:3 rq:606428 version:0.2

Changes:

--- 
/work/SRC/openSUSE:Factory/firewalld-rpcbind-helper/firewalld-rpcbind-helper.changes
2018-04-19 15:30:36.084318330 +0200
+++ 
/work/SRC/openSUSE:Factory/.firewalld-rpcbind-helper.new/firewalld-rpcbind-helper.changes
   2018-05-13 16:05:26.709499870 +0200
@@ -1,0 +2,14 @@
+Fri May 11 11:17:32 UTC 2018 - matthias.gerst...@suse.com
+
+- update to new minor release that fixes bugs:
+  * error in some cases when running with python3 because of a missing decode
+  * error when sysconfig files have not been existing, because packages have
+not been installed yet
+- dropped shebang.patch: is now covered by new release tarball
+
+---
+Mon Apr 23 09:29:36 UTC 2018 - matthias.gerst...@suse.com
+
+- use %doc and %license macros in a cleaner way
+
+---

Old:

  shebang.patch
  v0.1.tar.gz

New:

  v0.2.tar.gz



Other differences:
--
++ firewalld-rpcbind-helper.spec ++
--- /var/tmp/diff_new_pack.MCzC52/_old  2018-05-13 16:05:27.325477399 +0200
+++ /var/tmp/diff_new_pack.MCzC52/_new  2018-05-13 16:05:27.329477253 +0200
@@ -18,14 +18,13 @@
 
 %define main_script firewall-rpc-helper.py
 Name:   firewalld-rpcbind-helper
-Version:0.1
+Version:0.2
 Release:0
 Summary:Tool for static port assignment of NFSv3, ypserv, ypbind 
services
 License:GPL-2.0-or-later
 Group:  Productivity/Networking/Security
-URL:https://github.com/mgerstner/firewalld-rpcbind-helper
-Source0:
https://github.com/mgerstner/firewalld-rpcbind-helper/archive/v0.1.tar.gz
-Patch0: shebang.patch
+Url:https://github.com/mgerstner/firewalld-rpcbind-helper
+Source0:
https://github.com/mgerstner/firewalld-rpcbind-helper/archive/v%{version}.tar.gz
 Requires:   python3
 Recommends: firewalld
 BuildArch:  noarch
@@ -36,7 +35,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 # nothing
@@ -44,11 +42,11 @@
 %install
 mkdir -p %{buildroot}/%{_bindir}
 mkdir -p %{buildroot}/%{_docdir}/%{name}
-cp LICENSE README.md %{buildroot}/%{_docdir}/%{name}
 cp %{main_script} %{buildroot}/%{_bindir}/%{main_script}
 
 %files
-%doc %{_docdir}/%{name}
+%doc README.md
+%license LICENSE
 %{_bindir}/%{main_script}
 
 %changelog

++ v0.1.tar.gz -> v0.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/firewalld-rpcbind-helper-0.1/README.md 
new/firewalld-rpcbind-helper-0.2/README.md
--- old/firewalld-rpcbind-helper-0.1/README.md  2018-04-11 14:31:15.0 
+0200
+++ new/firewalld-rpcbind-helper-0.2/README.md  2018-05-11 13:06:49.0 
+0200
@@ -1,7 +1,7 @@
 # Helper for use of rpcbind Based Protocols with firewalld
 
-With the new majors openSUSE Leap 15.0 and SUSE Linux Enterprise 15 the
-*SuSEfirewall2* default firewall is replaced by
+With the new major releases openSUSE Leap 15.0 and SUSE Linux Enterprise 15
+the *SuSEfirewall2* default firewall is replaced by
 [firewalld](https://www.firewalld.org/).
 
 While most features of *SuSEfirewall2* have an equivalent in *firewalld* there
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/firewalld-rpcbind-helper-0.1/firewall-rpc-helper.py 
new/firewalld-rpcbind-helper-0.2/firewall-rpc-helper.py
--- old/firewalld-rpcbind-helper-0.1/firewall-rpc-helper.py 2018-04-11 
14:31:15.0 +0200
+++ new/firewalld-rpcbind-helper-0.2/firewall-rpc-helper.py 2018-05-11 
13:06:49.0 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/python -s
+#!/usr/bin/python3 -s
 # vim: noet ts=8 sw=8 sts=8 :
 
 # Author:
@@ -29,6 +29,7 @@
 import subprocess
 import random
 import textwrap
+import errno
 
 def error(*args, **kwargs):
kwargs["file"] = sys.stderr
@@ -89,6 +90,9 @@
)
self.m_rpcbind_services = list(self.m_rpcbind_services)
 
+   def isInstalled(self):
+   return os.path.exists(self.m_sysconfig_file)
+
def __init__(self):
 
self.m_used_ports = set()
@@ -165,7 +169,7 @@
 output will be a space separated list of tuples of the
 form /, where  is one of tcp or
 udp.  This format is compatible with firewall-cmd
-syntax.  Example input: "-s 

commit culmus-fonts for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package culmus-fonts for openSUSE:Factory 
checked in at 2018-05-13 16:04:46

Comparing /work/SRC/openSUSE:Factory/culmus-fonts (Old)
 and  /work/SRC/openSUSE:Factory/.culmus-fonts.new (New)


Package is "culmus-fonts"

Sun May 13 16:04:46 2018 rev:9 rq:603973 version:0.132

Changes:

--- /work/SRC/openSUSE:Factory/culmus-fonts/culmus-fonts.changes
2013-03-27 19:23:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.culmus-fonts.new/culmus-fonts.changes   
2018-05-13 16:04:50.770810992 +0200
@@ -1,0 +2,17 @@
+Wed May  2 15:12:24 UTC 2018 - jeng...@inai.de
+
+- Update descriptions.
+
+---
+Tue May  1 21:34:32 UTC 2018 - corne...@solcon.nl
+
+- Updated to 0.132:
+  * Nachlieli CLM completely redesigned, and now it also supports
+diacritics.
+  * David CLM now also supports meteg and rafe, in addition to other
+diacritics.
+  * Nachlieli and David are provided as otf fonts.
+- Remove the Provides/Obsoletes: culmus, it was a long time ago that
+  the package name was just culmus.
+
+---

Old:

  culmus-0.130.tar.bz2

New:

  culmus-0.132.tar.gz



Other differences:
--
++ culmus-fonts.spec ++
--- /var/tmp/diff_new_pack.ps7gEA/_old  2018-05-13 16:04:51.390788373 +0200
+++ /var/tmp/diff_new_pack.ps7gEA/_new  2018-05-13 16:04:51.394788227 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package culmus-fonts
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,28 +20,25 @@
 %define upstream_name  culmus
 
 Name:   culmus-fonts
-Version:0.130
+Version:0.132
 Release:0
-Summary:Free Hebrew Fonts
-License:GPL-2.0+
+Summary:A set of Hebrew fonts
+License:GPL-2.0-or-later
 Group:  System/X11/Fonts
 Url:http://culmus.sourceforge.net/
-Source0:%{upstream_name}-%{version}.tar.bz2
+Source0:%{upstream_name}-%{version}.tar.gz
 BuildRequires:  fontpackages-devel
 %reconfigure_fonts_prereq
 Provides:   locale(he)
-# FIXME: This causes a rpmlint warning; change <= to < once here's a new 
upstream version
-Obsoletes:  culmus <= %{version}
-Provides:   culmus = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
-Nine Hebrew font families. ASCII glyphs partially borrowed from the URW
-and Bitstream fonts.  Those families provide a basic set of a serif
-(Frank Ruehl), sans serif (Nachlieli), and monospaced (Miriam Mono)
-fonts. Also included Miriam, Drugulin, Aharoni, David, Yehuda, and
-Ellinia.
+A set of 15 Hebrew font families. Those families provide a basic set
+of a serif (Frank Ruehl), sans serif (Nachlieli), and monospaced
+(Miriam Mono) fonts. ASCII glyphs are partially borrowed from the URW
+and Bitstream fonts. Also included Miriam, Drugulin, Aharoni, David,
+Yehuda, and Ellinia.
 
 %prep
 %setup -q -n %{upstream_name}-%{version}
@@ -50,7 +47,7 @@
 
 %install
 mkdir -p %{buildroot}%_ttfontsdir
-install -m 0644 *.ttf \
+install -m 0644 *.ttf *.otf \
 %{buildroot}%_ttfontsdir
 mkdir -p %{buildroot}%type1dir
 install -c -m 644 *.afm *.pf? %{buildroot}%type1dir




commit python-botocore for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package python-botocore for openSUSE:Factory 
checked in at 2018-05-13 16:05:19

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


Package is "python-botocore"

Sun May 13 16:05:19 2018 rev:27 rq:606117 version:1.10.17

Changes:

--- /work/SRC/openSUSE:Factory/python-botocore/python-botocore.changes  
2018-04-25 10:02:32.872209218 +0200
+++ /work/SRC/openSUSE:Factory/.python-botocore.new/python-botocore.changes 
2018-05-13 16:05:20.957709708 +0200
@@ -1,0 +2,54 @@
+Thu May 10 09:05:58 UTC 2018 - tchva...@suse.com
+
+- Create symlinks from system packages for the vendored stuff as some
+  3rd party apps   require it and it leads to explosions
+
+---
+Thu May 10 08:18:52 UTC 2018 - tchva...@suse.com
+
+- Version update to 1.10.17:
+  * api-change:rds: [botocore] Update rds client to latest version
+  * api-change:ec2: [botocore] Update ec2 client to latest version
+  * api-change:budgets: [botocore] Update budgets client to latest version
+  * api-change:rds: [botocore] Update rds client to latest version
+  * api-change:ec2: [botocore] Update ec2 client to latest version
+  * api-change:alexaforbusiness: [botocore] Update alexaforbusiness client to 
latest version
+  * api-change:s3: [botocore] Update s3 client to latest version
+  * api-change:budgets: [botocore] Update budgets client to latest version
+  * api-change:es: [botocore] Update es client to latest version
+  * api-change:guardduty: [botocore] Update guardduty client to latest version
+  * api-change:config: [botocore] Update config client to latest version
+  * api-change:secretsmanager: [botocore] Update secretsmanager client to 
latest version
+  * api-change:appsync: [botocore] Update appsync client to latest version
+  * api-change:acm: [botocore] Update acm client to latest version
+  * api-change:codepipeline: [botocore] Update codepipeline client to latest 
version
+  * api-change:ssm: [botocore] Update ssm client to latest version
+  * api-change:ec2: [botocore] Update ec2 client to latest version
+  * api-change:guardduty: [botocore] Update guardduty client to latest version
+  * api-change:alexaforbusiness: [botocore] Update alexaforbusiness client to 
latest version
+  * api-change:route53domains: [botocore] Update route53domains client to 
latest version
+  * api-change:workspaces: [botocore] Update workspaces client to latest 
version
+  * api-change:sagemaker: [botocore] Update sagemaker client to latest version
+  * api-change:dynamodb: [botocore] Update dynamodb client to latest version
+  * api-change:glacier: [botocore] Update glacier client to latest version
+  * api-change:secretsmanager: [botocore] Update secretsmanager client to 
latest version
+  * api-change:rekognition: [botocore] Update rekognition client to latest 
version
+  * api-change:xray: [botocore] Update xray client to latest version
+  * api-change:codedeploy: [botocore] Update codedeploy client to latest 
version
+  * api-change:secretsmanager: [botocore] Update secretsmanager client to 
latest version
+  * api-change:elasticbeanstalk: [botocore] Update elasticbeanstalk client to 
latest version
+  * api-change:iotanalytics: [botocore] Update iotanalytics client to latest 
version
+  * api-change:iot: [botocore] Update iot client to latest version
+  * api-change:autoscaling-plans: [botocore] Update autoscaling-plans client 
to latest version
+  * api-change:medialive: [botocore] Update medialive client to latest version
+  * api-change:firehose: [botocore] Update firehose client to latest version
+  * api-change:ce: [botocore] Update ce client to latest version
+  * api-change:codepipeline: [botocore] Update codepipeline client to latest 
version
+  * api-change:ssm: [botocore] Update ssm client to latest version
+  * api-change:ec2: [botocore] Update ec2 client to latest version
+  * api-change:secretsmanager: [botocore] Update secretsmanager client to 
latest version
+  * api-change:rds: [botocore] Update rds client to latest version
+  * api-change:devicefarm: [botocore] Update devicefarm client to latest 
version
+  * bugfix:dynamodb: Fixes a bug causing dynamodb operations with no output to 
throw errors.
+
+---

Old:

  botocore-1.10.4.tar.gz

New:

  botocore-1.10.17.tar.gz



Other differences:
--
++ python-botocore.spec ++
--- /var/tmp/diff_new_pack.YLZXDh/_old  2018-05-13 16:05:21.957673227 +0200
+++ /var/tmp/diff_new_pack.YLZXDh/_new  2018-05-13 16:05:21.961673081 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() 

commit dmd for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package dmd for openSUSE:Factory checked in 
at 2018-05-13 16:04:56

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


Package is "dmd"

Sun May 13 16:04:56 2018 rev:15 rq:605185 version:2.080.0

Changes:

--- /work/SRC/openSUSE:Factory/dmd/dmd.changes  2018-04-17 11:18:59.766252685 
+0200
+++ /work/SRC/openSUSE:Factory/.dmd.new/dmd.changes 2018-05-13 
16:04:57.790554895 +0200
@@ -1,0 +2,8 @@
+Mon May  7 21:57:22 UTC 2018 - matthias.elias...@gmail.com
+
+- Update to 2.080.0
+  See the full changelog here:
+  https://dlang.org/changelog/2.080.0.html
+- Refresh dmd_use_tarball_bootstrap.diff
+
+---

Old:

  dmd-2.079.1.tar.gz
  druntime-2.079.1.tar.gz
  phobos-2.079.1.tar.gz

New:

  dmd-2.080.0.tar.gz
  druntime-2.080.0.tar.gz
  phobos-2.080.0.tar.gz



Other differences:
--
++ dmd.spec ++
--- /var/tmp/diff_new_pack.IoVzbh/_old  2018-05-13 16:04:59.398496234 +0200
+++ /var/tmp/diff_new_pack.IoVzbh/_new  2018-05-13 16:04:59.402496088 +0200
@@ -17,14 +17,14 @@
 
 
 %define bootstrap_version 2.078.0
-%define sover  0_79
+%define sover  0_80
 %if 0%{?sle_version} == 15 && 0%{?is_opensuse}
 %define auto_bootstrap 1
 %else
 %define auto_bootstrap 1
 %endif
 Name:   dmd
-Version:2.079.1
+Version:2.080.0
 Release:0
 Summary:D Programming Language 2.0
 License:BSL-1.0
@@ -94,7 +94,7 @@
 %setup -q
 %setup -q -T -D -a 1
 %setup -q -T -D -a 2
-%patch0 -p1
+%patch0 -p0
 echo %{version} > phobos-%{version}/VERSION
 cd %{_builddir}
 ln -s dmd-%{version} dmd

++ dmd-2.079.1.tar.gz -> dmd-2.080.0.tar.gz ++
 31226 lines of diff (skipped)

++ dmd_use_tarball_bootstrap.diff ++
--- /var/tmp/diff_new_pack.IoVzbh/_old  2018-05-13 16:05:00.710448371 +0200
+++ /var/tmp/diff_new_pack.IoVzbh/_new  2018-05-13 16:05:00.714448225 +0200
@@ -1,12 +1,13 @@
-diff -Naur dmd-2.078.0/src/posix.mak dmd-2.078.0.orig/src/posix.mak
 dmd-2.078.0.orig/src/posix.mak 2018-01-02 21:51:20.0 +0100
-+++ dmd-2.078.0/src/posix.mak  2018-01-05 20:52:07.915337173 +0100
-@@ -491,7 +491,7 @@
+diff --git src/posix.mak src/posix.mak
+index d8863de8b..977a403b7 100644
+--- src/posix.mak
 src/posix.mak
+@@ -503,7 +503,7 @@ CURL_FLAGS:=-fsSL --retry 5 --retry-max-time 120 
--connect-timeout 5 --speed-tim
  $(HOST_DMD_PATH):
mkdir -p ${HOST_DMD_ROOT}
  ifneq (,$(shell which xz 2>/dev/null))
--  curl -fsSL ${HOST_DMD_URL}.tar.xz | tar -C ${HOST_DMD_ROOT} -Jxf - || 
rm -rf ${HOST_DMD_ROOT}
+-  curl ${CURL_FLAGS} ${HOST_DMD_URL}.tar.xz | tar -C ${HOST_DMD_ROOT} 
-Jxf - || rm -rf ${HOST_DMD_ROOT}
 +  tar -C ${HOST_DMD_ROOT} -Jxf  
~/rpmbuild/SOURCES/dmd.2.078.0.linux.tar.xz || rm -rf ${HOST_DMD_ROOT}
  else
-   TMPFILE=$$(mktemp deleteme.) && curl -fsSL ${HOST_DMD_URL}.zip 
> $${TMPFILE}.zip && \
+   TMPFILE=$$(mktemp deleteme.) && curl ${CURL_FLAGS} 
${HOST_DMD_URL}.zip > $${TMPFILE}.zip && \
unzip -qd ${HOST_DMD_ROOT} $${TMPFILE}.zip && rm 
$${TMPFILE}.zip;

++ druntime-2.079.1.tar.gz -> druntime-2.080.0.tar.gz ++
 2302 lines of diff (skipped)

++ phobos-2.079.1.tar.gz -> phobos-2.080.0.tar.gz ++
 48552 lines of diff (skipped)




commit xplayer for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package xplayer for openSUSE:Factory checked 
in at 2018-05-13 16:05:16

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


Package is "xplayer"

Sun May 13 16:05:16 2018 rev:15 rq:605805 version:1.8.0

Changes:

--- /work/SRC/openSUSE:Factory/xplayer/xplayer.changes  2018-03-28 
10:31:15.389315182 +0200
+++ /work/SRC/openSUSE:Factory/.xplayer.new/xplayer.changes 2018-05-13 
16:05:18.485799888 +0200
@@ -1,0 +2,15 @@
+Thu May  8 20:40:20 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 1.8.0:
+  * Do not use gnome-common.
+  * Fix the python shebang.
+  * Clean up the auto-generated files.
+  * Fix a compilation error.
+  * Fix "Pause" handler for the MPRIS interface, as well as the
+media key interface. The media-key handler simply hadn't
+implemented it, and the mpris plugin (python) was encountering
+an introspection namespace issue with the pause methods.
+  * rotation plugin: Fix build, remove generated files, and allow
+the build to compile the .vala source.
+
+---

Old:

  xplayer-1.6.1.tar.gz

New:

  xplayer-1.8.0.tar.gz



Other differences:
--
++ xplayer.spec ++
--- /var/tmp/diff_new_pack.2DUKww/_old  2018-05-13 16:05:19.529761802 +0200
+++ /var/tmp/diff_new_pack.2DUKww/_new  2018-05-13 16:05:19.529761802 +0200
@@ -18,19 +18,24 @@
 
 %bcond_without zeitgeist
 Name:   xplayer
-Version:1.6.1
+Version:1.8.0
 Release:0
 Summary:Generic media player
 License:GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:  Productivity/Multimedia/Video/Players
 Url:https://github.com/linuxmint/xplayer
 Source: 
https://github.com/linuxmint/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+BuildRequires:  autoconf
+BuildRequires:  autoconf-archive
+BuildRequires:  automake
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  gnome-common
 BuildRequires:  gstreamer-plugins-good >= 0.11.93
 # For gst-inspect tool
 BuildRequires:  gstreamer-utils >= 0.11.93
+BuildRequires:  gtk-doc
+BuildRequires:  intltool
+BuildRequires:  libtool
 BuildRequires:  lirc-devel
 BuildRequires:  pkgconfig
 BuildRequires:  python-devel
@@ -158,10 +163,11 @@
 %setup -q
 
 %build
-NOCONFIGURE=1 gnome-autogen.sh
+NOCONFIGURE=1 ./autogen.sh
 export BROWSER_PLUGIN_DIR=%{_libdir}/browser-plugins/
 %configure \
-  --disable-static
+  --disable-static \
+  --disable-Werror
 make %{?_smp_mflags} V=1
 
 %install

++ xplayer-1.6.1.tar.gz -> xplayer-1.8.0.tar.gz ++
 21507 lines of diff (skipped)




commit dub for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package dub for openSUSE:Factory checked in 
at 2018-05-13 16:05:00

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


Package is "dub"

Sun May 13 16:05:00 2018 rev:9 rq:605187 version:1.9.0

Changes:

--- /work/SRC/openSUSE:Factory/dub/dub.changes  2018-04-17 11:19:07.565887094 
+0200
+++ /work/SRC/openSUSE:Factory/.dub.new/dub.changes 2018-05-13 
16:05:02.394386937 +0200
@@ -1,0 +2,7 @@
+Mon May  7 21:55:40 UTC 2018 - matthias.elias...@gmail.com
+
+- Update to 1.9.0
+  * No changelog was made available.
+- Rename LICENCE.txt to LICENCE
+
+---

Old:

  dub-1.8.1.tar.gz

New:

  dub-1.9.0.tar.gz



Other differences:
--
++ dub.spec ++
--- /var/tmp/diff_new_pack.LujLSs/_old  2018-05-13 16:05:02.958366362 +0200
+++ /var/tmp/diff_new_pack.LujLSs/_new  2018-05-13 16:05:02.962366216 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   dub
-Version:1.8.1
+Version:1.9.0
 Release:0
 Summary:Package manager and meta build tool for the D programming 
language
 License:MIT
@@ -56,7 +56,7 @@
 
 %files
 %doc CHANGELOG.md README.md
-%license LICENSE.txt
+%license LICENSE
 %{_bindir}/%{name}
 
 %changelog

++ dub-1.8.1.tar.gz -> dub-1.9.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dub-1.8.1/.travis.yml new/dub-1.9.0/.travis.yml
--- old/dub-1.8.1/.travis.yml   2018-04-14 18:12:05.0 +0200
+++ new/dub-1.9.0/.travis.yml   2018-05-01 15:43:29.0 +0200
@@ -7,6 +7,12 @@
 packages:
   - libevent-dev
 
+before_install:
+  # Use the dub-updating fork of the installer script until 
https://github.com/dlang/installer/pull/301 is merged
+  - wget 
https://raw.githubusercontent.com/wilzbach/installer-dub/master/script/install.sh
 -O ~/dlang/install.dub.sh
+  - . $(bash ~/dlang/install.dub.sh -a dub)
+  - dub --version
+
 script:
   - ./travis-ci.sh
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dub-1.8.1/CHANGELOG.md new/dub-1.9.0/CHANGELOG.md
--- old/dub-1.8.1/CHANGELOG.md  2018-04-14 18:12:05.0 +0200
+++ new/dub-1.9.0/CHANGELOG.md  2018-05-01 15:43:29.0 +0200
@@ -1,6 +1,9 @@
 Changelog
 =
 
+v1.9.0 - 2018-05-01
+---
+
 v1.8.1 - 2018-04-14
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dub-1.8.1/LICENSE new/dub-1.9.0/LICENSE
--- old/dub-1.8.1/LICENSE   1970-01-01 01:00:00.0 +0100
+++ new/dub-1.9.0/LICENSE   2018-05-01 15:43:29.0 +0200
@@ -0,0 +1,22 @@
+MIT License
+
+Copyright (c) 2012-2016 RejectedSoftware e.K.
+Copyright (c) 2016-2018 D Language Foundation
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dub-1.8.1/LICENSE.txt new/dub-1.9.0/LICENSE.txt
--- old/dub-1.8.1/LICENSE.txt   2018-04-14 18:12:05.0 +0200
+++ new/dub-1.9.0/LICENSE.txt   1970-01-01 01:00:00.0 +0100
@@ -1,7 +0,0 @@
-Copyright (c) 2012-2016 RejectedSoftware e.K.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy 
of this software and associated documentation files (the "Software"), to deal 
in the Software without restriction, including without limitation the rights to 
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
of the Software, and to permit persons to whom the Software is furnished to do 
so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be 

commit pythia for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package pythia for openSUSE:Factory checked 
in at 2018-05-13 16:04:43

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


Package is "pythia"

Sun May 13 16:04:43 2018 rev:19 rq:603526 version:8.235

Changes:

--- /work/SRC/openSUSE:Factory/pythia/pythia.changes2017-09-13 
22:31:48.459170890 +0200
+++ /work/SRC/openSUSE:Factory/.pythia.new/pythia.changes   2018-05-13 
16:04:45.379007698 +0200
@@ -1,0 +2,29 @@
+Mon Apr 30 22:09:08 UTC 2018 - badshah...@gmail.com
+
+- Update to version 8.235:
+  + See
+http://home.thep.lu.se/~torbjorn/pythia82html/UpdateHistory.html
+- Rebase pythia-remove-rpaths.patch 
+- Drop bundled header file MixMax.h which is not used by pythia
+  directly and violates GPL copyright.
+- Update License to GPL-2.0-or-later in keeping with upstream
+  change.
+- Use %%license to install COPYING file instead of %%doc.
+- Remove no-longer needed post-install mosifications:
+  + The correct permission for pythia8-config binary is set by
+install script; stop setting it manually
+  + Rpaths are already removed from the shared libraries; don't
+execute chrpath to do this. Also drop BuildRequires: chrpath.
+  + Don't remove non-existent backup file.
+
+---
+Mon Oct  9 10:20:22 UTC 2017 - badshah...@gmail.com
+
+- Update to version 8.230:
+  + Long list of changes, see
+http://home.thep.lu.se/~torbjorn/Pythia.html.
+- Drop python-dont-force-std-cxx98.patch, incorporated into
+  upstream sources.
+- Rebase existing patches.
+
+---

Old:

  pythia8226.tgz
  python-dont-force-std-cxx98.patch

New:

  pythia8235.tgz



Other differences:
--
++ pythia.spec ++
--- /var/tmp/diff_new_pack.dTkh7T/_old  2018-05-13 16:04:50.466822082 +0200
+++ /var/tmp/diff_new_pack.dTkh7T/_new  2018-05-13 16:04:50.470821936 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pythia
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,14 @@
 #
 
 
-%define ver 8226
+%define ver 8235
 %define soname lib%{name}8
 
 Name:   pythia
-Version:8.226
+Version:8.235
 Release:0
 Summary:A simulation program for particle collisions at very high 
energies
-License:GPL-2.0
+License:GPL-2.0-or-later
 Group:  Development/Libraries/C and C++
 Url:http://home.thep.lu.se/~torbjorn/Pythia.html
 Source: http://home.thep.lu.se/~torbjorn/pythia8/%{name}%{ver}.tgz
@@ -33,8 +33,6 @@
 Patch1: pythia-honour-env-cxxflags.patch
 # PATCH-FIX-UPSTREAM pythia-remove-rpaths.patch badshah...@gmail.com -- Delete 
rpath references when building libraries; patch sent upstream
 Patch2: pythia-remove-rpaths.patch
-# PATCH-FIX-UPSTREAM python-dont-force-std-cxx98.patch badshah...@gmail.com -- 
Dependencies such as fastjet already use std=c++14 where available, so forcing 
std=c++98 makes pythia incompatible when used with such system libraries
-Patch3: python-dont-force-std-cxx98.patch
 BuildRequires:  HepMC2-devel
 BuildRequires:  LHAPDF-devel
 %if 0%{?suse_version} > 1325
@@ -42,7 +40,6 @@
 %else
 BuildRequires:  boost-devel
 %endif
-BuildRequires:  chrpath
 BuildRequires:  fastjet-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -119,11 +116,13 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
 
 # REMOVE UNNEEDED .orig FILES FROM THE examples DIR
 rm -f examples/Makefile.orig
 
+# REMOVE NON-FREE HEADER FILE NOT USED BY PYTHIA DIRECTLY
+rm include/Pythia8Plugins/MixMax.h
+
 %build
 # FIX EOF ENCODINGS
 sed -i 's/\r$//' share/Pythia8/xmldoc/mrstlostarstar.00.dat
@@ -168,9 +167,6 @@
 # REMOVE STATIC LIBRARY
 rm %{buildroot}%{_libdir}/libpythia8.a
 
-# REMOVE RPATHS
-chrpath --delete %{buildroot}%{_libdir}/libpythia8lhapdf6.so
-
 # REMOVE AUTHORS, COPYING, GUIDELINES AND README FILES AND BUNDLE THEM IN MAIN 
PACKAGE USING %%doc
 for i in AUTHORS COPYING GUIDELINES README
 do
@@ -181,8 +177,11 @@
 sed -i "s|%{buildroot}||g" %{buildroot}%{_bindir}/pythia8-config
 sed -i "s|%{buildroot}||g" %{buildroot}%{_docdir}/%{name}/examples/Makefile.inc
 
-# MAKE SCRIPT EXECUTABLE
-chmod +x %{buildroot}%{_bindir}/pythia8-config
+# REMOVE SPURIOUS EXECUTABLE PERMISSIONS
+chmod -x %{buildroot}%{_docdir}/%{name}/xmldoc/GKG18_DPDF_Fit*.dat
+
+# FIX env BASED HASHBANG
+sed -E -i "s|/usr/bin/env bash|/bin/bash|" 

commit python-azure-mgmt for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt for 
openSUSE:Factory checked in at 2018-05-13 16:04:51

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


Package is "python-azure-mgmt"

Sun May 13 16:04:51 2018 rev:3 rq:605134 version:2.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-azure-mgmt/python-azure-mgmt.changes  
2018-02-14 10:51:58.748912605 +0100
+++ /work/SRC/openSUSE:Factory/.python-azure-mgmt.new/python-azure-mgmt.changes 
2018-05-13 16:04:53.214721832 +0200
@@ -1,0 +2,30 @@
+Mon May  7 09:46:09 UTC 2018 - adrian.glaub...@suse.com
+
+- Update version numbers for component packages in Requires
+  + python-azure-mgmt-batchai >= 1.0.0
+  + python-azure-mgmt-compute >= 4.0.0rc1
+  + python-azure-mgmt-dns >= 2.0.0rc1
+  + python-azure-mgmt-network >= 2.0.0rc2
+  + python-azure-mgmt-rdbms >= 1.1.0
+
+---
+Fri Apr 13 08:55:49 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream version
+  + Version 2.0.0
+- Add additional packages from the Azure SDK to Requires
+  + python-azure-mgmt-batchai
+  + python-azure-mgmt-billing
+  + python-azure-mgmt-containerinstance
+  + python-azure-mgmt-containerservice
+  + python-azure-mgmt-managementpartner
+  + python-azure-mgmt-relay
+  + python-azure-mgmt-servicefabric
+- Remove obsolete packages from the Azure SDK from Requires
+  + python-azure-mgmt-documentdb
+- Move LICENSE.txt from %doc to %license section
+- Update patches for new version
+  + am_drop-compatible-releases-operator.patch
+- Update Requires from setup.py
+
+---

Old:

  azure-mgmt-1.0.0.zip

New:

  azure-mgmt-2.0.0.zip



Other differences:
--
++ python-azure-mgmt.spec ++
--- /var/tmp/diff_new_pack.ENoghI/_old  2018-05-13 16:04:53.802700381 +0200
+++ /var/tmp/diff_new_pack.ENoghI/_new  2018-05-13 16:04:53.806700235 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-azure-mgmt
-Version:1.0.0
+Version:2.0.0
 Release:0
 Summary:Microsoft Azure Resource Management bundle
 License:MIT
@@ -32,101 +32,113 @@
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
 Requires:   python-azure-mgmt-advisor < 2.0.0
-Requires:   python-azure-mgmt-advisor >= 1.0.0
+Requires:   python-azure-mgmt-advisor >= 1.0
 Requires:   python-azure-mgmt-applicationinsights < 1.0.0
-Requires:   python-azure-mgmt-applicationinsights >= 0.1.0
+Requires:   python-azure-mgmt-applicationinsights >= 0.1.1
 Requires:   python-azure-mgmt-authorization < 1.0.0
 Requires:   python-azure-mgmt-authorization >= 0.30.0
 Requires:   python-azure-mgmt-batch < 6.0.0
-Requires:   python-azure-mgmt-batch >= 5.0.0
+Requires:   python-azure-mgmt-batch >= 5.0
+Requires:   python-azure-mgmt-batchai < 2.0.0
+Requires:   python-azure-mgmt-batchai >= 1.0.0
+Requires:   python-azure-mgmt-billing < 1.0.0
+Requires:   python-azure-mgmt-billing >= 0.1.0
 Requires:   python-azure-mgmt-cdn < 3.0.0
-Requires:   python-azure-mgmt-cdn >= 2.0.0
+Requires:   python-azure-mgmt-cdn >= 2.0
 Requires:   python-azure-mgmt-cognitiveservices < 3.0.0
-Requires:   python-azure-mgmt-cognitiveservices >= 2.0.0
+Requires:   python-azure-mgmt-cognitiveservices >= 2.0
 Requires:   python-azure-mgmt-commerce < 2.0.0
-Requires:   python-azure-mgmt-commerce >= 1.0.0
-Requires:   python-azure-mgmt-compute < 4.0.0
-Requires:   python-azure-mgmt-compute >= 3.0.0
-Requires:   python-azure-mgmt-consumption < 2.0.0
-Requires:   python-azure-mgmt-consumption >= 1.1.0
+Requires:   python-azure-mgmt-commerce >= 1.0
+Requires:   python-azure-mgmt-compute < 5.0.0
+Requires:   python-azure-mgmt-compute >= 4.0.0rc1
+Requires:   python-azure-mgmt-consumption < 3.0.0
+Requires:   python-azure-mgmt-consumption >= 2.0
+Requires:   python-azure-mgmt-containerinstance < 1.0.0
+Requires:   python-azure-mgmt-containerinstance >= 0.3.1
 Requires:   python-azure-mgmt-containerregistry < 2.0.0
-Requires:   python-azure-mgmt-containerregistry >= 1.0.0
+Requires:   python-azure-mgmt-containerregistry >= 1.0
+Requires:   python-azure-mgmt-containerservice < 4.0.0
+Requires:   python-azure-mgmt-containerservice >= 3.0
 Requires:   python-azure-mgmt-cosmosdb < 1.0.0
-Requires:   python-azure-mgmt-cosmosdb >= 0.2.0
+Requires:   python-azure-mgmt-cosmosdb >= 0.3.1
 Requires:   python-azure-mgmt-datafactory < 1.0.0
-Requires:  

commit python-azure-graphrbac for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package python-azure-graphrbac for 
openSUSE:Factory checked in at 2018-05-13 16:04:35

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


Package is "python-azure-graphrbac"

Sun May 13 16:04:35 2018 rev:3 rq:603169 version:0.40.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-graphrbac/python-azure-graphrbac.changes
2018-02-14 09:25:24.948974066 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-graphrbac.new/python-azure-graphrbac.changes
   2018-05-13 16:04:42.275120935 +0200
@@ -1,0 +2,12 @@
+Tue Mar  6 14:53:25 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 0.40.0
+- Move LICENSE.txt from %doc to %license section
+- Refresh patches for new version
+- Update Requires from setup.py
+- Update %description from setup.py
+- Add patch ag_drop-compatible-releases-operator.patch
+- Drop patch ag_drop-compatible-releases-operaror.patch
+
+---

Old:

  ag_drop-compatible-releases-operaror.patch
  azure-graphrbac-0.33.0.zip

New:

  ag_drop-compatible-releases-operator.patch
  azure-graphrbac-0.40.0.zip



Other differences:
--
++ python-azure-graphrbac.spec ++
--- /var/tmp/diff_new_pack.JnNitD/_old  2018-05-13 16:04:42.895098317 +0200
+++ /var/tmp/diff_new_pack.JnNitD/_new  2018-05-13 16:04:42.895098317 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-azure-graphrbac
-Version:0.33.0
+Version:0.40.0
 Release:0
 Summary:Microsoft Azure Graph RBAC Client Library
 License:MIT
@@ -26,7 +26,7 @@
 Url:https://github.com/Azure/azure-sdk-for-python
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-graphrbac/azure-graphrbac-%{version}.zip
 Source1:LICENSE.txt
-Patch1: ag_drop-compatible-releases-operaror.patch
+Patch1: ag_drop-compatible-releases-operator.patch
 BuildRequires:  %{python_module azure-nspkg}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
@@ -35,8 +35,8 @@
 Requires:   python-azure-common < 2.0.0
 Requires:   python-azure-common >= 1.1
 Requires:   python-azure-nspkg
-Requires:   python-msrestazure < 1.0.0
-Requires:   python-msrestazure >= 0.4.11
+Requires:   python-msrestazure < 2.0.0
+Requires:   python-msrestazure >= 0.4.20
 Conflicts:  python-azure-sdk <= 2.0.0
 
 BuildArch:  noarch
@@ -49,7 +49,7 @@
 Azure Resource Manager (ARM) is the next generation of management APIs that
 replace the old Azure Service Management (ASM).
 
-This package has been tested with Python 2.7, 3.3, 3.4, 3.5 and 3.6.
+This package has been tested with Python 2.7, 3.4, 3.5 and 3.6.
 
 %prep
 %setup -q -n azure-graphrbac-%{version}
@@ -68,7 +68,8 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python_sitelib}/azure/graphrbac
 %{python_sitelib}/azure_graphrbac-*.egg-info
 

++ ag_drop-compatible-releases-operator.patch ++
diff -Nru azure-graphrbac-0.40.0.orig/setup.py azure-graphrbac-0.40.0/setup.py
--- azure-graphrbac-0.40.0.orig/setup.py2018-02-05 22:03:56.0 
+0100
+++ azure-graphrbac-0.40.0/setup.py 2018-03-06 15:48:23.854850780 +0100
@@ -78,7 +78,7 @@
 packages=find_packages(exclude=["tests"]),
 install_requires=[
 'msrestazure>=0.4.20,<2.0.0',
-'azure-common~=1.1',
+'azure-common>=1.1',
 ],
 cmdclass=cmdclass
 )



commit azure-cli-core for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2018-05-13 16:04:30

Comparing /work/SRC/openSUSE:Factory/azure-cli-core (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-core.new (New)


Package is "azure-cli-core"

Sun May 13 16:04:30 2018 rev:3 rq:603135 version:2.0.31

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2018-02-14 09:30:35.657714426 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new/azure-cli-core.changes   
2018-05-13 16:04:32.499477575 +0200
@@ -1,0 +2,14 @@
+Wed May  2 13:41:48 UTC 2018 - adrian.glaub...@suse.com
+
+- Fix typo in Requires:
+  + python3-PyOpenSSL => python3-pyOpenSSL
+
+---
+Mon Apr 23 07:40:56 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 2.0.31
+- Move LICENSE.txt from %doc to %license section
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-core-2.0.26.tar.gz

New:

  azure-cli-core-2.0.31.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.83HkFz/_old  2018-05-13 16:04:33.091455978 +0200
+++ /var/tmp/diff_new_pack.83HkFz/_new  2018-05-13 16:04:33.095455832 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-core
-Version:2.0.26
+Version:2.0.31
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT
@@ -40,15 +40,16 @@
 Requires:   python3-colorama >= 0.3.9
 Requires:   python3-humanfriendly >= 4.7
 Requires:   python3-jmespath
-Requires:   python3-knack >= 0.3.1
+Requires:   python3-knack >= 0.3.2
 Requires:   python3-msrest >= 0.4.4
-Requires:   python3-msrestazure >= 0.4.7
+Requires:   python3-msrestazure >= 0.4.25
 Requires:   python3-paramiko
 Requires:   python3-pip
 Requires:   python3-pyOpenSSL >= 16.2
 Requires:   python3-pygments
 Requires:   python3-requests
 Requires:   python3-six
+Requires:   python3-tabulate <= 0.8.2
 Requires:   python3-tabulate >= 0.7.7
 Requires:   python3-wheel
 Conflicts:  azure-cli < 2.0.0
@@ -74,7 +75,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python3_sitelib}/azure/cli/core
 %{python3_sitelib}/azure_cli_core-*.egg-info
 

++ azure-cli-core-2.0.26.tar.gz -> azure-cli-core-2.0.31.tar.gz ++
 2184 lines of diff (skipped)




commit qutebrowser for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package qutebrowser for openSUSE:Factory 
checked in at 2018-05-13 16:04:48

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


Package is "qutebrowser"

Sun May 13 16:04:48 2018 rev:18 rq:604030 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Factory/qutebrowser/qutebrowser.changes  2018-03-16 
10:44:19.918349761 +0100
+++ /work/SRC/openSUSE:Factory/.qutebrowser.new/qutebrowser.changes 
2018-05-13 16:04:51.610780348 +0200
@@ -1,0 +2,93 @@
+Fri May  4 10:29:52 UTC 2018 - 9+suse@cirno.systems
+
+- Use upstream Makefile to install
+  * Package scripts and manpage
+- Package AppStream metadata
+- Update to version 1.3.0:
+  Added:
+* New :scroll-to-anchor command to scroll to an anchor in the
+  document.
+* New url.open_base_url option to open the base URL of a
+  searchengine when no search term is given.
+* New tabs.min_width setting to configure the minimal width
+  for tabs.
+* New userscripts:
++ getbib to download bibtex information for DOIs on a page.
++ qute-keepass to get passwords from KeePassX.
+
+  Changed:
+* QtWebEngine: Support for JavaScript Shared Web Workers have
+  been disabled on Qt versions older than 5.11 because of
+  security issues in in Chromium. You can get the same effect
+  in earlier versions via
+  ":set qt.args ['disable-shared-workers']". An equivalent
+  workaround is also contained in Qt 5.9.5 and 5.10.1.
+* The file dialog for downloads now has basic tab completion
+  based on the entered text.
+* :version now shows OS information for POSIX OS other than
+  Linux/macOS.
+* When there's an error inserting the text from an external
+  editor, a backup file is now saved.
+* The window.hide_wayland_decoration setting got renamed to
+  window.hide_decoration and now also works outside of wayland.
+* The tabs.favicons.show setting now can take three values:
+  'always' (was True), 'never' (was False) and 'pinned'
+  (to only show favicons for pinned tabs).
+* Hover tooltips on tabs now always show the webpage's title.
+* The default value for content.host_blocking.lists was
+  changed to only include https://github.com/StevenBlack/hosts
+  which combines various sources.
+* Error messages when trying to wrap when tabs.wrap is False
+  are now logged to debug instead of messages.
+
+  Fixed:
+* Using hints before a page is fully loaded is now possible
+  again.
+* Selecting hints with the number keypad now works again.
+* Tab titles for tabs loaded from sessions should now really be
+  correct instead of showing the URL.
+* Loading URLs with customized settings from a session now
+  avoids an additional reload.
+* The window icon and title now get set correctly again.
+* The tabs.switching_delay setting now has a correct maximum
+  value limit set.
+* The taskadd script now works properly when there's multi-line
+  output.
+* QtWebEngine: Worked around issues with
+  GreaseMonkey/stylesheets not being loaded correctly in some
+  situations.
+* The statusbar now more closely reflects the caret mode state.
+* The icon on Windows should now be displayed in a higher
+  resolution.
+* The QtWebEngine development tools (inspector) now also work
+  when JavaScript is disabled globally.
+* Building .exe files now works when upx is installed on the
+  system.
+* The keyhint widget now shows the correct text for chained
+  modifiers.
+* Loading GreaseMonkey scripts now also works with Jinja2 2.8
+  (e.g. on Debian Stable).
+* Adding styles with GreaseMonkey on fast sites now works
+  properly.
+* Window ID 0 is now excluded properly from ":tab-take"
+  completion.
+* A rare crash when cancelling a download has been fixed.
+* The Makefile (intended for packagers) now supports PREFIX
+  properly.
+* The workaround for a black window with Nvidia graphics is now
+  enabled on non-Linux systems (like FreeBSD) as well.
+* Initial support for Qt 5.11.
+* Checking for a new version after sending a crash report now
+  works properly again.
+* "@match" in Greasemonkey scripts now more closely matches the
+  proper pattern syntax.
+* Searching via / or ? now doesn't handle any characters in a
+  special way.
+* Fixed crash when trying to retry some failed downloads on
+  QtWebEngine.
+* An invalid spellcheck dictionary filename now doesn't crash
+  anymore. When no spellcheck dictionaries are configured,
+  it's now disabled internally. This works around an issue with
+  entering special characters on 

commit python-knack for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package python-knack for openSUSE:Factory 
checked in at 2018-05-13 16:04:33

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


Package is "python-knack"

Sun May 13 16:04:33 2018 rev:2 rq:603138 version:0.3.2

Changes:

--- /work/SRC/openSUSE:Factory/python-knack/python-knack.changes
2018-02-13 10:32:09.963120973 +0100
+++ /work/SRC/openSUSE:Factory/.python-knack.new/python-knack.changes   
2018-05-13 16:04:35.243377470 +0200
@@ -1,0 +2,9 @@
+Wed May  2 13:54:59 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 0.3.2
+  + ArgumentsContext.ignore() should use hidden options_list (#76)
+  + Consolidate exception handling (#66)
+- Fix bogus comment in spec file
+
+---

Old:

  knack-0.3.1.tar.gz

New:

  knack-0.3.2.tar.gz



Other differences:
--
++ python-knack.spec ++
--- /var/tmp/diff_new_pack.tD6JYO/_old  2018-05-13 16:04:35.843355582 +0200
+++ /var/tmp/diff_new_pack.tD6JYO/_new  2018-05-13 16:04:35.847355436 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package python-msrestazure
+# spec file for package python-knack
 #
 # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-knack
-Version:0.3.1
+Version:0.3.2
 Release:0
 Summary:A Command-Line Interface framework
 License:MIT
@@ -30,11 +30,11 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:   python-PyYAML
 Requires:   python-argcomplete
 Requires:   python-colorama
 Requires:   python-jmespath
 Requires:   python-pygments
-Requires:   python-PyYAML
 Requires:   python-six
 Requires:   python-tabulate
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ knack-0.3.1.tar.gz -> knack-0.3.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knack-0.3.1/PKG-INFO new/knack-0.3.2/PKG-INFO
--- old/knack-0.3.1/PKG-INFO2018-01-09 18:11:38.0 +0100
+++ new/knack-0.3.2/PKG-INFO2018-03-16 17:00:24.0 +0100
@@ -1,6 +1,6 @@
-Metadata-Version: 1.1
+Metadata-Version: 2.1
 Name: knack
-Version: 0.3.1
+Version: 0.3.2
 Summary: A Command-Line Interface framework
 Home-page: https://github.com/microsoft/knack
 Author: Microsoft Corporation
@@ -41,7 +41,7 @@
 
 
 
-.. note::    The project is in `initial development phase 
`__
 . We recommend pinning to at least a specific minor version when marking 
**knack** as a dependency in your project.
+.. note:: The project is in `initial development phase 
`__
 . We recommend pinning to at least a specific minor version when marking 
**knack** as a dependency in your project.
 
 
 
@@ -149,3 +149,4 @@
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
 Classifier: License :: OSI Approved :: MIT License
+Provides-Extra: 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knack-0.3.1/README.rst new/knack-0.3.2/README.rst
--- old/knack-0.3.1/README.rst  2018-01-09 18:10:40.0 +0100
+++ new/knack-0.3.2/README.rst  2018-03-16 16:59:17.0 +0100
@@ -33,7 +33,7 @@
 
 
 
-.. note::    The project is in `initial development phase 
`__
 . We recommend pinning to at least a specific minor version when marking 
**knack** as a dependency in your project.
+.. note:: The project is in `initial development phase 
`__
 . We recommend pinning to at least a specific minor version when marking 
**knack** as a dependency in your project.
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knack-0.3.1/knack/arguments.py 
new/knack-0.3.2/knack/arguments.py
--- old/knack-0.3.1/knack/arguments.py  2018-01-09 18:10:40.0 +0100
+++ new/knack-0.3.2/knack/arguments.py  2018-03-16 16:59:17.0 +0100
@@ -164,7 +164,8 @@
 :param argument_dest: The destination argument to apply the ignore 
type to
 :type 

commit python-msrestazure for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package python-msrestazure for 
openSUSE:Factory checked in at 2018-05-13 16:03:40

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


Package is "python-msrestazure"

Sun May 13 16:03:40 2018 rev:5 rq:601546 version:0.4.28

Changes:

--- /work/SRC/openSUSE:Factory/python-msrestazure/python-msrestazure.changes
2018-02-14 09:27:33.936299577 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-msrestazure.new/python-msrestazure.changes   
2018-05-13 16:03:42.677295231 +0200
@@ -1,0 +2,12 @@
+Tue Apr 24 11:06:26 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 0.4.28
+  + For detailed information about changes see the
+README.rst file provided with this package
+- Move LICENSE.txt from %doc to %license section
+- Refresh patches for new version
+  + m_drop-compatible-releases-operator.patch
+- Update Requires from setup.py
+
+---

Old:

  msrestazure-0.4.20.tar.gz

New:

  msrestazure-0.4.28.tar.gz



Other differences:
--
++ python-msrestazure.spec ++
--- /var/tmp/diff_new_pack.WMNJqk/_old  2018-05-13 16:03:43.441267359 +0200
+++ /var/tmp/diff_new_pack.WMNJqk/_new  2018-05-13 16:03:43.445267213 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-msrestazure
-Version:0.4.20
+Version:0.4.28
 Release:0
 Summary:AutoRest swagger generator
 License:MIT
@@ -32,10 +32,9 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-adal < 1.0.0
-Requires:   python-adal >= 0.4.7
-Requires:   python-keyring >= 5.6
+Requires:   python-adal >= 0.5.0
 Requires:   python-msrest < 2.0.0
-Requires:   python-msrest >= 0.4.25
+Requires:   python-msrest >= 0.4.28
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -59,7 +58,8 @@
 
 %files  %{python_files}
 %defattr(-,root,root,-)
-%doc LICENSE.md README.rst
+%doc README.rst
+%license LICENSE.md
 %{python_sitelib}/*
 
 %changelog

++ m_drop-compatible-releases-operator.patch ++
--- /var/tmp/diff_new_pack.WMNJqk/_old  2018-05-13 16:03:43.509264878 +0200
+++ /var/tmp/diff_new_pack.WMNJqk/_new  2018-05-13 16:03:43.513264732 +0200
@@ -1,11 +1,11 @@
-diff -Nru msrestazure-0.4.20.orig/setup.py msrestazure-0.4.20/setup.py
 msrestazure-0.4.20.orig/setup.py   2018-01-08 23:26:51.0 +0100
-+++ msrestazure-0.4.20/setup.py2018-01-26 13:33:02.600469484 +0100
-@@ -51,6 +51,6 @@
+diff -Nru msrestazure-0.4.28.orig/setup.py msrestazure-0.4.28/setup.py
+--- msrestazure-0.4.28.orig/setup.py   2018-04-24 01:45:02.0 +0200
 msrestazure-0.4.28/setup.py2018-04-24 13:00:24.806436987 +0200
+@@ -50,6 +50,6 @@
+ 'Topic :: Software Development'],
  install_requires=[
- "msrest>=0.4.25,<2.0.0",
- "keyring>=5.6",
--"adal~=0.4.7"
-+"adal>=0.4.7"
+ "msrest>=0.4.28,<2.0.0",
+-"adal~=0.5.0"
++"adal>=0.5.0"
  ],
  )

++ msrestazure-0.4.20.tar.gz -> msrestazure-0.4.28.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/msrestazure-0.4.20/PKG-INFO 
new/msrestazure-0.4.28/PKG-INFO
--- old/msrestazure-0.4.20/PKG-INFO 2018-01-08 23:27:27.0 +0100
+++ new/msrestazure-0.4.28/PKG-INFO 2018-04-24 01:45:43.0 +0200
@@ -1,12 +1,11 @@
 Metadata-Version: 1.1
 Name: msrestazure
-Version: 0.4.20
+Version: 0.4.28
 Summary: AutoRest swagger generator Python client runtime. Azure-specific 
module.
 Home-page: https://github.com/Azure/msrestazure-for-python
 Author: Microsoft Corporation
 Author-email: azpysdkh...@microsoft.com
 License: MIT License
-Description-Content-Type: UNKNOWN
 Description: AutoRest: Python Client Runtime - Azure Module
 ===
 
@@ -29,6 +28,76 @@
 Release History
 ---
 
+2018-04-23 Version 0.4.28
++
+
+**Disclaimer**
+
+Do to some stability issues with "keyring" dependency that highly 
change from one system to another,
+this package is no longer a dependency of "msrestazure".
+If you were using the secured token cache of 
`ServicePrincipalCredentials` and `UserPassCredentials`, 
+the feature is still available, but you need to install manually 
"keyring". The functionnality will activate automatically.
+
+2018-04-18 Version 0.4.27
+

commit python-azure-sdk for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package python-azure-sdk for 
openSUSE:Factory checked in at 2018-05-13 16:04:26

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


Package is "python-azure-sdk"

Sun May 13 16:04:26 2018 rev:3 rq:603114 version:3.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-azure-sdk/python-azure-sdk.changes
2018-02-14 09:24:06.419820079 +0100
+++ /work/SRC/openSUSE:Factory/.python-azure-sdk.new/python-azure-sdk.changes   
2018-05-13 16:04:29.659581182 +0200
@@ -1,0 +2,11 @@
+Mon Apr 16 09:39:02 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 3.0.0
+- Bump python-azure-mgmt to >= 2.0.0 in Requires
+- Add additional packages from the Azure SDK to Requires
+  + python-azure-cognitiveservices-vision-contentmoderator
+  + python-azure-cognitiveservices-vision-customvision
+  + python-azure-eventgrid
+
+---



Other differences:
--
++ python-azure-sdk.spec ++
--- /var/tmp/diff_new_pack.wfanq6/_old  2018-05-13 16:04:30.123564255 +0200
+++ /var/tmp/diff_new_pack.wfanq6/_new  2018-05-13 16:04:30.127564109 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-azure-sdk
-Version:2.0.0.1
+Version:3.0.0
 Release:0
 Summary:Microsoft Azure bundle
 License:MIT
@@ -45,14 +45,20 @@
 Requires:   python-azure-cognitiveservices-search-websearch >= 0.1.0
 Requires:   python-azure-cognitiveservices-vision-computervision < 1.0.0
 Requires:   python-azure-cognitiveservices-vision-computervision >= 0.1.0
+Requires:   python-azure-cognitiveservices-vision-contentmoderator < 1.0.0
+Requires:   python-azure-cognitiveservices-vision-contentmoderator >= 0.1.0
+Requires:   python-azure-cognitiveservices-vision-customvision < 1.0.0
+Requires:   python-azure-cognitiveservices-vision-customvision >= 0.1.0
 Requires:   python-azure-datalake-store < 1.0.0
 Requires:   python-azure-datalake-store >= 0.0.9
+Requires:   python-azure-eventgrid < 1.0.0
+Requires:   python-azure-eventgrid >= 0.1.0
 Requires:   python-azure-graphrbac < 1.0.0
 Requires:   python-azure-graphrbac >= 0.30.0
 Requires:   python-azure-keyvault < 1.0.0
 Requires:   python-azure-keyvault >= 0.3.3
-Requires:   python-azure-mgmt < 2.0.0
-Requires:   python-azure-mgmt >= 1.0.0
+Requires:   python-azure-mgmt < 3.0.0
+Requires:   python-azure-mgmt >= 2.0.0
 Requires:   python-azure-servicebus < 1.0.0
 Requires:   python-azure-servicebus >= 0.21.1
 Requires:   python-azure-servicefabric < 7.0.0




commit python-applicationinsights for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package python-applicationinsights for 
openSUSE:Factory checked in at 2018-05-13 16:03:37

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


Package is "python-applicationinsights"

Sun May 13 16:03:37 2018 rev:2 rq:601545 version:0.11.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-applicationinsights/python-applicationinsights.changes
2017-10-26 18:46:17.174624537 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-applicationinsights.new/python-applicationinsights.changes
   2018-05-13 16:03:40.109388916 +0200
@@ -1,0 +2,8 @@
+Tue Apr 24 11:58:02 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 0.11.2
+  + Upstream changelog not available
+- Move LICENSE.txt from %doc to %license section
+
+---

Old:

  applicationinsights-0.11.1.tar.gz

New:

  applicationinsights-0.11.2.tar.gz



Other differences:
--
++ python-applicationinsights.spec ++
--- /var/tmp/diff_new_pack.uCpN6l/_old  2018-05-13 16:03:41.013355936 +0200
+++ /var/tmp/diff_new_pack.uCpN6l/_new  2018-05-13 16:03:41.017355791 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-applicationinsights
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -15,9 +15,10 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-applicationinsights
-Version:0.11.1
+Version:0.11.2
 Release:0
 Summary:Microsoft Application Insights for Python
 License:MIT
@@ -54,7 +55,8 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc LICENSE.txt README.md
+%doc README.md
+%license LICENSE.txt
 %{python_sitelib}/*
 
 %changelog

++ applicationinsights-0.11.1.tar.gz -> applicationinsights-0.11.2.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/applicationinsights-0.11.1/PKG-INFO 
new/applicationinsights-0.11.2/PKG-INFO
--- old/applicationinsights-0.11.1/PKG-INFO 2017-09-07 02:48:35.0 
+0200
+++ new/applicationinsights-0.11.2/PKG-INFO 2018-03-15 01:10:04.0 
+0100
@@ -1,12 +1,13 @@
 Metadata-Version: 1.1
 Name: applicationinsights
-Version: 0.11.1
+Version: 0.11.2
 Summary: This project extends the Application Insights API surface to support 
Python.
-Home-page: https://github.com/Microsoft/AppInsights-Python
+Home-page: https://github.com/Microsoft/ApplicationInsights-Python
 Author: Microsoft
 Author-email: aiengd...@microsoft.com
 License: MIT
-Download-URL: https://github.com/Microsoft/AppInsights-Python
+Download-URL: https://github.com/Microsoft/ApplicationInsights-Python
+Description-Content-Type: UNKNOWN
 Description: Application Insights for Python
 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/applicationinsights-0.11.1/applicationinsights/channel/TelemetryChannel.py 
new/applicationinsights-0.11.2/applicationinsights/channel/TelemetryChannel.py
--- 
old/applicationinsights-0.11.1/applicationinsights/channel/TelemetryChannel.py  
2017-09-07 02:48:19.0 +0200
+++ 
new/applicationinsights-0.11.2/applicationinsights/channel/TelemetryChannel.py  
2018-03-15 01:05:24.0 +0100
@@ -12,7 +12,7 @@
 
 # set up internal context
 internal_context = contracts.Internal()
-internal_context.sdk_version = platform_moniker + ':0.11.1'
+internal_context.sdk_version = platform_moniker + ':0.11.2'
 
 class TelemetryChannel(object):
 """The telemetry channel is responsible for constructing a 
:class:`contracts.Envelope` object from the passed in
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/applicationinsights-0.11.1/applicationinsights/django/middleware.py 
new/applicationinsights-0.11.2/applicationinsights/django/middleware.py
--- old/applicationinsights-0.11.1/applicationinsights/django/middleware.py 
2017-09-07 02:48:19.0 +0200
+++ new/applicationinsights-0.11.2/applicationinsights/django/middleware.py 
2018-03-15 01:05:24.0 +0100
@@ -127,8 +127,9 @@
 context.user.user_agent = request.META.get('HTTP_USER_AGENT', '')
 
 # User
-if request.user is not None and not request.user.is_anonymous and 

commit azure-cli-redis for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package azure-cli-redis for openSUSE:Factory 
checked in at 2018-05-13 16:03:01

Comparing /work/SRC/openSUSE:Factory/azure-cli-redis (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-redis.new (New)


Package is "azure-cli-redis"

Sun May 13 16:03:01 2018 rev:3 rq:600062 version:0.2.12

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-redis/azure-cli-redis.changes  
2018-02-14 09:31:43.267264539 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-redis.new/azure-cli-redis.changes 
2018-05-13 16:03:04.926672501 +0200
@@ -1,0 +2,7 @@
+Thu Apr 19 13:01:53 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 0.2.12
+- Move LICENSE.txt from %doc to %license section
+
+---

Old:

  azure-cli-redis-0.2.11.tar.gz

New:

  azure-cli-redis-0.2.12.tar.gz



Other differences:
--
++ azure-cli-redis.spec ++
--- /var/tmp/diff_new_pack.brp3s6/_old  2018-05-13 16:03:05.482652217 +0200
+++ /var/tmp/diff_new_pack.brp3s6/_new  2018-05-13 16:03:05.486652071 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-redis
-Version:0.2.11
+Version:0.2.12
 Release:0
 Summary:Microsoft Azure CLI 'redis' Command Module
 License:MIT
@@ -64,7 +64,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python3_sitelib}/azure/cli/command_modules/redis
 %{python3_sitelib}/azure_cli_redis-*.egg-info
 

++ azure-cli-redis-0.2.11.tar.gz -> azure-cli-redis-0.2.12.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-redis-0.2.11/HISTORY.rst 
new/azure-cli-redis-0.2.12/HISTORY.rst
--- old/azure-cli-redis-0.2.11/HISTORY.rst  2018-01-05 22:11:35.0 
+0100
+++ new/azure-cli-redis-0.2.12/HISTORY.rst  2018-04-06 19:33:13.0 
+0200
@@ -3,6 +3,11 @@
 Release History
 ===
 
+0.2.12
+++
+
+* `sdist` is now compatible with wheel 0.31.0
+
 0.2.11
 ++
 * Update for CLI core changes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-redis-0.2.11/PKG-INFO 
new/azure-cli-redis-0.2.12/PKG-INFO
--- old/azure-cli-redis-0.2.11/PKG-INFO 2018-01-05 22:12:35.0 +0100
+++ new/azure-cli-redis-0.2.12/PKG-INFO 2018-04-06 19:33:33.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: azure-cli-redis
-Version: 0.2.11
+Version: 0.2.12
 Summary: Microsoft Azure Command-Line Tools Redis Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -21,6 +21,11 @@
 Release History
 ===
 
+0.2.12
+++
+
+* `sdist` is now compatible with wheel 0.31.0
+
 0.2.11
 ++
 * Update for CLI core changes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-redis-0.2.11/azure_cli_redis.egg-info/PKG-INFO 
new/azure-cli-redis-0.2.12/azure_cli_redis.egg-info/PKG-INFO
--- old/azure-cli-redis-0.2.11/azure_cli_redis.egg-info/PKG-INFO
2018-01-05 22:12:35.0 +0100
+++ new/azure-cli-redis-0.2.12/azure_cli_redis.egg-info/PKG-INFO
2018-04-06 19:33:33.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: azure-cli-redis
-Version: 0.2.11
+Version: 0.2.12
 Summary: Microsoft Azure Command-Line Tools Redis Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -21,6 +21,11 @@
 Release History
 ===
 
+0.2.12
+++
+
+* `sdist` is now compatible with wheel 0.31.0
+
 0.2.11
 ++
 * Update for CLI core changes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-redis-0.2.11/setup.py 
new/azure-cli-redis-0.2.12/setup.py
--- old/azure-cli-redis-0.2.11/setup.py 2018-01-05 22:11:35.0 +0100
+++ new/azure-cli-redis-0.2.12/setup.py 2018-04-06 19:33:13.0 +0200
@@ -15,7 +15,7 @@
 logger.warn("Wheel is not available, disabling bdist_wheel hook")
 cmdclass = {}
 
-VERSION = "0.2.11"
+VERSION = "0.2.12"
 # The full list of classifiers is available at
 # https://pypi.python.org/pypi?%3Aaction=list_classifiers
 CLASSIFIERS = [




commit python-msrest for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package python-msrest for openSUSE:Factory 
checked in at 2018-05-13 16:03:43

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


Package is "python-msrest"

Sun May 13 16:03:43 2018 rev:5 rq:601547 version:0.4.28

Changes:

--- /work/SRC/openSUSE:Factory/python-msrest/python-msrest.changes  
2018-02-14 09:27:23.732669346 +0100
+++ /work/SRC/openSUSE:Factory/.python-msrest.new/python-msrest.changes 
2018-05-13 16:03:43.821253496 +0200
@@ -1,0 +2,13 @@
+Tue Apr 24 10:52:43 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 0.4.28
+  + For detailed information about changes see the
+README.rst file provided with this package
+- Install HISTORY.rst into doc directory
+- Refresh patches for new version
+  + m_drop-compatible-releases-operator.patch
+  + m_drop-extras-require.patch
+- Update Requires from setup.py
+
+---

Old:

  msrest-0.4.25.tar.gz

New:

  msrest-0.4.28.tar.gz



Other differences:
--
++ python-msrest.spec ++
--- /var/tmp/diff_new_pack.xnQbrx/_old  2018-05-13 16:03:44.549226937 +0200
+++ /var/tmp/diff_new_pack.xnQbrx/_new  2018-05-13 16:03:44.549226937 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-msrest
-Version:0.4.25
+Version:0.4.28
 Release:0
 Summary:AutoRest swagger generator Python client runtime
 License:MIT
@@ -32,7 +32,7 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-certifi >= 2017.4.17
-Requires:   python-isodate >= 0.5.4
+Requires:   python-isodate >= 0.6.0
 Requires:   python-requests < 3.00
 Requires:   python-requests >= 2.14
 Requires:   python-requests-oauthlib >= 0.5.0
@@ -60,6 +60,7 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
+%doc README.rst
 %{python_sitelib}/*
 
 %changelog

++ m_drop-compatible-releases-operator.patch ++
--- /var/tmp/diff_new_pack.xnQbrx/_old  2018-05-13 16:03:44.573226061 +0200
+++ /var/tmp/diff_new_pack.xnQbrx/_new  2018-05-13 16:03:44.573226061 +0200
@@ -1,12 +1,12 @@
-diff -Nru msrest-0.4.11.orig/setup.py msrest-0.4.11/setup.py
 msrest-0.4.11.orig/setup.py2017-06-21 21:21:28.0 +0200
-+++ msrest-0.4.11/setup.py 2017-09-19 21:48:38.208520870 +0200
-@@ -48,7 +48,7 @@
+diff -Nru msrest-0.4.28.orig/setup.py msrest-0.4.28/setup.py
+--- msrest-0.4.28.orig/setup.py2018-04-18 23:08:15.0 +0200
 msrest-0.4.28/setup.py 2018-04-24 12:46:33.099513431 +0200
+@@ -47,7 +47,7 @@
  'License :: OSI Approved :: MIT License',
  'Topic :: Software Development'],
  install_requires=[
 -"requests~=2.14",
 +"requests>=2.14",
  "requests_oauthlib>=0.5.0",
- "isodate>=0.5.4",
+ "isodate>=0.6.0",
  "certifi>=2017.4.17",

++ m_drop-extras-require.patch ++
--- /var/tmp/diff_new_pack.xnQbrx/_old  2018-05-13 16:03:44.585225624 +0200
+++ /var/tmp/diff_new_pack.xnQbrx/_new  2018-05-13 16:03:44.585225624 +0200
@@ -1,13 +1,11 @@
-diff -Nru msrest-0.4.11.orig/setup.py msrest-0.4.11/setup.py
 msrest-0.4.11.orig/setup.py2017-09-19 21:48:38.208520870 +0200
-+++ msrest-0.4.11/setup.py 2017-09-19 21:50:56.557685936 +0200
-@@ -52,8 +52,5 @@
- "requests_oauthlib>=0.5.0",
- "isodate>=0.5.4",
+diff -Nru msrest-0.4.28.orig/setup.py msrest-0.4.28/setup.py
+--- msrest-0.4.28.orig/setup.py2018-04-24 12:46:33.099513431 +0200
 msrest-0.4.28/setup.py 2018-04-24 12:47:31.784002289 +0200
+@@ -52,7 +52,4 @@
+ "isodate>=0.6.0",
  "certifi>=2017.4.17",
--],
+ ],
 -extras_require={
 -":python_version<'3.4'": ['enum34>=1.0.4'],
 -}
-+]
  )

++ msrest-0.4.25.tar.gz -> msrest-0.4.28.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/msrest-0.4.25/PKG-INFO new/msrest-0.4.28/PKG-INFO
--- old/msrest-0.4.25/PKG-INFO  2018-01-08 22:52:45.0 +0100
+++ new/msrest-0.4.28/PKG-INFO  2018-04-18 23:08:55.0 +0200
@@ -1,14 +1,13 @@
 Metadata-Version: 1.1
 Name: msrest
-Version: 0.4.25
+Version: 0.4.28
 Summary: AutoRest swagger generator Python client runtime.
 Home-page: https://github.com/Azure/msrest-for-python
 Author: Microsoft Corporation
 Author-email: UNKNOWN
 License: MIT License
-Description-Content-Type: UNKNOWN
 Description: AutoRest: Python Client Runtime
-
+===
 
 .. image:: 

commit azure-cli-role for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package azure-cli-role for openSUSE:Factory 
checked in at 2018-05-13 16:03:09

Comparing /work/SRC/openSUSE:Factory/azure-cli-role (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-role.new (New)


Package is "azure-cli-role"

Sun May 13 16:03:09 2018 rev:3 rq:600064 version:2.0.22

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-role/azure-cli-role.changes
2018-02-14 09:31:55.670815092 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-role.new/azure-cli-role.changes   
2018-05-13 16:03:09.862492425 +0200
@@ -1,0 +2,8 @@
+Fri Apr 20 11:12:55 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 2.0.22
+- Move LICENSE.txt from %doc to %license section
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-role-2.0.17.tar.gz

New:

  azure-cli-role-2.0.22.tar.gz



Other differences:
--
++ azure-cli-role.spec ++
--- /var/tmp/diff_new_pack.0V0ymc/_old  2018-05-13 16:03:10.490469514 +0200
+++ /var/tmp/diff_new_pack.0V0ymc/_new  2018-05-13 16:03:10.494469368 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-role
-Version:2.0.17
+Version:2.0.22
 Release:0
 Summary:Microsoft Azure CLI 'role' Command Module for Role-Based 
Access Control (RBAC)
 License:MIT
@@ -34,10 +34,12 @@
 Requires:   azure-cli-command-modules-nspkg
 Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
-Requires:   python3-azure-graphrbac >= 0.31.0
+Requires:   python3-azure-graphrbac >= 0.40.0
 Requires:   python3-azure-keyvault >= 0.3.7
-Requires:   python3-azure-mgmt-authorization >= 0.30.0
+Requires:   python3-azure-mgmt-authorization >= 0.40.0
+Requires:   python3-azure-mgmt-monitor >= 0.5.0
 Requires:   python3-azure-nspkg
+Requires:   python3-pytz
 Conflicts:  azure-cli < 2.0.0
 
 BuildArch:  noarch
@@ -66,7 +68,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python3_sitelib}/azure/cli/command_modules/role
 %{python3_sitelib}/azure_cli_role-*.egg-info
 

++ azure-cli-role-2.0.17.tar.gz -> azure-cli-role-2.0.22.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-role-2.0.17/HISTORY.rst 
new/azure-cli-role-2.0.22/HISTORY.rst
--- old/azure-cli-role-2.0.17/HISTORY.rst   2018-01-12 18:25:22.0 
+0100
+++ new/azure-cli-role-2.0.22/HISTORY.rst   2018-04-06 19:33:13.0 
+0200
@@ -3,6 +3,27 @@
 Release History
 ===
 
+2.0.22
+++
+
+* `sdist` is now compatible with wheel 0.31.0
+
+2.0.21
+++
+* graph: support required access configuration and native client 
+* rbac: ensure collection has less than 1000 ids on resolving graph objects
+* ad sp: new commands to manage credentials "az ad sp credential 
reset/list/delete"
+* role assignments: (breaking change)list/show output has "properties" removed 
to align with SDK
+* role definition: support `dataActions` and `notDataActions`
+
+2.0.20
+++
+* role assignments: expose "role assignment list-changelogs" for rbac audit 
+
+2.0.18
+++
+* ad app update: expose "--available-to-other-tenants"
+
 2.0.17
 ++
 * role assignment: expose --assignee-object-id to bypass graph query
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-role-2.0.17/PKG-INFO 
new/azure-cli-role-2.0.22/PKG-INFO
--- old/azure-cli-role-2.0.17/PKG-INFO  2018-01-12 18:25:50.0 +0100
+++ new/azure-cli-role-2.0.22/PKG-INFO  2018-04-06 19:33:56.0 +0200
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: azure-cli-role
-Version: 2.0.17
+Version: 2.0.22
 Summary: Microsoft Azure Command-Line Tools Role Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
+Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'role' Command Module for Role-Based Access 
Control (RBAC)
 
==
 
@@ -20,6 +21,27 @@
 Release History
 ===
 
+2.0.22
+++
+
+* `sdist` is now compatible with wheel 0.31.0
+
+2.0.21
+++
+* graph: support required access configuration and native client 
+* rbac: ensure collection has less than 1000 ids on resolving graph 
objects
+* ad sp: new commands to manage credentials "az ad sp credential 
reset/list/delete"
+* role assignments: (breaking 

commit python-jupyter_jupyterlab_launcher for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package python-jupyter_jupyterlab_launcher 
for openSUSE:Factory checked in at 2018-05-13 16:03:51

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


Package is "python-jupyter_jupyterlab_launcher"

Sun May 13 16:03:51 2018 rev:1 rq:602785 version:0.10.5

Changes:

New Changes file:

--- /dev/null   2018-04-25 19:14:53.472341877 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_jupyterlab_launcher.new/python-jupyter_jupyterlab_launcher.changes
   2018-05-13 16:03:52.432939315 +0200
@@ -0,0 +1,4 @@
+---
+Thu Nov 16 17:50:19 UTC 2017 - toddrme2...@gmail.com
+
+- Initial version

New:

  jupyterlab_launcher-0.10.5.tar.gz
  python-jupyter_jupyterlab_launcher.changes
  python-jupyter_jupyterlab_launcher.spec



Other differences:
--
++ python-jupyter_jupyterlab_launcher.spec ++
#
# spec file for package python-jupyter_jupyterlab_launcher
#
# Copyright (c) 2018 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without  test
Name:   python-jupyter_jupyterlab_launcher
Version:0.10.5
Release:0
License:BSD-3-Clause
Summary:Jupyter Launcher
Url:https://github.com/jupyterlab/jupyterlab_launcher
Group:  Development/Languages/Python
Source: 
https://files.pythonhosted.org/packages/source/j/jupyterlab-launcher/jupyterlab_launcher-%{version}.tar.gz
BuildRequires:  %{python_module devel}
BuildRequires:  %{python_module setuptools}
BuildRequires:  fdupes
BuildRequires:  python-rpm-macros
%if %{with test}
BuildRequires:  %{python_module Send2Trash}
BuildRequires:  %{python_module jsonschema >= 2.6.0}
BuildRequires:  %{python_module jupyter_notebook >= 4.2.0}
BuildRequires:  %{python_module pytest}
BuildRequires:  %{python_module requests}
BuildRequires:  python-mock
%endif
Requires:   python-Send2Trash
Requires:   python-jsonschema >= 2.6.0
Requires:   python-jupyter_notebook >= 4.2.0
BuildArch:  noarch

%python_subpackages

%description
This package is used to launch an application built using JupyterLab


%prep
%setup -q -n jupyterlab_launcher-%{version}

%build
%python_build

%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}

%if %{with test}
%check
rm -r build
rm -r _build*
%python_expand py.test-%{$python_bin_suffix}
%endif

%files %{python_files}
%defattr(-,root,root,-)
%doc LICENSE README.md
%{python_sitelib}/*

%changelog



commit python-azure-datalake-store for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package python-azure-datalake-store for 
openSUSE:Factory checked in at 2018-05-13 16:03:31

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


Package is "python-azure-datalake-store"

Sun May 13 16:03:31 2018 rev:3 rq:601544 version:0.0.19

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-datalake-store/python-azure-datalake-store.changes
  2018-02-14 09:24:44.654434387 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-datalake-store.new/python-azure-datalake-store.changes
 2018-05-13 16:03:37.605480267 +0200
@@ -1,0 +2,10 @@
+Tue Apr 24 14:17:44 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 0.0.19
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package  
+- Move LICENSE.txt from %doc to %license section
+- Update Requires from setup.py
+
+---

Old:

  azure-datalake-store-0.0.17.tar.gz

New:

  azure-datalake-store-0.0.19.tar.gz



Other differences:
--
++ python-azure-datalake-store.spec ++
--- /var/tmp/diff_new_pack.UhUxZN/_old  2018-05-13 16:03:38.173459545 +0200
+++ /var/tmp/diff_new_pack.UhUxZN/_new  2018-05-13 16:03:38.177459399 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-azure-datalake-store
-Version:0.0.17
+Version:0.0.19
 Release:0
 Summary:Microsoft Azure Data Lake Store Client Library
 License:MIT
@@ -72,7 +72,8 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python_sitelib}/azure/datalake/
 %{python_sitelib}/samples/
 %{python_sitelib}/azure_datalake_store-*.egg-info

++ ads_drop-compatible-releases-operator.patch ++
--- /var/tmp/diff_new_pack.UhUxZN/_old  2018-05-13 16:03:38.221457794 +0200
+++ /var/tmp/diff_new_pack.UhUxZN/_new  2018-05-13 16:03:38.225457648 +0200
@@ -1,6 +1,6 @@
-diff -Nru azure-datalake-store-0.0.14.orig/setup.py 
azure-datalake-store-0.0.14/setup.py
 azure-datalake-store-0.0.14.orig/setup.py  2017-07-11 22:41:53.0 
+0200
-+++ azure-datalake-store-0.0.14/setup.py   2017-07-26 11:33:22.962837668 
+0200
+diff -Nru azure-datalake-store-0.0.19.orig/setup.py 
azure-datalake-store-0.0.19/setup.py
+--- azure-datalake-store-0.0.19.orig/setup.py  2018-03-15 04:14:41.0 
+0100
 azure-datalake-store-0.0.19/setup.py   2018-04-24 16:14:09.774725002 
+0200
 @@ -48,7 +48,7 @@
install_requires=[
'cffi',

++ ads_drop-extras-require.patch ++
--- /var/tmp/diff_new_pack.UhUxZN/_old  2018-05-13 16:03:38.237457211 +0200
+++ /var/tmp/diff_new_pack.UhUxZN/_new  2018-05-13 16:03:38.237457211 +0200
@@ -1,6 +1,6 @@
-diff -Nru azure-datalake-store-0.0.14.orig/setup.py 
azure-datalake-store-0.0.14/setup.py
 azure-datalake-store-0.0.14.orig/setup.py  2017-07-26 11:38:38.425334485 
+0200
-+++ azure-datalake-store-0.0.14/setup.py   2017-07-26 11:38:01.809040500 
+0200
+diff -Nru azure-datalake-store-0.0.19.orig/setup.py 
azure-datalake-store-0.0.19/setup.py
+--- azure-datalake-store-0.0.19.orig/setup.py  2018-04-24 16:14:09.774725002 
+0200
 azure-datalake-store-0.0.19/setup.py   2018-04-24 16:14:56.087107930 
+0200
 @@ -50,10 +50,6 @@
'adal>=0.4.2',
'msrest>=0.4.5'

++ azure-datalake-store-0.0.17.tar.gz -> azure-datalake-store-0.0.19.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-datalake-store-0.0.17/HISTORY.rst 
new/azure-datalake-store-0.0.19/HISTORY.rst
--- old/azure-datalake-store-0.0.17/HISTORY.rst 2017-09-22 03:06:36.0 
+0200
+++ new/azure-datalake-store-0.0.19/HISTORY.rst 2018-03-15 04:14:41.0 
+0100
@@ -3,6 +3,15 @@
 Release History
 ===
 
+0.0.19 (2018-03-14)
+---
+* Fixed upload issue where destination filename was wrong while upload of 
directory with single file #208
+
+0.0.18 (2018-02-05)
+---
+* Fixed read issue where whole file was cached while doing positional reads 
#198
+* Fixed readline as well for the same
+
 0.0.17 (2017-09-21)
 ---
 * Fixed README.rst indentation error
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-datalake-store-0.0.17/PKG-INFO 
new/azure-datalake-store-0.0.19/PKG-INFO
--- old/azure-datalake-store-0.0.17/PKG-INFO2017-09-22 03:08:37.0 
+0200
+++ new/azure-datalake-store-0.0.19/PKG-INFO   

commit azure-cli-storage for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package azure-cli-storage for 
openSUSE:Factory checked in at 2018-05-13 16:03:26

Comparing /work/SRC/openSUSE:Factory/azure-cli-storage (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-storage.new (New)


Package is "azure-cli-storage"

Sun May 13 16:03:26 2018 rev:3 rq:600071 version:2.0.31

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-storage/azure-cli-storage.changes  
2018-02-14 09:32:35.397375605 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-storage.new/azure-cli-storage.changes 
2018-05-13 16:03:29.273784234 +0200
@@ -1,0 +2,8 @@
+Fri Apr 20 12:20:58 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 2.0.31
+- Move LICENSE.txt from %doc to %license section
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-storage-2.0.24.tar.gz

New:

  azure-cli-storage-2.0.31.tar.gz



Other differences:
--
++ azure-cli-storage.spec ++
--- /var/tmp/diff_new_pack.HGzj1z/_old  2018-05-13 16:03:29.973758697 +0200
+++ /var/tmp/diff_new_pack.HGzj1z/_new  2018-05-13 16:03:29.977758551 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-storage
-Version:2.0.24
+Version:2.0.31
 Release:0
 Summary:Microsoft Azure CLI 'storage' Command Module
 License:MIT
@@ -32,9 +32,10 @@
 BuildRequires:  python3-setuptools
 BuildRequires:  unzip
 Requires:   azure-cli-command-modules-nspkg
+Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
 Requires:   python3-azure-mgmt-storage >= 1.5.0
-Requires:   python3-azure-multiapi-storage >= 0.1.7
+Requires:   python3-azure-multiapi-storage >= 0.2.0
 Requires:   python3-azure-nspkg
 Conflicts:  azure-cli < 2.0.0
 
@@ -64,7 +65,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python3_sitelib}/azure/cli/command_modules/storage
 %{python3_sitelib}/azure_cli_storage-*.egg-info
 

++ azure-cli-storage-2.0.24.tar.gz -> azure-cli-storage-2.0.31.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-storage-2.0.24/HISTORY.rst 
new/azure-cli-storage-2.0.31/HISTORY.rst
--- old/azure-cli-storage-2.0.24/HISTORY.rst2018-01-26 17:12:24.0 
+0100
+++ new/azure-cli-storage-2.0.31/HISTORY.rst2018-04-06 19:33:14.0 
+0200
@@ -3,6 +3,37 @@
 Release History
 ===
 
+2.0.31
+++
+* Better error message for malformed connection strings.
+* `sdist` is now compatible with wheel 0.31.0
+
+2.0.30
+++
+* Fix issue of upload file with size between 195GB and 200GB
+
+2.0.29
+++
+* Minor fixes.
+
+2.0.28
+++
+* Fix problems with append blob uploads ignoring condition parameters.
+
+2.0.27
+++
+* Fix issue of missing endpoint suffix in batch copy command.
+* Blob batch commands no longer throw error upon failed precondition.
+* Support Autorest 3.0 based SDKs
+
+2.0.26
+++
+* Enabled specifying destination-path/prefix to blobs in batch upload and copy 
commands.
+
+2.0.25
+++
+* Added `storage blob service-properties delete-policy` and `storage blob 
undelete` commands to enable soft-delete.
+
 2.0.24
 ++
 * `storage account update`: do not create new networkRuleSet if 
"default_action" arg is not provided.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-storage-2.0.24/PKG-INFO 
new/azure-cli-storage-2.0.31/PKG-INFO
--- old/azure-cli-storage-2.0.24/PKG-INFO   2018-01-26 17:12:42.0 
+0100
+++ new/azure-cli-storage-2.0.31/PKG-INFO   2018-04-06 19:33:45.0 
+0200
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: azure-cli-storage
-Version: 2.0.24
+Version: 2.0.31
 Summary: Microsoft Azure Command-Line Tools Storage Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
+Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'storage' Command Module
 
 
@@ -20,6 +21,37 @@
 Release History
 ===
 
+2.0.31
+++
+* Better error message for malformed connection strings.
+* `sdist` is now compatible with wheel 0.31.0
+
+2.0.30
+++
+* Fix issue of upload file with size between 195GB and 200GB
+
+2.0.29
+++
+* Minor fixes.
+
+2.0.28
+++
+* Fix problems with append blob uploads ignoring condition parameters.
+
+  

commit azure-cli-vm for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package azure-cli-vm for openSUSE:Factory 
checked in at 2018-05-13 16:03:29

Comparing /work/SRC/openSUSE:Factory/azure-cli-vm (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-vm.new (New)


Package is "azure-cli-vm"

Sun May 13 16:03:29 2018 rev:3 rq:600072 version:2.0.30

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-vm/azure-cli-vm.changes
2018-02-14 09:32:43.441084144 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-vm.new/azure-cli-vm.changes   
2018-05-13 16:03:31.901688360 +0200
@@ -1,0 +2,8 @@
+Fri Apr 20 12:28:14 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 2.0.30
+- Move LICENSE.txt from %doc to %license section
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-vm-2.0.25.tar.gz

New:

  azure-cli-vm-2.0.30.tar.gz



Other differences:
--
++ azure-cli-vm.spec ++
--- /var/tmp/diff_new_pack.8zB9Fi/_old  2018-05-13 16:03:32.649661071 +0200
+++ /var/tmp/diff_new_pack.8zB9Fi/_new  2018-05-13 16:03:32.653660925 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-vm
-Version:2.0.25
+Version:2.0.30
 Release:0
 Summary:Microsoft Azure CLI 'vm' Command Module
 License:MIT
@@ -32,16 +32,17 @@
 BuildRequires:  python3-setuptools
 BuildRequires:  unzip
 Requires:   azure-cli-command-modules-nspkg
+Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
 Requires:   python3-azure-keyvault >= 0.3.7
-Requires:   python3-azure-mgmt-authorization >= 0.30.0
-Requires:   python3-azure-mgmt-compute >= 3.1.0rc3
+Requires:   python3-azure-mgmt-authorization >= 0.40.0
+Requires:   python3-azure-mgmt-compute >= 4.0.0rc1
 Requires:   python3-azure-mgmt-keyvault >= 0.40.0
 Requires:   python3-azure-mgmt-marketplaceordering >= 0.1.0
 Requires:   python3-azure-mgmt-msi >= 0.1.0
-Requires:   python3-azure-mgmt-network >= 1.7.0
+Requires:   python3-azure-mgmt-network >= 2.0.0rc2
 Requires:   python3-azure-mgmt-resource >= 1.2.1
-Requires:   python3-azure-multiapi-storage >= 0.1.7
+Requires:   python3-azure-multiapi-storage >= 0.2.0
 Requires:   python3-azure-nspkg
 Conflicts:  azure-cli < 2.0.0
 
@@ -71,7 +72,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python3_sitelib}/azure/cli/command_modules/vm
 %{python3_sitelib}/azure_cli_vm-*.egg-info
 

++ azure-cli-vm-2.0.25.tar.gz -> azure-cli-vm-2.0.30.tar.gz ++
 2386 lines of diff (skipped)




commit azure-cli-sql for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package azure-cli-sql for openSUSE:Factory 
checked in at 2018-05-13 16:03:23

Comparing /work/SRC/openSUSE:Factory/azure-cli-sql (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-sql.new (New)


Package is "azure-cli-sql"

Sun May 13 16:03:23 2018 rev:3 rq:600070 version:2.0.25

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-sql/azure-cli-sql.changes  
2018-02-14 09:32:17.406027516 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-sql.new/azure-cli-sql.changes 
2018-05-13 16:03:23.913979778 +0200
@@ -1,0 +2,8 @@
+Fri Apr 20 12:18:36 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 2.0.25
+- Move LICENSE.txt from %doc to %license section
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-sql-2.0.20.tar.gz

New:

  azure-cli-sql-2.0.25.tar.gz



Other differences:
--
++ azure-cli-sql.spec ++
--- /var/tmp/diff_new_pack.apPSZZ/_old  2018-05-13 16:03:24.469959494 +0200
+++ /var/tmp/diff_new_pack.apPSZZ/_new  2018-05-13 16:03:24.469959494 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-sql
-Version:2.0.20
+Version:2.0.25
 Release:0
 Summary:Microsoft Azure CLI 'SQL' Command Module
 License:MIT
@@ -34,9 +34,10 @@
 Requires:   azure-cli-command-modules-nspkg
 Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
-Requires:   python3-azure-mgmt-sql >= 0.8.4
+Requires:   python3-azure-mgmt-sql >= 0.8.6
 Requires:   python3-azure-mgmt-storage >= 1.5.0
 Requires:   python3-azure-nspkg
+Requires:   python3-six
 Conflicts:  azure-cli < 2.0.0
 
 BuildArch:  noarch
@@ -65,7 +66,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python3_sitelib}/azure/cli/command_modules/sql
 %{python3_sitelib}/azure_cli_sql-*.egg-info
 

++ azure-cli-sql-2.0.20.tar.gz -> azure-cli-sql-2.0.25.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-sql-2.0.20/HISTORY.rst 
new/azure-cli-sql-2.0.25/HISTORY.rst
--- old/azure-cli-sql-2.0.20/HISTORY.rst2018-01-26 17:12:24.0 
+0100
+++ new/azure-cli-sql-2.0.25/HISTORY.rst2018-04-06 19:33:14.0 
+0200
@@ -2,10 +2,32 @@
 
 Release History
 ===
+2.0.25
+++
+* Use new release azure-mgmt-sql 0.8.6 SDK Python package
+* Added az sql elastic-pool op list and az sql elastic-pool op cancel, Support 
list and cancel azure sql elastic pool operations
+* `sdist` is now compatible with wheel 0.31.0
+
+2.0.24
+++
+* Minor fixes
+
+2.0.23
+++
+* Support Autorest 3.0 based SDKs
+
+2.0.22
+++
+* Added zone redundancy support for databases and elastic pools on creation 
and update. 
+
+2.0.21
+++
+* Added az sql server dns-alias commands.
 
 2.0.20
 ++
-* Clean up unused test files
+* Added az sql db rename
+* Support `--ids` argument for db, dw, server, elastic-pool, and server 
firewall-rule commands.
 
 2.0.19
 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-sql-2.0.20/PKG-INFO 
new/azure-cli-sql-2.0.25/PKG-INFO
--- old/azure-cli-sql-2.0.20/PKG-INFO   2018-01-26 17:12:44.0 +0100
+++ new/azure-cli-sql-2.0.25/PKG-INFO   2018-04-06 19:33:22.0 +0200
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: azure-cli-sql
-Version: 2.0.20
+Version: 2.0.25
 Summary: Microsoft Azure Command-Line Tools SQL Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
+Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'SQL' Command Module
 
 
@@ -15,10 +16,32 @@
 
 Release History
 ===
+2.0.25
+++
+* Use new release azure-mgmt-sql 0.8.6 SDK Python package
+* Added az sql elastic-pool op list and az sql elastic-pool op cancel, 
Support list and cancel azure sql elastic pool operations
+* `sdist` is now compatible with wheel 0.31.0
+
+2.0.24
+++
+* Minor fixes
+
+2.0.23
+++
+* Support Autorest 3.0 based SDKs
+
+2.0.22
+++
+* Added zone redundancy support for databases and elastic pools on 
creation and update. 
+
+2.0.21
+++
+* Added az sql server dns-alias commands.
 
 2.0.20
 ++
-* Clean up unused test files
+* Added az sql db 

commit azure-cli-servicebus for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package azure-cli-servicebus for 
openSUSE:Factory checked in at 2018-05-13 16:03:12

Comparing /work/SRC/openSUSE:Factory/azure-cli-servicebus (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-servicebus.new (New)


Package is "azure-cli-servicebus"

Sun May 13 16:03:12 2018 rev:1 rq:600068 version:0.1.2

Changes:

New Changes file:

--- /dev/null   2018-04-25 19:14:53.472341877 +0200
+++ 
/work/SRC/openSUSE:Factory/.azure-cli-servicebus.new/azure-cli-servicebus.changes
   2018-05-13 16:03:15.966269737 +0200
@@ -0,0 +1,5 @@
+---
+Mon Apr 23 08:16:36 UTC 2018 - adrian.glaub...@suse.com
+
+- Initial build
+  + Version 0.1.2

New:

  LICENSE.txt
  azure-cli-servicebus-0.1.2.tar.gz
  azure-cli-servicebus.changes
  azure-cli-servicebus.spec



Other differences:
--
++ azure-cli-servicebus.spec ++
#
# spec file for package azure-cli-servicebus
#
# Copyright (c) 2018 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

Name:   azure-cli-servicebus
Version:0.1.2
Release:0
Summary:Microsoft Azure CLI 'servicebus' Command Module
License:MIT
Group:  System/Management
Url:https://github.com/Azure/azure-cli
Source: 
https://files.pythonhosted.org/packages/source/a/azure-cli-servicebus/azure-cli-servicebus-%{version}.tar.gz
Source1:LICENSE.txt
BuildRequires:  python3-devel
BuildRequires:  python3-setuptools
BuildRequires:  unzip
BuildRequires:  azure-cli-command-modules-nspkg
BuildRequires:  azure-cli-nspkg
BuildRequires:  python3-azure-nspkg
Requires:   azure-cli-command-modules-nspkg
Requires:   azure-cli-nspkg
Requires:   python3-azure-nspkg
Requires:   azure-cli-core
Requires:   python3-six
Requires:   python3-azure-mgmt-servicebus >= 0.4.0
Conflicts:  azure-cli < 2.0.0

BuildArch:  noarch

%description
Microsoft Azure CLI 'servicebus' Command Module

This package is for the 'servicebus' module.
i.e. 'az servicebus'

%prep
%setup -q -n azure-cli-servicebus-%{version}

%build
install -m 644 %{SOURCE1} %{_builddir}/azure-cli-servicebus-%{version}
python3 setup.py build

%install
python3 setup.py install --root=%{buildroot} --prefix=%{_prefix} 
--install-lib=%{python3_sitelib}
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/command_modules/__init__.*
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/command_modules/__pycache__
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/__init__.*
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/__pycache__
rm -rf %{buildroot}%{python3_sitelib}/azure/__init__.*
rm -rf %{buildroot}%{python3_sitelib}/azure/__pycache__

%files
%defattr(-,root,root,-)
%doc HISTORY.rst README.rst
%license LICENSE.txt
%{python3_sitelib}/azure/cli/command_modules/servicebus
%{python3_sitelib}/azure_cli_servicebus-*.egg-info
%changelog
++ LICENSE.txt ++
The MIT License (MIT)

Copyright (c) 2016 Microsoft Corporation. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.



commit azure-cli-resource for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package azure-cli-resource for 
openSUSE:Factory checked in at 2018-05-13 16:03:05

Comparing /work/SRC/openSUSE:Factory/azure-cli-resource (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-resource.new (New)


Package is "azure-cli-resource"

Sun May 13 16:03:05 2018 rev:3 rq:600063 version:2.0.27

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-resource/azure-cli-resource.changes
2018-02-14 09:31:48.543073368 +0100
+++ 
/work/SRC/openSUSE:Factory/.azure-cli-resource.new/azure-cli-resource.changes   
2018-05-13 16:03:08.754532847 +0200
@@ -1,0 +2,8 @@
+Fri Apr 20 11:03:31 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 2.0.27
+- Move LICENSE.txt from %doc to %license section
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-resource-2.0.22.tar.gz

New:

  azure-cli-resource-2.0.27.tar.gz



Other differences:
--
++ azure-cli-resource.spec ++
--- /var/tmp/diff_new_pack.jLzTuP/_old  2018-05-13 16:03:09.498505704 +0200
+++ /var/tmp/diff_new_pack.jLzTuP/_new  2018-05-13 16:03:09.502505558 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-resource
-Version:2.0.22
+Version:2.0.27
 Release:0
 Summary:Microsoft Azure CLI 'resource' Command Module
 License:MIT
@@ -34,6 +34,7 @@
 Requires:   azure-cli-command-modules-nspkg
 Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
+Requires:   python3-azure-mgmt-authorization >= 0.40.0
 Requires:   python3-azure-mgmt-resource >= 1.2.1
 Requires:   python3-azure-nspkg
 Conflicts:  azure-cli < 2.0.0
@@ -64,7 +65,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python3_sitelib}/azure/cli/command_modules/resource
 %{python3_sitelib}/azure_cli_resource-*.egg-info
 

++ azure-cli-resource-2.0.22.tar.gz -> azure-cli-resource-2.0.27.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-resource-2.0.22/HISTORY.rst 
new/azure-cli-resource-2.0.27/HISTORY.rst
--- old/azure-cli-resource-2.0.22/HISTORY.rst   2018-01-26 17:12:24.0 
+0100
+++ new/azure-cli-resource-2.0.27/HISTORY.rst   2018-04-06 19:33:13.0 
+0200
@@ -2,6 +2,27 @@
 
 Release History
 ===
+2.0.27
+++
+* `policy definition create`: Add support for `--metadata`.
+* `policy definition update`: Add support for `--metadata`, `--set`, `--add`, 
`--remove`.
+* `sdist` is now compatible with wheel 0.31.0
+
+2.0.26
+++
+provider operation list/show: (breaking change)`api-version` is no longer 
required to run the command
+
+2.0.25
+++
+* Support Autorest 3.0 based SDKs
+
+2.0.24
+++
+* `group deployment export`: On failure, command will now output a partial 
template and any failures.
+
+2.0.23
+++
+* feature: bring back 'feature show' command
 
 2.0.22
 ++
@@ -48,7 +69,7 @@
 
 2.0.14 (2017-09-11)
 +++
-* Allows passing in resource policy parameter definitions in 'policy 
definition create', and 'policy definition update'. 
+* Allows passing in resource policy parameter definitions in 'policy 
definition create', and 'policy definition update'.
 * Allows passing in parameter values for 'policy assignment create'.
 * In all cases params can be provided either via json or file.
 * Incremented API version.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-resource-2.0.22/PKG-INFO 
new/azure-cli-resource-2.0.27/PKG-INFO
--- old/azure-cli-resource-2.0.22/PKG-INFO  2018-01-26 17:12:31.0 
+0100
+++ new/azure-cli-resource-2.0.27/PKG-INFO  2018-04-06 19:33:47.0 
+0200
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: azure-cli-resource
-Version: 2.0.22
+Version: 2.0.27
 Summary: Microsoft Azure Command-Line Tools Resource Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
+Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'resource' Command Module
 =
 
@@ -19,6 +20,27 @@
 
 Release History
 ===
+2.0.27
+++
+* `policy definition create`: Add support for `--metadata`.
+* `policy definition update`: Add support for `--metadata`, `--set`, 
`--add`, `--remove`.
+* `sdist` is now compatible with wheel 0.31.0
+
+2.0.26
+++
+provider operation list/show: (breaking 

commit azure-cli-servicefabric for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package azure-cli-servicefabric for 
openSUSE:Factory checked in at 2018-05-13 16:03:17

Comparing /work/SRC/openSUSE:Factory/azure-cli-servicefabric (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-servicefabric.new (New)


Package is "azure-cli-servicefabric"

Sun May 13 16:03:17 2018 rev:3 rq:600069 version:0.0.12

Changes:

--- 
/work/SRC/openSUSE:Factory/azure-cli-servicefabric/azure-cli-servicefabric.changes
  2018-02-14 09:32:03.510531019 +0100
+++ 
/work/SRC/openSUSE:Factory/.azure-cli-servicefabric.new/azure-cli-servicefabric.changes
 2018-05-13 16:03:22.782021076 +0200
@@ -1,0 +2,8 @@
+Fri Apr 20 12:13:53 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 0.0.12
+- Move LICENSE.txt from %doc to %license section
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-servicefabric-0.0.9.tar.gz

New:

  azure-cli-servicefabric-0.0.12.tar.gz



Other differences:
--
++ azure-cli-servicefabric.spec ++
--- /var/tmp/diff_new_pack.9T0aQL/_old  2018-05-13 16:03:23.469995976 +0200
+++ /var/tmp/diff_new_pack.9T0aQL/_new  2018-05-13 16:03:23.469995976 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-servicefabric
-Version:0.0.9
+Version:0.0.12
 Release:0
 Summary:Microsoft Azure CLI Service Fabric Module
 License:MIT
@@ -37,6 +37,7 @@
 Requires:   python3-azure-mgmt-keyvault >= 0.40.0
 Requires:   python3-azure-mgmt-servicefabric >= 0.1.0
 Requires:   python3-azure-nspkg
+Requires:   python3-pyOpenSSL
 Conflicts:  azure-cli < 2.0.0
 
 BuildArch:  noarch
@@ -68,7 +69,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python3_sitelib}/azure/cli/command_modules/servicefabric
 %{python3_sitelib}/azure_cli_servicefabric-*.egg-info
 

++ azure-cli-servicefabric-0.0.9.tar.gz -> 
azure-cli-servicefabric-0.0.12.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-servicefabric-0.0.9/HISTORY.rst 
new/azure-cli-servicefabric-0.0.12/HISTORY.rst
--- old/azure-cli-servicefabric-0.0.9/HISTORY.rst   2018-01-12 
18:25:22.0 +0100
+++ new/azure-cli-servicefabric-0.0.12/HISTORY.rst  2018-04-06 
19:33:14.0 +0200
@@ -3,6 +3,19 @@
 Release History
 ===
 
+0.0.12
+++
+
+* `sdist` is now compatible with wheel 0.31.0
+
+0.0.11
+++
+* Support Autorest 3.0 based SDKs
+
+0.0.10
+++
+* Minor fixes.
+
 0.0.9
 ++
 * Added detailed errors to validation response when creating cluster.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-servicefabric-0.0.9/PKG-INFO 
new/azure-cli-servicefabric-0.0.12/PKG-INFO
--- old/azure-cli-servicefabric-0.0.9/PKG-INFO  2018-01-12 18:25:31.0 
+0100
+++ new/azure-cli-servicefabric-0.0.12/PKG-INFO 2018-04-06 19:33:58.0 
+0200
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: azure-cli-servicefabric
-Version: 0.0.9
+Version: 0.0.12
 Summary: Microsoft Azure Service Fabric Command-Line Tools
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
+Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI Service Fabric Module
 =
 
@@ -17,6 +18,19 @@
 Release History
 ===
 
+0.0.12
+++
+
+* `sdist` is now compatible with wheel 0.31.0
+
+0.0.11
+++
+* Support Autorest 3.0 based SDKs
+
+0.0.10
+++
+* Minor fixes.
+
 0.0.9
 ++
 * Added detailed errors to validation response when creating cluster.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-servicefabric-0.0.9/azure/cli/command_modules/servicefabric/_params.py
 
new/azure-cli-servicefabric-0.0.12/azure/cli/command_modules/servicefabric/_params.py
--- 
old/azure-cli-servicefabric-0.0.9/azure/cli/command_modules/servicefabric/_params.py
2018-01-12 18:25:22.0 +0100
+++ 
new/azure-cli-servicefabric-0.0.12/azure/cli/command_modules/servicefabric/_params.py
   2018-04-06 19:33:14.0 +0200
@@ -41,7 +41,7 @@
 
 with self.argument_context('sf client certificate') as c:
 c.argument('certificate_common_name', help='client certificate common 
name.')
-c.argument('admin_client_thumbprints', nargs='+', help='Space 

commit azure-cli-rdbms for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package azure-cli-rdbms for openSUSE:Factory 
checked in at 2018-05-13 16:02:58

Comparing /work/SRC/openSUSE:Factory/azure-cli-rdbms (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-rdbms.new (New)


Package is "azure-cli-rdbms"

Sun May 13 16:02:58 2018 rev:3 rq:600061 version:0.2.1

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-rdbms/azure-cli-rdbms.changes  
2018-02-14 09:31:42.123305990 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-rdbms.new/azure-cli-rdbms.changes 
2018-05-13 16:03:00.594830542 +0200
@@ -1,0 +2,8 @@
+Thu Apr 19 12:33:01 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 0.2.1
+- Move LICENSE.txt from %doc to %license section
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-rdbms-0.0.11.tar.gz

New:

  azure-cli-rdbms-0.2.1.tar.gz



Other differences:
--
++ azure-cli-rdbms.spec ++
--- /var/tmp/diff_new_pack.lHDacp/_old  2018-05-13 16:03:01.410800773 +0200
+++ /var/tmp/diff_new_pack.lHDacp/_new  2018-05-13 16:03:01.414800627 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-rdbms
-Version:0.0.11
+Version:0.2.1
 Release:0
 Summary:Microsoft Azure CLI 'MySQL and PostgreSQL' Command Module
 License:MIT
@@ -34,8 +34,9 @@
 Requires:   azure-cli-command-modules-nspkg
 Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
-Requires:   python3-azure-mgmt-rdbms >= 0.1.0
+Requires:   python3-azure-mgmt-rdbms >= 1.1.0
 Requires:   python3-azure-nspkg
+Requires:   python3-six
 Conflicts:  azure-cli < 2.0.0
 
 BuildArch:  noarch
@@ -65,7 +66,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python3_sitelib}/azure/cli/command_modules/rdbms
 %{python3_sitelib}/azure_cli_rdbms-*.egg-info
 

++ azure-cli-rdbms-0.0.11.tar.gz -> azure-cli-rdbms-0.2.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-rdbms-0.0.11/HISTORY.rst 
new/azure-cli-rdbms-0.2.1/HISTORY.rst
--- old/azure-cli-rdbms-0.0.11/HISTORY.rst  2018-01-12 18:25:22.0 
+0100
+++ new/azure-cli-rdbms-0.2.1/HISTORY.rst   2018-04-06 19:33:13.0 
+0200
@@ -3,6 +3,28 @@
 Release History
 ===
 
+0.2.1
++
+* Introduce georestore command.
+* Remove storage size restriction from create command.
+* `sdist` is now compatible with wheel 0.31.0
+
+0.2.0
++
+* Release with new business model GA API version 2017-12-01.
+
+0.1.1
+++
+* Minor changes.
+
+0.1.0
+++
+* Preview release with new business model API 2017-12-01-preview.
+
+0.0.12
+++
+* Minor fixes.
+
 0.0.11
 ++
 * Minor fixes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-rdbms-0.0.11/PKG-INFO 
new/azure-cli-rdbms-0.2.1/PKG-INFO
--- old/azure-cli-rdbms-0.0.11/PKG-INFO 2018-01-12 18:25:36.0 +0100
+++ new/azure-cli-rdbms-0.2.1/PKG-INFO  2018-04-06 19:33:48.0 +0200
@@ -1,13 +1,16 @@
 Metadata-Version: 1.1
 Name: azure-cli-rdbms
-Version: 0.0.11
+Version: 0.2.1
 Summary: Microsoft Azure Command-Line Tools MySQL and PostgreSQL Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
+Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'MySQL and PostgreSQL' Command Module
 =
+This package is for the 'rdbms' module.
+i.e. 'az mysql' and 'az postgres'
 
 
 
@@ -16,6 +19,28 @@
 Release History
 ===
 
+0.2.1
++
+* Introduce georestore command.
+* Remove storage size restriction from create command.
+* `sdist` is now compatible with wheel 0.31.0
+
+0.2.0
++
+* Release with new business model GA API version 2017-12-01.
+
+0.1.1
+++
+* Minor changes.
+
+0.1.0
+++
+* Preview release with new business model API 2017-12-01-preview.
+
+0.0.12
+++
+* Minor fixes.
+
 0.0.11
 ++
 * Minor fixes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-rdbms-0.0.11/README.rst 
new/azure-cli-rdbms-0.2.1/README.rst
--- old/azure-cli-rdbms-0.0.11/README.rst   2018-01-12 18:25:22.0 
+0100
+++ 

commit azure-cli-nspkg for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package azure-cli-nspkg for openSUSE:Factory 
checked in at 2018-05-13 16:02:50

Comparing /work/SRC/openSUSE:Factory/azure-cli-nspkg (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-nspkg.new (New)


Package is "azure-cli-nspkg"

Sun May 13 16:02:50 2018 rev:2 rq:600059 version:3.0.2

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-nspkg/azure-cli-nspkg.changes  
2017-11-10 14:54:18.390785698 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-nspkg.new/azure-cli-nspkg.changes 
2018-05-13 16:02:53.115103430 +0200
@@ -1,0 +2,7 @@
+Fri Apr 20 13:05:27 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 3.0.2
+- Move LICENSE.txt from %doc to %license section
+
+---

Old:

  azure-cli-nspkg-3.0.1.tar.gz

New:

  azure-cli-nspkg-3.0.2.tar.gz



Other differences:
--
++ azure-cli-nspkg.spec ++
--- /var/tmp/diff_new_pack.o3veGG/_old  2018-05-13 16:02:54.423055711 +0200
+++ /var/tmp/diff_new_pack.o3veGG/_new  2018-05-13 16:02:54.427055565 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package azure-cli-nspkg
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   azure-cli-nspkg
-Version:3.0.1
+Version:3.0.2
 Release:0
 Summary:Microsoft Azure CLI Namespace Package
 License:MIT
@@ -24,10 +25,10 @@
 Url:https://github.com/Azure/azure-cli
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-cli-nspkg/azure-cli-nspkg-%{version}.tar.gz
 Source1:LICENSE.txt
+BuildRequires:  python3-azure-nspkg
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
 BuildRequires:  unzip
-BuildRequires:  python3-azure-nspkg
 Requires:   python3-azure-nspkg
 Conflicts:  azure-cli < 2.0.0
 
@@ -54,7 +55,9 @@
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE.txt README.rst
+%doc README.rst
+%license LICENSE.txt
 %{python3_sitelib}/azure/cli
 %{python3_sitelib}/azure_cli_nspkg-*.egg-info
+
 %changelog

++ azure-cli-nspkg-3.0.1.tar.gz -> azure-cli-nspkg-3.0.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-nspkg-3.0.1/HISTORY.rst 
new/azure-cli-nspkg-3.0.2/HISTORY.rst
--- old/azure-cli-nspkg-3.0.1/HISTORY.rst   2017-07-07 18:19:46.0 
+0200
+++ new/azure-cli-nspkg-3.0.2/HISTORY.rst   2018-03-10 02:30:57.0 
+0100
@@ -2,8 +2,13 @@
 
 Release History
 ===
-3.0.1 (2017-07-07)
-++
+
+3.0.2
++
+* minor fixes
+
+3.0.1
++
 * minor fixes
 
 3.0.0 (2016-04-28)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-nspkg-3.0.1/PKG-INFO 
new/azure-cli-nspkg-3.0.2/PKG-INFO
--- old/azure-cli-nspkg-3.0.1/PKG-INFO  2017-07-07 18:19:47.0 +0200
+++ new/azure-cli-nspkg-3.0.2/PKG-INFO  2018-03-10 02:31:15.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: azure-cli-nspkg
-Version: 3.0.1
+Version: 3.0.2
 Summary: Microsoft Azure CLI Namespace Package
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -20,8 +20,13 @@
 
 Release History
 ===
-3.0.1 (2017-07-07)
-++
+
+3.0.2
++
+* minor fixes
+
+3.0.1
++
 * minor fixes
 
 3.0.0 (2016-04-28)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-nspkg-3.0.1/azure_cli_nspkg.egg-info/PKG-INFO 
new/azure-cli-nspkg-3.0.2/azure_cli_nspkg.egg-info/PKG-INFO
--- old/azure-cli-nspkg-3.0.1/azure_cli_nspkg.egg-info/PKG-INFO 2017-07-07 
18:19:47.0 +0200
+++ new/azure-cli-nspkg-3.0.2/azure_cli_nspkg.egg-info/PKG-INFO 2018-03-10 
02:31:15.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: azure-cli-nspkg
-Version: 3.0.1
+Version: 3.0.2
 Summary: Microsoft Azure CLI Namespace Package
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -20,8 +20,13 @@
 
 Release History
 ===
-3.0.1 (2017-07-07)
-++
+
+3.0.2
++
+* minor fixes
+
+3.0.1
++
 * minor fixes
 
 3.0.0 (2016-04-28)
diff -urN 

commit azure-cli-profile for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package azure-cli-profile for 
openSUSE:Factory checked in at 2018-05-13 16:02:53

Comparing /work/SRC/openSUSE:Factory/azure-cli-profile (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-profile.new (New)


Package is "azure-cli-profile"

Sun May 13 16:02:53 2018 rev:3 rq:600060 version:2.0.22

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-profile/azure-cli-profile.changes  
2018-02-14 09:31:37.319480059 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-profile.new/azure-cli-profile.changes 
2018-05-13 16:02:57.750934298 +0200
@@ -1,0 +2,7 @@
+Thu Apr 19 11:39:02 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 2.0.22
+- Move LICENSE.txt from %doc to %license section
+
+---

Old:

  azure-cli-profile-2.0.18.tar.gz

New:

  azure-cli-profile-2.0.22.tar.gz



Other differences:
--
++ azure-cli-profile.spec ++
--- /var/tmp/diff_new_pack.THPaZc/_old  2018-05-13 16:02:58.294914452 +0200
+++ /var/tmp/diff_new_pack.THPaZc/_new  2018-05-13 16:02:58.294914452 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-profile
-Version:2.0.18
+Version:2.0.22
 Release:0
 Summary:Microsoft Azure CLI 'profile' Command Module
 License:MIT
@@ -66,7 +66,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python3_sitelib}/azure/cli/command_modules/profile
 %{python3_sitelib}/azure_cli_profile-*.egg-info
 

++ azure-cli-profile-2.0.18.tar.gz -> azure-cli-profile-2.0.22.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-profile-2.0.18/HISTORY.rst 
new/azure-cli-profile-2.0.22/HISTORY.rst
--- old/azure-cli-profile-2.0.18/HISTORY.rst2018-01-26 17:12:24.0 
+0100
+++ new/azure-cli-profile-2.0.22/HISTORY.rst2018-04-06 19:33:13.0 
+0200
@@ -2,6 +2,25 @@
 
 Release History
 ===
+2.0.22
+++
+* account list: handle accounts which come from CLI 1.0/ASM mode
+* (Breaking change): remove `--msi` & `--msi-port` which were tagged 
`deprecating` 2 releases ago
+* `sdist` is now compatible with wheel 0.31.0
+
+2.0.21
+++
+* az login: warn on using --identity-port/--msi-port as they become useless 
with imds support
+
+2.0.20
+++
+* az login: use `--identity` and deprecate `--msi`
+* enable login/logout commands in cloud shell
+
+2.0.19
+++
+* Enable `az login` in from interactive mode.
+
 2.0.18
 ++
 * ensure 'get-access-token' work inside a VM with identity
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-profile-2.0.18/PKG-INFO 
new/azure-cli-profile-2.0.22/PKG-INFO
--- old/azure-cli-profile-2.0.18/PKG-INFO   2018-01-26 17:12:50.0 
+0100
+++ new/azure-cli-profile-2.0.22/PKG-INFO   2018-04-06 19:33:53.0 
+0200
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: azure-cli-profile
-Version: 2.0.18
+Version: 2.0.22
 Summary: Microsoft Azure Command-Line Tools Profile Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
+Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'profile' Command Module
 
 
@@ -21,6 +22,25 @@
 
 Release History
 ===
+2.0.22
+++
+* account list: handle accounts which come from CLI 1.0/ASM mode
+* (Breaking change): remove `--msi` & `--msi-port` which were tagged 
`deprecating` 2 releases ago
+* `sdist` is now compatible with wheel 0.31.0
+
+2.0.21
+++
+* az login: warn on using --identity-port/--msi-port as they become 
useless with imds support
+
+2.0.20
+++
+* az login: use `--identity` and deprecate `--msi`
+* enable login/logout commands in cloud shell
+
+2.0.19
+++
+* Enable `az login` in from interactive mode.
+
 2.0.18
 ++
 * ensure 'get-access-token' work inside a VM with identity
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-profile-2.0.18/azure/cli/command_modules/profile/__init__.py 
new/azure-cli-profile-2.0.22/azure/cli/command_modules/profile/__init__.py
--- old/azure-cli-profile-2.0.18/azure/cli/command_modules/profile/__init__.py  
2018-01-26 17:12:24.0 +0100
+++ 

commit azure-cli-iot for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package azure-cli-iot for openSUSE:Factory 
checked in at 2018-05-13 16:02:30

Comparing /work/SRC/openSUSE:Factory/azure-cli-iot (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-iot.new (New)


Package is "azure-cli-iot"

Sun May 13 16:02:30 2018 rev:3 rq:600055 version:0.1.19

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-iot/azure-cli-iot.changes  
2018-02-14 09:31:04.364674198 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-iot.new/azure-cli-iot.changes 
2018-05-13 16:02:36.587706413 +0200
@@ -1,0 +2,7 @@
+Thu Apr 19 09:04:04 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 0.1.19
+- Move LICENSE.txt from %doc to %license section
+
+---

Old:

  azure-cli-iot-0.1.16.tar.gz

New:

  azure-cli-iot-0.1.19.tar.gz



Other differences:
--
++ azure-cli-iot.spec ++
--- /var/tmp/diff_new_pack.TxB2zC/_old  2018-05-13 16:02:37.715665261 +0200
+++ /var/tmp/diff_new_pack.TxB2zC/_new  2018-05-13 16:02:37.719665115 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-iot
-Version:0.1.16
+Version:0.1.19
 Release:0
 Summary:Microsoft Azure CLI 'iot' Command Module
 License:MIT
@@ -66,7 +66,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python3_sitelib}/azure/cli/command_modules/iot
 %{python3_sitelib}/azure_cli_iot-*.egg-info
 

++ azure-cli-iot-0.1.16.tar.gz -> azure-cli-iot-0.1.19.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-iot-0.1.16/HISTORY.rst 
new/azure-cli-iot-0.1.19/HISTORY.rst
--- old/azure-cli-iot-0.1.16/HISTORY.rst2018-01-05 20:41:15.0 
+0100
+++ new/azure-cli-iot-0.1.19/HISTORY.rst2018-04-06 19:33:13.0 
+0200
@@ -3,6 +3,22 @@
 Release History
 ===
 
+0.1.19
+++
+
+* `sdist` is now compatible with wheel 0.31.0
+
+0.1.18
+++
+* Support Autorest 3.0 based SDKs
+
+0.1.17
+++
+* iot dps access policy create/update: Fixes issue where the command would 
occasionally return a 'not found' error on success. Added `--no-wait` support.
+* iot dps linked-hub create/update: Fixes issue where the command would 
occasionally return a 'not found' error on success. Added `--no-wait` support.
+* iot hub create: Allow specifying numbers of partitions during creation.
+* Minor fixes.
+
 0.1.16
 ++
 * Added support for device provisioning service
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-iot-0.1.16/PKG-INFO 
new/azure-cli-iot-0.1.19/PKG-INFO
--- old/azure-cli-iot-0.1.16/PKG-INFO   2018-01-05 20:42:07.0 +0100
+++ new/azure-cli-iot-0.1.19/PKG-INFO   2018-04-06 19:33:52.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: azure-cli-iot
-Version: 0.1.16
+Version: 0.1.19
 Summary: Microsoft Azure Command-Line Tools IoT Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -21,6 +21,22 @@
 Release History
 ===
 
+0.1.19
+++
+
+* `sdist` is now compatible with wheel 0.31.0
+
+0.1.18
+++
+* Support Autorest 3.0 based SDKs
+
+0.1.17
+++
+* iot dps access policy create/update: Fixes issue where the command 
would occasionally return a 'not found' error on success. Added `--no-wait` 
support.
+* iot dps linked-hub create/update: Fixes issue where the command 
would occasionally return a 'not found' error on success. Added `--no-wait` 
support.
+* iot hub create: Allow specifying numbers of partitions during 
creation.
+* Minor fixes.
+
 0.1.16
 ++
 * Added support for device provisioning service
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-iot-0.1.16/azure/cli/command_modules/iot/__init__.py 
new/azure-cli-iot-0.1.19/azure/cli/command_modules/iot/__init__.py
--- old/azure-cli-iot-0.1.16/azure/cli/command_modules/iot/__init__.py  
2018-01-05 20:41:15.0 +0100
+++ new/azure-cli-iot-0.1.19/azure/cli/command_modules/iot/__init__.py  
2018-04-06 19:33:13.0 +0200
@@ -3,16 +3,35 @@
 # Licensed under the MIT License. See License.txt in the project root for 
license information.
 # 

 
+from knack.events import EVENT_INVOKER_POST_PARSE_ARGS
+from knack.log import get_logger
 from azure.cli.core 

commit azure-cli-extension for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package azure-cli-extension for 
openSUSE:Factory checked in at 2018-05-13 16:02:21

Comparing /work/SRC/openSUSE:Factory/azure-cli-extension (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-extension.new (New)


Package is "azure-cli-extension"

Sun May 13 16:02:21 2018 rev:3 rq:600050 version:0.0.12

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-extension/azure-cli-extension.changes  
2018-02-14 09:30:53.229077707 +0100
+++ 
/work/SRC/openSUSE:Factory/.azure-cli-extension.new/azure-cli-extension.changes 
2018-05-13 16:02:23.900169305 +0200
@@ -1,0 +2,7 @@
+Wed Apr 18 11:59:42 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 0.0.12
+- Move LICENSE.txt from %doc to %license section
+
+---

Old:

  azure-cli-extension-0.0.8.tar.gz

New:

  azure-cli-extension-0.0.12.tar.gz



Other differences:
--
++ azure-cli-extension.spec ++
--- /var/tmp/diff_new_pack.hSv8EV/_old  2018-05-13 16:02:24.748138368 +0200
+++ /var/tmp/diff_new_pack.hSv8EV/_new  2018-05-13 16:02:24.752138222 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-extension
-Version:0.0.8
+Version:0.0.12
 Release:0
 Summary:Microsoft Azure CLI 'extension' Command Module
 License:MIT
@@ -65,7 +65,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python3_sitelib}/azure/cli/command_modules/extension
 %{python3_sitelib}/azure_cli_extension-*.egg-info
 

++ azure-cli-extension-0.0.8.tar.gz -> azure-cli-extension-0.0.12.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-extension-0.0.8/HISTORY.rst 
new/azure-cli-extension-0.0.12/HISTORY.rst
--- old/azure-cli-extension-0.0.8/HISTORY.rst   2018-01-26 17:12:23.0 
+0100
+++ new/azure-cli-extension-0.0.12/HISTORY.rst  2018-04-06 19:33:13.0 
+0200
@@ -2,6 +2,27 @@
 
 Release History
 ===
+
+0.0.12
+++
+* Linux distro check message should be output to debug instead of warning.
+* `sdist` is now compatible with wheel 0.31.0
+
+0.0.11
+++
+* Preview extensions: Show message on `az extension add` if extension is in 
preview
+* BC: `az extension list-available` - The full extension data is now available 
with `--show-details`
+* `az extension list-available` - A simplified view of the extensions 
available is now shown by default
+
+0.0.10

+* Added check to warn user if used distro is different then the one stored in 
package source file, as this may lead into errors. 
+
+0.0.9
+++
+* Added support for --pip-proxy parameter to az extension add/update commands.
+* Added support for --pip-extra-index-urls argument to az extension add and 
update commands.
+
 0.0.8
 ++
 Minor fixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-extension-0.0.8/PKG-INFO 
new/azure-cli-extension-0.0.12/PKG-INFO
--- old/azure-cli-extension-0.0.8/PKG-INFO  2018-01-26 17:12:38.0 
+0100
+++ new/azure-cli-extension-0.0.12/PKG-INFO 2018-04-06 19:33:38.0 
+0200
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: azure-cli-extension
-Version: 0.0.8
+Version: 0.0.12
 Summary: Microsoft Azure Command-Line Tools Extension Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
+Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'extension' Command Module
 ==
 
@@ -19,6 +20,27 @@
 
 Release History
 ===
+
+0.0.12
+++
+* Linux distro check message should be output to debug instead of 
warning.
+* `sdist` is now compatible with wheel 0.31.0
+
+0.0.11
+++
+* Preview extensions: Show message on `az extension add` if extension 
is in preview
+* BC: `az extension list-available` - The full extension data is now 
available with `--show-details`
+* `az extension list-available` - A simplified view of the extensions 
available is now shown by default
+
+0.0.10
++++
+* Added check to warn user if used distro is different then the one 
stored in package source file, as this may lead into errors. 
+
+0.0.9
+++
+* Added support for --pip-proxy parameter to az extension add/update 
commands.
+* Added support for --pip-extra-index-urls argument to az extension 
add 

commit azure-cli-lab for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package azure-cli-lab for openSUSE:Factory 
checked in at 2018-05-13 16:02:39

Comparing /work/SRC/openSUSE:Factory/azure-cli-lab (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-lab.new (New)


Package is "azure-cli-lab"

Sun May 13 16:02:39 2018 rev:3 rq:600057 version:0.0.21

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-lab/azure-cli-lab.changes  
2018-02-14 09:31:27.131849213 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-lab.new/azure-cli-lab.changes 
2018-05-13 16:02:46.879330935 +0200
@@ -1,0 +2,8 @@
+Thu Apr 19 11:15:58 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 0.0.21
+- Move LICENSE.txt from %doc to %license section
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-lab-0.0.16.tar.gz

New:

  azure-cli-lab-0.0.21.tar.gz



Other differences:
--
++ azure-cli-lab.spec ++
--- /var/tmp/diff_new_pack.3NsKvv/_old  2018-05-13 16:02:47.571305689 +0200
+++ /var/tmp/diff_new_pack.3NsKvv/_new  2018-05-13 16:02:47.571305689 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-lab
-Version:0.0.16
+Version:0.0.21
 Release:0
 Summary:Microsoft Azure CLI 'DevTestLabs' Command Module
 License:MIT
@@ -34,7 +34,8 @@
 Requires:   azure-cli-command-modules-nspkg
 Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
-Requires:   python3-azure-graphrbac >= 0.31.0
+Requires:   python3-azure-graphrbac >= 0.40.0
+Requires:   python3-azure-mgmt-devtestlabs >= 2.0.0
 Requires:   python3-azure-nspkg
 Conflicts:  azure-cli < 2.0.0
 
@@ -64,7 +65,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python3_sitelib}/azure/cli/command_modules/lab
 %{python3_sitelib}/azure_cli_lab-*.egg-info
 

++ azure-cli-lab-0.0.16.tar.gz -> azure-cli-lab-0.0.21.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-lab-0.0.16/HISTORY.rst 
new/azure-cli-lab-0.0.21/HISTORY.rst
--- old/azure-cli-lab-0.0.16/HISTORY.rst2018-01-26 17:12:24.0 
+0100
+++ new/azure-cli-lab-0.0.21/HISTORY.rst2018-04-06 19:33:13.0 
+0200
@@ -3,6 +3,27 @@
 Release History
 ===
 
+0.0.21
+++
+
+* `sdist` is now compatible with wheel 0.31.0
+
+0.0.20
+++
+* Fixed create enviorment.
+
+0.0.19
+++
+* Minor fixes.
+
+0.0.18
+++
+* Minor fixes.
+
+0.0.17
+++
+* Minor fixes.
+
 0.0.16
 ++
 * Performance fixes.
@@ -10,7 +31,7 @@
 0.0.15
 ++
 * Update helpfile
-  
+
 0.0.14
 ++
 * Update for CLI core changes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-lab-0.0.16/PKG-INFO 
new/azure-cli-lab-0.0.21/PKG-INFO
--- old/azure-cli-lab-0.0.16/PKG-INFO   2018-01-26 17:12:47.0 +0100
+++ new/azure-cli-lab-0.0.21/PKG-INFO   2018-04-06 19:33:40.0 +0200
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: azure-cli-lab
-Version: 0.0.16
+Version: 0.0.21
 Summary: Microsoft Azure Command-Line Tools DevTestLabs Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
+Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'DevTestLabs' Command Module
 
 
@@ -15,6 +16,27 @@
 Release History
 ===
 
+0.0.21
+++
+
+* `sdist` is now compatible with wheel 0.31.0
+
+0.0.20
+++
+* Fixed create enviorment.
+
+0.0.19
+++
+* Minor fixes.
+
+0.0.18
+++
+* Minor fixes.
+
+0.0.17
+++
+* Minor fixes.
+
 0.0.16
 ++
 * Performance fixes.
@@ -22,7 +44,7 @@
 0.0.15
 ++
 * Update helpfile
-  
+
 0.0.14
 ++
 * Update for CLI core changes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-lab-0.0.16/azure/cli/command_modules/lab/_help.py 
new/azure-cli-lab-0.0.21/azure/cli/command_modules/lab/_help.py
--- old/azure-cli-lab-0.0.16/azure/cli/command_modules/lab/_help.py 
2018-01-26 17:12:24.0 +0100
+++ new/azure-cli-lab-0.0.21/azure/cli/command_modules/lab/_help.py 
2018-04-06 19:33:13.0 +0200
@@ -57,7 +57,7 @@
 - name: --artifacts
   

commit azure-cli-monitor for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package azure-cli-monitor for 
openSUSE:Factory checked in at 2018-05-13 16:02:47

Comparing /work/SRC/openSUSE:Factory/azure-cli-monitor (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-monitor.new (New)


Package is "azure-cli-monitor"

Sun May 13 16:02:47 2018 rev:3 rq:600058 version:0.1.5

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-monitor/azure-cli-monitor.changes  
2018-02-14 09:31:32.503654562 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-monitor.new/azure-cli-monitor.changes 
2018-05-13 16:02:47.763298684 +0200
@@ -1,0 +2,8 @@
+Thu Apr 19 11:24:18 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 0.1.5
+- Move LICENSE.txt from %doc to %license section
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-monitor-0.1.1.tar.gz

New:

  azure-cli-monitor-0.1.5.tar.gz



Other differences:
--
++ azure-cli-monitor.spec ++
--- /var/tmp/diff_new_pack.bQOaCk/_old  2018-05-13 16:02:48.299279129 +0200
+++ /var/tmp/diff_new_pack.bQOaCk/_new  2018-05-13 16:02:48.303278984 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-monitor
-Version:0.1.1
+Version:0.1.5
 Release:0
 Summary:Microsoft Azure CLI 'Monitor' Command Module
 License:MIT
@@ -34,7 +34,8 @@
 Requires:   azure-cli-command-modules-nspkg
 Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
-Requires:   python3-azure-mgmt-monitor >= 0.4.0
+Requires:   python3-azure-mgmt-monitor >= 0.5.0
+Requires:   python3-azure-mgmt-resource >= 1.2.1
 Requires:   python3-azure-nspkg
 Conflicts:  azure-cli < 2.0.0
 
@@ -64,7 +65,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python3_sitelib}/azure/cli/command_modules/monitor
 %{python3_sitelib}/azure_cli_monitor-*.egg-info
 

++ azure-cli-monitor-0.1.1.tar.gz -> azure-cli-monitor-0.1.5.tar.gz ++
 2702 lines of diff (skipped)




commit azure-cli-keyvault for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package azure-cli-keyvault for 
openSUSE:Factory checked in at 2018-05-13 16:02:36

Comparing /work/SRC/openSUSE:Factory/azure-cli-keyvault (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-keyvault.new (New)


Package is "azure-cli-keyvault"

Sun May 13 16:02:36 2018 rev:3 rq:600056 version:2.0.21

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-keyvault/azure-cli-keyvault.changes
2018-02-14 09:31:24.275952698 +0100
+++ 
/work/SRC/openSUSE:Factory/.azure-cli-keyvault.new/azure-cli-keyvault.changes   
2018-05-13 16:02:39.207610829 +0200
@@ -1,0 +2,8 @@
+Thu Apr 19 09:37:05 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 2.0.21
+- Move LICENSE.txt from %doc to %license section
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-keyvault-2.0.17.tar.gz

New:

  azure-cli-keyvault-2.0.21.tar.gz



Other differences:
--
++ azure-cli-keyvault.spec ++
--- /var/tmp/diff_new_pack.7fyJE0/_old  2018-05-13 16:02:40.051580037 +0200
+++ /var/tmp/diff_new_pack.7fyJE0/_new  2018-05-13 16:02:40.051580037 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-keyvault
-Version:2.0.17
+Version:2.0.21
 Release:0
 Summary:Microsoft Azure CLI 'keyvault' Command Module
 License:MIT
@@ -37,6 +37,7 @@
 Requires:   python3-azure-keyvault >= 0.3.7
 Requires:   python3-azure-mgmt-keyvault >= 0.40.0
 Requires:   python3-azure-nspkg
+Requires:   python3-pyOpenSSL
 Conflicts:  azure-cli < 2.0.0
 
 BuildArch:  noarch
@@ -65,7 +66,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python3_sitelib}/azure/cli/command_modules/keyvault
 %{python3_sitelib}/azure_cli_keyvault-*.egg-info
 

++ azure-cli-keyvault-2.0.17.tar.gz -> azure-cli-keyvault-2.0.21.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-keyvault-2.0.17/HISTORY.rst 
new/azure-cli-keyvault-2.0.21/HISTORY.rst
--- old/azure-cli-keyvault-2.0.17/HISTORY.rst   2018-01-26 17:12:24.0 
+0100
+++ new/azure-cli-keyvault-2.0.21/HISTORY.rst   2018-04-06 19:33:13.0 
+0200
@@ -2,6 +2,22 @@
 
 Release History
 ===
+2.0.21
+++
+* Minor fixes.
+* `sdist` is now compatible with wheel 0.31.0
+
+2.0.20
+++
+* Support Autorest 3.0 based SDKs
+
+2.0.19
+++
+* Minor fixes.
+
+2.0.18
+++
+* Minor fixes.
 
 2.0.17
 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-keyvault-2.0.17/PKG-INFO 
new/azure-cli-keyvault-2.0.21/PKG-INFO
--- old/azure-cli-keyvault-2.0.17/PKG-INFO  2018-01-26 17:12:44.0 
+0100
+++ new/azure-cli-keyvault-2.0.21/PKG-INFO  2018-04-06 19:33:46.0 
+0200
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: azure-cli-keyvault
-Version: 2.0.17
+Version: 2.0.21
 Summary: Microsoft Azure Command-Line Tools Keyvault Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
+Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'keyvault' Command Module
 =
 
@@ -19,6 +20,22 @@
 
 Release History
 ===
+2.0.21
+++
+* Minor fixes.
+* `sdist` is now compatible with wheel 0.31.0
+
+2.0.20
+++
+* Support Autorest 3.0 based SDKs
+
+2.0.19
+++
+* Minor fixes.
+
+2.0.18
+++
+* Minor fixes.
 
 2.0.17
 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-keyvault-2.0.17/azure/cli/command_modules/keyvault/_command_type.py
 
new/azure-cli-keyvault-2.0.21/azure/cli/command_modules/keyvault/_command_type.py
--- 
old/azure-cli-keyvault-2.0.17/azure/cli/command_modules/keyvault/_command_type.py
   2018-01-26 17:12:24.0 +0100
+++ 
new/azure-cli-keyvault-2.0.21/azure/cli/command_modules/keyvault/_command_type.py
   2018-04-06 19:33:13.0 +0200
@@ -78,8 +78,9 @@
 
 def keyvault_command_handler(command_args):
 from azure.cli.core.util import get_arg_list
+from azure.cli.core.commands.client_factory import 
resolve_client_arg_name
 from msrest.paging import Paged
-from msrestazure.azure_operation import AzureOperationPoller
+from azure.cli.core.util import 

commit azure-cli-interactive for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package azure-cli-interactive for 
openSUSE:Factory checked in at 2018-05-13 16:02:27

Comparing /work/SRC/openSUSE:Factory/azure-cli-interactive (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-interactive.new (New)


Package is "azure-cli-interactive"

Sun May 13 16:02:27 2018 rev:3 rq:600053 version:0.3.19

Changes:

--- 
/work/SRC/openSUSE:Factory/azure-cli-interactive/azure-cli-interactive.changes  
2018-02-14 09:31:02.960725071 +0100
+++ 
/work/SRC/openSUSE:Factory/.azure-cli-interactive.new/azure-cli-interactive.changes
 2018-05-13 16:02:30.399932168 +0200
@@ -1,0 +2,9 @@
+Wed Apr 18 13:50:04 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 0.3.19
+- Move LICENSE.txt from %doc to %license section
+- Remove %{python3_sitelib}/azclishell from %files as it
+  has been moved to %{python3_sitelib}/interactive/
+
+---

Old:

  azure-cli-interactive-0.3.15.tar.gz

New:

  azure-cli-interactive-0.3.19.tar.gz



Other differences:
--
++ azure-cli-interactive.spec ++
--- /var/tmp/diff_new_pack.nJfHts/_old  2018-05-13 16:02:31.083907213 +0200
+++ /var/tmp/diff_new_pack.nJfHts/_new  2018-05-13 16:02:31.087907067 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-interactive
-Version:0.3.15
+Version:0.3.19
 Release:0
 Summary:Microsoft Azure CLI Interactive Shell
 License:MIT
@@ -67,9 +67,9 @@
 
 %files
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python3_sitelib}/azure/cli/command_modules/interactive
 %{python3_sitelib}/azure_cli_interactive-*.egg-info
-%{python3_sitelib}/azclishell
 
 %changelog

++ azure-cli-interactive-0.3.15.tar.gz -> 
azure-cli-interactive-0.3.19.tar.gz ++
 6054 lines of diff (skipped)




commit azure-cli-cdn for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package azure-cli-cdn for openSUSE:Factory 
checked in at 2018-05-13 16:01:25

Comparing /work/SRC/openSUSE:Factory/azure-cli-cdn (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-cdn.new (New)


Package is "azure-cli-cdn"

Sun May 13 16:01:25 2018 rev:3 rq:600037 version:0.0.14

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-cdn/azure-cli-cdn.changes  
2018-02-14 09:30:05.078822499 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-cdn.new/azure-cli-cdn.changes 
2018-05-13 16:01:31.702073721 +0200
@@ -1,0 +2,7 @@
+Tue Apr 17 14:26:51 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 0.0.14
+- Move LICENSE.txt from %doc to %license section
+
+---

Old:

  azure-cli-cdn-0.0.12.tar.gz

New:

  azure-cli-cdn-0.0.14.tar.gz



Other differences:
--
++ azure-cli-cdn.spec ++
--- /var/tmp/diff_new_pack.M30Qa1/_old  2018-05-13 16:01:32.570042053 +0200
+++ /var/tmp/diff_new_pack.M30Qa1/_new  2018-05-13 16:01:32.574041907 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-cdn
-Version:0.0.12
+Version:0.0.14
 Release:0
 Summary:Microsoft Azure CLI 'Content Delivery Network (CDN)' Command 
Module
 License:MIT
@@ -64,7 +64,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python3_sitelib}/azure/cli/command_modules/cdn
 %{python3_sitelib}/azure_cli_cdn-*.egg-info
 

++ azure-cli-cdn-0.0.12.tar.gz -> azure-cli-cdn-0.0.14.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-cdn-0.0.12/HISTORY.rst 
new/azure-cli-cdn-0.0.14/HISTORY.rst
--- old/azure-cli-cdn-0.0.12/HISTORY.rst2018-01-26 17:12:23.0 
+0100
+++ new/azure-cli-cdn-0.0.14/HISTORY.rst2018-04-06 19:33:13.0 
+0200
@@ -3,6 +3,15 @@
 Release History
 ===
 
+0.0.14
+++
+* Minor fixes.
+* `sdist` is now compatible with wheel 0.31.0
+
+0.0.13
+++
+* Add `cdn custom-domain enable/disable-https` commands.
+
 0.0.12
 ++
 * `cdn custom-domain create`: Fixed missing client issue.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-cdn-0.0.12/PKG-INFO 
new/azure-cli-cdn-0.0.14/PKG-INFO
--- old/azure-cli-cdn-0.0.12/PKG-INFO   2018-01-26 17:12:39.0 +0100
+++ new/azure-cli-cdn-0.0.14/PKG-INFO   2018-04-06 19:33:27.0 +0200
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: azure-cli-cdn
-Version: 0.0.12
+Version: 0.0.14
 Summary: Microsoft Azure Command-Line Tools Content Delivery Network (CDN) 
Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
+Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'Content Delivery Network (CDN)' Command 
Module
 ===
 
@@ -18,6 +19,15 @@
 Release History
 ===
 
+0.0.14
+++
+* Minor fixes.
+* `sdist` is now compatible with wheel 0.31.0
+
+0.0.13
+++
+* Add `cdn custom-domain enable/disable-https` commands.
+
 0.0.12
 ++
 * `cdn custom-domain create`: Fixed missing client issue.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-cdn-0.0.12/azure/cli/command_modules/cdn/_help.py 
new/azure-cli-cdn-0.0.14/azure/cli/command_modules/cdn/_help.py
--- old/azure-cli-cdn-0.0.12/azure/cli/command_modules/cdn/_help.py 
2018-01-26 17:12:23.0 +0100
+++ new/azure-cli-cdn-0.0.14/azure/cli/command_modules/cdn/_help.py 
2018-04-06 19:33:13.0 +0200
@@ -129,7 +129,7 @@
 """
 
 helps['cdn endpoint purge'] = """
-type: comman
+type: command
 short-summary: Purge pre-loaded content for a CDN endpoint.
 examples:
 - name: Purge pre-loaded Javascript and CSS content.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-cdn-0.0.12/azure/cli/command_modules/cdn/_params.py 
new/azure-cli-cdn-0.0.14/azure/cli/command_modules/cdn/_params.py
--- old/azure-cli-cdn-0.0.12/azure/cli/command_modules/cdn/_params.py   
2018-01-26 17:12:23.0 +0100
+++ new/azure-cli-cdn-0.0.14/azure/cli/command_modules/cdn/_params.py   
2018-04-06 19:33:13.0 +0200
@@ -60,7 +60,7 @@
 c.argument('endpoint_name', name_arg_type, id_part='name', help='Name 
of the CDN endpoint.')
 

commit azure-cli-feedback for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package azure-cli-feedback for 
openSUSE:Factory checked in at 2018-05-13 16:02:25

Comparing /work/SRC/openSUSE:Factory/azure-cli-feedback (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-feedback.new (New)


Package is "azure-cli-feedback"

Sun May 13 16:02:25 2018 rev:3 rq:600051 version:2.1.1

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-feedback/azure-cli-feedback.changes
2018-02-14 09:30:57.044939436 +0100
+++ 
/work/SRC/openSUSE:Factory/.azure-cli-feedback.new/azure-cli-feedback.changes   
2018-05-13 16:02:27.252047015 +0200
@@ -1,0 +2,7 @@
+Wed Apr 18 13:38:36 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 2.1.1
+- Move LICENSE.txt from %doc to %license section
+
+---

Old:

  azure-cli-feedback-2.0.8.tar.gz

New:

  azure-cli-feedback-2.1.1.tar.gz



Other differences:
--
++ azure-cli-feedback.spec ++
--- /var/tmp/diff_new_pack.4I47Zm/_old  2018-05-13 16:02:27.972020747 +0200
+++ /var/tmp/diff_new_pack.4I47Zm/_new  2018-05-13 16:02:27.976020601 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-feedback
-Version:2.0.8
+Version:2.1.1
 Release:0
 Summary:Microsoft Azure CLI 'feedback' Command Module
 License:MIT
@@ -64,7 +64,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python3_sitelib}/azure/cli/command_modules/feedback
 %{python3_sitelib}/azure_cli_feedback-*.egg-info
 

++ azure-cli-feedback-2.0.8.tar.gz -> azure-cli-feedback-2.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-feedback-2.0.8/HISTORY.rst 
new/azure-cli-feedback-2.1.1/HISTORY.rst
--- old/azure-cli-feedback-2.0.8/HISTORY.rst2018-01-12 18:25:22.0 
+0100
+++ new/azure-cli-feedback-2.1.1/HISTORY.rst2018-04-06 19:33:13.0 
+0200
@@ -3,6 +3,16 @@
 Release History
 ===
 
+2.1.1
++
+
+* `sdist` is now compatible with wheel 0.31.0
+
+2.1.0
++
+* Switch AI upstream feed
+* Introduce extension management property to telemetry data.
+
 2.0.8
 +
 * Minor fixes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-feedback-2.0.8/PKG-INFO 
new/azure-cli-feedback-2.1.1/PKG-INFO
--- old/azure-cli-feedback-2.0.8/PKG-INFO   2018-01-12 18:25:33.0 
+0100
+++ new/azure-cli-feedback-2.1.1/PKG-INFO   2018-04-06 19:33:35.0 
+0200
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: azure-cli-feedback
-Version: 2.0.8
+Version: 2.1.1
 Summary: Microsoft Azure Command-Line Tools Feedback Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
+Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'feedback' Command Module
 =
 
@@ -20,6 +21,16 @@
 Release History
 ===
 
+2.1.1
++
+
+* `sdist` is now compatible with wheel 0.31.0
+
+2.1.0
++
+* Switch AI upstream feed
+* Introduce extension management property to telemetry data.
+
 2.0.8
 +
 * Minor fixes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-feedback-2.0.8/azure/cli/command_modules/feedback/__init__.py 
new/azure-cli-feedback-2.1.1/azure/cli/command_modules/feedback/__init__.py
--- old/azure-cli-feedback-2.0.8/azure/cli/command_modules/feedback/__init__.py 
2018-01-12 18:25:22.0 +0100
+++ new/azure-cli-feedback-2.1.1/azure/cli/command_modules/feedback/__init__.py 
2018-04-06 19:33:13.0 +0200
@@ -15,7 +15,6 @@
 super(FeedbackCommandsLoader, self).__init__(cli_ctx=cli_ctx)
 
 def load_command_table(self, args):
-
 custom_feedback = 
CliCommandType(operations_tmpl='azure.cli.command_modules.feedback.custom#{}')
 
 with self.command_group('', custom_feedback) as g:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-feedback-2.0.8/azure/cli/command_modules/feedback/custom.py 
new/azure-cli-feedback-2.1.1/azure/cli/command_modules/feedback/custom.py
--- old/azure-cli-feedback-2.0.8/azure/cli/command_modules/feedback/custom.py   
2018-01-12 18:25:22.0 +0100
+++ new/azure-cli-feedback-2.1.1/azure/cli/command_modules/feedback/custom.py   
2018-04-06 19:33:13.0 +0200
@@ -10,40 +10,30 @@
 from 

commit azure-cli-configure for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package azure-cli-configure for 
openSUSE:Factory checked in at 2018-05-13 16:01:43

Comparing /work/SRC/openSUSE:Factory/azure-cli-configure (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-configure.new (New)


Package is "azure-cli-configure"

Sun May 13 16:01:43 2018 rev:3 rq:600041 version:2.0.15

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-configure/azure-cli-configure.changes  
2018-02-14 09:30:23.210165481 +0100
+++ 
/work/SRC/openSUSE:Factory/.azure-cli-configure.new/azure-cli-configure.changes 
2018-05-13 16:01:48.669454673 +0200
@@ -1,0 +2,7 @@
+Tue Apr 17 14:52:28 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 2.0.15
+- Move LICENSE.txt from %doc to %license section
+
+---

Old:

  azure-cli-configure-2.0.13.tar.gz

New:

  azure-cli-configure-2.0.15.tar.gz



Other differences:
--
++ azure-cli-configure.spec ++
--- /var/tmp/diff_new_pack.Pe3eQK/_old  2018-05-13 16:01:49.405427821 +0200
+++ /var/tmp/diff_new_pack.Pe3eQK/_new  2018-05-13 16:01:49.405427821 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-configure
-Version:2.0.13
+Version:2.0.15
 Release:0
 Summary:Microsoft Azure CLI 'configure' Command Module
 License:MIT
@@ -63,7 +63,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python3_sitelib}/azure/cli/command_modules/configure
 %{python3_sitelib}/azure_cli_configure-*.egg-info
 

++ azure-cli-configure-2.0.13.tar.gz -> azure-cli-configure-2.0.15.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-configure-2.0.13/HISTORY.rst 
new/azure-cli-configure-2.0.15/HISTORY.rst
--- old/azure-cli-configure-2.0.13/HISTORY.rst  2018-01-05 22:11:35.0 
+0100
+++ new/azure-cli-configure-2.0.15/HISTORY.rst  2018-04-06 19:33:13.0 
+0200
@@ -3,6 +3,15 @@
 Release History
 ===
 
+2.0.15
+++
+
+* `sdist` is now compatible with wheel 0.31.0
+
+2.0.14
+++
+* Minor fixes.
+
 2.0.13
 ++
 * Update for CLI core changes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-configure-2.0.13/PKG-INFO 
new/azure-cli-configure-2.0.15/PKG-INFO
--- old/azure-cli-configure-2.0.13/PKG-INFO 2018-01-05 22:12:17.0 
+0100
+++ new/azure-cli-configure-2.0.15/PKG-INFO 2018-04-06 19:33:34.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: azure-cli-configure
-Version: 2.0.13
+Version: 2.0.15
 Summary: Microsoft Azure Command-Line Tools Configure Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -19,6 +19,15 @@
 Release History
 ===
 
+2.0.15
+++
+
+* `sdist` is now compatible with wheel 0.31.0
+
+2.0.14
+++
+* Minor fixes.
+
 2.0.13
 ++
 * Update for CLI core changes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-configure-2.0.13/azure/cli/command_modules/configure/_consts.py 
new/azure-cli-configure-2.0.15/azure/cli/command_modules/configure/_consts.py
--- 
old/azure-cli-configure-2.0.13/azure/cli/command_modules/configure/_consts.py   
2018-01-05 22:11:35.0 +0100
+++ 
new/azure-cli-configure-2.0.15/azure/cli/command_modules/configure/_consts.py   
2018-04-06 19:33:13.0 +0200
@@ -8,7 +8,7 @@
 {'name': 'jsonc',
  'desc': 'Colored JSON formatted output that most closely matches API 
responses'},
 {'name': 'table', 'desc': 'Human-readable output format'},
-{'name': 'tsv', 'desc': 'Tab and Newline delimited, great for GREP, AWK, 
etc.'}
+{'name': 'tsv', 'desc': 'Tab- and Newline-delimited, great for GREP, AWK, 
etc.'}
 ]
 
 LOGIN_METHOD_LIST = [
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-configure-2.0.13/azure/cli/command_modules/configure/_help.py 
new/azure-cli-configure-2.0.15/azure/cli/command_modules/configure/_help.py
--- old/azure-cli-configure-2.0.13/azure/cli/command_modules/configure/_help.py 
2018-01-05 22:11:35.0 +0100
+++ new/azure-cli-configure-2.0.15/azure/cli/command_modules/configure/_help.py 
2018-04-06 19:33:13.0 +0200
@@ -12,7 +12,7 @@
 parameters:
 - name: --defaults -d
   short-summary: >
-Space separated 'name=value' pairs for common argument defaults.
+Space-separated 

commit azure-cli-cosmosdb for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package azure-cli-cosmosdb for 
openSUSE:Factory checked in at 2018-05-13 16:01:58

Comparing /work/SRC/openSUSE:Factory/azure-cli-cosmosdb (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-cosmosdb.new (New)


Package is "azure-cli-cosmosdb"

Sun May 13 16:01:58 2018 rev:3 rq:600045 version:0.1.20

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-cosmosdb/azure-cli-cosmosdb.changes
2018-02-14 09:30:41.481503394 +0100
+++ 
/work/SRC/openSUSE:Factory/.azure-cli-cosmosdb.new/azure-cli-cosmosdb.changes   
2018-05-13 16:01:58.421098890 +0200
@@ -1,0 +2,8 @@
+Wed Apr 18 11:42:56 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 0.1.20
+- Move LICENSE.txt from %doc to %license section
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-cosmosdb-0.1.17.tar.gz

New:

  azure-cli-cosmosdb-0.1.20.tar.gz



Other differences:
--
++ azure-cli-cosmosdb.spec ++
--- /var/tmp/diff_new_pack.APA5lm/_old  2018-05-13 16:01:58.941079918 +0200
+++ /var/tmp/diff_new_pack.APA5lm/_new  2018-05-13 16:01:58.945079772 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-cosmosdb
-Version:0.1.17
+Version:0.1.20
 Release:0
 Summary:Microsoft Azure CLI 'cosmosdb' Command Module
 License:MIT
@@ -34,8 +34,9 @@
 Requires:   azure-cli-command-modules-nspkg
 Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
-Requires:   python3-azure-mgmt-cosmosdb >= 0.2.1
+Requires:   python3-azure-mgmt-cosmosdb >= 0.3.1
 Requires:   python3-azure-nspkg
+Requires:   python3-pydocumentdb >= 2.0.1
 Conflicts:  azure-cli < 2.0.0
 
 BuildArch:  noarch
@@ -64,7 +65,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python3_sitelib}/azure/cli/command_modules/cosmosdb
 %{python3_sitelib}/azure_cli_cosmosdb-*.egg-info
 

++ azure-cli-cosmosdb-0.1.17.tar.gz -> azure-cli-cosmosdb-0.1.20.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-cosmosdb-0.1.17/HISTORY.rst 
new/azure-cli-cosmosdb-0.1.20/HISTORY.rst
--- old/azure-cli-cosmosdb-0.1.17/HISTORY.rst   2018-01-26 17:12:23.0 
+0100
+++ new/azure-cli-cosmosdb-0.1.20/HISTORY.rst   2018-04-06 19:33:13.0 
+0200
@@ -3,6 +3,19 @@
 Release History
 ===
 
+0.1.20
+++
+* Minor fixes
+* `sdist` is now compatible with wheel 0.31.0
+
+0.1.19
+++
+* Added support for setting capabilities and minor fixes.
+
+0.1.18
+++
+* Minor fixes
+
 0.1.17
 ++
 * Fix parameter description for failover policies.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-cosmosdb-0.1.17/PKG-INFO 
new/azure-cli-cosmosdb-0.1.20/PKG-INFO
--- old/azure-cli-cosmosdb-0.1.17/PKG-INFO  2018-01-26 17:12:50.0 
+0100
+++ new/azure-cli-cosmosdb-0.1.20/PKG-INFO  2018-04-06 19:33:24.0 
+0200
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: azure-cli-cosmosdb
-Version: 0.1.17
+Version: 0.1.20
 Summary: Microsoft Azure Command-Line Tools Cosmos DB Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
+Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'cosmosdb' Command Module
 =
 
@@ -20,6 +21,19 @@
 Release History
 ===
 
+0.1.20
+++
+* Minor fixes
+* `sdist` is now compatible with wheel 0.31.0
+
+0.1.19
+++
+* Added support for setting capabilities and minor fixes.
+
+0.1.18
+++
+* Minor fixes
+
 0.1.17
 ++
 * Fix parameter description for failover policies.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-cosmosdb-0.1.17/azure/cli/command_modules/cosmosdb/_client_factory.py
 
new/azure-cli-cosmosdb-0.1.20/azure/cli/command_modules/cosmosdb/_client_factory.py
--- 
old/azure-cli-cosmosdb-0.1.17/azure/cli/command_modules/cosmosdb/_client_factory.py
 2018-01-26 17:12:23.0 +0100
+++ 
new/azure-cli-cosmosdb-0.1.20/azure/cli/command_modules/cosmosdb/_client_factory.py
 2018-04-06 19:33:13.0 +0200
@@ -34,15 +34,6 @@
 client.default_headers['User-Agent'] = ' '.join(agents)
 
 
-def _get_url_connection(url_collection, account_name):
-if url_collection:
-return url_collection
-

commit azure-cli-dls for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package azure-cli-dls for openSUSE:Factory 
checked in at 2018-05-13 16:02:11

Comparing /work/SRC/openSUSE:Factory/azure-cli-dls (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-dls.new (New)


Package is "azure-cli-dls"

Sun May 13 16:02:11 2018 rev:3 rq:600047 version:0.0.21

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-dls/azure-cli-dls.changes  
2018-02-14 09:30:49.125226415 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-dls.new/azure-cli-dls.changes 
2018-05-13 16:02:13.456550332 +0200
@@ -1,0 +2,8 @@
+Wed Apr 18 11:48:04 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 0.0.21
+- Move LICENSE.txt from %doc to %license section
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-dls-0.0.19.tar.gz

New:

  azure-cli-dls-0.0.21.tar.gz



Other differences:
--
++ azure-cli-dls.spec ++
--- /var/tmp/diff_new_pack.J9KxN6/_old  2018-05-13 16:02:14.232522021 +0200
+++ /var/tmp/diff_new_pack.J9KxN6/_new  2018-05-13 16:02:14.232522021 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-dls
-Version:0.0.19
+Version:0.0.21
 Release:0
 Summary:Microsoft Azure CLI 'data lake store' Command Module
 License:MIT
@@ -34,7 +34,7 @@
 Requires:   azure-cli-command-modules-nspkg
 Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
-Requires:   python3-azure-datalake-store >= 0.0.17
+Requires:   python3-azure-datalake-store >= 0.0.19
 Requires:   python3-azure-mgmt-datalake-store >= 0.2.0
 Requires:   python3-azure-nspkg
 Conflicts:  azure-cli < 2.0.0
@@ -65,7 +65,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python3_sitelib}/azure/cli/command_modules/dls
 %{python3_sitelib}/azure_cli_dls-*.egg-info
 

++ azure-cli-dls-0.0.19.tar.gz -> azure-cli-dls-0.0.21.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-dls-0.0.19/HISTORY.rst 
new/azure-cli-dls-0.0.21/HISTORY.rst
--- old/azure-cli-dls-0.0.19/HISTORY.rst2018-01-05 22:11:35.0 
+0100
+++ new/azure-cli-dls-0.0.21/HISTORY.rst2018-04-06 19:33:13.0 
+0200
@@ -3,6 +3,15 @@
 Release History
 ===
 
+0.0.21
+++
+
+* `sdist` is now compatible with wheel 0.31.0
+
+0.0.20
+++
+* Updated the ADLS version to latest.
+
 0.0.19
 ++
 * Update for CLI core changes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-dls-0.0.19/PKG-INFO 
new/azure-cli-dls-0.0.21/PKG-INFO
--- old/azure-cli-dls-0.0.19/PKG-INFO   2018-01-05 22:12:32.0 +0100
+++ new/azure-cli-dls-0.0.21/PKG-INFO   2018-04-06 19:33:37.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: azure-cli-dls
-Version: 0.0.19
+Version: 0.0.21
 Summary: Microsoft Azure Command-Line Tools Data Lake Store Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -21,6 +21,15 @@
 Release History
 ===
 
+0.0.21
+++
+
+* `sdist` is now compatible with wheel 0.31.0
+
+0.0.20
+++
+* Updated the ADLS version to latest.
+
 0.0.19
 ++
 * Update for CLI core changes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-dls-0.0.19/azure_cli_dls.egg-info/PKG-INFO 
new/azure-cli-dls-0.0.21/azure_cli_dls.egg-info/PKG-INFO
--- old/azure-cli-dls-0.0.19/azure_cli_dls.egg-info/PKG-INFO2018-01-05 
22:12:32.0 +0100
+++ new/azure-cli-dls-0.0.21/azure_cli_dls.egg-info/PKG-INFO2018-04-06 
19:33:37.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: azure-cli-dls
-Version: 0.0.19
+Version: 0.0.21
 Summary: Microsoft Azure Command-Line Tools Data Lake Store Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -21,6 +21,15 @@
 Release History
 ===
 
+0.0.21
+++
+
+* `sdist` is now compatible with wheel 0.31.0
+
+0.0.20
+++
+* Updated the ADLS version to latest.
+
 0.0.19
 ++
 * Update for CLI core changes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-dls-0.0.19/azure_cli_dls.egg-info/requires.txt 
new/azure-cli-dls-0.0.21/azure_cli_dls.egg-info/requires.txt
--- 

commit azure-cli-dla for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package azure-cli-dla for openSUSE:Factory 
checked in at 2018-05-13 16:02:04

Comparing /work/SRC/openSUSE:Factory/azure-cli-dla (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-dla.new (New)


Package is "azure-cli-dla"

Sun May 13 16:02:04 2018 rev:3 rq:600046 version:0.0.19

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-dla/azure-cli-dla.changes  
2018-02-14 09:30:42.805455419 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-dla.new/azure-cli-dla.changes 
2018-05-13 16:02:11.284629572 +0200
@@ -1,0 +2,7 @@
+Wed Apr 18 11:44:59 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 0.0.19
+- Move LICENSE.txt from %doc to %license section
+
+---

Old:

  azure-cli-dla-0.0.18.tar.gz

New:

  azure-cli-dla-0.0.19.tar.gz



Other differences:
--
++ azure-cli-dla.spec ++
--- /var/tmp/diff_new_pack.y0SELV/_old  2018-05-13 16:02:12.328591484 +0200
+++ /var/tmp/diff_new_pack.y0SELV/_new  2018-05-13 16:02:12.332591338 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-dla
-Version:0.0.18
+Version:0.0.19
 Release:0
 Summary:Microsoft Azure CLI 'data lake analytics' Command Module
 License:MIT
@@ -65,7 +65,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python3_sitelib}/azure/cli/command_modules/dla
 %{python3_sitelib}/azure_cli_dla-*.egg-info
 

++ azure-cli-dla-0.0.18.tar.gz -> azure-cli-dla-0.0.19.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-dla-0.0.18/HISTORY.rst 
new/azure-cli-dla-0.0.19/HISTORY.rst
--- old/azure-cli-dla-0.0.18/HISTORY.rst2018-01-26 17:12:23.0 
+0100
+++ new/azure-cli-dla-0.0.19/HISTORY.rst2018-04-06 19:33:13.0 
+0200
@@ -3,6 +3,11 @@
 Release History
 ===
 
+0.0.19
+++
+
+* `sdist` is now compatible with wheel 0.31.0
+
 0.0.18
 ++
 * Performance fixes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-dla-0.0.18/PKG-INFO 
new/azure-cli-dla-0.0.19/PKG-INFO
--- old/azure-cli-dla-0.0.18/PKG-INFO   2018-01-26 17:12:45.0 +0100
+++ new/azure-cli-dla-0.0.19/PKG-INFO   2018-04-06 19:33:42.0 +0200
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: azure-cli-dla
-Version: 0.0.18
+Version: 0.0.19
 Summary: Microsoft Azure Command-Line Tools Data Lake Analytics Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
+Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'data lake analytics' Command Module
 
 
@@ -20,6 +21,11 @@
 Release History
 ===
 
+0.0.19
+++
+
+* `sdist` is now compatible with wheel 0.31.0
+
 0.0.18
 ++
 * Performance fixes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-dla-0.0.18/azure_cli_dla.egg-info/PKG-INFO 
new/azure-cli-dla-0.0.19/azure_cli_dla.egg-info/PKG-INFO
--- old/azure-cli-dla-0.0.18/azure_cli_dla.egg-info/PKG-INFO2018-01-26 
17:12:45.0 +0100
+++ new/azure-cli-dla-0.0.19/azure_cli_dla.egg-info/PKG-INFO2018-04-06 
19:33:42.0 +0200
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: azure-cli-dla
-Version: 0.0.18
+Version: 0.0.19
 Summary: Microsoft Azure Command-Line Tools Data Lake Analytics Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
+Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'data lake analytics' Command Module
 
 
@@ -20,6 +21,11 @@
 Release History
 ===
 
+0.0.19
+++
+
+* `sdist` is now compatible with wheel 0.31.0
+
 0.0.18
 ++
 * Performance fixes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-dla-0.0.18/setup.py 
new/azure-cli-dla-0.0.19/setup.py
--- old/azure-cli-dla-0.0.18/setup.py   2018-01-26 17:12:23.0 +0100
+++ new/azure-cli-dla-0.0.19/setup.py   2018-04-06 19:33:13.0 +0200
@@ -16,7 +16,7 @@
 cmdclass = {}
 
 
-VERSION = "0.0.18"
+VERSION = "0.0.19"
 # The full list of classifiers is available at
 # 

commit azure-cli-container for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package azure-cli-container for 
openSUSE:Factory checked in at 2018-05-13 16:01:54

Comparing /work/SRC/openSUSE:Factory/azure-cli-container (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-container.new (New)


Package is "azure-cli-container"

Sun May 13 16:01:54 2018 rev:3 rq:600043 version:0.1.22

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-container/azure-cli-container.changes  
2018-02-14 09:30:29.189948795 +0100
+++ 
/work/SRC/openSUSE:Factory/.azure-cli-container.new/azure-cli-container.changes 
2018-05-13 16:01:57.369137270 +0200
@@ -1,0 +2,8 @@
+Wed Apr 18 11:01:24 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 0.1.22
+- Move LICENSE.txt from %doc to %license section
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-container-0.1.16.tar.gz

New:

  azure-cli-container-0.1.22.tar.gz



Other differences:
--
++ azure-cli-container.spec ++
--- /var/tmp/diff_new_pack.ZGXdFf/_old  2018-05-13 16:01:58.129109543 +0200
+++ /var/tmp/diff_new_pack.ZGXdFf/_new  2018-05-13 16:01:58.129109543 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-container
-Version:0.1.16
+Version:0.1.22
 Release:0
 Summary:Microsoft Azure CLI 'container' Command Module
 License:MIT
@@ -35,8 +35,10 @@
 Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
 Requires:   python3-PyYAML
-Requires:   python3-azure-mgmt-containerinstance >= 0.2.0
+Requires:   python3-azure-mgmt-containerinstance >= 0.4.0
 Requires:   python3-azure-nspkg
+Requires:   python3-colorama
+Requires:   python3-websocket-client
 Conflicts:  azure-cli < 2.0.0
 
 BuildArch:  noarch
@@ -65,7 +67,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python3_sitelib}/azure/cli/command_modules/container
 %{python3_sitelib}/azure_cli_container-*.egg-info
 

++ azure-cli-container-0.1.16.tar.gz -> azure-cli-container-0.1.22.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-container-0.1.16/HISTORY.rst 
new/azure-cli-container-0.1.22/HISTORY.rst
--- old/azure-cli-container-0.1.16/HISTORY.rst  2018-01-05 22:11:35.0 
+0100
+++ new/azure-cli-container-0.1.22/HISTORY.rst  2018-04-06 19:33:13.0 
+0200
@@ -3,6 +3,33 @@
 Release History
 ===
 
+0.1.22
+++
+* Add Git Repo volume mount parameters '--gitrepo-url' '--gitrepo-dir' 
'--gitrepo-revision' and '--gitrepo-mount-path'
+
+0.1.21
+++
+* Fixed [#5926](https://github.com/Azure/azure-cli/issues/5926): Fix `az 
container exec` failing when --container-name specified
+* `sdist` is now compatible with wheel 0.31.0
+
+0.1.20
+++
+* Add 'az container exec' command that allows for exec commands in a container 
for a running container group.
+* Allow table output for creating and updating a container group.
+
+0.1.19
+++
+* Add '--secrets' and '--secrets-mount-path' options to 'az container create' 
for using secrets in ACI
+
+0.1.18
+++
+* Add '--follow' option to 'az container logs' for streaming logs
+* Add 'az container attach' command that attaches local standard output and 
error streams to a container in a container group.
+
+0.1.17
+++
+* Minor fixes
+
 0.1.16
 ++
 * Update for CLI core changes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-container-0.1.16/PKG-INFO 
new/azure-cli-container-0.1.22/PKG-INFO
--- old/azure-cli-container-0.1.16/PKG-INFO 2018-01-05 22:11:53.0 
+0100
+++ new/azure-cli-container-0.1.22/PKG-INFO 2018-04-06 19:33:36.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: azure-cli-container
-Version: 0.1.16
+Version: 0.1.22
 Summary: Microsoft Azure Command-Line Tools container Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -18,6 +18,7 @@
 az container: Manage Azure Container Instances.
 
 Commands:
+attach: Attach local standard output and error streams to a 
container in a container group.
 create: Create a container group.
 delete: Delete a container group.
 list  : List container groups.
@@ -39,8 +40,8 @@
 --command-line: The command line to run when 
the container is started, e.g.
 '/bin/bash -c myscript.sh'.
 --cpu : The required number of 

commit azure-cli-eventgrid for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package azure-cli-eventgrid for 
openSUSE:Factory checked in at 2018-05-13 16:02:14

Comparing /work/SRC/openSUSE:Factory/azure-cli-eventgrid (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-eventgrid.new (New)


Package is "azure-cli-eventgrid"

Sun May 13 16:02:14 2018 rev:3 rq:600048 version:0.1.12

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-eventgrid/azure-cli-eventgrid.changes  
2018-02-14 09:30:51.465141626 +0100
+++ 
/work/SRC/openSUSE:Factory/.azure-cli-eventgrid.new/azure-cli-eventgrid.changes 
2018-05-13 16:02:16.048455768 +0200
@@ -1,0 +2,7 @@
+Wed Apr 18 11:53:46 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 0.1.12
+- Move LICENSE.txt from %doc to %license section
+
+---

Old:

  azure-cli-eventgrid-0.1.9.tar.gz

New:

  azure-cli-eventgrid-0.1.12.tar.gz



Other differences:
--
++ azure-cli-eventgrid.spec ++
--- /var/tmp/diff_new_pack.pVc6He/_old  2018-05-13 16:02:17.124416512 +0200
+++ /var/tmp/diff_new_pack.pVc6He/_new  2018-05-13 16:02:17.128416366 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-eventgrid
-Version:0.1.9
+Version:0.1.12
 Release:0
 Summary:Microsoft Azure CLI 'eventgrid' Command Module
 License:MIT
@@ -65,7 +65,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python3_sitelib}/azure/cli/command_modules/eventgrid
 %{python3_sitelib}/azure_cli_eventgrid-*.egg-info
 

++ azure-cli-eventgrid-0.1.9.tar.gz -> azure-cli-eventgrid-0.1.12.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-eventgrid-0.1.9/HISTORY.rst 
new/azure-cli-eventgrid-0.1.12/HISTORY.rst
--- old/azure-cli-eventgrid-0.1.9/HISTORY.rst   2018-01-26 17:12:23.0 
+0100
+++ new/azure-cli-eventgrid-0.1.12/HISTORY.rst  2018-04-06 19:33:13.0 
+0200
@@ -3,6 +3,19 @@
 Release History
 ===
 
+0.1.12
+++
+
+* `sdist` is now compatible with wheel 0.31.0
+
+0.1.11
+++
+* Minor fixes.
+
+0.1.10
+++
+* Minor fixes.
+
 0.1.9
 +
 * Minor fixes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-eventgrid-0.1.9/PKG-INFO 
new/azure-cli-eventgrid-0.1.12/PKG-INFO
--- old/azure-cli-eventgrid-0.1.9/PKG-INFO  2018-01-26 17:12:43.0 
+0100
+++ new/azure-cli-eventgrid-0.1.12/PKG-INFO 2018-04-06 19:33:38.0 
+0200
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: azure-cli-eventgrid
-Version: 0.1.9
+Version: 0.1.12
 Summary: Microsoft Azure Command-Line Tools EventGrid Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
+Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'eventgrid' Command Module
 ===
 
@@ -20,6 +21,19 @@
 Release History
 ===
 
+0.1.12
+++
+
+* `sdist` is now compatible with wheel 0.31.0
+
+0.1.11
+++
+* Minor fixes.
+
+0.1.10
+++
+* Minor fixes.
+
 0.1.9
 +
 * Minor fixes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-eventgrid-0.1.9/azure/cli/command_modules/eventgrid/_params.py 
new/azure-cli-eventgrid-0.1.12/azure/cli/command_modules/eventgrid/_params.py
--- 
old/azure-cli-eventgrid-0.1.9/azure/cli/command_modules/eventgrid/_params.py
2018-01-26 17:12:23.0 +0100
+++ 
new/azure-cli-eventgrid-0.1.12/azure/cli/command_modules/eventgrid/_params.py   
2018-04-06 19:33:13.0 +0200
@@ -18,12 +18,12 @@
 )
 
 included_event_types_type = CLIArgumentType(
-help="A space separated list of event types. To subscribe to all event 
types, the string \"All\" should be specified.",
+help="A space-separated list of event types. To subscribe to all event 
types, the string \"All\" should be specified.",
 nargs='+'
 )
 
 labels_type = CLIArgumentType(
-help="A space separated list of labels to associate with this event 
subscription.",
+help="A space-separated list of labels to associate with this event 
subscription.",
 nargs='+'
 )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-eventgrid-0.1.9/azure/cli/command_modules/eventgrid/custom.py 

commit azure-cli-consumption for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package azure-cli-consumption for 
openSUSE:Factory checked in at 2018-05-13 16:01:49

Comparing /work/SRC/openSUSE:Factory/azure-cli-consumption (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-consumption.new (New)


Package is "azure-cli-consumption"

Sun May 13 16:01:49 2018 rev:3 rq:600042 version:0.3.0

Changes:

--- 
/work/SRC/openSUSE:Factory/azure-cli-consumption/azure-cli-consumption.changes  
2018-02-14 09:30:27.426012713 +0100
+++ 
/work/SRC/openSUSE:Factory/.azure-cli-consumption.new/azure-cli-consumption.changes
 2018-05-13 16:01:54.145254891 +0200
@@ -1,0 +2,8 @@
+Wed Apr 18 10:52:00 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 0.3.0
+- Move LICENSE.txt from %doc to %license section
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-consumption-0.2.1.tar.gz

New:

  azure-cli-consumption-0.3.0.tar.gz



Other differences:
--
++ azure-cli-consumption.spec ++
--- /var/tmp/diff_new_pack.g4QHse/_old  2018-05-13 16:01:54.945225705 +0200
+++ /var/tmp/diff_new_pack.g4QHse/_new  2018-05-13 16:01:54.949225558 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-consumption
-Version:0.2.1
+Version:0.3.0
 Release:0
 Summary:Microsoft Azure CLI 'consumption' Command Module
 License:MIT
@@ -32,8 +32,9 @@
 BuildRequires:  python3-setuptools
 BuildRequires:  unzip
 Requires:   azure-cli-command-modules-nspkg
+Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
-Requires:   python3-azure-mgmt-consumption >= 1.1.0
+Requires:   python3-azure-mgmt-consumption >= 2.0.0
 Requires:   python3-azure-nspkg
 Conflicts:  azure-cli < 2.0.0
 
@@ -63,7 +64,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python3_sitelib}/azure/cli/command_modules/consumption
 %{python3_sitelib}/azure_cli_consumption-*.egg-info
 

++ azure-cli-consumption-0.2.1.tar.gz -> azure-cli-consumption-0.3.0.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-consumption-0.2.1/HISTORY.rst 
new/azure-cli-consumption-0.3.0/HISTORY.rst
--- old/azure-cli-consumption-0.2.1/HISTORY.rst 2018-01-05 20:41:15.0 
+0100
+++ new/azure-cli-consumption-0.3.0/HISTORY.rst 2018-04-06 19:33:13.0 
+0200
@@ -2,6 +2,20 @@
 
 Release History
 ===
+0.3.0
++
+* Added commands `marketplace`.
+* BREAKING CHANGE: `reservations summaries` commands renamed to `reservation 
summary`.
+* BREAKING CHANGE: `reservations details` commands renamed to `reservation 
detail`.
+* BREAKING CHANGE: removed `--reservation-order-id` and `--reservation-id` 
short options for `reservation` commands.
+* BREAKING CHANGE: removed `--grain` short options for `reservation summary` 
commands.
+* BREAKING CHANGE: removed `--include-meter-details` short options for 
`pricesheet` commands.
+* `sdist` is now compatible with wheel 0.31.0
+
+0.2.2
++
+* Added new commands for pricesheet API. Also, updated the existing Usage 
Details and Reservation Details API request format.
+
 0.2.1
 +
 * Added two new commands for reservations. Reservation Summaries and 
Reservation Details
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-consumption-0.2.1/PKG-INFO 
new/azure-cli-consumption-0.3.0/PKG-INFO
--- old/azure-cli-consumption-0.2.1/PKG-INFO2018-01-05 20:42:02.0 
+0100
+++ new/azure-cli-consumption-0.3.0/PKG-INFO2018-04-06 19:33:42.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: azure-cli-consumption
-Version: 0.2.1
+Version: 0.3.0
 Summary: Microsoft Azure Command-Line Tools Consumption Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -20,6 +20,20 @@
 
 Release History
 ===
+0.3.0
++
+* Added commands `marketplace`.
+* BREAKING CHANGE: `reservations summaries` commands renamed to 
`reservation summary`.
+* BREAKING CHANGE: `reservations details` commands renamed to 
`reservation detail`.
+* BREAKING CHANGE: removed `--reservation-order-id` and 
`--reservation-id` short options for `reservation` commands.
+* BREAKING CHANGE: removed `--grain` short options for `reservation 
summary` commands.
+* BREAKING CHANGE: removed `--include-meter-details` short options for 
`pricesheet` commands.
+* `sdist` is now compatible with wheel 0.31.0
+
+0.2.2
++
+* Added 

commit azure-cli-cognitiveservices for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package azure-cli-cognitiveservices for 
openSUSE:Factory checked in at 2018-05-13 16:01:39

Comparing /work/SRC/openSUSE:Factory/azure-cli-cognitiveservices (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-cognitiveservices.new (New)


Package is "azure-cli-cognitiveservices"

Sun May 13 16:01:39 2018 rev:3 rq:600040 version:0.1.12

Changes:

--- 
/work/SRC/openSUSE:Factory/azure-cli-cognitiveservices/azure-cli-cognitiveservices.changes
  2018-02-14 09:30:21.790216935 +0100
+++ 
/work/SRC/openSUSE:Factory/.azure-cli-cognitiveservices.new/azure-cli-cognitiveservices.changes
 2018-05-13 16:01:42.897665254 +0200
@@ -1,0 +2,7 @@
+Tue Apr 17 14:36:02 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 0.1.12
+- Move LICENSE.txt from %doc to %license section
+
+---

Old:

  azure-cli-cognitiveservices-0.1.10.tar.gz

New:

  azure-cli-cognitiveservices-0.1.12.tar.gz



Other differences:
--
++ azure-cli-cognitiveservices.spec ++
--- /var/tmp/diff_new_pack.fGJLml/_old  2018-05-13 16:01:43.913628187 +0200
+++ /var/tmp/diff_new_pack.fGJLml/_new  2018-05-13 16:01:43.917628041 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-cognitiveservices
-Version:0.1.10
+Version:0.1.12
 Release:0
 Summary:Microsoft Azure CLI 'cognitiveservices' Command Module
 License:MIT
@@ -64,7 +64,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python3_sitelib}/azure/cli/command_modules/cognitiveservices
 %{python3_sitelib}/azure_cli_cognitiveservices-*.egg-info
 

++ azure-cli-cognitiveservices-0.1.10.tar.gz -> 
azure-cli-cognitiveservices-0.1.12.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-cognitiveservices-0.1.10/HISTORY.rst 
new/azure-cli-cognitiveservices-0.1.12/HISTORY.rst
--- old/azure-cli-cognitiveservices-0.1.10/HISTORY.rst  2018-01-05 
22:11:35.0 +0100
+++ new/azure-cli-cognitiveservices-0.1.12/HISTORY.rst  2018-04-06 
19:33:13.0 +0200
@@ -3,6 +3,15 @@
 Release History
 ===
 
+0.1.12
+++
+
+* `sdist` is now compatible with wheel 0.31.0
+
+0.1.11
+++
+* Update the 'notice' of creating a new Cognitive Service account.
+
 0.1.10
 ++
 * Update for CLI core changes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-cognitiveservices-0.1.10/PKG-INFO 
new/azure-cli-cognitiveservices-0.1.12/PKG-INFO
--- old/azure-cli-cognitiveservices-0.1.10/PKG-INFO 2018-01-05 
22:12:00.0 +0100
+++ new/azure-cli-cognitiveservices-0.1.12/PKG-INFO 2018-04-06 
19:33:28.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: azure-cli-cognitiveservices
-Version: 0.1.10
+Version: 0.1.12
 Summary: Microsoft Azure Command-Line Tools Cognitive Services Command Module
 Home-page: https://github.com/azure/azure-cli
 Author: Microsoft Corporation
@@ -21,6 +21,15 @@
 Release History
 ===
 
+0.1.12
+++
+
+* `sdist` is now compatible with wheel 0.31.0
+
+0.1.11
+++
+* Update the 'notice' of creating a new Cognitive Service account.
+
 0.1.10
 ++
 * Update for CLI core changes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-cognitiveservices-0.1.10/azure/cli/command_modules/cognitiveservices/custom.py
 
new/azure-cli-cognitiveservices-0.1.12/azure/cli/command_modules/cognitiveservices/custom.py
--- 
old/azure-cli-cognitiveservices-0.1.10/azure/cli/command_modules/cognitiveservices/custom.py
2018-01-05 22:11:35.0 +0100
+++ 
new/azure-cli-cognitiveservices-0.1.12/azure/cli/command_modules/cognitiveservices/custom.py
2018-04-06 19:33:13.0 +0200
@@ -21,12 +21,12 @@
 def create(
 client, resource_group_name, account_name, sku_name, kind, location, 
tags=None, yes=None):
 
-terms = 'Notice\nMicrosoft will use data you send to the Cognitive'\
-'Services to improve Microsoft products and services.'\
-'Where you send personal data to the Cognitive Services, you are 
responsible '\
+terms = 'Notice\nMicrosoft will use data you send to Bing Search Services'\
+' or the Translator Speech API to improve Microsoft products and 
services.'\
+'Where you send personal data to these Cognitive Services, you are 
responsible '\
 'for obtaining sufficient consent from the data subjects.'\
 

commit azure-cli-cloud for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package azure-cli-cloud for openSUSE:Factory 
checked in at 2018-05-13 16:01:32

Comparing /work/SRC/openSUSE:Factory/azure-cli-cloud (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-cloud.new (New)


Package is "azure-cli-cloud"

Sun May 13 16:01:32 2018 rev:3 rq:600038 version:2.0.13

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-cloud/azure-cli-cloud.changes  
2018-02-14 09:30:12.866540298 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-cloud.new/azure-cli-cloud.changes 
2018-05-13 16:01:38.417828699 +0200
@@ -1,0 +2,7 @@
+Mon Apr 23 07:52:13 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 2.0.13
+- Move LICENSE.txt from %doc to %license section
+
+---

Old:

  azure-cli-cloud-2.0.12.tar.gz

New:

  azure-cli-cloud-2.0.13.tar.gz



Other differences:
--
++ azure-cli-cloud.spec ++
--- /var/tmp/diff_new_pack.Vi6ifQ/_old  2018-05-13 16:01:39.397792945 +0200
+++ /var/tmp/diff_new_pack.Vi6ifQ/_new  2018-05-13 16:01:39.397792945 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-cloud
-Version:2.0.12
+Version:2.0.13
 Release:0
 Summary:Microsoft Azure CLI 'cloud' Command Module
 License:MIT
@@ -63,7 +63,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python3_sitelib}/azure/cli/command_modules/cloud
 %{python3_sitelib}/azure_cli_cloud-*.egg-info
 

++ azure-cli-cloud-2.0.12.tar.gz -> azure-cli-cloud-2.0.13.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-cloud-2.0.12/HISTORY.rst 
new/azure-cli-cloud-2.0.13/HISTORY.rst
--- old/azure-cli-cloud-2.0.12/HISTORY.rst  2018-01-26 17:12:23.0 
+0100
+++ new/azure-cli-cloud-2.0.13/HISTORY.rst  2018-04-06 19:33:13.0 
+0200
@@ -3,6 +3,11 @@
 Release History
 ===
 
+2.0.13
+++
+
+* `sdist` is now compatible with wheel 0.31.0
+
 2.0.12
 ++
 * Performance fixes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-cloud-2.0.12/PKG-INFO 
new/azure-cli-cloud-2.0.13/PKG-INFO
--- old/azure-cli-cloud-2.0.12/PKG-INFO 2018-01-26 17:12:48.0 +0100
+++ new/azure-cli-cloud-2.0.13/PKG-INFO 2018-04-06 19:33:54.0 +0200
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: azure-cli-cloud
-Version: 2.0.12
+Version: 2.0.13
 Summary: Microsoft Azure Command-Line Tools Cloud Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
+Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'cloud' Command Module
 ==
 
@@ -17,6 +18,11 @@
 Release History
 ===
 
+2.0.13
+++
+
+* `sdist` is now compatible with wheel 0.31.0
+
 2.0.12
 ++
 * Performance fixes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-cloud-2.0.12/azure_cli_cloud.egg-info/PKG-INFO 
new/azure-cli-cloud-2.0.13/azure_cli_cloud.egg-info/PKG-INFO
--- old/azure-cli-cloud-2.0.12/azure_cli_cloud.egg-info/PKG-INFO
2018-01-26 17:12:48.0 +0100
+++ new/azure-cli-cloud-2.0.13/azure_cli_cloud.egg-info/PKG-INFO
2018-04-06 19:33:54.0 +0200
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: azure-cli-cloud
-Version: 2.0.12
+Version: 2.0.13
 Summary: Microsoft Azure Command-Line Tools Cloud Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
+Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'cloud' Command Module
 ==
 
@@ -17,6 +18,11 @@
 Release History
 ===
 
+2.0.13
+++
+
+* `sdist` is now compatible with wheel 0.31.0
+
 2.0.12
 ++
 * Performance fixes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-cloud-2.0.12/setup.py 
new/azure-cli-cloud-2.0.13/setup.py
--- old/azure-cli-cloud-2.0.12/setup.py 2018-01-26 17:12:23.0 +0100
+++ new/azure-cli-cloud-2.0.13/setup.py 2018-04-06 19:33:13.0 +0200
@@ -14,7 +14,7 @@
 logger.warn("Wheel is not available, disabling bdist_wheel hook")
 cmdclass = {}
 
-VERSION = "2.0.12"
+VERSION = "2.0.13"
 CLASSIFIERS 

commit azure-cli-backup for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package azure-cli-backup for 
openSUSE:Factory checked in at 2018-05-13 16:01:12

Comparing /work/SRC/openSUSE:Factory/azure-cli-backup (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-backup.new (New)


Package is "azure-cli-backup"

Sun May 13 16:01:12 2018 rev:3 rq:600033 version:1.1.1

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-backup/azure-cli-backup.changes
2018-02-14 09:29:52.123291967 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-backup.new/azure-cli-backup.changes   
2018-05-13 16:01:12.994756254 +0200
@@ -1,0 +2,8 @@
+Tue Apr 17 14:02:07 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 1.1.1
+- Move LICENSE.txt from %doc to %license section
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-backup-1.0.6.tar.gz

New:

  azure-cli-backup-1.1.1.tar.gz



Other differences:
--
++ azure-cli-backup.spec ++
--- /var/tmp/diff_new_pack.yTJTLB/_old  2018-05-13 16:01:13.730729402 +0200
+++ /var/tmp/diff_new_pack.yTJTLB/_new  2018-05-13 16:01:13.734729256 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-backup
-Version:1.0.6
+Version:1.1.1
 Release:0
 Summary:Microsoft Azure CLI 'backup' Command Module
 License:MIT
@@ -32,6 +32,7 @@
 BuildRequires:  python3-setuptools
 BuildRequires:  unzip
 Requires:   azure-cli-command-modules-nspkg
+Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
 Requires:   python3-azure-mgmt-recoveryservices >= 0.1.0
 Requires:   python3-azure-mgmt-recoveryservicesbackup >= 0.1.1
@@ -64,7 +65,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python3_sitelib}/azure/cli/command_modules/backup
 %{python3_sitelib}/azure_cli_backup-*.egg-info
 

++ azure-cli-backup-1.0.6.tar.gz -> azure-cli-backup-1.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-backup-1.0.6/HISTORY.rst 
new/azure-cli-backup-1.1.1/HISTORY.rst
--- old/azure-cli-backup-1.0.6/HISTORY.rst  2018-01-12 18:25:22.0 
+0100
+++ new/azure-cli-backup-1.1.1/HISTORY.rst  2018-04-06 19:33:13.0 
+0200
@@ -3,6 +3,41 @@
 Release History
 ===
 
+1.1.1
++
+
+* `sdist` is now compatible with wheel 0.31.0
+
+1.1.0
++
+* Added new command 'az backup protection isenabled-for-vm'. This command can 
be used to check if a VM is backed up by any vault in the subscription.
+* Enabled --ids for vault_name and resource_group parameters for the following 
commands:
+  az backup container show
+  az backup item set-policy
+  az backup item show
+  az backup job show
+  az backup job stop
+  az backup job wait
+  az backup policy delete
+  az backup policy get-default-for-vm
+  az backup policy list-associated-items
+  az backup policy set
+  az backup policy show
+  az backup protection backup-now
+  az backup protection disable
+  az backup protection enable-for-vm
+  az backup recoverypoint show
+  az backup restore files mount-rp
+  az backup restore files unmount-rp
+  az backup restore restore-disks
+  az backup vault delete
+  az backup vault show
+* 'name' parameters now accept the name format as output from the show 
commands.
+
+1.0.7
++
+* Support Autorest 3.0 based SDKs
+
 1.0.6
 +
 * New feature: 'az backup item list' command now has '--container-name' 
parameter as optional instead of mandatory and output contains item health 
details.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-backup-1.0.6/PKG-INFO 
new/azure-cli-backup-1.1.1/PKG-INFO
--- old/azure-cli-backup-1.0.6/PKG-INFO 2018-01-12 18:26:09.0 +0100
+++ new/azure-cli-backup-1.1.1/PKG-INFO 2018-04-06 19:33:41.0 +0200
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: azure-cli-backup
-Version: 1.0.6
+Version: 1.1.1
 Summary: Microsoft Azure Command-Line Tools Recovery Services Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
+Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'backup' Command Module
 ===
 
@@ -20,6 +21,41 @@
 Release History
 ===
 
+1.1.1
++
+
+* `sdist` is now compatible with wheel 0.31.0
+
+1.1.0
++
+* Added new command 'az backup protection isenabled-for-vm'. This 
command can be used to check if a VM is backed up by any 

commit azure-cli-billing for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package azure-cli-billing for 
openSUSE:Factory checked in at 2018-05-13 16:01:21

Comparing /work/SRC/openSUSE:Factory/azure-cli-billing (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-billing.new (New)


Package is "azure-cli-billing"

Sun May 13 16:01:21 2018 rev:3 rq:600036 version:0.1.8

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-billing/azure-cli-billing.changes  
2018-02-14 09:30:00.027005561 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-billing.new/azure-cli-billing.changes 
2018-05-13 16:01:21.930430237 +0200
@@ -1,0 +2,8 @@
+Tue Apr 17 14:22:24 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 0.1.8
+- Move LICENSE.txt from %doc to %license section
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-billing-0.1.7.tar.gz

New:

  azure-cli-billing-0.1.8.tar.gz



Other differences:
--
++ azure-cli-billing.spec ++
--- /var/tmp/diff_new_pack.PwAuly/_old  2018-05-13 16:01:22.762399883 +0200
+++ /var/tmp/diff_new_pack.PwAuly/_new  2018-05-13 16:01:22.766399737 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-billing
-Version:0.1.7
+Version:0.1.8
 Release:0
 Summary:Microsoft Azure CLI 'billing' Command Module
 License:MIT
@@ -32,8 +32,9 @@
 BuildRequires:  python3-setuptools
 BuildRequires:  unzip
 Requires:   azure-cli-command-modules-nspkg
+Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
-Requires:   python3-azure-mgmt-billing >= 0.1.0
+Requires:   python3-azure-mgmt-billing >= 0.2.0
 Requires:   python3-azure-nspkg
 Conflicts:  azure-cli < 2.0.0
 
@@ -63,7 +64,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python3_sitelib}/azure/cli/command_modules/billing
 %{python3_sitelib}/azure_cli_billing-*.egg-info
 

++ azure-cli-billing-0.1.7.tar.gz -> azure-cli-billing-0.1.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-billing-0.1.7/HISTORY.rst 
new/azure-cli-billing-0.1.8/HISTORY.rst
--- old/azure-cli-billing-0.1.7/HISTORY.rst 2018-01-05 22:11:35.0 
+0100
+++ new/azure-cli-billing-0.1.8/HISTORY.rst 2018-04-06 19:33:13.0 
+0200
@@ -3,6 +3,11 @@
 Release History
 ===
 
+0.1.8
+++
+* Add enrollment account commands
+* `sdist` is now compatible with wheel 0.31.0
+
 0.1.7
 ++
 * Update for CLI core changes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-billing-0.1.7/PKG-INFO 
new/azure-cli-billing-0.1.8/PKG-INFO
--- old/azure-cli-billing-0.1.7/PKG-INFO2018-01-05 22:12:04.0 
+0100
+++ new/azure-cli-billing-0.1.8/PKG-INFO2018-04-06 19:33:51.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: azure-cli-billing
-Version: 0.1.7
+Version: 0.1.8
 Summary: Microsoft Azure Command-Line Tools Billing Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -21,6 +21,11 @@
 Release History
 ===
 
+0.1.8
+++
+* Add enrollment account commands
+* `sdist` is now compatible with wheel 0.31.0
+
 0.1.7
 ++
 * Update for CLI core changes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-billing-0.1.7/azure/cli/command_modules/billing/_client_factory.py
 
new/azure-cli-billing-0.1.8/azure/cli/command_modules/billing/_client_factory.py
--- 
old/azure-cli-billing-0.1.7/azure/cli/command_modules/billing/_client_factory.py
2018-01-05 22:11:35.0 +0100
+++ 
new/azure-cli-billing-0.1.8/azure/cli/command_modules/billing/_client_factory.py
2018-04-06 19:33:13.0 +0200
@@ -16,3 +16,7 @@
 
 def billing_periods_mgmt_client_factory(cli_ctx, kwargs):
 return cf_billing(cli_ctx, **kwargs).billing_periods
+
+
+def enrollment_accounts_mgmt_client_factory(cli_ctx, kwargs):
+return cf_billing(cli_ctx, **kwargs).enrollment_accounts
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-billing-0.1.7/azure/cli/command_modules/billing/_help.py 
new/azure-cli-billing-0.1.8/azure/cli/command_modules/billing/_help.py
--- old/azure-cli-billing-0.1.7/azure/cli/command_modules/billing/_help.py  
2018-01-05 22:11:35.0 +0100
+++ new/azure-cli-billing-0.1.8/azure/cli/command_modules/billing/_help.py  
2018-04-06 19:33:13.0 +0200
@@ -19,3 +19,8 @@
 type: group

commit azure-cli-batchai for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package azure-cli-batchai for 
openSUSE:Factory checked in at 2018-05-13 16:01:17

Comparing /work/SRC/openSUSE:Factory/azure-cli-batchai (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-batchai.new (New)


Package is "azure-cli-batchai"

Sun May 13 16:01:17 2018 rev:2 rq:600035 version:0.2.0

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-batchai/azure-cli-batchai.changes  
2018-02-14 09:32:57.584571663 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-batchai.new/azure-cli-batchai.changes 
2018-05-13 16:01:18.222565518 +0200
@@ -1,0 +2,10 @@
+Tue Apr 17 14:16:36 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 0.2.0
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+- Move LICENSE.txt from %doc to %license section
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-batchai-0.1.5.tar.gz

New:

  azure-cli-batchai-0.2.0.tar.gz



Other differences:
--
++ azure-cli-batchai.spec ++
--- /var/tmp/diff_new_pack.HtX1Wf/_old  2018-05-13 16:01:19.158531369 +0200
+++ /var/tmp/diff_new_pack.HtX1Wf/_new  2018-05-13 16:01:19.158531369 +0200
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   azure-cli-batchai
-Version:0.1.5
+Version:0.2.0
 Release:0
 Summary:Microsoft Azure CLI Batch AI Module
 License:MIT
@@ -24,18 +25,19 @@
 Url:https://github.com/Azure/azure-cli
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-cli-batchai/azure-cli-batchai-%{version}.tar.gz
 Source1:LICENSE.txt
-BuildRequires:  python3-devel
-BuildRequires:  python3-setuptools
-BuildRequires:  unzip
 BuildRequires:  azure-cli-command-modules-nspkg
 BuildRequires:  azure-cli-nspkg
 BuildRequires:  python3-azure-nspkg
+BuildRequires:  python3-devel
+BuildRequires:  python3-setuptools
+BuildRequires:  unzip
 Requires:   azure-cli-command-modules-nspkg
-Requires:   azure-cli-nspkg
-Requires:   python3-azure-nspkg
-Requires:   python3-azure-mgmt-batchai >= 0.2.0
 Requires:   azure-cli-core
+Requires:   azure-cli-nspkg
 Requires:   python3-adal >= 0.4.3
+Requires:   python3-azure-mgmt-batchai >= 1.0.0
+Requires:   python3-azure-nspkg
+Requires:   python3-mock >= 2.0.0
 Conflicts:  azure-cli < 2.0.0
 
 BuildArch:  noarch
@@ -63,7 +65,9 @@
 
 %files
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python3_sitelib}/azure/cli/command_modules/batchai
 %{python3_sitelib}/azure_cli_batchai-*.egg-info
+
 %changelog

++ azure-cli-batchai-0.1.5.tar.gz -> azure-cli-batchai-0.2.0.tar.gz ++
 2131 lines of diff (skipped)




commit azure-cli-batch for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package azure-cli-batch for openSUSE:Factory 
checked in at 2018-05-13 16:01:14

Comparing /work/SRC/openSUSE:Factory/azure-cli-batch (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-batch.new (New)


Package is "azure-cli-batch"

Sun May 13 16:01:14 2018 rev:3 rq:600034 version:3.2.0

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-batch/azure-cli-batch.changes  
2018-02-14 09:29:58.243070205 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-batch.new/azure-cli-batch.changes 
2018-05-13 16:01:16.974611049 +0200
@@ -1,0 +2,8 @@
+Tue Apr 17 14:09:22 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 3.2.0
+- Move LICENSE.txt from %doc to %license section
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-batch-3.1.9.tar.gz

New:

  azure-cli-batch-3.2.0.tar.gz



Other differences:
--
++ azure-cli-batch.spec ++
--- /var/tmp/diff_new_pack.wyCXuN/_old  2018-05-13 16:01:17.726583614 +0200
+++ /var/tmp/diff_new_pack.wyCXuN/_new  2018-05-13 16:01:17.726583614 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-batch
-Version:3.1.9
+Version:3.2.0
 Release:0
 Summary:Microsoft Azure CLI 'batch' Command Module
 License:MIT
@@ -32,8 +32,9 @@
 BuildRequires:  python3-setuptools
 BuildRequires:  unzip
 Requires:   azure-cli-command-modules-nspkg
+Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
-Requires:   python3-azure-batch >= 4.0.0
+Requires:   python3-azure-batch >= 4.1.1
 Requires:   python3-azure-mgmt-batch >= 4.1.0
 Requires:   python3-azure-mgmt-keyvault >= 0.40.0
 Requires:   python3-azure-nspkg
@@ -65,7 +66,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python3_sitelib}/azure/cli/command_modules/batch
 %{python3_sitelib}/azure_cli_batch-*.egg-info
 

++ azure-cli-batch-3.1.9.tar.gz -> azure-cli-batch-3.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-batch-3.1.9/HISTORY.rst 
new/azure-cli-batch-3.2.0/HISTORY.rst
--- old/azure-cli-batch-3.1.9/HISTORY.rst   2018-01-26 17:12:23.0 
+0100
+++ new/azure-cli-batch-3.2.0/HISTORY.rst   2018-04-06 19:33:13.0 
+0200
@@ -3,6 +3,19 @@
 Release History
 ===
 
+3.2.0
+++
+* Updated to Batch SDK 4.1.1.
+* `sdist` is now compatible with wheel 0.31.0
+
+3.1.11
+++
+* Support Autorest 3.0 based SDKs
+
+3.1.10
+++
+* Minor fixes
+
 3.1.9
 +
 * minor fixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-batch-3.1.9/PKG-INFO 
new/azure-cli-batch-3.2.0/PKG-INFO
--- old/azure-cli-batch-3.1.9/PKG-INFO  2018-01-26 17:12:40.0 +0100
+++ new/azure-cli-batch-3.2.0/PKG-INFO  2018-04-06 19:33:26.0 +0200
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: azure-cli-batch
-Version: 3.1.9
+Version: 3.2.0
 Summary: Microsoft Azure Command-Line Tools Batch Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
+Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'batch' Command Module
 ==
 
@@ -20,6 +21,19 @@
 Release History
 ===
 
+3.2.0
+++
+* Updated to Batch SDK 4.1.1.
+* `sdist` is now compatible with wheel 0.31.0
+
+3.1.11
+++
+* Support Autorest 3.0 based SDKs
+
+3.1.10
+++
+* Minor fixes
+
 3.1.9
 +
 * minor fixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-batch-3.1.9/azure/cli/command_modules/batch/_command_type.py 
new/azure-cli-batch-3.2.0/azure/cli/command_modules/batch/_command_type.py
--- old/azure-cli-batch-3.1.9/azure/cli/command_modules/batch/_command_type.py  
2018-01-26 17:12:23.0 +0100
+++ new/azure-cli-batch-3.2.0/azure/cli/command_modules/batch/_command_type.py  
2018-04-06 19:33:13.0 +0200
@@ -19,7 +19,7 @@
 from azure.cli.core.commands import AzCommandGroup
 
 
-_CLASS_NAME = re.compile(r"<(.*?)>")  # Strip model name from class docstring
+_CLASS_NAME = re.compile(r"~(.*)")  # Strip model name from class docstring
 _UNDERSCORE_CASE = re.compile('(?!^)([A-Z]+)')  # Convert from CamelCase to 
underscore_case
 
 
@@ -117,7 +117,7 @@
 """Strip chars around enum value str.
 :param str 

commit azure-cli-appservice for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package azure-cli-appservice for 
openSUSE:Factory checked in at 2018-05-13 16:01:08

Comparing /work/SRC/openSUSE:Factory/azure-cli-appservice (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-appservice.new (New)


Package is "azure-cli-appservice"

Sun May 13 16:01:08 2018 rev:3 rq:600032 version:0.1.31

Changes:

--- 
/work/SRC/openSUSE:Factory/azure-cli-appservice/azure-cli-appservice.changes
2018-02-14 09:29:48.063439083 +0100
+++ 
/work/SRC/openSUSE:Factory/.azure-cli-appservice.new/azure-cli-appservice.changes
   2018-05-13 16:01:11.998792592 +0200
@@ -1,0 +2,8 @@
+Mon Apr 23 07:48:23 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 0.1.31
+- Move LICENSE.txt from %doc to %license section
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-appservice-0.1.25.tar.gz

New:

  azure-cli-appservice-0.1.31.tar.gz



Other differences:
--
++ azure-cli-appservice.spec ++
--- /var/tmp/diff_new_pack.91vcGD/_old  2018-05-13 16:01:12.738765594 +0200
+++ /var/tmp/diff_new_pack.91vcGD/_new  2018-05-13 16:01:12.742765448 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-appservice
-Version:0.1.25
+Version:0.1.31
 Release:0
 Summary:Microsoft Azure CLI 'appservice' Command Module
 License:MIT
@@ -35,7 +35,7 @@
 Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
 Requires:   python3-azure-mgmt-containerregistry >= 1.0.1
-Requires:   python3-azure-mgmt-web >= 0.34.1
+Requires:   python3-azure-mgmt-web >= 0.35.0
 Requires:   python3-azure-nspkg
 Requires:   python3-pyOpenSSL
 Requires:   python3-urllib3 >= 1.18
@@ -68,7 +68,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python3_sitelib}/azure/cli/command_modules/appservice
 %{python3_sitelib}/azure_cli_appservice-*.egg-info
 

++ azure-cli-appservice-0.1.25.tar.gz -> azure-cli-appservice-0.1.31.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-appservice-0.1.25/HISTORY.rst 
new/azure-cli-appservice-0.1.31/HISTORY.rst
--- old/azure-cli-appservice-0.1.25/HISTORY.rst 2018-01-26 17:12:23.0 
+0100
+++ new/azure-cli-appservice-0.1.31/HISTORY.rst 2018-04-06 19:33:13.0 
+0200
@@ -2,6 +2,34 @@
 
 Release History
 ===
+0.1.31
+++
+* (Breaking change): remove `assign-identity` which was tagged `deprecating` 2 
releases ago
+* webapp: capture the unhandled exception if the appservice plan doesn't exist
+* `sdist` is now compatible with wheel 0.31.0
+
+0.1.30
+++
+* webapp: az webapp update supports httpsOnly
+* webapp/functionapp:  slot support for identity assign & identity show
+
+0.1.29
+++
+* webapp/functionapp: author managed identity commands `identity assign/show`, 
and deprecate `assign-identity`
+
+0.1.28
+++
+* webapp: updating tests/code for sdk update
+
+0.1.27
+++
+* appservice: list-location: Fixes the bug where 'Free' was reported as an 
invalid SKU
+
+0.1.26
+++
+* webapp backup/restore: Fix issue where restore command fails because of a 
null reference
+* appservice: support default app service plan through `az configure 
--defaults appserviceplan=my-asp`
+
 0.1.25
 ++
 * fix broken webapp log tail/download
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-appservice-0.1.25/PKG-INFO 
new/azure-cli-appservice-0.1.31/PKG-INFO
--- old/azure-cli-appservice-0.1.25/PKG-INFO2018-01-26 17:12:49.0 
+0100
+++ new/azure-cli-appservice-0.1.31/PKG-INFO2018-04-06 19:33:30.0 
+0200
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: azure-cli-appservice
-Version: 0.1.25
+Version: 0.1.31
 Summary: Microsoft Azure Command-Line Tools AppService Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
+Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'appservice' Command Module
 ===
 
@@ -19,6 +20,34 @@
 
 Release History
 ===
+0.1.31
+++
+* (Breaking change): remove `assign-identity` which was tagged 
`deprecating` 2 releases ago
+* webapp: capture the unhandled exception if the appservice plan 
doesn't exist
+* `sdist` is now compatible with wheel 0.31.0
+
+0.1.30
+++
+* webapp: az webapp update supports httpsOnly
+* 

commit azure-cli-advisor for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package azure-cli-advisor for 
openSUSE:Factory checked in at 2018-05-13 16:01:05

Comparing /work/SRC/openSUSE:Factory/azure-cli-advisor (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-advisor.new (New)


Package is "azure-cli-advisor"

Sun May 13 16:01:05 2018 rev:2 rq:600031 version:0.5.1

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-advisor/azure-cli-advisor.changes  
2018-02-14 09:33:23.423635406 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-advisor.new/azure-cli-advisor.changes 
2018-05-13 16:01:05.771019812 +0200
@@ -1,0 +2,10 @@
+Tue Apr 17 13:35:21 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 0.5.1
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+- Move LICENSE.txt from %doc to %license section
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-advisor-0.1.1.tar.gz

New:

  azure-cli-advisor-0.5.1.tar.gz



Other differences:
--
++ azure-cli-advisor.spec ++
--- /var/tmp/diff_new_pack.lyMFLt/_old  2018-05-13 16:01:06.610989165 +0200
+++ /var/tmp/diff_new_pack.lyMFLt/_new  2018-05-13 16:01:06.614989020 +0200
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   azure-cli-advisor
-Version:0.1.1
+Version:0.5.1
 Release:0
 Summary:Microsoft Azure CLI 'advisor' Command Module
 License:MIT
@@ -24,16 +25,17 @@
 Url:https://github.com/Azure/azure-cli
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-cli-advisor/azure-cli-advisor-%{version}.tar.gz
 Source1:LICENSE.txt
-BuildRequires:  python3-devel
-BuildRequires:  python3-setuptools
-BuildRequires:  unzip
 BuildRequires:  azure-cli-command-modules-nspkg
 BuildRequires:  azure-cli-nspkg
 BuildRequires:  python3-azure-nspkg
+BuildRequires:  python3-devel
+BuildRequires:  python3-setuptools
+BuildRequires:  unzip
 Requires:   azure-cli-command-modules-nspkg
+Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
+Requires:   python3-azure-mgmt-advisor >= 1.0.1
 Requires:   python3-azure-nspkg
-Requires:   azure-cli-core
 Conflicts:  azure-cli < 2.0.0
 
 BuildArch:  noarch
@@ -62,7 +64,9 @@
 
 %files
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python3_sitelib}/azure/cli/command_modules/advisor
 %{python3_sitelib}/azure_cli_advisor-*.egg-info
+
 %changelog

++ azure-cli-advisor-0.1.1.tar.gz -> azure-cli-advisor-0.5.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-advisor-0.1.1/HISTORY.rst 
new/azure-cli-advisor-0.5.1/HISTORY.rst
--- old/azure-cli-advisor-0.1.1/HISTORY.rst 2018-01-05 22:11:35.0 
+0100
+++ new/azure-cli-advisor-0.5.1/HISTORY.rst 2018-04-06 19:33:13.0 
+0200
@@ -3,6 +3,24 @@
 Release History
 ===
 
+0.5.1
++
+
+* `sdist` is now compatible with wheel 0.31.0
+
+0.5.0
+++
+* BC: `advisor configuration get` has been renamed to `advisor configuration 
list`.
+* BC: `advisor configuration set` has been renamed to `advisor configuration 
update`.
+* BC: `advisor recommendation generate` has been removed.
+* `advisor recommendation list` has a new --refresh parameter.
+* `advisor recommendation show` has been added.
+* Support Autorest 3.0 based SDKs
+
+0.1.2
++
+* Minor fixes.
+
 0.1.1
 ++
 * Update for CLI core changes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-advisor-0.1.1/PKG-INFO 
new/azure-cli-advisor-0.5.1/PKG-INFO
--- old/azure-cli-advisor-0.1.1/PKG-INFO2018-01-05 22:12:02.0 
+0100
+++ new/azure-cli-advisor-0.5.1/PKG-INFO2018-04-06 19:33:43.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: azure-cli-advisor
-Version: 0.1.1
+Version: 0.5.1
 Summary: Microsoft Azure Command-Line Tools Advisor Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -19,6 +19,24 @@
 Release History
 ===
 
+0.5.1
++
+
+* `sdist` is now compatible with wheel 0.31.0
+
+0.5.0
+++
+* BC: `advisor configuration get` has been renamed to `advisor 
configuration list`.
+* BC: `advisor configuration set` has been renamed to `advisor 
configuration update`.
+* BC: `advisor recommendation generate` has been removed.
+* `advisor recommendation list` has a new --refresh 

commit azure-cli-acr for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package azure-cli-acr for openSUSE:Factory 
checked in at 2018-05-13 16:00:57

Comparing /work/SRC/openSUSE:Factory/azure-cli-acr (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-acr.new (New)


Package is "azure-cli-acr"

Sun May 13 16:00:57 2018 rev:3 rq:600029 version:2.0.23

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-acr/azure-cli-acr.changes  
2018-02-14 09:29:25.684250041 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-acr.new/azure-cli-acr.changes 
2018-05-13 16:01:01.211186177 +0200
@@ -1,0 +2,7 @@
+Tue Apr 17 13:26:34 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 2.0.23
+- Move LICENSE.txt from %doc to %license section
+
+---

Old:

  azure-cli-acr-2.0.20.tar.gz

New:

  azure-cli-acr-2.0.23.tar.gz



Other differences:
--
++ azure-cli-acr.spec ++
--- /var/tmp/diff_new_pack.QBt40n/_old  2018-05-13 16:01:01.935159763 +0200
+++ /var/tmp/diff_new_pack.QBt40n/_new  2018-05-13 16:01:01.939159618 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-acr
-Version:2.0.20
+Version:2.0.23
 Release:0
 Summary:Microsoft Azure CLI 'acr' Command Module
 License:MIT
@@ -66,7 +66,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python3_sitelib}/azure/cli/command_modules/acr
 %{python3_sitelib}/azure_cli_acr-*.egg-info
 

++ azure-cli-acr-2.0.20.tar.gz -> azure-cli-acr-2.0.23.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-acr-2.0.20/HISTORY.rst 
new/azure-cli-acr-2.0.23/HISTORY.rst
--- old/azure-cli-acr-2.0.20/HISTORY.rst2018-01-26 17:12:23.0 
+0100
+++ new/azure-cli-acr-2.0.23/HISTORY.rst2018-04-06 19:33:13.0 
+0200
@@ -2,6 +2,22 @@
 
 Release History
 ===
+
+2.0.23
+++
+* Improve error handling of wincred fallback.
+* `sdist` is now compatible with wheel 0.31.0
+
+2.0.22
+++
+* Improve repository delete command with --image parameter to support docker 
image format.
+* Deprecate --manifest and --tag parameters in repository delete command.
+* Add acr repository untag command to remove a tag without deleting data.
+
+2.0.21
+++
+* Minor fixes
+
 2.0.20
 ++
 * minor fix
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-acr-2.0.20/PKG-INFO 
new/azure-cli-acr-2.0.23/PKG-INFO
--- old/azure-cli-acr-2.0.20/PKG-INFO   2018-01-26 17:12:53.0 +0100
+++ new/azure-cli-acr-2.0.23/PKG-INFO   2018-04-06 19:33:49.0 +0200
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: azure-cli-acr
-Version: 2.0.20
+Version: 2.0.23
 Summary: Microsoft Azure Command-Line Tools ACR Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
+Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'acr' Command Module
 
 
@@ -17,6 +18,22 @@
 
 Release History
 ===
+
+2.0.23
+++
+* Improve error handling of wincred fallback.
+* `sdist` is now compatible with wheel 0.31.0
+
+2.0.22
+++
+* Improve repository delete command with --image parameter to support 
docker image format.
+* Deprecate --manifest and --tag parameters in repository delete 
command.
+* Add acr repository untag command to remove a tag without deleting 
data.
+
+2.0.21
+++
+* Minor fixes
+
 2.0.20
 ++
 * minor fix
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-acr-2.0.20/azure/cli/command_modules/acr/_help.py 
new/azure-cli-acr-2.0.23/azure/cli/command_modules/acr/_help.py
--- old/azure-cli-acr-2.0.20/azure/cli/command_modules/acr/_help.py 
2018-01-26 17:12:23.0 +0100
+++ new/azure-cli-acr-2.0.23/azure/cli/command_modules/acr/_help.py 
2018-04-06 19:33:13.0 +0200
@@ -99,7 +99,8 @@
 
 helps['acr login'] = """
 type: command
-short-summary: Log in to a container registry through Docker.
+short-summary: Log in to a container registry through the Docker CLI.
+long-summary: Docker must be installed on your machine.
 examples:
 - name: Log in to a container registry
   text: >
@@ -168,24 +169,27 @@
 
 helps['acr repository delete'] = """
 type: command
-short-summary: Delete a 

commit python-azure-mgmt-authorization for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-authorization for 
openSUSE:Factory checked in at 2018-05-13 16:00:35

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


Package is "python-azure-mgmt-authorization"

Sun May 13 16:00:35 2018 rev:3 rq:599360 version:0.40.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-authorization/python-azure-mgmt-authorization.changes
  2018-02-14 09:25:35.240601089 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-authorization.new/python-azure-mgmt-authorization.changes
 2018-05-13 16:00:41.219915563 +0200
@@ -1,0 +2,11 @@
+Wed Apr 11 11:14:46 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 0.40.0
+- Move LICENSE.txt from %doc to %license section
+- Refresh patches for new version
+  + ama_drop-compatible-releases-operator.patch
+- Update Requires from setup.py
+- Update %description from setup.py
+
+---

Old:

  azure-mgmt-authorization-0.30.0.zip

New:

  azure-mgmt-authorization-0.40.0.zip



Other differences:
--
++ python-azure-mgmt-authorization.spec ++
--- /var/tmp/diff_new_pack.u5TPDt/_old  2018-05-13 16:00:42.239878349 +0200
+++ /var/tmp/diff_new_pack.u5TPDt/_new  2018-05-13 16:00:42.239878349 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-azure-mgmt-authorization
-Version:0.30.0
+Version:0.40.0
 Release:0
 Summary:Microsoft Azure Authorization Management Client Library
 License:MIT
@@ -34,11 +34,11 @@
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
 Requires:   python-azure-common < 2.0.0
-Requires:   python-azure-common >= 1.1.5
+Requires:   python-azure-common >= 1.1
 Requires:   python-azure-mgmt-nspkg
 Requires:   python-azure-nspkg
-Requires:   python-msrestazure < 1.0.0
-Requires:   python-msrestazure >= 0.4.7
+Requires:   python-msrestazure < 2.0.0
+Requires:   python-msrestazure >= 0.4.20
 Conflicts:  python-azure-sdk <= 2.0.0
 
 BuildArch:  noarch
@@ -51,7 +51,7 @@
 Azure Resource Manager (ARM) is the next generation of management APIs that
 replace the old Azure Service Management (ASM).
 
-This package has been tested with Python 2.7, 3.3, 3.4, 3.5 and 3.6.
+This package has been tested with Python 2.7, 3.4, 3.5 and 3.6.
 
 %prep
 %setup -q -n azure-mgmt-authorization-%{version}
@@ -72,7 +72,8 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python_sitelib}/azure/mgmt/authorization
 %{python_sitelib}/azure_mgmt_authorization-*.egg-info
 

++ ama_drop-compatible-releases-operator.patch ++
--- /var/tmp/diff_new_pack.u5TPDt/_old  2018-05-13 16:00:42.279876890 +0200
+++ /var/tmp/diff_new_pack.u5TPDt/_new  2018-05-13 16:00:42.279876890 +0200
@@ -1,14 +1,12 @@
-diff -Nru azure-mgmt-authorization-0.30.0.orig/setup.py 
azure-mgmt-authorization-0.30.0/setup.py
 azure-mgmt-authorization-0.30.0.orig/setup.py  2017-04-28 
23:10:36.0 +0200
-+++ azure-mgmt-authorization-0.30.0/setup.py   2017-06-09 10:33:21.044154308 
+0200
-@@ -78,8 +78,8 @@
- zip_safe=False,
- packages=find_packages(),
+diff -Nru azure-mgmt-authorization-0.40.0.orig/setup.py 
azure-mgmt-authorization-0.40.0/setup.py
+--- azure-mgmt-authorization-0.40.0.orig/setup.py  2018-03-13 
22:55:16.0 +0100
 azure-mgmt-authorization-0.40.0/setup.py   2018-04-11 13:13:11.995950946 
+0200
+@@ -78,7 +78,7 @@
+ packages=find_packages(exclude=["tests"]),
  install_requires=[
--'msrestazure~=0.4.7',
--'azure-common~=1.1.5',
-+'msrestazure>=0.4.7',
-+'azure-common>=1.1.5',
+ 'msrestazure>=0.4.20,<2.0.0',
+-'azure-common~=1.1',
++'azure-common>=1.1',
  ],
  cmdclass=cmdclass
  )




commit python-azure-batch for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package python-azure-batch for 
openSUSE:Factory checked in at 2018-05-13 16:00:47

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


Package is "python-azure-batch"

Sun May 13 16:00:47 2018 rev:3 rq:599364 version:4.1.1

Changes:

--- /work/SRC/openSUSE:Factory/python-azure-batch/python-azure-batch.changes
2018-01-30 15:45:17.192131996 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-batch.new/python-azure-batch.changes   
2018-05-13 16:00:51.731532044 +0200
@@ -1,0 +2,11 @@
+Tue Apr 10 12:57:27 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 4.1.1
+- Move LICENSE.txt from %doc to %license section
+- Refresh patches for new version
+  + ab_drop-compatible-releases-operator.patch
+- Update Requires from setup.py
+- Update %description from setup.py
+
+---

Old:

  azure-batch-4.0.0.zip

New:

  azure-batch-4.1.1.zip



Other differences:
--
++ python-azure-batch.spec ++
--- /var/tmp/diff_new_pack.DMEbPT/_old  2018-05-13 16:00:52.411507235 +0200
+++ /var/tmp/diff_new_pack.DMEbPT/_new  2018-05-13 16:00:52.415507089 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-azure-batch
-Version:4.0.0
+Version:4.1.1
 Release:0
 Summary:Microsoft Azure Batch Client Library
 License:MIT
@@ -35,8 +35,8 @@
 Requires:   python-azure-common < 2.0.0
 Requires:   python-azure-common >= 1.1
 Requires:   python-azure-nspkg
-Requires:   python-msrestazure < 1.0.0
-Requires:   python-msrestazure >= 0.4.11
+Requires:   python-msrestazure < 2.0.0
+Requires:   python-msrestazure >= 0.4.20
 Conflicts:  python-azure-sdk <= 2.0.0
 
 BuildArch:  noarch
@@ -46,7 +46,7 @@
 %description
 This is the Microsoft Azure Batch Client Library.
 
-This package has been tested with Python 2.7, 3.3, 3.4, 3.5 and 3.6.
+This package has been tested with Python 2.7, 3.4, 3.5 and 3.6.
 
 %prep
 %setup -q -n azure-batch-%{version}
@@ -65,7 +65,8 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python_sitelib}/azure/batch
 %{python_sitelib}/azure_batch-*.egg-info
 

++ ab_drop-compatible-releases-operator.patch ++
--- /var/tmp/diff_new_pack.DMEbPT/_old  2018-05-13 16:00:52.483504608 +0200
+++ /var/tmp/diff_new_pack.DMEbPT/_new  2018-05-13 16:00:52.483504608 +0200
@@ -1,13 +1,11 @@
-diff -Nru azure-batch-4.0.0.orig/setup.py azure-batch-4.0.0/setup.py
 azure-batch-4.0.0.orig/setup.py2017-09-26 18:43:08.0 +0200
-+++ azure-batch-4.0.0/setup.py 2017-10-04 15:35:50.660479666 +0200
-@@ -78,8 +78,8 @@
- zip_safe=False,
+diff -Nru azure-batch-4.1.1.orig/setup.py azure-batch-4.1.1/setup.py
+--- azure-batch-4.1.1.orig/setup.py2018-03-26 18:02:42.0 +0200
 azure-batch-4.1.1/setup.py 2018-04-10 14:55:09.465935247 +0200
+@@ -78,7 +78,7 @@
  packages=find_packages(exclude=["tests"]),
  install_requires=[
--'msrestazure~=0.4.11',
+ 'msrestazure>=0.4.20,<2.0.0',
 -'azure-common~=1.1',
-+'msrestazure>=0.4.11',
 +'azure-common>=1.1',
  ],
  cmdclass=cmdclass




commit python-azure-common for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package python-azure-common for 
openSUSE:Factory checked in at 2018-05-13 16:00:29

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


Package is "python-azure-common"

Sun May 13 16:00:29 2018 rev:3 rq:599359 version:1.1.9

Changes:

--- /work/SRC/openSUSE:Factory/python-azure-common/python-azure-common.changes  
2018-02-14 09:24:24.459166297 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-common.new/python-azure-common.changes 
2018-05-13 16:00:35.600120603 +0200
@@ -1,0 +2,8 @@
+Tue Apr 10 13:07:53 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 1.1.9
+- Move LICENSE.txt from %doc to %license section
+- Include profile files in Python directory
+
+---

Old:

  azure-common-1.1.8.zip

New:

  azure-common-1.1.9.zip



Other differences:
--
++ python-azure-common.spec ++
--- /var/tmp/diff_new_pack.l1McF9/_old  2018-05-13 16:00:36.584084703 +0200
+++ /var/tmp/diff_new_pack.l1McF9/_new  2018-05-13 16:00:36.584084703 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-azure-common
-Version:1.1.8
+Version:1.1.9
 Release:0
 Summary:Microsoft Azure common code
 License:MIT
@@ -59,8 +59,10 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python_sitelib}/azure/common
 %{python_sitelib}/azure_common-*.egg-info
+%{python_sitelib}/azure/profiles
 
 %changelog




commit azure-cli for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package azure-cli for openSUSE:Factory 
checked in at 2018-05-13 16:00:51

Comparing /work/SRC/openSUSE:Factory/azure-cli (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli.new (New)


Package is "azure-cli"

Sun May 13 16:00:51 2018 rev:3 rq:600028 version:2.0.31

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli/azure-cli.changes  2018-02-14 
09:29:13.424694295 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli.new/azure-cli.changes 2018-05-13 
16:00:57.379325983 +0200
@@ -1,0 +2,8 @@
+Mon Apr 23 08:17:18 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 2.0.31
+- Move LICENSE.txt from %doc to %license section
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-2.0.26.tar.gz

New:

  azure-cli-2.0.31.tar.gz



Other differences:
--
++ azure-cli.spec ++
--- /var/tmp/diff_new_pack.jxyOZE/_old  2018-05-13 16:00:58.207295775 +0200
+++ /var/tmp/diff_new_pack.jxyOZE/_new  2018-05-13 16:00:58.207295775 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli
-Version:2.0.26
+Version:2.0.31
 Release:0
 Summary:Microsoft Azure CLI 2.0
 License:MIT
@@ -50,6 +50,7 @@
 Requires:   azure-cli-dla
 Requires:   azure-cli-dls
 Requires:   azure-cli-eventgrid
+Requires:   azure-cli-eventhubs
 Requires:   azure-cli-extension
 Requires:   azure-cli-feedback
 Requires:   azure-cli-find
@@ -66,6 +67,8 @@
 Requires:   azure-cli-reservations
 Requires:   azure-cli-resource
 Requires:   azure-cli-role
+Requires:   azure-cli-servicebus
+Requires:   azure-cli-servicefabric
 Requires:   azure-cli-sql
 Requires:   azure-cli-storage
 Requires:   azure-cli-vm
@@ -95,7 +98,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{_bindir}/az
 %config /etc/bash_completion.d/az.completion.sh
 %exclude /usr/bin/az.bat

++ azure-cli-2.0.26.tar.gz -> azure-cli-2.0.31.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-2.0.26/HISTORY.rst 
new/azure-cli-2.0.31/HISTORY.rst
--- old/azure-cli-2.0.26/HISTORY.rst2018-01-26 17:12:23.0 +0100
+++ new/azure-cli-2.0.31/HISTORY.rst2018-04-06 19:33:13.0 +0200
@@ -3,6 +3,26 @@
 Release History
 ===
 
+2.0.31
+++
+* Minor fixes
+
+2.0.30
+++
+* Minor fixes
+
+2.0.29
+++
+* Minor fixes
+
+2.0.28
+++
+* Bug fix for 'ValueError: field 6 out of range (need a 48-bit value)' - 
https://github.com/Azure/azure-cli/issues/5184
+
+2.0.27
+++
+* Minor fixes
+
 2.0.26
 ++
 * Minor fixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-2.0.26/PKG-INFO 
new/azure-cli-2.0.31/PKG-INFO
--- old/azure-cli-2.0.26/PKG-INFO   2018-01-26 17:12:26.0 +0100
+++ new/azure-cli-2.0.31/PKG-INFO   2018-04-06 19:33:16.0 +0200
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: azure-cli
-Version: 2.0.26
+Version: 2.0.31
 Summary: Microsoft Azure Command-Line Tools
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
+Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 2.0
 ===
 
@@ -118,6 +119,26 @@
 Release History
 ===
 
+2.0.31
+++
+* Minor fixes
+
+2.0.30
+++
+* Minor fixes
+
+2.0.29
+++
+* Minor fixes
+
+2.0.28
+++
+* Bug fix for 'ValueError: field 6 out of range (need a 48-bit value)' 
- https://github.com/Azure/azure-cli/issues/5184
+
+2.0.27
+++
+* Minor fixes
+
 2.0.26
 ++
 * Minor fixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-2.0.26/az new/azure-cli-2.0.31/az
--- old/azure-cli-2.0.26/az 2018-01-26 17:12:23.0 +0100
+++ new/azure-cli-2.0.31/az 2018-04-06 19:33:13.0 +0200
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 SOURCE="${BASH_SOURCE[0]}"
 while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a 
symlink
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-2.0.26/azure/cli/__init__.py 
new/azure-cli-2.0.31/azure/cli/__init__.py
--- old/azure-cli-2.0.26/azure/cli/__init__.py  2018-01-26 17:12:23.0 
+0100
+++ 

commit python-azure-mgmt-compute for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-compute for 
openSUSE:Factory checked in at 2018-05-13 16:00:24

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


Package is "python-azure-mgmt-compute"

Sun May 13 16:00:24 2018 rev:3 rq:599358 version:4.0.0rc1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-compute/python-azure-mgmt-compute.changes
  2018-02-14 09:26:13.875200954 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-compute.new/python-azure-mgmt-compute.changes
 2018-05-13 16:00:33.720189193 +0200
@@ -1,0 +2,9 @@
+Wed Apr 11 12:33:41 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 4.0.0rc1
+- Move LICENSE.txt from %doc to %license section
+- Refresh patches for new version
+  + amc_drop-compatible-releases-operator.patch
+
+---

Old:

  azure-mgmt-compute-3.1.0rc3.zip

New:

  azure-mgmt-compute-4.0.0rc1.zip



Other differences:
--
++ python-azure-mgmt-compute.spec ++
--- /var/tmp/diff_new_pack.HUdSet/_old  2018-05-13 16:00:35.028141472 +0200
+++ /var/tmp/diff_new_pack.HUdSet/_new  2018-05-13 16:00:35.028141472 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-azure-mgmt-compute
-Version:3.1.0rc3
+Version:4.0.0rc1
 Release:0
 Summary:Microsoft Azure Compute Management Client Library
 License:MIT
@@ -72,7 +72,8 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python_sitelib}/azure/mgmt/compute
 %{python_sitelib}/azure_mgmt_compute-*.egg-info
 

++ amc_drop-compatible-releases-operator.patch ++
--- /var/tmp/diff_new_pack.HUdSet/_old  2018-05-13 16:00:35.068140012 +0200
+++ /var/tmp/diff_new_pack.HUdSet/_new  2018-05-13 16:00:35.072139867 +0200
@@ -1,12 +1,12 @@
-diff -Nru azure-mgmt-compute-3.1.0rc3.orig/setup.py 
azure-mgmt-compute-3.1.0rc3/setup.py
 azure-mgmt-compute-3.1.0rc3.orig/setup.py  2018-01-11 12:08:18.0 
+0100
-+++ azure-mgmt-compute-3.1.0rc3/setup.py   2018-01-18 13:57:30.758583733 
+0100
+diff -Nru azure-mgmt-compute-4.0.0rc1.orig/setup.py 
azure-mgmt-compute-4.0.0rc1/setup.py
+--- azure-mgmt-compute-4.0.0rc1.orig/setup.py  2018-03-21 22:54:00.0 
+0100
 azure-mgmt-compute-4.0.0rc1/setup.py   2018-04-11 14:08:32.523232329 
+0200
 @@ -78,7 +78,7 @@
- packages=find_packages(exclude=["tests"]),
- install_requires=[
- 'msrestazure>=0.4.20,<2.0.0',
--'azure-common~=1.1',
-+'azure-common>=1.1',
- ],
- cmdclass=cmdclass
- )
+ packages=find_packages(exclude=["tests"]),
+ install_requires=[
+ 'msrestazure>=0.4.20,<2.0.0',
+-'azure-common~=1.1',
++'azure-common>=1.1',
+ ],
+ cmdclass=cmdclass
+ )




commit azure-cli-acs for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package azure-cli-acs for openSUSE:Factory 
checked in at 2018-05-13 16:01:01

Comparing /work/SRC/openSUSE:Factory/azure-cli-acs (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-acs.new (New)


Package is "azure-cli-acs"

Sun May 13 16:01:01 2018 rev:3 rq:600030 version:2.0.31

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-acs/azure-cli-acs.changes  
2018-02-14 09:29:35.603890581 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-acs.new/azure-cli-acs.changes 
2018-05-13 16:01:04.647060819 +0200
@@ -1,0 +2,8 @@
+Tue Apr 17 13:32:03 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 2.0.31
+- Move LICENSE.txt from %doc to %license section
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-acs-2.0.25.tar.gz

New:

  azure-cli-acs-2.0.31.tar.gz



Other differences:
--
++ azure-cli-acs.spec ++
--- /var/tmp/diff_new_pack.HImciI/_old  2018-05-13 16:01:05.379034114 +0200
+++ /var/tmp/diff_new_pack.HImciI/_new  2018-05-13 16:01:05.383033968 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-acs
-Version:2.0.25
+Version:2.0.31
 Release:0
 Summary:Microsoft Azure CLI 'acs' Command Module
 License:MIT
@@ -35,14 +35,15 @@
 Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
 Requires:   python3-PyYAML
-Requires:   python3-azure-graphrbac >= 0.31.0
-Requires:   python3-azure-mgmt-authorization >= 0.30.0
-Requires:   python3-azure-mgmt-compute >= 3.1.0rc3
-Requires:   python3-azure-mgmt-containerservice >= 3.0.0
+Requires:   python3-azure-graphrbac >= 0.40.0
+Requires:   python3-azure-mgmt-authorization >= 0.40.0
+Requires:   python3-azure-mgmt-compute >= 4.0.0rc1
+Requires:   python3-azure-mgmt-containerservice >= 3.0.1
 Requires:   python3-azure-nspkg
 Requires:   python3-paramiko
 Requires:   python3-scp
 Requires:   python3-six
+Requires:   python3-sshtunnel
 Conflicts:  azure-cli < 2.0.0
 
 BuildArch:  noarch
@@ -71,7 +72,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python3_sitelib}/azure/cli/command_modules/acs
 %{python3_sitelib}/azure_cli_acs-*.egg-info
 

++ azure-cli-acs-2.0.25.tar.gz -> azure-cli-acs-2.0.31.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-acs-2.0.25/HISTORY.rst 
new/azure-cli-acs-2.0.31/HISTORY.rst
--- old/azure-cli-acs-2.0.25/HISTORY.rst2018-01-26 17:12:23.0 
+0100
+++ new/azure-cli-acs-2.0.31/HISTORY.rst2018-04-06 19:33:13.0 
+0200
@@ -3,6 +3,45 @@
 Release History
 ===
 
+2.0.31
+++
+
+* `sdist` is now compatible with wheel 0.31.0
+
+2.0.30
+++
+* Minor fixes
+* aks created spn will be valid for 5 years
+
+2.0.29
+++
+* fix a certificate verification error for `az aks install-cli` in Cloud Shell 
/ PS
+
+2.0.28
+++
+* Support Autorest 3.0 based SDKs
+* warn the user that `az aks browse` won't work in Azure Cloud Shell
+* add `aks upgrade-connector` command to upgrade an existing connector
+* `kubectl` config files are more readable block-style YAML
+
+2.0.27
+++
+* use the virtual-kubelet-for-aks helm chart for `aks install-connector` by 
default
+* fix the service principal insufficient permission to create ACI container 
group issue
+* add --aci-container-group, --location, --image-tag optional parameters for 
`aks install-connector`
+* remove deprecation notice from `aks get-versions`
+
+2.0.26
+++
+* rename `aks get-versions` to `aks get-upgrades` in the interest of accuracy
+* reimplement `aks get-versions` to show Kubernetes versions available for 
`aks create`
+* `aks create` defaults to letting the server choose the version of Kubernetes
+* update help messages referring to the service principal generated by AKS
+* `aks create` VM node size default changed from "Standard_D1_v2" to 
"Standard_DS1_v2"
+* improve reliability when locating the dashboard pod for `az aks browse`
+* `aks get-credentials` handles UnicodeDecodeError when loading Kubernetes 
configuration files
+* add a message to `az aks install-cli` to help get `kubectl.exe` in the 
search PATH
+
 2.0.25
 ++
 * clarify `--disable-browser` argument
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-acs-2.0.25/PKG-INFO 
new/azure-cli-acs-2.0.31/PKG-INFO
--- old/azure-cli-acs-2.0.25/PKG-INFO   2018-01-26 17:12:48.0 +0100
+++ new/azure-cli-acs-2.0.31/PKG-INFO   2018-04-06 19:33:32.0 +0200
@@ -1,11 

commit python-azure-mgmt-monitor for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-monitor for 
openSUSE:Factory checked in at 2018-05-13 15:59:57

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


Package is "python-azure-mgmt-monitor"

Sun May 13 15:59:57 2018 rev:3 rq:599351 version:0.5.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-monitor/python-azure-mgmt-monitor.changes
  2018-02-14 09:27:02.277446868 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-monitor.new/python-azure-mgmt-monitor.changes
 2018-05-13 16:00:00.925385745 +0200
@@ -1,0 +2,11 @@
+Wed Apr 11 13:57:42 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 0.5.0
+- Move LICENSE.txt from %doc to %license section
+- Refresh patches for new version
+  + amm_drop-compatible-releases-operator.patch
+- Update Requires from setup.py
+- Update %description and Summary from setup.py
+
+---

Old:

  azure-mgmt-monitor-0.4.0.zip

New:

  azure-mgmt-monitor-0.5.0.zip



Other differences:
--
++ python-azure-mgmt-monitor.spec ++
--- /var/tmp/diff_new_pack.NBJC2t/_old  2018-05-13 16:00:02.137341523 +0200
+++ /var/tmp/diff_new_pack.NBJC2t/_new  2018-05-13 16:00:02.141341377 +0200
@@ -18,9 +18,9 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-azure-mgmt-monitor
-Version:0.4.0
+Version:0.5.0
 Release:0
-Summary:Microsoft Azure Monitor Management Client Library
+Summary:Microsoft Azure Monitor Client Library
 License:MIT
 Group:  Development/Languages/Python
 Url:https://github.com/Azure/azure-sdk-for-python
@@ -34,11 +34,11 @@
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
 Requires:   python-azure-common < 2.0.0
-Requires:   python-azure-common >= 1.1.6
+Requires:   python-azure-common >= 1.1
 Requires:   python-azure-mgmt-nspkg
 Requires:   python-azure-nspkg
-Requires:   python-msrestazure < 1.0.0
-Requires:   python-msrestazure >= 0.4.8
+Requires:   python-msrestazure < 2.0.0
+Requires:   python-msrestazure >= 0.4.20
 Conflicts:  python-azure-sdk <= 2.0.0
 
 BuildArch:  noarch
@@ -46,12 +46,12 @@
 %python_subpackages
 
 %description
-This is the Microsoft Azure Monitor Management Client Library.
+This is the Microsoft Azure Monitor Client Library.
 
 Azure Resource Manager (ARM) is the next generation of management APIs that
 replace the old Azure Service Management (ASM).
 
-This package has been tested with Python 2.7, 3.3, 3.4, 3.5 and 3.6.
+This package has been tested with Python 2.7, 3.4, 3.5 and 3.6.
 
 %prep
 %setup -q -n azure-mgmt-monitor-%{version}
@@ -72,7 +72,8 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python_sitelib}/azure/mgmt/monitor
 %{python_sitelib}/azure_mgmt_monitor-*.egg-info
 

++ amm_drop-compatible-releases-operator.patch ++
--- /var/tmp/diff_new_pack.NBJC2t/_old  2018-05-13 16:00:02.177340063 +0200
+++ /var/tmp/diff_new_pack.NBJC2t/_new  2018-05-13 16:00:02.177340063 +0200
@@ -1,14 +1,12 @@
-diff -Nru azure-mgmt-monitor-0.3.0.orig/setup.py 
azure-mgmt-monitor-0.3.0/setup.py
 azure-mgmt-monitor-0.3.0.orig/setup.py 2017-06-30 17:56:48.0 
+0200
-+++ azure-mgmt-monitor-0.3.0/setup.py  2017-07-03 11:54:05.583398846 +0200
-@@ -78,8 +78,8 @@
- zip_safe=False,
- packages=find_packages(),
+diff -Nru azure-mgmt-monitor-0.5.0.orig/setup.py 
azure-mgmt-monitor-0.5.0/setup.py
+--- azure-mgmt-monitor-0.5.0.orig/setup.py 2018-03-19 22:34:48.0 
+0100
 azure-mgmt-monitor-0.5.0/setup.py  2018-04-11 15:56:32.468458741 +0200
+@@ -78,7 +78,7 @@
+ packages=find_packages(exclude=["tests"]),
  install_requires=[
--'msrestazure~=0.4.8',
--'azure-common~=1.1.6',
-+'msrestazure>=0.4.8',
-+'azure-common>=1.1.6',
+ 'msrestazure>=0.4.20,<2.0.0',
+-'azure-common~=1.1',
++'azure-common>=1.1',
  ],
  cmdclass=cmdclass
  )




commit python-azure-mgmt-datalake-store for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-datalake-store for 
openSUSE:Factory checked in at 2018-05-13 16:00:15

Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-datalake-store (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-mgmt-datalake-store.new (New)


Package is "python-azure-mgmt-datalake-store"

Sun May 13 16:00:15 2018 rev:3 rq:599356 version:0.4.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-datalake-store/python-azure-mgmt-datalake-store.changes
2018-02-14 09:27:50.327705572 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-datalake-store.new/python-azure-mgmt-datalake-store.changes
   2018-05-13 16:00:20.468672681 +0200
@@ -1,0 +2,7 @@
+Thu Mar  1 13:33:56 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 0.4.0
+- Move LICENSE.txt from %doc to %license section
+
+---

Old:

  azure-mgmt-datalake-store-0.3.0.zip

New:

  azure-mgmt-datalake-store-0.4.0.zip



Other differences:
--
++ python-azure-mgmt-datalake-store.spec ++
--- /var/tmp/diff_new_pack.FGrJz0/_old  2018-05-13 16:00:21.164647289 +0200
+++ /var/tmp/diff_new_pack.FGrJz0/_new  2018-05-13 16:00:21.168647142 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-azure-mgmt-datalake-store
-Version:0.3.0
+Version:0.4.0
 Release:0
 Summary:Microsoft Azure Data Lake Store Management Client Library
 License:MIT
@@ -76,7 +76,8 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python_sitelib}/azure/mgmt/datalake/store
 %{python_sitelib}/azure_mgmt_datalake_store-*.egg-info
 




commit python-azure-mgmt-cosmosdb for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-cosmosdb for 
openSUSE:Factory checked in at 2018-05-13 16:00:20

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


Package is "python-azure-mgmt-cosmosdb"

Sun May 13 16:00:20 2018 rev:3 rq:599357 version:0.3.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-cosmosdb/python-azure-mgmt-cosmosdb.changes
2018-02-14 09:26:34.370458206 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-cosmosdb.new/python-azure-mgmt-cosmosdb.changes
   2018-05-13 16:00:24.492525869 +0200
@@ -1,0 +2,11 @@
+Wed Mar  7 15:10:08 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 0.3.1
+- Move LICENSE.txt from %doc to %license section
+- Refresh patches for new version
+  + amc_drop-compatible-releases-operator.patch
+- Update %description from setup.py
+- Update Requires from setup.py
+
+---

Old:

  azure-mgmt-cosmosdb-0.2.1.zip

New:

  azure-mgmt-cosmosdb-0.3.1.zip



Other differences:
--
++ python-azure-mgmt-cosmosdb.spec ++
--- /var/tmp/diff_new_pack.mQcSb2/_old  2018-05-13 16:00:25.040505875 +0200
+++ /var/tmp/diff_new_pack.mQcSb2/_new  2018-05-13 16:00:25.040505875 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-azure-mgmt-cosmosdb
-Version:0.2.1
+Version:0.3.1
 Release:0
 Summary:Microsoft Azure Cosmos DB Management Client Library
 License:MIT
@@ -34,11 +34,11 @@
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
 Requires:   python-azure-common < 2.0.0
-Requires:   python-azure-common >= 1.1.6
+Requires:   python-azure-common >= 1.1
 Requires:   python-azure-mgmt-nspkg
 Requires:   python-azure-nspkg
-Requires:   python-msrestazure < 1.0.0
-Requires:   python-msrestazure >= 0.4.8
+Requires:   python-msrestazure < 2.0.0
+Requires:   python-msrestazure >= 0.4.20
 Conflicts:  python-azure-sdk <= 2.0.0
 
 BuildArch:  noarch
@@ -51,7 +51,7 @@
 Azure Resource Manager (ARM) is the next generation of management APIs that
 replace the old Azure Service Management (ASM).
 
-This package has been tested with Python 2.7, 3.3, 3.4, 3.5 and 3.6.
+This package has been tested with Python 2.7, 3.4, 3.5 and 3.6.
 
 %prep
 %setup -q -n azure-mgmt-cosmosdb-%{version}
@@ -72,7 +72,8 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python_sitelib}/azure/mgmt/cosmosdb
 %{python_sitelib}/azure_mgmt_cosmosdb-*.egg-info
 

++ amc_drop-compatible-releases-operator.patch ++
--- /var/tmp/diff_new_pack.mQcSb2/_old  2018-05-13 16:00:25.084504270 +0200
+++ /var/tmp/diff_new_pack.mQcSb2/_new  2018-05-13 16:00:25.088504124 +0200
@@ -1,14 +1,12 @@
-diff -Nru azure-mgmt-cosmosdb-0.2.0.orig/setup.py 
azure-mgmt-cosmosdb-0.2.0/setup.py
 azure-mgmt-cosmosdb-0.2.0.orig/setup.py2017-06-27 19:04:30.0 
+0200
-+++ azure-mgmt-cosmosdb-0.2.0/setup.py 2017-06-28 10:23:29.457873394 +0200
-@@ -78,8 +78,8 @@
- zip_safe=False,
- packages=find_packages(),
+diff -Nru azure-mgmt-cosmosdb-0.3.1.orig/setup.py 
azure-mgmt-cosmosdb-0.3.1/setup.py
+--- azure-mgmt-cosmosdb-0.3.1.orig/setup.py2018-02-01 23:39:58.0 
+0100
 azure-mgmt-cosmosdb-0.3.1/setup.py 2018-03-07 15:29:58.274292944 +0100
+@@ -78,7 +78,7 @@
+ packages=find_packages(exclude=["tests"]),
  install_requires=[
--'msrestazure~=0.4.8',
--'azure-common~=1.1.6',
-+'msrestazure>=0.4.8',
-+'azure-common>=1.1.6',
+ 'msrestazure>=0.4.20,<2.0.0',
+-'azure-common~=1.1',
++'azure-common>=1.1',
  ],
  cmdclass=cmdclass
  )




commit python-azure-mgmt-devtestlabs for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-devtestlabs for 
openSUSE:Factory checked in at 2018-05-13 16:00:00

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


Package is "python-azure-mgmt-devtestlabs"

Sun May 13 16:00:00 2018 rev:3 rq:599352 version:2.2.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-devtestlabs/python-azure-mgmt-devtestlabs.changes
  2018-02-14 09:26:41.414202942 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-devtestlabs.new/python-azure-mgmt-devtestlabs.changes
 2018-05-13 16:00:05.785208419 +0200
@@ -1,0 +2,11 @@
+Thu Mar  1 14:01:51 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 2.2.0
+- Move LICENSE.txt from %doc to %license section
+- Refresh patches for new version
+  + amd_drop-compatible-releases-operator.patch
+- Update Requires from setup.py
+- Update Summary and %description from setup.py
+
+---

Old:

  azure-mgmt-devtestlabs-2.1.0.zip

New:

  azure-mgmt-devtestlabs-2.2.0.zip



Other differences:
--
++ python-azure-mgmt-devtestlabs.spec ++
--- /var/tmp/diff_new_pack.apwlfA/_old  2018-05-13 16:00:08.341115163 +0200
+++ /var/tmp/diff_new_pack.apwlfA/_new  2018-05-13 16:00:08.341115163 +0200
@@ -18,9 +18,9 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-azure-mgmt-devtestlabs
-Version:2.1.0
+Version:2.2.0
 Release:0
-Summary:Microsoft Azure DevTest Labs Management Client Library
+Summary:Microsoft Azure DevTestLabs Management Client Library
 License:MIT
 Group:  Development/Languages/Python
 Url:https://github.com/Azure/azure-sdk-for-python
@@ -34,11 +34,11 @@
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
 Requires:   python-azure-common < 2.0.0
-Requires:   python-azure-common >= 1.1.5
+Requires:   python-azure-common >= 1.1
 Requires:   python-azure-mgmt-nspkg
 Requires:   python-azure-nspkg
-Requires:   python-msrestazure < 1.0.0
-Requires:   python-msrestazure >= 0.4.7
+Requires:   python-msrestazure < 2.0.0
+Requires:   python-msrestazure >= 0.4.20
 Conflicts:  python-azure-sdk <= 2.0.0
 
 BuildArch:  noarch
@@ -46,12 +46,12 @@
 %python_subpackages
 
 %description
-This is the Microsoft Azure DevTest Labs Management Client Library.
+This is the Microsoft Azure DevTestLabs Management Client Library.
 
 Azure Resource Manager (ARM) is the next generation of management APIs that
 replace the old Azure Service Management (ASM).
 
-This package has been tested with Python 2.7, 3.3, 3.4, 3.5 and 3.6.
+This package has been tested with Python 2.7, 3.4, 3.5 and 3.6.
 
 %prep
 %setup -q -n azure-mgmt-devtestlabs-%{version}
@@ -72,7 +72,8 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python_sitelib}/azure/mgmt/devtestlabs
 %{python_sitelib}/azure_mgmt_devtestlabs-*.egg-info
 

++ amd_drop-compatible-releases-operator.patch ++
--- /var/tmp/diff_new_pack.apwlfA/_old  2018-05-13 16:00:08.389113412 +0200
+++ /var/tmp/diff_new_pack.apwlfA/_new  2018-05-13 16:00:08.389113412 +0200
@@ -1,14 +1,12 @@
-diff -Nru azure-mgmt-devtestlabs-2.0.0.orig/setup.py 
azure-mgmt-devtestlabs-2.0.0/setup.py
 azure-mgmt-devtestlabs-2.0.0.orig/setup.py 2017-04-27 17:07:36.0 
+0200
-+++ azure-mgmt-devtestlabs-2.0.0/setup.py  2017-06-09 14:16:35.329170703 
+0200
-@@ -78,8 +78,8 @@
- zip_safe=False,
- packages=find_packages(),
+diff -Nru azure-mgmt-devtestlabs-2.2.0.orig/setup.py 
azure-mgmt-devtestlabs-2.2.0/setup.py
+--- azure-mgmt-devtestlabs-2.2.0.orig/setup.py 2018-02-16 03:48:28.0 
+0100
 azure-mgmt-devtestlabs-2.2.0/setup.py  2018-03-01 14:54:39.376935033 
+0100
+@@ -78,7 +78,7 @@
+ packages=find_packages(exclude=["tests"]),
  install_requires=[
--'msrestazure~=0.4.7',
--'azure-common~=1.1.5',
-+'msrestazure>=0.4.7',
-+'azure-common>=1.1.5',
+ 'msrestazure>=0.4.20,<2.0.0',
+-'azure-common~=1.1',
++'azure-common>=1.1',
  ],
  cmdclass=cmdclass
  )




commit python-azure-mgmt-consumption for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-consumption for 
openSUSE:Factory checked in at 2018-05-13 16:00:40

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


Package is "python-azure-mgmt-consumption"

Sun May 13 16:00:40 2018 rev:5 rq:599361 version:2.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-consumption/python-azure-mgmt-consumption.changes
  2018-02-14 09:26:21.698917422 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-consumption.new/python-azure-mgmt-consumption.changes
 2018-05-13 16:00:47.327692719 +0200
@@ -1,0 +2,10 @@
+Mon Mar  5 16:47:23 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 2.0.0
+- Move LICENSE.txt from %doc to %license section
+- Refresh patches for new version
+  + amc_drop-compatible-releases-operator.patch
+- Update Requires from setup.py
+
+---

Old:

  azure-mgmt-consumption-1.1.0.zip

New:

  azure-mgmt-consumption-2.0.0.zip



Other differences:
--
++ python-azure-mgmt-consumption.spec ++
--- /var/tmp/diff_new_pack.wXH9xI/_old  2018-05-13 16:00:48.067665721 +0200
+++ /var/tmp/diff_new_pack.wXH9xI/_new  2018-05-13 16:00:48.067665721 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-azure-mgmt-consumption
-Version:1.1.0
+Version:2.0.0
 Release:0
 Summary:Microsoft Azure Consumption Management Client Library
 License:MIT
@@ -37,8 +37,8 @@
 Requires:   python-azure-common >= 1.1
 Requires:   python-azure-mgmt-nspkg
 Requires:   python-azure-nspkg
-Requires:   python-msrestazure < 1.0.0
-Requires:   python-msrestazure >= 0.4.11
+Requires:   python-msrestazure < 2.0.0
+Requires:   python-msrestazure >= 0.4.20
 Conflicts:  python-azure-sdk <= 2.0.0
 
 BuildArch:  noarch
@@ -72,7 +72,8 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python_sitelib}/azure/mgmt/consumption
 %{python_sitelib}/azure_mgmt_consumption-*.egg-info
 

++ amc_drop-compatible-releases-operator.patch ++
--- /var/tmp/diff_new_pack.wXH9xI/_old  2018-05-13 16:00:48.111664116 +0200
+++ /var/tmp/diff_new_pack.wXH9xI/_new  2018-05-13 16:00:48.111664116 +0200
@@ -1,13 +1,11 @@
-diff -Nru azure-mgmt-consumption-1.1.0.orig/setup.py 
azure-mgmt-consumption-1.1.0/setup.py
 azure-mgmt-consumption-1.1.0.orig/setup.py 2017-12-12 21:25:22.0 
+0100
-+++ azure-mgmt-consumption-1.1.0/setup.py  2018-01-18 14:15:40.035607057 
+0100
-@@ -77,8 +77,8 @@
- zip_safe=False,
+diff -Nru azure-mgmt-consumption-2.0.0.orig/setup.py 
azure-mgmt-consumption-2.0.0/setup.py
+--- azure-mgmt-consumption-2.0.0.orig/setup.py 2018-02-06 20:20:40.0 
+0100
 azure-mgmt-consumption-2.0.0/setup.py  2018-03-05 17:32:16.552955035 
+0100
+@@ -78,7 +78,7 @@
  packages=find_packages(exclude=["tests"]),
  install_requires=[
--'msrestazure~=0.4.11',
+ 'msrestazure>=0.4.20,<2.0.0',
 -'azure-common~=1.1',
-+'msrestazure>=0.4.11',
 +'azure-common>=1.1',
  ],
  cmdclass=cmdclass




commit python-azure-mgmt-commerce for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-commerce for 
openSUSE:Factory checked in at 2018-05-13 16:00:03

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


Package is "python-azure-mgmt-commerce"

Sun May 13 16:00:03 2018 rev:3 rq:599353 version:1.0.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-commerce/python-azure-mgmt-commerce.changes
2018-02-14 09:26:06.059484197 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-commerce.new/python-azure-mgmt-commerce.changes
   2018-05-13 16:00:10.169048469 +0200
@@ -1,0 +2,13 @@
+Thu Mar  1 12:44:21 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 1.0.1
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+- Move LICENSE.txt from %doc to %license section
+- Refresh patches for new version
+  + amc_drop-compatible-releases-operator.patch
+- Update Requires from setup.py
+- Update %description from setup.py
+
+---

Old:

  azure-mgmt-commerce-1.0.0.zip

New:

  azure-mgmt-commerce-1.0.1.zip



Other differences:
--
++ python-azure-mgmt-commerce.spec ++
--- /var/tmp/diff_new_pack.zQgLOR/_old  2018-05-13 16:00:10.709028768 +0200
+++ /var/tmp/diff_new_pack.zQgLOR/_new  2018-05-13 16:00:10.713028622 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-azure-mgmt-commerce
-Version:1.0.0
+Version:1.0.1
 Release:0
 Summary:Microsoft Azure Commerce Client Library
 License:MIT
@@ -34,11 +34,11 @@
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
 Requires:   python-azure-common < 2.0.0
-Requires:   python-azure-common >= 1.1.6
+Requires:   python-azure-common >= 1.1
 Requires:   python-azure-mgmt-nspkg
 Requires:   python-azure-nspkg
-Requires:   python-msrestazure < 1.0.0
-Requires:   python-msrestazure >= 0.4.8
+Requires:   python-msrestazure < 2.0.0
+Requires:   python-msrestazure >= 0.4.20
 Conflicts:  python-azure-sdk <= 2.0.0
 
 BuildArch:  noarch
@@ -51,7 +51,7 @@
 Azure Resource Manager (ARM) is the next generation of management APIs that
 replace the old Azure Service Management (ASM).
 
-This package has been tested with Python 2.7, 3.3, 3.4, 3.5 and 3.6.
+This package has been tested with Python 2.7, 3.4, 3.5 and 3.6.
 
 %prep
 %setup -q -n azure-mgmt-commerce-%{version}
@@ -72,7 +72,8 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python_sitelib}/azure/mgmt/commerce
 %{python_sitelib}/azure_mgmt_commerce-*.egg-info
 

++ amc_drop-compatible-releases-operator.patch ++
--- /var/tmp/diff_new_pack.zQgLOR/_old  2018-05-13 16:00:10.753027163 +0200
+++ /var/tmp/diff_new_pack.zQgLOR/_new  2018-05-13 16:00:10.765026725 +0200
@@ -1,14 +1,12 @@
-diff -Nru azure-mgmt-commerce-1.0.0.orig/setup.py 
azure-mgmt-commerce-1.0.0/setup.py
 azure-mgmt-commerce-1.0.0.orig/setup.py2017-06-23 18:05:08.0 
+0200
-+++ azure-mgmt-commerce-1.0.0/setup.py 2017-06-26 12:13:04.337603006 +0200
-@@ -78,8 +78,8 @@
- zip_safe=False,
- packages=find_packages(),
+diff -Nru azure-mgmt-commerce-1.0.1.orig/setup.py 
azure-mgmt-commerce-1.0.1/setup.py
+--- azure-mgmt-commerce-1.0.1.orig/setup.py2018-02-22 01:09:10.0 
+0100
 azure-mgmt-commerce-1.0.1/setup.py 2018-03-01 13:28:30.938041301 +0100
+@@ -78,7 +78,7 @@
+ packages=find_packages(exclude=["tests"]),
  install_requires=[
--'msrestazure~=0.4.8',
--'azure-common~=1.1.6',
-+'msrestazure>=0.4.8',
-+'azure-common>=1.1.6',
+ 'msrestazure>=0.4.20,<2.0.0',
+-'azure-common~=1.1',
++'azure-common>=1.1',
  ],
  cmdclass=cmdclass
  )




commit python-azure-mgmt-billing for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-billing for 
openSUSE:Factory checked in at 2018-05-13 16:00:10

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


Package is "python-azure-mgmt-billing"

Sun May 13 16:00:10 2018 rev:5 rq:599355 version:0.2.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-billing/python-azure-mgmt-billing.changes
  2018-02-14 09:25:50.992030247 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-billing.new/python-azure-mgmt-billing.changes
 2018-05-13 16:00:11.672993597 +0200
@@ -1,0 +2,13 @@
+Wed Apr 11 11:40:28 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 0.2.0
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+- Move LICENSE.txt from %doc to %license section
+- Refresh patches for new version
+  + amb_drop-compatible-releases-operator.patch
+- Update Requires from setup.py
+- Update %description and Summary from setup.py
+
+---

Old:

  azure-mgmt-billing-0.1.0.zip

New:

  azure-mgmt-billing-0.2.0.zip



Other differences:
--
++ python-azure-mgmt-billing.spec ++
--- /var/tmp/diff_new_pack.PUp0gL/_old  2018-05-13 16:00:14.752881225 +0200
+++ /var/tmp/diff_new_pack.PUp0gL/_new  2018-05-13 16:00:14.756881079 +0200
@@ -18,9 +18,9 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-azure-mgmt-billing
-Version:0.1.0
+Version:0.2.0
 Release:0
-Summary:Microsoft Azure Billing Management Client Library
+Summary:Microsoft Azure Billing Client Library
 License:MIT
 Group:  Development/Languages/Python
 Url:https://github.com/Azure/azure-sdk-for-python
@@ -34,11 +34,11 @@
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
 Requires:   python-azure-common < 2.0.0
-Requires:   python-azure-common >= 1.1.5
+Requires:   python-azure-common >= 1.1
 Requires:   python-azure-mgmt-nspkg
 Requires:   python-azure-nspkg
-Requires:   python-msrestazure < 1.0.0
-Requires:   python-msrestazure >= 0.4.7
+Requires:   python-msrestazure < 2.0.0
+Requires:   python-msrestazure >= 0.4.20
 Conflicts:  python-azure-sdk <= 2.0.0
 
 BuildArch:  noarch
@@ -46,12 +46,12 @@
 %python_subpackages
 
 %description
-This is the Microsoft Azure Billing Management Client Library.
+This is the Microsoft Azure Billing Client Library.
 
 Azure Resource Manager (ARM) is the next generation of management APIs that
 replace the old Azure Service Management (ASM).
 
-This package has been tested with Python 2.7, 3.3, 3.4, 3.5 and 3.6.
+This package has been tested with Python 2.7, 3.4, 3.5 and 3.6.
 
 %prep
 %setup -q -n azure-mgmt-billing-%{version}
@@ -72,7 +72,8 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python_sitelib}/azure/mgmt/billing
 %{python_sitelib}/azure_mgmt_billing-*.egg-info
 

++ amb_drop-compatible-releases-operator.patch ++
--- /var/tmp/diff_new_pack.PUp0gL/_old  2018-05-13 16:00:14.940874367 +0200
+++ /var/tmp/diff_new_pack.PUp0gL/_new  2018-05-13 16:00:14.952873928 +0200
@@ -1,14 +1,12 @@
-diff -Nru azure-mgmt-billing-0.1.0.orig/setup.py 
azure-mgmt-billing-0.1.0/setup.py
 azure-mgmt-billing-0.1.0.orig/setup.py 2017-04-27 15:02:16.0 
+0200
-+++ azure-mgmt-billing-0.1.0/setup.py  2017-11-03 19:22:52.487460604 +0100
-@@ -78,8 +78,8 @@
- zip_safe=False,
- packages=find_packages(),
- install_requires=[
--'msrestazure~=0.4.7',
--'azure-common~=1.1.5',
-+'msrestazure>=0.4.7',
-+'azure-common>=1.1.5',
- ],
- cmdclass=cmdclass
- )
+diff -Nru azure-mgmt-billing-0.2.0.orig/setup.py 
azure-mgmt-billing-0.2.0/setup.py
+--- azure-mgmt-billing-0.2.0.orig/setup.py 2018-03-29 16:51:54.0 
+0200
 azure-mgmt-billing-0.2.0/setup.py  2018-04-11 13:38:54.240622964 +0200
+@@ -78,7 +78,7 @@
+ packages=find_packages(exclude=["tests"]),
+ install_requires=[
+ 'msrestazure>=0.4.20,<2.0.0',
+-'azure-common~=1.1',
++'azure-common>=1.1',
+ ],
+ cmdclass=cmdclass
+ )




commit python-azure-mgmt-web for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-web for 
openSUSE:Factory checked in at 2018-05-13 15:59:30

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


Package is "python-azure-mgmt-web"

Sun May 13 15:59:30 2018 rev:3 rq:599344 version:0.35.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-web/python-azure-mgmt-web.changes  
2018-01-30 15:45:30.091529804 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-web.new/python-azure-mgmt-web.changes
 2018-05-13 15:59:35.294320973 +0200
@@ -1,0 +2,11 @@
+Thu Mar  1 16:11:59 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 0.35.0
+- Move LICENSE.txt from %doc to %license section
+- Refresh patches for new version
+  + amw_drop-compatible-releases-operator.patch
+- Update Requires from setup.py
+- Update Summary and %description from setup.py
+
+---

Old:

  azure-mgmt-web-0.34.1.zip

New:

  azure-mgmt-web-0.35.0.zip



Other differences:
--
++ python-azure-mgmt-web.spec ++
--- /var/tmp/diff_new_pack.H6AtI8/_old  2018-05-13 15:59:37.978223043 +0200
+++ /var/tmp/diff_new_pack.H6AtI8/_new  2018-05-13 15:59:37.98896 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-azure-mgmt-web
-Version:0.34.1
+Version:0.35.0
 Release:0
 Summary:Microsoft Azure Web Apps Management Client Library
 License:MIT
@@ -37,8 +37,8 @@
 Requires:   python-azure-common >= 1.1
 Requires:   python-azure-mgmt-nspkg
 Requires:   python-azure-nspkg
-Requires:   python-msrestazure < 1.0.0
-Requires:   python-msrestazure >= 0.4.11
+Requires:   python-msrestazure < 2.0.0
+Requires:   python-msrestazure >= 0.4.20
 Conflicts:  python-azure-sdk <= 2.0.0
 
 BuildArch:  noarch
@@ -51,7 +51,7 @@
 Azure Resource Manager (ARM) is the next generation of management APIs that
 replace the old Azure Service Management (ASM).
 
-This package has been tested with Python 2.7, 3.3, 3.4, 3.5 and 3.6.
+This package has been tested with Python 2.7, 3.4, 3.5 and 3.6.
 
 %prep
 %setup -q -n azure-mgmt-web-%{version}
@@ -72,7 +72,8 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python_sitelib}/azure/mgmt/web
 %{python_sitelib}/azure_mgmt_web-*.egg-info
 

++ amw_drop-compatible-releases-operator.patch ++
--- /var/tmp/diff_new_pack.H6AtI8/_old  2018-05-13 15:59:38.010221875 +0200
+++ /var/tmp/diff_new_pack.H6AtI8/_new  2018-05-13 15:59:38.010221875 +0200
@@ -1,13 +1,11 @@
-diff -Nru azure-mgmt-web-0.34.1.orig/setup.py azure-mgmt-web-0.34.1/setup.py
 azure-mgmt-web-0.34.1.orig/setup.py2017-10-25 00:09:20.0 
+0200
-+++ azure-mgmt-web-0.34.1/setup.py 2018-01-19 15:36:10.859440629 +0100
-@@ -78,8 +78,8 @@
- zip_safe=False,
+diff -Nru azure-mgmt-web-0.35.0.orig/setup.py azure-mgmt-web-0.35.0/setup.py
+--- azure-mgmt-web-0.35.0.orig/setup.py2018-02-21 01:24:26.0 
+0100
 azure-mgmt-web-0.35.0/setup.py 2018-03-01 17:09:55.605583276 +0100
+@@ -78,7 +78,7 @@
  packages=find_packages(exclude=["tests"]),
  install_requires=[
--'msrestazure~=0.4.11',
+ 'msrestazure>=0.4.20,<2.0.0',
 -'azure-common~=1.1',
-+'msrestazure>=0.4.11',
 +'azure-common>=1.1',
  ],
  cmdclass=cmdclass




commit python-azure-mgmt-redis for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-redis for 
openSUSE:Factory checked in at 2018-05-13 15:59:40

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


Package is "python-azure-mgmt-redis"

Sun May 13 15:59:40 2018 rev:3 rq:599346 version:5.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-redis/python-azure-mgmt-redis.changes
  2018-01-31 19:51:32.670445854 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-redis.new/python-azure-mgmt-redis.changes
 2018-05-13 15:59:42.282066003 +0200
@@ -1,0 +2,11 @@
+Thu Mar  8 11:52:47 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 5.0.0
+- Move LICENSE.txt from %doc to %license section
+- Refresh patches for new version
+  + amr_drop-compatible-releases-operator.patch
+- Update Requires from setup.py
+- Update Summary and %description from setup.py
+
+---

Old:

  azure-mgmt-redis-4.1.1.zip

New:

  azure-mgmt-redis-5.0.0.zip



Other differences:
--
++ python-azure-mgmt-redis.spec ++
--- /var/tmp/diff_new_pack.ajxdfX/_old  2018-05-13 15:59:42.998039878 +0200
+++ /var/tmp/diff_new_pack.ajxdfX/_new  2018-05-13 15:59:43.002039732 +0200
@@ -18,9 +18,9 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-azure-mgmt-redis
-Version:4.1.1
+Version:5.0.0
 Release:0
-Summary:Microsoft Azure Redis Cache Resource Management Client Library
+Summary:Microsoft Azure Redis Cache Management Client Library
 License:MIT
 Group:  Development/Languages/Python
 Url:https://github.com/Azure/azure-sdk-for-python
@@ -34,11 +34,11 @@
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
 Requires:   python-azure-common < 2.0.0
-Requires:   python-azure-common >= 1.1.5
+Requires:   python-azure-common >= 1.1
 Requires:   python-azure-mgmt-nspkg
 Requires:   python-azure-nspkg
-Requires:   python-msrestazure < 1.0.0
-Requires:   python-msrestazure >= 0.4.7
+Requires:   python-msrestazure < 2.0.0
+Requires:   python-msrestazure >= 0.4.20
 Conflicts:  python-azure-sdk <= 2.0.0
 
 BuildArch:  noarch
@@ -46,12 +46,12 @@
 %python_subpackages
 
 %description
-This is the Microsoft Azure Redis Cache Resource Management Client Library.
+This is the Microsoft Azure Redis Cache Management Client Library.
 
 Azure Resource Manager (ARM) is the next generation of management APIs that
 replace the old Azure Service Management (ASM).
 
-This package has been tested with Python 2.7, 3.3, 3.4 and 3.5.
+This package has been tested with Python 2.7, 3.4, 3.5 and 3.6.
 
 %prep
 %setup -q -n azure-mgmt-redis-%{version}
@@ -72,7 +72,8 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python_sitelib}/azure/mgmt/redis
 %{python_sitelib}/azure_mgmt_redis-*.egg-info
 

++ amr_drop-compatible-releases-operator.patch ++
--- /var/tmp/diff_new_pack.ajxdfX/_old  2018-05-13 15:59:43.046038127 +0200
+++ /var/tmp/diff_new_pack.ajxdfX/_new  2018-05-13 15:59:43.046038127 +0200
@@ -1,14 +1,12 @@
-diff -Nru azure-mgmt-redis-4.1.0.orig/setup.py azure-mgmt-redis-4.1.0/setup.py
 azure-mgmt-redis-4.1.0.orig/setup.py   2017-04-19 00:10:36.0 
+0200
-+++ azure-mgmt-redis-4.1.0/setup.py2017-06-12 13:33:45.808860306 +0200
-@@ -74,8 +74,8 @@
- 'azure.mgmt.redis.operations',
- ],
+diff -Nru azure-mgmt-redis-5.0.0.orig/setup.py azure-mgmt-redis-5.0.0/setup.py
+--- azure-mgmt-redis-5.0.0.orig/setup.py   2018-02-09 00:11:14.0 
+0100
 azure-mgmt-redis-5.0.0/setup.py2018-03-08 11:59:30.024601023 +0100
+@@ -78,7 +78,7 @@
+ packages=find_packages(exclude=["tests"]),
  install_requires=[
--'azure-common~=1.1.5',
--'msrestazure~=0.4.7',
-+'azure-common>=1.1.5',
-+'msrestazure>=0.4.7',
+ 'msrestazure>=0.4.20,<2.0.0',
+-'azure-common~=1.1',
++'azure-common>=1.1',
  ],
  cmdclass=cmdclass
  )




commit python-azure-mgmt-network for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-network for 
openSUSE:Factory checked in at 2018-05-13 15:59:53

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


Package is "python-azure-mgmt-network"

Sun May 13 15:59:53 2018 rev:3 rq:599350 version:2.0.0rc2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-network/python-azure-mgmt-network.changes
  2018-01-31 19:51:37.902202572 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-network.new/python-azure-mgmt-network.changes
 2018-05-13 15:59:55.701576351 +0200
@@ -1,0 +2,11 @@
+Wed Apr 11 14:16:08 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 2.0.0rc2
+- Move LICENSE.txt from %doc to %license section
+- Refresh patches for new version
+  + amn_drop-compatible-releases-operator.patch
+- Update Requires from setup.py
+- Update %description from setup.py
+
+---

Old:

  azure-mgmt-network-1.7.1.zip

New:

  azure-mgmt-network-2.0.0rc2.zip



Other differences:
--
++ python-azure-mgmt-network.spec ++
--- /var/tmp/diff_new_pack.l7KAgA/_old  2018-05-13 15:59:56.885533150 +0200
+++ /var/tmp/diff_new_pack.l7KAgA/_new  2018-05-13 15:59:56.909532275 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-azure-mgmt-network
-Version:1.7.1
+Version:2.0.0rc2
 Release:0
 Summary:Microsoft Azure Network Management Client Library
 License:MIT
@@ -37,8 +37,8 @@
 Requires:   python-azure-common >= 1.1
 Requires:   python-azure-mgmt-nspkg
 Requires:   python-azure-nspkg
-Requires:   python-msrestazure < 1.0.0
-Requires:   python-msrestazure >= 0.4.11
+Requires:   python-msrestazure < 2.0.0
+Requires:   python-msrestazure >= 0.4.20
 Conflicts:  python-azure-sdk <= 2.0.0
 
 BuildArch:  noarch
@@ -51,7 +51,7 @@
 Azure Resource Manager (ARM) is the next generation of management APIs that
 replace the old Azure Service Management (ASM).
 
-This package has been tested with Python 2.7, 3.3, 3.4, 3.5 and 3.6.
+This package has been tested with Python 2.7, 3.4, 3.5 and 3.6.
 
 %prep
 %setup -q -n azure-mgmt-network-%{version}
@@ -72,7 +72,8 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python_sitelib}/azure/mgmt/network
 %{python_sitelib}/azure_mgmt_network-*.egg-info
 

++ amn_drop-compatible-releases-operator.patch ++
--- /var/tmp/diff_new_pack.l7KAgA/_old  2018-05-13 15:59:57.041527459 +0200
+++ /var/tmp/diff_new_pack.l7KAgA/_new  2018-05-13 15:59:57.041527459 +0200
@@ -1,14 +1,12 @@
-diff -Nru azure-mgmt-network-1.7.1.orig/setup.py 
azure-mgmt-network-1.7.1/setup.py
 azure-mgmt-network-1.7.1.orig/setup.py 2017-12-20 17:39:42.0 
+0100
-+++ azure-mgmt-network-1.7.1/setup.py  2018-01-19 13:43:35.483076015 +0100
-@@ -77,8 +77,8 @@
- zip_safe=False,
+diff -Nru azure-mgmt-network-2.0.0rc2.orig/setup.py 
azure-mgmt-network-2.0.0rc2/setup.py
+--- azure-mgmt-network-2.0.0rc2.orig/setup.py  2018-04-03 17:34:54.0 
+0200
 azure-mgmt-network-2.0.0rc2/setup.py   2018-04-11 16:07:35.253902485 
+0200
+@@ -78,7 +78,7 @@
  packages=find_packages(exclude=["tests"]),
  install_requires=[
--'msrestazure~=0.4.11',
--'azure-common~=1.1',
-+'msrestazure>=0.4.11',
-+'azure-common>=1.1',
+ 'msrestazure>=0.4.20,<2.0.0',
+-'azure-common~=1.1,>=1.1.9',
++'azure-common>=1.1.9',
  ],
  cmdclass=cmdclass
  )




commit python-azure-mgmt-datalake-analytics for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-datalake-analytics 
for openSUSE:Factory checked in at 2018-05-13 15:59:45

Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-datalake-analytics (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-mgmt-datalake-analytics.new 
(New)


Package is "python-azure-mgmt-datalake-analytics"

Sun May 13 15:59:45 2018 rev:3 rq:599348 version:0.4.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-datalake-analytics/python-azure-mgmt-datalake-analytics.changes
2018-02-14 09:26:35.938401384 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-datalake-analytics.new/python-azure-mgmt-datalake-analytics.changes
   2018-05-13 15:59:47.405879044 +0200
@@ -1,0 +2,7 @@
+Thu Mar  1 12:36:34 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 0.4.0
+- Move LICENSE.txt from %doc to %license section
+
+---

Old:

  azure-mgmt-datalake-analytics-0.3.0.zip

New:

  azure-mgmt-datalake-analytics-0.4.0.zip



Other differences:
--
++ python-azure-mgmt-datalake-analytics.spec ++
--- /var/tmp/diff_new_pack.wXTiTV/_old  2018-05-13 15:59:48.417842120 +0200
+++ /var/tmp/diff_new_pack.wXTiTV/_new  2018-05-13 15:59:48.417842120 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-azure-mgmt-datalake-analytics
-Version:0.3.0
+Version:0.4.0
 Release:0
 Summary:Microsoft Azure Data Lake Analytics Management Client Library
 License:MIT
@@ -76,7 +76,8 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python_sitelib}/azure/mgmt/datalake/analytics
 %{python_sitelib}/azure_mgmt_datalake_analytics-*.egg-info
 




commit python-azure-mgmt-dns for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-dns for 
openSUSE:Factory checked in at 2018-05-13 15:59:48

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


Package is "python-azure-mgmt-dns"

Sun May 13 15:59:48 2018 rev:3 rq:599349 version:2.0.0rc1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-dns/python-azure-mgmt-dns.changes  
2018-02-14 09:26:45.958038275 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-dns.new/python-azure-mgmt-dns.changes
 2018-05-13 15:59:51.469730762 +0200
@@ -1,0 +2,10 @@
+Wed Apr 11 13:15:39 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 2.0.0
+- Move LICENSE.txt from %doc to %license section
+- Refresh patches for new version
+  + amd_drop-compatible-releases-operator.patch
+- Update %description from setup.py
+
+---

Old:

  azure-mgmt-dns-1.2.0.zip

New:

  azure-mgmt-dns-2.0.0rc1.zip



Other differences:
--
++ python-azure-mgmt-dns.spec ++
--- /var/tmp/diff_new_pack.21vc3i/_old  2018-05-13 15:59:52.349698654 +0200
+++ /var/tmp/diff_new_pack.21vc3i/_new  2018-05-13 15:59:52.353698508 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-azure-mgmt-dns
-Version:1.2.0
+Version:2.0.0rc1
 Release:0
 Summary:Microsoft Azure DNS Management Client Library
 License:MIT
@@ -51,7 +51,7 @@
 Azure Resource Manager (ARM) is the next generation of management APIs that
 replace the old Azure Service Management (ASM).
 
-This package has been tested with Python 2.7, 3.3, 3.4, 3.5 and 3.6.
+This package has been tested with Python 2.7, 3.4, 3.5 and 3.6.
 
 %prep
 %setup -q -n azure-mgmt-dns-%{version}
@@ -72,7 +72,8 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python_sitelib}/azure/mgmt/dns
 %{python_sitelib}/azure_mgmt_dns-*.egg-info
 

++ amd_drop-compatible-releases-operator.patch ++
--- /var/tmp/diff_new_pack.21vc3i/_old  2018-05-13 15:59:52.417696173 +0200
+++ /var/tmp/diff_new_pack.21vc3i/_new  2018-05-13 15:59:52.421696027 +0200
@@ -1,13 +1,11 @@
-diff -Nru azure-mgmt-dns-1.2.0.orig/setup.py azure-mgmt-dns-1.2.0/setup.py
 azure-mgmt-dns-1.2.0.orig/setup.py 2017-10-26 17:55:26.0 +0200
-+++ azure-mgmt-dns-1.2.0/setup.py  2018-01-18 16:24:50.606942555 +0100
-@@ -78,8 +78,8 @@
- zip_safe=False,
+diff -Nru azure-mgmt-dns-2.0.0rc1.orig/setup.py 
azure-mgmt-dns-2.0.0rc1/setup.py
+--- azure-mgmt-dns-2.0.0rc1.orig/setup.py  2018-03-14 22:38:46.0 
+0100
 azure-mgmt-dns-2.0.0rc1/setup.py   2018-04-11 15:07:45.584418364 +0200
+@@ -78,7 +78,7 @@
  packages=find_packages(exclude=["tests"]),
  install_requires=[
--'msrestazure~=0.4.11',
+ 'msrestazure>=0.4.20,<2.0.0',
 -'azure-common~=1.1',
-+'msrestazure>=0.4.11',
 +'azure-common>=1.1',
  ],
  cmdclass=cmdclass




commit python-azure-servicefabric for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package python-azure-servicefabric for 
openSUSE:Factory checked in at 2018-05-13 15:59:26

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


Package is "python-azure-servicefabric"

Sun May 13 15:59:26 2018 rev:3 rq:599343 version:6.1.2.9

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-servicefabric/python-azure-servicefabric.changes
2018-01-30 15:45:21.399935560 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-servicefabric.new/python-azure-servicefabric.changes
   2018-05-13 15:59:32.622418466 +0200
@@ -1,0 +2,11 @@
+Wed Apr 11 15:04:00 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 6.1.2.9
+- Move LICENSE.txt from %doc to %license section
+- Refresh patches for new version
+  + as_drop-compatible-releases-operator.patch
+- Update Requires from setup.py
+- Update %description from setup.py
+
+---

Old:

  azure-servicefabric-6.0.2.zip

New:

  azure-servicefabric-6.1.2.9.zip



Other differences:
--
++ python-azure-servicefabric.spec ++
--- /var/tmp/diff_new_pack.6y8WgT/_old  2018-05-13 15:59:33.526385482 +0200
+++ /var/tmp/diff_new_pack.6y8WgT/_new  2018-05-13 15:59:33.526385482 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-azure-servicefabric
-Version:6.0.2
+Version:6.1.2.9
 Release:0
 Summary:Microsoft Azure Service Fabric Client Library
 License:MIT
@@ -35,8 +35,8 @@
 Requires:   python-azure-common < 2.0.0
 Requires:   python-azure-common >= 1.1
 Requires:   python-azure-nspkg
-Requires:   python-msrest < 1.0.0
-Requires:   python-msrest >= 0.4.11
+Requires:   python-msrest < 2.0.0
+Requires:   python-msrest >= 0.4.26
 Conflicts:  python-azure-sdk <= 2.0.0
 
 BuildArch:  noarch
@@ -49,7 +49,7 @@
 Azure Resource Manager (ARM) is the next generation of management APIs that
 replace the old Azure Service Management (ASM).
 
-This package has been tested with Python 2.7, 3.3, 3.4, 3.5 and 3.6.
+This package has been tested with Python 2.7, 3.4, 3.5 and 3.6.
 
 %prep
 %setup -q -n azure-servicefabric-%{version}
@@ -68,7 +68,8 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python_sitelib}/azure/servicefabric
 %{python_sitelib}/azure_servicefabric-*.egg-info
 

++ as_drop-compatible-releases-operator.patch ++
--- /var/tmp/diff_new_pack.6y8WgT/_old  2018-05-13 15:59:33.574383731 +0200
+++ /var/tmp/diff_new_pack.6y8WgT/_new  2018-05-13 15:59:33.574383731 +0200
@@ -1,13 +1,11 @@
-diff -Nru azure-servicefabric-6.0.1.orig/setup.py 
azure-servicefabric-6.0.1/setup.py
 azure-servicefabric-6.0.1.orig/setup.py2017-09-28 17:12:44.0 
+0200
-+++ azure-servicefabric-6.0.1/setup.py 2017-10-04 18:41:02.341149877 +0200
-@@ -78,8 +78,8 @@
- zip_safe=False,
+diff -Nru azure-servicefabric-6.1.2.9.orig/setup.py 
azure-servicefabric-6.1.2.9/setup.py
+--- azure-servicefabric-6.1.2.9.orig/setup.py  2018-02-06 17:57:14.0 
+0100
 azure-servicefabric-6.1.2.9/setup.py   2018-04-11 16:34:26.755138306 
+0200
+@@ -78,7 +78,7 @@
  packages=find_packages(exclude=["tests"]),
  install_requires=[
--'msrest~=0.4.11',
+ 'msrest>=0.4.26,<2.0.0',
 -'azure-common~=1.1',
-+'msrest>=0.4.11',
 +'azure-common>=1.1',
  ],
  cmdclass=cmdclass




commit python-azure-mgmt-sql for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-sql for 
openSUSE:Factory checked in at 2018-05-13 15:59:33

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


Package is "python-azure-mgmt-sql"

Sun May 13 15:59:33 2018 rev:3 rq:599345 version:0.8.6

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-sql/python-azure-mgmt-sql.changes  
2018-02-14 09:24:53.178125477 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-sql.new/python-azure-mgmt-sql.changes
 2018-05-13 15:59:41.354099863 +0200
@@ -1,0 +2,7 @@
+Wed Apr 11 14:26:59 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 0.8.6
+- Move LICENSE.txt from %doc to %license section
+
+---

Old:

  azure-mgmt-sql-0.8.5.zip

New:

  azure-mgmt-sql-0.8.6.zip



Other differences:
--
++ python-azure-mgmt-sql.spec ++
--- /var/tmp/diff_new_pack.pXaeIu/_old  2018-05-13 15:59:42.058074176 +0200
+++ /var/tmp/diff_new_pack.pXaeIu/_new  2018-05-13 15:59:42.062074030 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-azure-mgmt-sql
-Version:0.8.5
+Version:0.8.6
 Release:0
 Summary:Microsoft Azure SQL Management Client Library
 License:MIT
@@ -72,7 +72,8 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python_sitelib}/azure/mgmt/sql
 %{python_sitelib}/azure_mgmt_sql-*.egg-info
 




commit python-azure-mgmt-rdbms for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-rdbms for 
openSUSE:Factory checked in at 2018-05-13 15:59:42

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


Package is "python-azure-mgmt-rdbms"

Sun May 13 15:59:42 2018 rev:3 rq:599347 version:1.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-rdbms/python-azure-mgmt-rdbms.changes
  2018-01-31 19:51:35.802300219 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-rdbms.new/python-azure-mgmt-rdbms.changes
 2018-05-13 15:59:44.657979310 +0200
@@ -1,0 +2,17 @@
+Wed Apr 11 14:23:36 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 1.1.0
+
+---
+Thu Mar  1 14:19:32 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 0.3.1
+- Move LICENSE.txt from %doc to %license section
+- Refresh patches for new version
+  + amr_drop-compatible-releases-operator.patch
+- Update Requires from setup.py
+- Update Summary and %description from setup.py
+
+---

Old:

  azure-mgmt-rdbms-0.2.0rc1.zip

New:

  azure-mgmt-rdbms-1.1.0.zip



Other differences:
--
++ python-azure-mgmt-rdbms.spec ++
--- /var/tmp/diff_new_pack.bDRqu3/_old  2018-05-13 15:59:45.261957272 +0200
+++ /var/tmp/diff_new_pack.bDRqu3/_new  2018-05-13 15:59:45.261957272 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-azure-mgmt-rdbms
-Version:0.2.0rc1
+Version:1.1.0
 Release:0
 Summary:Microsoft Azure RDBMS Management Client Library
 License:MIT
@@ -37,8 +37,8 @@
 Requires:   python-azure-common >= 1.1
 Requires:   python-azure-mgmt-nspkg
 Requires:   python-azure-nspkg
-Requires:   python-msrestazure < 1.0.0
-Requires:   python-msrestazure >= 0.4.11
+Requires:   python-msrestazure < 2.0.0
+Requires:   python-msrestazure >= 0.4.20
 Conflicts:  python-azure-sdk <= 2.0.0
 
 BuildArch:  noarch
@@ -51,7 +51,7 @@
 Azure Resource Manager (ARM) is the next generation of management APIs that
 replace the old Azure Service Management (ASM).
 
-This package has been tested with Python 2.7, 3.3, 3.4, 3.5 and 3.6.
+This package has been tested with Python 2.7, 3.4, 3.5 and 3.6.
 
 %prep
 %setup -q -n azure-mgmt-rdbms-%{version}
@@ -72,7 +72,8 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python_sitelib}/azure/mgmt/rdbms
 %{python_sitelib}/azure_mgmt_rdbms-*.egg-info
 

++ amr_drop-compatible-releases-operator.patch ++
--- /var/tmp/diff_new_pack.bDRqu3/_old  2018-05-13 15:59:45.297955959 +0200
+++ /var/tmp/diff_new_pack.bDRqu3/_new  2018-05-13 15:59:45.301955813 +0200
@@ -1,13 +1,11 @@
-diff -Nru azure-mgmt-rdbms-0.2.0rc1.orig/setup.py 
azure-mgmt-rdbms-0.2.0rc1/setup.py
 azure-mgmt-rdbms-0.2.0rc1.orig/setup.py2017-10-16 18:55:46.0 
+0200
-+++ azure-mgmt-rdbms-0.2.0rc1/setup.py 2018-01-19 13:51:29.202569997 +0100
-@@ -78,8 +78,8 @@
- zip_safe=False,
+diff -Nru azure-mgmt-rdbms-1.1.0.orig/setup.py azure-mgmt-rdbms-1.1.0/setup.py
+--- azure-mgmt-rdbms-1.1.0.orig/setup.py   2018-03-29 16:18:56.0 
+0200
 azure-mgmt-rdbms-1.1.0/setup.py2018-04-11 16:19:50.175938677 +0200
+@@ -78,7 +78,7 @@
  packages=find_packages(exclude=["tests"]),
  install_requires=[
--'msrestazure~=0.4.11',
+ 'msrestazure>=0.4.20,<2.0.0',
 -'azure-common~=1.1',
-+'msrestazure>=0.4.11',
 +'azure-common>=1.1',
  ],
  cmdclass=cmdclass




commit python-aiohttp for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package python-aiohttp for openSUSE:Factory 
checked in at 2018-05-13 15:59:22

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


Package is "python-aiohttp"

Sun May 13 15:59:22 2018 rev:5 rq:596552 version:3.1.3

Changes:

--- /work/SRC/openSUSE:Factory/python-aiohttp/python-aiohttp.changes
2018-03-14 19:35:46.000173458 +0100
+++ /work/SRC/openSUSE:Factory/.python-aiohttp.new/python-aiohttp.changes   
2018-05-13 15:59:28.918553614 +0200
@@ -1,0 +2,59 @@
+Sat Apr 14 17:22:15 UTC 2018 - a...@gmx.de
+
+- update to version 3.1.3:
+  * Fix cancellation broadcast during DNS resolve (#2910)
+
+---
+Thu Apr 12 20:47:59 UTC 2018 - a...@gmx.de
+
+- update to version 3.1.2:
+  * Make LineTooLong exception more detailed about actual data size
+(#2863)
+  * Call on_chunk_sent when write_eof takes as a param the last chunk
+(#2909)
+
+- changes from version 3.1.1:
+  * Support asynchronous iterators (and asynchronous generators as
+well) in both client and server API as request / response BODY
+payloads. (#2802)
+
+---
+Fri Mar 23 15:16:21 UTC 2018 - tbecht...@suse.com
+
+- update to 3.1.0:
+  - Relax JSON content-type checking in the ``ClientResponse.json()`` to allow
+"application/xxx+json" instead of strict "application/json". (#2206)
+  - Bump C HTTP parser to version 2.8 (#2730)
+  - Accept a coroutine as an application factory in ``web.run_app`` and 
gunicorn
+worker. (#2739)
+  - Implement application cleanup context (``app.cleanup_ctx`` property). 
(#2747)
+  - Make ``writer.write_headers`` a coroutine. (#2762)
+  - Add tracking signals for getting request/response bodies. (#2767)
+  - Deprecate ClientResponseError.code in favor of .status to keep similarity
+with response classes. (#2781)
+  - Implement ``app.add_routes()`` method. (#2787)
+  - Implement ``web.static()`` and ``RouteTableDef.static()`` API. (#2795)
+  - Install a test event loop as default by ``asyncio.set_event_loop()``. The
+change affects aiohttp test utils but backward compatibility is not broken
+for 99.99% of use cases. (#2804)
+  - Refactor ``ClientResponse`` constructor: make logically required 
constructor
+arguments mandatory, drop ``_post_init()`` method. (#2820)
+  - Use ``app.add_routes()`` in server docs everywhere (#2830)
+  - Websockets refactoring, all websocket writer methods are converted into
+coroutines. (#2836)
+  - Provide ``Content-Range`` header for ``Range`` requests (#2844)
+  - Fix websocket client return EofStream. (#2784)
+  - Fix websocket demo. (#2789)
+  - Property ``BaseRequest.http_range`` now returns a python-like slice when
+requesting the tail of the range. It's now indicated by a negative value in
+  ``range.start`` rather then in ``range.stop`` (#2805)
+  - Close a connection if an unexpected exception occurs while sending a 
request
+  - Fix firing DNS tracing events. (#2841)
+  - Change ``ClientResponse.json()`` documentation to reflect that it now
+allows "application/xxx+json" content-types (#2206)
+  - Document behavior when cchardet detects encodings that are unknown to 
Python.
+  - Add diagrams for tracing request life style. (#2748)
+  - Drop removed functionality for passing ``StreamReader`` as data at client
+side. (#2793)
+
+---

Old:

  aiohttp-3.0.1.tar.gz

New:

  aiohttp-3.1.3.tar.gz



Other differences:
--
++ python-aiohttp.spec ++
--- /var/tmp/diff_new_pack.xVz78O/_old  2018-05-13 15:59:30.482496549 +0200
+++ /var/tmp/diff_new_pack.xVz78O/_new  2018-05-13 15:59:30.482496549 +0200
@@ -17,23 +17,35 @@
 
 
 %{?!python_module:%define python_module() python3-%{**}}
-%bcond_without test
 %define skip_python2 1
+%bcond_without test
 Name:   python-aiohttp
-Version:3.0.1
+Version:3.1.3
 Release:0
 Summary:Asynchronous HTTP client/server framework
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:https://aiohttp.readthedocs.io/
+URL:https://aiohttp.readthedocs.io/
 Source: 
https://files.pythonhosted.org/packages/source/a/aiohttp/aiohttp-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE alarr...@suse.com -- Fix failing tests due to issue in 
pytest-timeout
 Patch0: remove-failing-tests-due-to-pytest-timeout-issues.patch
 BuildRequires:  %{python_module devel >= 3.4.2}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros

commit scalapack for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package scalapack for openSUSE:Factory 
checked in at 2018-05-13 15:59:19

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


Package is "scalapack"

Sun May 13 15:59:19 2018 rev:10 rq:606359 version:2.0.2

Changes:

--- /work/SRC/openSUSE:Factory/scalapack/scalapack.changes  2018-02-21 
14:11:00.915175209 +0100
+++ /work/SRC/openSUSE:Factory/.scalapack.new/scalapack.changes 2018-05-13 
15:59:20.974843467 +0200
@@ -1,0 +2,12 @@
+Fri May 11 07:48:09 UTC 2018 - e...@suse.com
+
+- Fix HPC build that broke with last change: the BLACS headers
+  need to be provided always (boo#1092881).
+
+---
+Thu Apr 26 16:54:44 UTC 2018 - jbe...@suse.com
+
+- Only produce blacs-devel-headers package once (in openmpi)
+  (boo#1092881).
+
+---



Other differences:
--
++ scalapack.spec ++
--- /var/tmp/diff_new_pack.lDzSrx/_old  2018-05-13 15:59:22.198798807 +0200
+++ /var/tmp/diff_new_pack.lDzSrx/_new  2018-05-13 15:59:22.202798661 +0200
@@ -36,6 +36,11 @@
 %if "%flavor" == "openmpi"
 %define mpi_flavor openmpi
 %{bcond_with hpc}
+%{bcond_without blacs_devel_headers}
+%else
+# Only build header back on one multibuild for non-HPC.
+# Note: For HPC the headers need to be built always.
+%{bcond_with blacs_devel_headers}
 %endif
 
 %if "%flavor" == "mvapich2"
@@ -389,8 +394,10 @@
 popd
 
 # blacs header
+%if %{with hpc} || %{with blacs_devel_headers}
 mkdir -p %{buildroot}%{p_includedir}/blacs/
 install -m 644 %{pname}-%{version}/BLACS/SRC/Bdef.h 
%{buildroot}%{p_includedir}/blacs/
+%endif
 %if %{with hpc}
 %{?hpc_write_pkgconfig:%hpc_write_pkgconfig -l %{pname}}
 %{?hpc_write_pkgconfig:%hpc_write_pkgconfig -l blacs -n blacs}
@@ -477,10 +484,12 @@
 %{installdir}/%_lib/libscalapack.a
 
 %if %{without hpc}
+%if %{with blacs_devel_headers}
 %files -n blacs-devel-headers
 %defattr(-,root,root,-)
 %{p_includedir}/blacs/
 %endif
+%endif
 
 %files -n %{libblacsname %_vers}
 %defattr(-,root,root,-)




commit autoyast2 for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package autoyast2 for openSUSE:Factory 
checked in at 2018-05-13 15:58:27

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


Package is "autoyast2"

Sun May 13 15:58:27 2018 rev:244 rq:606447 version:4.0.53

Changes:

--- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes  2018-05-06 
14:58:31.851494585 +0200
+++ /work/SRC/openSUSE:Factory/.autoyast2.new/autoyast2.changes 2018-05-13 
15:58:31.520647990 +0200
@@ -1,0 +2,7 @@
+Fri May 11 08:11:09 UTC 2018 - igonzalezs...@suse.com
+
+- Handle DASD or zFCP devices even when the profile is not in a
+  remote location (bsc#1089554).
+- 4.0.53
+
+---

Old:

  autoyast2-4.0.52.tar.bz2

New:

  autoyast2-4.0.53.tar.bz2



Other differences:
--
++ autoyast2.spec ++
--- /var/tmp/diff_new_pack.Cv1CeD/_old  2018-05-13 15:58:32.148625076 +0200
+++ /var/tmp/diff_new_pack.Cv1CeD/_new  2018-05-13 15:58:32.152624930 +0200
@@ -22,7 +22,7 @@
 %endif
 
 Name:   autoyast2
-Version:4.0.52
+Version:4.0.53
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -85,7 +85,7 @@
 Requires:   yast2-ruby-bindings >= 1.0.0
 
 Summary:YaST2 - Automated Installation
-License:GPL-2.0-only
+License:GPL-2.0
 Group:  System/YaST
 
 %description

++ autoyast2-4.0.52.tar.bz2 -> autoyast2-4.0.53.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-4.0.52/doc/profile_changes_SLE15.md 
new/autoyast2-4.0.53/doc/profile_changes_SLE15.md
--- old/autoyast2-4.0.52/doc/profile_changes_SLE15.md   2018-05-04 
16:23:04.0 +0200
+++ new/autoyast2-4.0.53/doc/profile_changes_SLE15.md   1970-01-01 
01:00:00.0 +0100
@@ -1,494 +0,0 @@
-## Main differences between SLE12 and SLE15 profiles
-
-### Product selection
-
-Starting with SLE15, all products are distributed using one medium.
-You need to choose which product to install. To do so explicitly, use the
-'product' option.
-
- Explicit Product Selection
-
-```xml
-
-  
-SLED
-  
-
-```
-
- In special cases, the medium might contain only one product. If so, you
- do not need to select a product explicitly as described above. AutoYaST will
- select the only available product automatically.
-
- For backward compatibility with profiles created for pre-SLE 15 products, 
AutoYaST
- implements a heuristic that selects products automatically. This heuristic 
will be
- used when the profile does not contain a 'product' element. This heuristic is 
based
- on the package and pattern selection in the profile. However, whenever 
possible,
- avoid using this mechanism and adapt old profiles to use explicit product 
selection.
-
- If the product selection fails an error is shown and the installation cannot 
be
- continued.
-
-### Firewall configuration
-
-In SLE15, SuSEfirewall2 has been replaced by firewalld as the default firewall.
-
-Taking in account that the configuration of both is quite different and that 
SLE12
-profiles were closely coupled to the SuSEfirewall2 configuration, a new syntax
-has been added.
-
-Old profiles will continue working although the supported configuration will 
be very
-limited, for that reason we recommend to check the final configuration in 
order to
-avoid an unexpected behavior or network security threats.
-
-This is the list of supported properties:**
-
-- enable_firewall (same behavior)
-- start_firewall (same behavior)
-- FW_CONFIGURATIONS_{DMZ, EXT, INT}
-- FW_DEV_{DMZ, EXT, INT}
-- FW_SERVICES_{DMZ, INT, EXT}_{TCP, UDP, IP}
-- FW_LOG_ACCEPT_CRIT
-- FW_LOG_DROP_CRIT
-- FW_LOG_DROP_ALL
-- FW_MASQUERADE
-
-The following examples will show with details the conversion of each property.
-
- Whether firewalld should be enabled and running after the installation
-
-```xml
-  
-# These attributes are the only ones that are completely compatible in 
both schemes
-true
-true
-  
-```
-
-Both firewalls are zone-based with a different predefined set of rules and 
level
-of trust for network connections.
-
-Whereas SuSEfirewall2 has 3 zones by default (DMZ, EXT, INT) firewalld provides
-a few more (block, dmz, drop, external, home, internal, public, trusted, work).
-In SuSEFirewall2 the default zone is the external one (EXT) but also allows the
-use of the special keyword `any` to assign all the interfaces that are not 
listed
-anywhere to a specified zone.
-
- Assignation of interfaces to zones
-
-The DMZ zone will be mapped to the 'dmz' zone, the EXT zone will be mapped to
-the 'public' zone if FW_MASQUERADE is 

commit kernel-source for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package kernel-source for openSUSE:Factory 
checked in at 2018-05-13 15:58:45

Comparing /work/SRC/openSUSE:Factory/kernel-source (Old)
 and  /work/SRC/openSUSE:Factory/.kernel-source.new (New)


Package is "kernel-source"

Sun May 13 15:58:45 2018 rev:426 rq:605714 version:4.16.8

Changes:

--- /work/SRC/openSUSE:Factory/kernel-source/dtb-aarch64.changes
2018-05-06 14:59:08.706142134 +0200
+++ /work/SRC/openSUSE:Factory/.kernel-source.new/dtb-aarch64.changes   
2018-05-13 15:58:47.788054409 +0200
@@ -1,0 +2,90 @@
+Wed May  9 11:59:30 CEST 2018 - jsl...@suse.cz
+
+- Linux 4.16.8 (bnc#1012628).
+- ACPI / button: make module loadable when booted in non-ACPI mode
+  (bnc#1012628).
+- arm64: Add work around for Arm Cortex-A55 Erratum 1024718
+  (bnc#1012628).
+- ALSA: hda - Fix incorrect usage of IS_REACHABLE() (bnc#1012628).
+- ALSA: pcm: Check PCM state at xfern compat ioctl (bnc#1012628).
+- ALSA: seq: Fix races at MIDI encoding in
+  snd_virmidi_output_trigger() (bnc#1012628).
+- ALSA: dice: fix kernel NULL pointer dereference due to invalid
+  calculation for array index (bnc#1012628).
+- ALSA: aloop: Mark paused device as inactive (bnc#1012628).
+- ALSA: aloop: Add missing cable lock to ctl API callbacks
+  (bnc#1012628).
+- errseq: Always report a writeback error once (bnc#1012628).
+- tracepoint: Do not warn on ENOMEM (bnc#1012628).
+- scsi: target: Fix fortify_panic kernel exception (bnc#1012628).
+- Input: leds - fix out of bound access (bnc#1012628).
+- Input: atmel_mxt_ts - add touchpad button mapping for Samsung
+  Chromebook Pro (bnc#1012628).
+- swiotlb: fix inversed DMA_ATTR_NO_WARN test (bnc#1012628).
+- rtlwifi: cleanup 8723be ant_sel definition (bnc#1012628).
+- xfs: prevent creating negative-sized file via INSERT_RANGE
+  (bnc#1012628).
+- tools: power/acpi, revert to LD = gcc (bnc#1012628).
+- RDMA/cxgb4: release hw resources on device removal
+  (bnc#1012628).
+- RDMA/ucma: Allow resolving address w/o specifying source address
+  (bnc#1012628).
+- RDMA/mlx5: Fix multiple NULL-ptr deref errors in rereg_mr flow
+  (bnc#1012628).
+- RDMA/mlx4: Add missed RSS hash inner header flag (bnc#1012628).
+- RDMA/mlx5: Protect from shift operand overflow (bnc#1012628).
+- NET: usb: qmi_wwan: add support for ublox R410M PID 0x90b2
+  (bnc#1012628).
+- IB/mlx5: Use unlimited rate when static rate is not supported
+  (bnc#1012628).
+- infiniband: mlx5: fix build errors when INFINIBAND_USER_ACCESS=m
+  (bnc#1012628).
+- IB/hfi1: Fix handling of FECN marked multicast packet
+  (bnc#1012628).
+- IB/hfi1: Fix loss of BECN with AHG (bnc#1012628).
+- IB/hfi1: Fix NULL pointer dereference when invalid num_vls is
+  used (bnc#1012628).
+- iw_cxgb4: Atomically flush per QP HW CQEs (bnc#1012628).
+- btrfs: Take trans lock before access running trans in
+  check_delayed_ref (bnc#1012628).
+- drm/vc4: Make sure vc4_bo_{inc,dec}_usecnt() calls are balanced
+  (bnc#1012628).
+- drm/vmwgfx: Fix a buffer object leak (bnc#1012628).
+- drm/bridge: vga-dac: Fix edid memory leak (bnc#1012628).
+- test_firmware: fix setting old custom fw path back on exit,
+  second try (bnc#1012628).
+- xhci: Fix use-after-free in xhci_free_virt_device (bnc#1012628).
+- USB: serial: visor: handle potential invalid device
+  configuration (bnc#1012628).
+- usb: dwc3: gadget: Fix list_del corruption in dwc3_ep_dequeue
+  (bnc#1012628).
+- USB: Accept bulk endpoints with 1024-byte maxpacket
+  (bnc#1012628).
+- USB: serial: option: reimplement interface masking
+  (bnc#1012628).
+- USB: serial: option: adding support for ublox R410M
+  (bnc#1012628).
+- usb: musb: host: fix potential NULL pointer dereference
+  (bnc#1012628).
+- usb: musb: trace: fix NULL pointer dereference in musb_g_tx()
+  (bnc#1012628).
+- platform/x86: asus-wireless: Fix NULL pointer dereference
+  (bnc#1012628).
+- platform/x86: Kconfig: Fix dell-laptop dependency chain
+  (bnc#1012628).
+- KVM: x86: remove APIC Timer periodic/oneshot spikes
+  (bnc#1012628).
+- x86/tsc: Always unregister clocksource_tsc_early (bnc#1012628).
+- x86/tsc: Fix mark_tsc_unstable() (bnc#1012628).
+- irqchip/qcom: Fix check for spurious interrupts (bnc#1012628).
+- clocksource: Allow clocksource_mark_unstable() on unregistered
+  clocksources (bnc#1012628).
+- clocksource: Initialize cs->wd_list (bnc#1012628).
+- clocksource: Consistent de-rate when marking unstable
+  (bnc#1012628).
+- tracing: Fix bad use of igrab in trace_uprobe.c (bnc#1012628).
+- Delete patches.suse/tools-power-acpi-revert-to-LD-gcc.patch.
+- Update config files.
+- commit 9269cc1
+
+---
dtb-armv6l.changes: same change
dtb-armv7l.changes: same change
kernel-64kb.changes: same change
kernel-debug.changes: same change
kernel-default.changes: same 

commit cargo for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package cargo for openSUSE:Factory checked 
in at 2018-05-13 15:58:13

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


Package is "cargo"

Sun May 13 15:58:13 2018 rev:20 rq:606355 version:0.26.0

Changes:

--- /work/SRC/openSUSE:Factory/cargo/cargo.changes  2018-05-03 
12:30:49.663600764 +0200
+++ /work/SRC/openSUSE:Factory/.cargo.new/cargo.changes 2018-05-13 
15:58:16.157208590 +0200
@@ -1,0 +2,15 @@
+Fri May 11 06:53:58 UTC 2018 - mman...@outlook.de
+
+- adapt cargo bootstrap version to 0.26.0
+- adapt rustc bootstrap version to 1.25.0
+- adapt rustc to 1.25.0
+
+---
+Thu May 10 23:38:20 UTC 2018 - luc1...@linuxmail.org
+
+- Update to version 0.26.0:
+  + No longer removes rust or rs prefixs/suffixs.
+  + Now defaults to creating a binary crate, instead of a library
+crate.
+
+---

Old:

  cargo-0.25.0.tar.gz

New:

  cargo-0.26.0.tar.gz



Other differences:
--
++ cargo.spec ++
--- /var/tmp/diff_new_pack.4hrQXi/_old  2018-05-13 15:58:17.389163637 +0200
+++ /var/tmp/diff_new_pack.4hrQXi/_new  2018-05-13 15:58:17.393163492 +0200
@@ -19,11 +19,9 @@
 #
 
 
-%global bootstrap_version 0.25.0
-%global bootstrap_rustc_version 1.24.0
-%global current_rustc_version 1.24.1
-%bcond_with cargo_bootstrap
-
+%global bootstrap_version 0.26.0
+%global bootstrap_rustc_version 1.25.0
+%global current_rustc_version 1.25.0
 %global rust_arch %{_arch}
 %global abi gnu
 %ifarch armv7hl
@@ -45,9 +43,9 @@
 %global rust_arch i686
 %endif
 %global rust_triple %{rust_arch}-unknown-linux-%{abi}
-
+%bcond_with cargo_bootstrap
 Name:   cargo
-Version:0.25.0
+Version:0.26.0
 Release:0
 Summary:The Rust package manager
 License:MIT OR Apache-2.0
@@ -69,13 +67,12 @@
 BuildRequires:  pkgconfig(openssl)
 BuildRequires:  pkgconfig(zlib)
 Requires:   rust
+Conflicts:  cargo
 Conflicts:  cargo-bootstrap
-Conflicts:  otherproviders(cargo)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  x86_64 %{arm} aarch64 ppc64 ppc64le s390x
 %ifarch %ix86
-ExclusiveArch:  i586 i686
 BuildArch:  i686
+ExclusiveArch:  i586 i686
 %endif
 # There are no successful builds for less than TW or Leap 42.2, so bootstrap
 # until such time that there is.
@@ -95,7 +92,7 @@
 %prep
 %setup -q -n cargo-%{version}
 %setup -q -D -T -a 1 -n cargo-%{version}
-# %patch0 -p1
+#patch0 -p1
 mkdir cargo-home
 cat >cargo-home/config < cargo-0.26.0.tar.gz ++
 17241 lines of diff (skipped)

++ update-config-guess.patch ++
 13489 lines (skipped)
 between /work/SRC/openSUSE:Factory/cargo/update-config-guess.patch
 and /work/SRC/openSUSE:Factory/.cargo.new/update-config-guess.patch

++ vendor.tar.xz ++
/work/SRC/openSUSE:Factory/cargo/vendor.tar.xz 
/work/SRC/openSUSE:Factory/.cargo.new/vendor.tar.xz differ: char 25, line 1




commit yast2-installation for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package yast2-installation for 
openSUSE:Factory checked in at 2018-05-13 15:58:20

Comparing /work/SRC/openSUSE:Factory/yast2-installation (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-installation.new (New)


Package is "yast2-installation"

Sun May 13 15:58:20 2018 rev:403 rq:606367 version:4.0.59

Changes:

--- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes
2018-05-06 14:58:12.176216584 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation.new/yast2-installation.changes   
2018-05-13 15:58:24.824892313 +0200
@@ -1,0 +2,27 @@
+Thu May 10 13:10:41 UTC 2018 - igonzalezs...@suse.com
+
+- Log a warning when umounting a filesystem fails after
+  installation/upgrade (related to bsc#1090018).
+- 4.0.59 
+
+---
+Tue May 08 12:04:00 CEST 2018 - aschn...@suse.com
+
+- disable mdadm auto assembly for installation (bsc#1090690)
+- 4.0.58
+
+---
+Thu May  3 07:34:57 UTC 2018 - lsle...@suse.cz
+
+- Keep the selected product in the desktop selection dialog
+  (bsc#1088660)
+- 4.0.57
+
+---
+Wed May  2 15:44:18 UTC 2018 - shundham...@suse.com
+
+- Copy new /var/log/YaST2/storage-inst/ subdir to target at the
+  end of the installation (part of fate #318196)
+- 4.0.56
+
+---

Old:

  yast2-installation-4.0.55.tar.bz2

New:

  yast2-installation-4.0.59.tar.bz2



Other differences:
--
++ yast2-installation.spec ++
--- /var/tmp/diff_new_pack.EAX8ux/_old  2018-05-13 15:58:26.196842252 +0200
+++ /var/tmp/diff_new_pack.EAX8ux/_new  2018-05-13 15:58:26.200842105 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-installation
-Version:4.0.55
+Version:4.0.59
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -28,7 +28,7 @@
 Requires:   yast2-ruby-bindings >= 4.0.6
 
 Summary:YaST2 - Installation Parts
-License:GPL-2.0-only
+License:GPL-2.0
 Group:  System/YaST
 
 Source1:YaST2-Second-Stage.service
@@ -48,9 +48,9 @@
 # Yast::Packages.check_remote_installation_packages
 BuildRequires:  yast2-packager >= 4.0.9
 
-# Y2Storage::StorageManager#devices_for_installation?
-BuildRequires:  yast2-storage-ng >= 4.0.168
-Requires:   yast2-storage-ng >= 4.0.168
+# Y2Storage::Inhibitors
+BuildRequires:  yast2-storage-ng >= 4.0.175
+Requires:   yast2-storage-ng >= 4.0.175
 
 # TextHelpers#div_with_direction
 Requires:   yast2 >= 4.0.72

++ yast2-installation-4.0.55.tar.bz2 -> yast2-installation-4.0.59.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-4.0.55/package/yast2-installation.changes 
new/yast2-installation-4.0.59/package/yast2-installation.changes
--- old/yast2-installation-4.0.55/package/yast2-installation.changes
2018-05-03 11:15:01.0 +0200
+++ new/yast2-installation-4.0.59/package/yast2-installation.changes
2018-05-11 10:48:59.0 +0200
@@ -1,4 +1,31 @@
 ---
+Thu May 10 13:10:41 UTC 2018 - igonzalezs...@suse.com
+
+- Log a warning when umounting a filesystem fails after
+  installation/upgrade (related to bsc#1090018).
+- 4.0.59 
+
+---
+Tue May 08 12:04:00 CEST 2018 - aschn...@suse.com
+
+- disable mdadm auto assembly for installation (bsc#1090690)
+- 4.0.58
+
+---
+Thu May  3 07:34:57 UTC 2018 - lsle...@suse.cz
+
+- Keep the selected product in the desktop selection dialog
+  (bsc#1088660)
+- 4.0.57
+
+---
+Wed May  2 15:44:18 UTC 2018 - shundham...@suse.com
+
+- Copy new /var/log/YaST2/storage-inst/ subdir to target at the
+  end of the installation (part of fate #318196)
+- 4.0.56
+
+---
 Fri Apr 27 15:07:15 UTC 2018 - igonzalezs...@suse.com
 
 - Do not warn too soon about missing disks during autoinstallation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-4.0.55/package/yast2-installation.spec 
new/yast2-installation-4.0.59/package/yast2-installation.spec
--- old/yast2-installation-4.0.55/package/yast2-installation.spec   
2018-05-03 11:15:01.0 +0200
+++ new/yast2-installation-4.0.59/package/yast2-installation.spec   
2018-05-11 

commit ovmf for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package ovmf for openSUSE:Factory checked in 
at 2018-05-13 15:57:58

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


Package is "ovmf"

Sun May 13 15:57:58 2018 rev:22 rq:606304 
version:2018+git1525854636.13e3f8c03339

Changes:

--- /work/SRC/openSUSE:Factory/ovmf/ovmf.changes2018-03-24 
16:05:07.597674915 +0100
+++ /work/SRC/openSUSE:Factory/.ovmf.new/ovmf.changes   2018-05-13 
15:57:59.209826991 +0200
@@ -1,0 +2,71 @@
+Thu May 10 08:05:16 UTC 2018 - g...@suse.com
+
+- Update to 2018+git1525854636.13e3f8c03339
+  + BaseTools/VfrCompile: Avoid using uninitialized pointer
+  + MdeModulePkg/PciHostBridge: Count the (mm)io overhead when polling
+  + UefiCpuPkg/SecMain: Add NORETURN decorator to SecStartup()
+  + CryptoPkg/CrtLibSupport: add secure_getenv() stub function
+  + MdeModulePkg/AcpiPlatformDxe: Unload after execution
+  + SecurityPkg/OpalPassword: Add support for pyrite 2.0 devices
+  + NetworkPkg/NetworkPkg.dsc: Add the instance of library class
+[SafeIntLib]
+  + ArmVirtPkg: use protocol-based DevicePathLib instance for most
+DXE modules
+  + OvmfPkg/QemuVideoDxe: round up FrameBufferSize to full page
+  + ArmVirtPkg: reinstate timer unmask quirk for Xen
+  + ArmPkg/TimerDxe: remove workaround for KVM timer handling
+  + FatPkg/EnhancedFatDxe: Ensure traverse of subtasks is
+delete-safe
+  + OvmfPkg/PlatformBootManagerLib: add USB keyboard to ConIn
+  + CryptoPkg/OpensslLib: Update OpenSSL version to 1.1.0h
+  + OvmfPkg/TlsAuthConfigLib: configure trusted cipher suites for
+HTTPS boot
+  + ArmVirtPkg/ArmVirtQemu: hook NvVarStoreFormattedLib into
+VariableRuntimeDxe
+  + ArmPlatformPkg/NorFlashDxe: cue the variable driver with
+NvVarStoreFormatted
+  + ArmPlatformPkg/NorFlashDxe: initialize varstore headers eagerly
+  + OvmfPkg: remove BLOCK_MMIO_PROTOCOL and BlockMmioToBlockIoDxe
+  + OvmfPkg/TlsAuthConfigLib: configure trusted CA certs for
+HTTPS boot
+  + MdeModulePkg/Variable/RuntimeDxe: introduce
+PcdMaxVolatileVariableSize
+  + NetworkPkg/TlsAuthConfigDxe: preserve TlsCaCertificate variable
+attributes
+  + NetworkPkg/HttpDxe: drop misleading comment / status code in
+cert config
+  + NetworkPkg/HttpDxe: use error handler epilogue in
+TlsConfigCertificate()
+  + NetworkPkg/HttpBootDxe: fix typo in DHCPv4 packet parsing
+  + OvmfPkg/QemuVideoDxe: handle invalid BltOperation gracefully
+  + NetworkPkg/UefiPxeBcDxe: Configure the ARP Instance/RouteTable
+with new address
+  + NetworkPkg/HttpDxe: Handle the large data request via HTTPS
+channel
+  + NetworkPkg/TlsDxe: Handle the multiple TLS record messages
+encryption/decryption
+  + SecurityPkg Tpm12CommandLib: Fix TPM12 GetCapability response
+error
+  + SecurityPkg Tpm2CommandLib: Fix TPM2.0 response memory overflow
+  + MdeModulePkg/DxeMain: Fix BSP interrupts reenabled in
+ExitBootServices
+  + UefiCpuPkg/MpInitLib: Disable interrupt at ExitBootServices AP
+Mwait
+  + OvmfPkg/PlatformBootManagerLib: process "-kernel" before boot
+devices
+  + OvmfPkg/PlatformBootManagerLib: hoist PciAcpiInitialization()
+  + ArmVirtPkg/PlatformBootManagerLib: return to "-kernel before
+boot devices"
+  + MdeModulePkg/Core: allow HeapGuard even before CpuArchProtocol
+installed
+  + UefiCpuPkg CpuExceptionHandlerLib: use FixedPcdGetSize() as the
+macro value
+  + remove TrEE
+  + MdeModulePkg/PciBus: return CPU address for GetBarAttributes
+  + MdeModulePkg/PciBus: convert host address to device address
+  + MdeModulePkg/PciHostBridgeDxe: Add support for address translation
+  + OvmfPkg/PciHostBridgeLib: clear PCI aperture vars for (re)init
+  + ArmPkg/TimerDxe: Add ISB for timer compare value reload
+  + BaseTools code refactoring
+
+---

Old:

  openssl-1.1.0g.tar.gz
  openssl-1.1.0g.tar.gz.asc
  ovmf-2018+git1521096615.b3fa393f477a.tar.xz

New:

  openssl-1.1.0h.tar.gz
  openssl-1.1.0h.tar.gz.asc
  ovmf-2018+git1525854636.13e3f8c03339.tar.xz



Other differences:
--
++ ovmf.spec ++
--- /var/tmp/diff_new_pack.31DtEZ/_old  2018-05-13 15:58:01.237752992 +0200
+++ /var/tmp/diff_new_pack.31DtEZ/_new  2018-05-13 15:58:01.241752846 +0200
@@ -18,14 +18,14 @@
 
 
 %undefine _build_create_debug
-%global openssl_version 1.1.0g
+%global openssl_version 1.1.0h
 
 Name:   ovmf
 Url:
http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=EDK2
 Summary:Open Virtual Machine Firmware
 License:BSD-2-Clause
 Group:  System/Emulators/PC
-Version:2018+git1521096615.b3fa393f477a
+Version:

commit python-tornado for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package python-tornado for openSUSE:Factory 
checked in at 2018-05-13 15:58:08

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


Package is "python-tornado"

Sun May 13 15:58:08 2018 rev:48 rq:606307 version:4.5.3

Changes:

--- /work/SRC/openSUSE:Factory/python-tornado/python-tornado.changes
2018-05-07 14:53:06.803097780 +0200
+++ /work/SRC/openSUSE:Factory/.python-tornado.new/python-tornado.changes   
2018-05-13 15:58:09.481452184 +0200
@@ -1,0 +2,5 @@
+Thu May 10 16:35:09 UTC 2018 - toddrme2...@gmail.com
+
+- Fix building on SLE
+
+---



Other differences:
--
++ python-tornado.spec ++
--- /var/tmp/diff_new_pack.TV9JBc/_old  2018-05-13 15:58:10.217425329 +0200
+++ /var/tmp/diff_new_pack.TV9JBc/_new  2018-05-13 15:58:10.221425183 +0200
@@ -42,6 +42,9 @@
 Recommends: python-pycurl
 Recommends: python-service_identity
 %endif
+%if 0%{?sle_version} == 120300
+BuildRequires:  %{python_module backports_abc}
+%endif
 %if 0%{?sle_version} == 12 && !0%{?is_opensuse}
 BuildRequires:  %{python_module backports.ssl_match_hostname}
 BuildRequires:  %{python_module certifi}




  1   2   >