Hello community,
here is the log from the commit of package python-msrestazure for
openSUSE:Factory checked in at 2017-07-19 11:20:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-msrestazure (Old)
and /work/SRC/openSUSE:Factory/.python-msrestazure.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-msrestazure"
Wed Jul 19 11:20:34 2017 rev:2 rq:509200 version:0.4.11
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-msrestazure/python-msrestazure.changes
2017-02-03 18:57:52.325539336 +0100
+++
/work/SRC/openSUSE:Factory/.python-msrestazure.new/python-msrestazure.changes
2017-07-19 12:21:41.650558564 +0200
@@ -1,0 +2,8 @@
+Mon Jul 10 13:21:36 UTC 2017 - [email protected]
+
+- New upstream release
+ + Version 0.4.11
+- Provide full source URL in Source field
+- Convert package to single spec
+
+-------------------------------------------------------------------
Old:
----
msrestazure-0.4.5.tar.gz
New:
----
msrestazure-0.4.11.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-msrestazure.spec ++++++
--- /var/tmp/diff_new_pack.QbsgQC/_old 2017-07-19 12:21:42.930377968 +0200
+++ /var/tmp/diff_new_pack.QbsgQC/_new 2017-07-19 12:21:42.934377403 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-msrestazure
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -14,23 +14,29 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
+
+
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-msrestazure
-Version: 0.4.5
+Version: 0.4.11
Release: 0
Summary: AutoRest swagger generator
License: MIT
Group: Development/Languages/Python
Url: https://pypi.python.org/pypi/msrestazure
-Source: msrestazure-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/m/msrestazure/msrestazure-%{version}.tar.gz
+BuildRequires: %{python_module devel}
+BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
-BuildRequires: python-devel
-BuildRequires: python-setuptools
-Requires: python-msrest >= 0.4.4
-Requires: python-keyring >= 5.6
+BuildRequires: python-rpm-macros
Requires: python-adal >= 0.4.0
+Requires: python-keyring >= 5.6
+Requires: python-msrest >= 0.4.4
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
+%python_subpackages
+
%description
AutoRest swagger generator Python client runtime. Azure-specific module.
@@ -38,14 +44,14 @@
%setup -q -n msrestazure-%{version}
%build
-python setup.py build
+%python_build
%install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
%fdupes %{buildroot}/%{python_sitelib}/*
-%files
+%files %{python_files}
%defattr(-,root,root,-)
%{python_sitelib}/*
++++++ msrestazure-0.4.5.tar.gz -> msrestazure-0.4.11.tar.gz ++++++
++++ 4834 lines of diff (skipped)