Hello community,
here is the log from the commit of package python-azure-mgmt-batchai for
openSUSE:Factory checked in at 2018-04-19 15:29:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-batchai (Old)
and /work/SRC/openSUSE:Factory/.python-azure-mgmt-batchai.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-mgmt-batchai"
Thu Apr 19 15:29:07 2018 rev:2 rq:596351 version:1.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-mgmt-batchai/python-azure-mgmt-batchai.changes
2018-02-14 10:49:42.477816749 +0100
+++
/work/SRC/openSUSE:Factory/.python-azure-mgmt-batchai.new/python-azure-mgmt-batchai.changes
2018-04-19 15:29:09.683858880 +0200
@@ -1,0 +2,14 @@
+Wed Apr 11 11:35:38 UTC 2018 - [email protected]
+
+- New upstream release
+ + Version 1.0.0
+ + For detailed information about changes see the
+ HISTORY.rst file provided with this package
+- Move LICENSE.txt from %doc to %license section
+- Install HISTORY.rst into doc directory
+- 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-batchai-0.2.0.zip
New:
----
azure-mgmt-batchai-1.0.0.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-mgmt-batchai.spec ++++++
--- /var/tmp/diff_new_pack.wcQYMC/_old 2018-04-19 15:29:10.419828764 +0200
+++ /var/tmp/diff_new_pack.wcQYMC/_new 2018-04-19 15:29:10.423828601 +0200
@@ -15,29 +15,30 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
+
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-azure-mgmt-batchai
-Version: 0.2.0
+Version: 1.0.0
Release: 0
-Summary: Microsoft Azure BatchAI Management Client Library
+Summary: Microsoft Azure Batch AI Management Client Library
License: MIT
Group: Development/Languages/Python
Url: https://github.com/Azure/azure-sdk-for-python
Source:
https://files.pythonhosted.org/packages/source/a/azure-mgmt-batchai/azure-mgmt-batchai-%{version}.zip
Source1: LICENSE.txt
Patch1: amb_drop-compatible-releases-operator.patch
+BuildRequires: %{python_module azure-mgmt-nspkg}
+BuildRequires: %{python_module azure-nspkg}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
BuildRequires: unzip
-BuildRequires: %{python_module azure-mgmt-nspkg}
-BuildRequires: %{python_module azure-nspkg}
+Requires: python-azure-common < 2.0.0
+Requires: python-azure-common >= 1.1
Requires: python-azure-mgmt-nspkg
Requires: python-azure-nspkg
-Requires: python-msrestazure >= 0.4.11
-Requires: python-msrestazure < 1.0.0
-Requires: python-azure-common >= 1.1
-Requires: python-azure-common < 2.0.0
+Requires: python-msrestazure < 2.0.0
+Requires: python-msrestazure >= 0.4.20
Conflicts: python-azure-sdk <= 2.0.0
BuildArch: noarch
@@ -45,12 +46,12 @@
%python_subpackages
%description
-This is the Microsoft Azure BatchAI Management Client Library.
+This is the Microsoft Azure Batch AI 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-batchai-%{version}
@@ -71,7 +72,9 @@
%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/batchai
%{python_sitelib}/azure_mgmt_batchai-*.egg-info
+
%changelog
++++++ amb_drop-compatible-releases-operator.patch ++++++
--- /var/tmp/diff_new_pack.wcQYMC/_old 2018-04-19 15:29:10.475826473 +0200
+++ /var/tmp/diff_new_pack.wcQYMC/_new 2018-04-19 15:29:10.479826309 +0200
@@ -1,13 +1,11 @@
-diff -Nru azure-mgmt-batchai-0.2.0.orig/setup.py
azure-mgmt-batchai-0.2.0/setup.py
---- azure-mgmt-batchai-0.2.0.orig/setup.py 2017-10-05 22:02:32.000000000
+0200
-+++ azure-mgmt-batchai-0.2.0/setup.py 2018-01-23 17:24:57.511777490 +0100
-@@ -78,8 +78,8 @@
- zip_safe=False,
+diff -Nru azure-mgmt-batchai-1.0.0.orig/setup.py
azure-mgmt-batchai-1.0.0/setup.py
+--- azure-mgmt-batchai-1.0.0.orig/setup.py 2018-03-19 20:53:08.000000000
+0100
++++ azure-mgmt-batchai-1.0.0/setup.py 2018-04-11 13:29:23.607934534 +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