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.

Reply via email to