Hello community,
here is the log from the commit of package python-msrestazure for
openSUSE:Factory checked in at 2018-02-14 09:27:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-msrestazure (Old)
and /work/SRC/openSUSE:Factory/.python-msrestazure.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-msrestazure"
Wed Feb 14 09:27:33 2018 rev:4 rq:571394 version:0.4.20
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-msrestazure/python-msrestazure.changes
2017-09-20 17:13:10.189510645 +0200
+++
/work/SRC/openSUSE:Factory/.python-msrestazure.new/python-msrestazure.changes
2018-02-14 09:27:33.936299577 +0100
@@ -1,0 +2,13 @@
+Wed Jan 31 13:23:20 UTC 2018 - [email protected]
+
+- Install LICENSE.md into doc directory
+
+-------------------------------------------------------------------
+Fri Jan 26 12:44:30 UTC 2018 - [email protected]
+
+- New upstream release
+ + Version 0.4.20
+- Install README.rst into doc directory
+- Update Requires from setup.py
+
+-------------------------------------------------------------------
Old:
----
msrestazure-0.4.11.tar.gz
New:
----
LICENSE.md
msrestazure-0.4.20.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-msrestazure.spec ++++++
--- /var/tmp/diff_new_pack.aKW9sl/_old 2018-02-14 09:27:34.584276095 +0100
+++ /var/tmp/diff_new_pack.aKW9sl/_new 2018-02-14 09:27:34.584276095 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-msrestazure
#
-# 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,21 +18,24 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-msrestazure
-Version: 0.4.11
+Version: 0.4.20
Release: 0
Summary: AutoRest swagger generator
License: MIT
Group: Development/Languages/Python
Url: https://pypi.python.org/pypi/msrestazure
Source:
https://files.pythonhosted.org/packages/source/m/msrestazure/msrestazure-%{version}.tar.gz
+Source1: LICENSE.md
Patch0: m_drop-compatible-releases-operator.patch
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-adal >= 0.4.0
+Requires: python-adal < 1.0.0
+Requires: python-adal >= 0.4.7
Requires: python-keyring >= 5.6
-Requires: python-msrest >= 0.4.4
+Requires: python-msrest < 2.0.0
+Requires: python-msrest >= 0.4.25
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
@@ -44,6 +47,7 @@
%prep
%setup -q -n msrestazure-%{version}
%patch0 -p1
+cp %{SOURCE1} LICENSE.md
%build
%python_build
@@ -55,6 +59,7 @@
%files %{python_files}
%defattr(-,root,root,-)
+%doc LICENSE.md README.rst
%{python_sitelib}/*
%changelog
++++++ LICENSE.md ++++++
MIT License
Copyright (c) 2016 Microsoft Azure
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.
++++++ m_drop-compatible-releases-operator.patch ++++++
--- /var/tmp/diff_new_pack.aKW9sl/_old 2018-02-14 09:27:34.620274790 +0100
+++ /var/tmp/diff_new_pack.aKW9sl/_new 2018-02-14 09:27:34.620274790 +0100
@@ -1,14 +1,11 @@
-diff -Nru msrestazure-0.4.11.orig/setup.py msrestazure-0.4.11/setup.py
---- msrestazure-0.4.11.orig/setup.py 2017-06-30 01:17:47.000000000 +0200
-+++ msrestazure-0.4.11/setup.py 2017-09-19 21:58:49.165620615 +0200
-@@ -49,8 +49,8 @@
- 'License :: OSI Approved :: MIT License',
- 'Topic :: Software Development'],
+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.000000000 +0100
++++ msrestazure-0.4.20/setup.py 2018-01-26 13:33:02.600469484 +0100
+@@ -51,6 +51,6 @@
install_requires=[
-- "msrest~=0.4.10",
-+ "msrest>=0.4.10",
+ "msrest>=0.4.25,<2.0.0",
"keyring>=5.6",
-- "adal~=0.4.0"
-+ "adal>=0.4.0"
+- "adal~=0.4.7"
++ "adal>=0.4.7"
],
)
++++++ msrestazure-0.4.11.tar.gz -> msrestazure-0.4.20.tar.gz ++++++
++++ 1678 lines of diff (skipped)