Hello community,
here is the log from the commit of package python-azure-mgmt-datafactory for
openSUSE:Factory checked in at 2018-04-19 15:29:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-datafactory (Old)
and /work/SRC/openSUSE:Factory/.python-azure-mgmt-datafactory.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-mgmt-datafactory"
Thu Apr 19 15:29:09 2018 rev:2 rq:596354 version:0.6.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-mgmt-datafactory/python-azure-mgmt-datafactory.changes
2018-02-14 10:49:44.517743343 +0100
+++
/work/SRC/openSUSE:Factory/.python-azure-mgmt-datafactory.new/python-azure-mgmt-datafactory.changes
2018-04-19 15:29:10.675818290 +0200
@@ -1,0 +2,18 @@
+Wed Apr 11 13:00:20 UTC 2018 - [email protected]
+
+- New upstream release
+ + Version 0.6.0
+
+-------------------------------------------------------------------
+Wed Mar 7 15:50:37 UTC 2018 - [email protected]
+
+- New upstream release
+ + Version 0.5.0
+ + For detailed information about changes see the
+ HISTORY.rst file provided with this package
+- Move LICENSE.txt from %doc to %license section
+- Refresh patches for new version
+ + amd_drop-compatible-releases-operator.patch
+- Update %description from setup.py
+
+-------------------------------------------------------------------
Old:
----
azure-mgmt-datafactory-0.3.0.zip
New:
----
azure-mgmt-datafactory-0.6.0.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-mgmt-datafactory.spec ++++++
--- /var/tmp/diff_new_pack.iii3PG/_old 2018-04-19 15:29:11.279793573 +0200
+++ /var/tmp/diff_new_pack.iii3PG/_new 2018-04-19 15:29:11.283793410 +0200
@@ -15,9 +15,10 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
+
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-azure-mgmt-datafactory
-Version: 0.3.0
+Version: 0.6.0
Release: 0
Summary: Microsoft Azure Data Factory Management Client Library
License: MIT
@@ -26,18 +27,18 @@
Source:
https://files.pythonhosted.org/packages/source/a/azure-mgmt-datafactory/azure-mgmt-datafactory-%{version}.zip
Source1: LICENSE.txt
Patch1: amd_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
@@ -50,7 +51,7 @@
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-datafactory-%{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/datafactory
%{python_sitelib}/azure_mgmt_datafactory-*.egg-info
+
%changelog
++++++ amd_drop-compatible-releases-operator.patch ++++++
--- /var/tmp/diff_new_pack.iii3PG/_old 2018-04-19 15:29:11.327791609 +0200
+++ /var/tmp/diff_new_pack.iii3PG/_new 2018-04-19 15:29:11.327791609 +0200
@@ -1,16 +1,12 @@
-diff -Nru azure-mgmt-datafactory-0.3.0.orig/setup.py
azure-mgmt-datafactory-0.3.0/setup.py
---- azure-mgmt-datafactory-0.3.0.orig/setup.py 2017-12-12 17:56:26.000000000
+0100
-+++ azure-mgmt-datafactory-0.3.0/setup.py 2018-01-24 12:59:20.547943834
+0100
-@@ -77,8 +77,8 @@
- zip_safe=False,
+diff -Nru azure-mgmt-datafactory-0.5.0.orig/setup.py
azure-mgmt-datafactory-0.5.0/setup.py
+--- azure-mgmt-datafactory-0.5.0.orig/setup.py 2018-02-17 00:02:24.000000000
+0100
++++ azure-mgmt-datafactory-0.5.0/setup.py 2018-03-07 16:26:31.978967339
+0100
+@@ -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
--)
-\ No newline at end of file
-+)
+ )