Hello community,

here is the log from the commit of package python-azure-mgmt-batch for 
openSUSE:Factory checked in at 2018-02-14 09:25:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-batch (Old)
 and      /work/SRC/openSUSE:Factory/.python-azure-mgmt-batch.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-azure-mgmt-batch"

Wed Feb 14 09:25:35 2018 rev:2 rq:571094 version:5.0.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-batch/python-azure-mgmt-batch.changes
  2017-10-11 22:58:08.245359892 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-batch.new/python-azure-mgmt-batch.changes
     2018-02-14 09:25:47.376161289 +0100
@@ -1,0 +2,12 @@
+Thu Jan 18 10:09:10 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 5.0.0
+  + For detailed information about changes see the
+    HISTORY.rst file provided with this package
+- Install HISTORY.rst into doc directory
+- Refresh patches for new version
+  + amb_drop-compatible-releases-operator.patch
+- Update Requires from setup.py
+
+-------------------------------------------------------------------

Old:
----
  azure-mgmt-batch-4.1.0.zip

New:
----
  azure-mgmt-batch-5.0.0.zip

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-azure-mgmt-batch.spec ++++++
--- /var/tmp/diff_new_pack.Ku9XJL/_old  2018-02-14 09:25:47.980139400 +0100
+++ /var/tmp/diff_new_pack.Ku9XJL/_new  2018-02-14 09:25:47.984139255 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-batch
 #
-# 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-azure-mgmt-batch
-Version:        4.1.0
+Version:        5.0.0
 Release:        0
 Summary:        Microsoft Azure Batch 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 >= 0.4.11
 Conflicts:      python-azure-sdk <= 2.0.0
 
 BuildArch:      noarch
@@ -69,7 +69,7 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc LICENSE.txt README.rst
+%doc HISTORY.rst LICENSE.txt README.rst
 %{python_sitelib}/azure/mgmt/batch
 %{python_sitelib}/azure_mgmt_batch-*.egg-info
 

++++++ amb_drop-compatible-releases-operator.patch ++++++
--- /var/tmp/diff_new_pack.Ku9XJL/_old  2018-02-14 09:25:48.028137660 +0100
+++ /var/tmp/diff_new_pack.Ku9XJL/_new  2018-02-14 09:25:48.028137660 +0100
@@ -1,14 +1,14 @@
-diff -Nru azure-mgmt-batch-4.0.0.orig/setup.py azure-mgmt-batch-4.0.0/setup.py
---- azure-mgmt-batch-4.0.0.orig/setup.py       2017-05-10 21:07:34.000000000 
+0200
-+++ azure-mgmt-batch-4.0.0/setup.py    2017-06-09 10:37:55.590515314 +0200
+diff -Nru azure-mgmt-batch-5.0.0.orig/setup.py azure-mgmt-batch-5.0.0/setup.py
+--- azure-mgmt-batch-5.0.0.orig/setup.py       2017-11-13 20:33:52.000000000 
+0100
++++ azure-mgmt-batch-5.0.0/setup.py    2018-01-17 16:20:23.587287606 +0100
 @@ -78,8 +78,8 @@
      zip_safe=False,
-     packages=find_packages(),
+     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.11',
+-        'azure-common~=1.1',
++        'msrestazure>=0.4.11',
++        'azure-common>=1.1',
      ],
      cmdclass=cmdclass
  )


Reply via email to