commit python-azure-mgmt-trafficmanager for openSUSE:Factory

2019-10-10 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-trafficmanager for 
openSUSE:Factory checked in at 2019-10-10 14:31:47

Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-trafficmanager (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-mgmt-trafficmanager.new.2352 
(New)


Package is "python-azure-mgmt-trafficmanager"

Thu Oct 10 14:31:47 2019 rev:5 rq:735753 version:0.51.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-trafficmanager/python-azure-mgmt-trafficmanager.changes
2019-05-14 13:38:03.524367966 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-trafficmanager.new.2352/python-azure-mgmt-trafficmanager.changes
  2019-10-10 14:31:49.036420186 +0200
@@ -1,0 +2,8 @@
+Fri Oct  4 12:20:41 UTC 2019 - John Paul Adrian Glaubitz 

+
+- Drop patches to support older versions of setuptools as
+  SLE-12 is now shipping with a recent enough version
+  + amt_drop-compatible-releases-operator.patch
+  + amt_drop-extras-require.patch
+
+---

Old:

  amt_drop-compatible-releases-operator.patch
  amt_drop-extras-require.patch



Other differences:
--
++ python-azure-mgmt-trafficmanager.spec ++
--- /var/tmp/diff_new_pack.eM6AmX/_old  2019-10-10 14:31:49.552418983 +0200
+++ /var/tmp/diff_new_pack.eM6AmX/_new  2019-10-10 14:31:49.552418983 +0200
@@ -26,8 +26,6 @@
 Url:https://github.com/Azure/azure-sdk-for-python
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-mgmt-trafficmanager/azure-mgmt-trafficmanager-%{version}.zip
 Source1:LICENSE.txt
-Patch1: amt_drop-compatible-releases-operator.patch
-Patch2: amt_drop-extras-require.patch
 BuildRequires:  %{python_module azure-mgmt-nspkg >= 3.0.0}
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
 BuildRequires:  %{python_module setuptools}
@@ -57,8 +55,6 @@
 
 %prep
 %setup -q -n azure-mgmt-trafficmanager-%{version}
-%patch1 -p1
-%patch2 -p1
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-trafficmanager-%{version}





commit python-azure-mgmt-trafficmanager for openSUSE:Factory

2019-05-14 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-trafficmanager for 
openSUSE:Factory checked in at 2019-05-14 13:37:58

Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-trafficmanager (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-mgmt-trafficmanager.new.5148 
(New)


Package is "python-azure-mgmt-trafficmanager"

Tue May 14 13:37:58 2019 rev:4 rq:694489 version:0.51.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-trafficmanager/python-azure-mgmt-trafficmanager.changes
2018-09-26 16:15:46.275053450 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-trafficmanager.new.5148/python-azure-mgmt-trafficmanager.changes
  2019-05-14 13:38:03.524367966 +0200
@@ -1,0 +2,21 @@
+Mon Apr 15 09:25:58 UTC 2019 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 0.51.0
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Add patch to drop extras_require field from setup.py,
+  required for SLES12 as the setuptools version is too old
+  + amt_drop-extras-require.patch
+- Bump minimum version for namespace packages
+  to 3.0.0 in BuildRequires and Requires
+- Remove python-devel package from BuildRequires
+- Refresh patches for new version
+  + amt_drop-compatible-releases-operator.patch
+- Run fdupes to hardlink duplicate files
+  + Add fdupes to BuildRequires
+  + Add %fdupes invocation to %install
+- Update %description from setup.py
+- Update BuildRequires and Requires from setup.py
+
+---

Old:

  azure-mgmt-trafficmanager-0.50.0.zip

New:

  amt_drop-extras-require.patch
  azure-mgmt-trafficmanager-0.51.0.zip



Other differences:
--
++ python-azure-mgmt-trafficmanager.spec ++
--- /var/tmp/diff_new_pack.nqWODn/_old  2019-05-14 13:38:04.596370373 +0200
+++ /var/tmp/diff_new_pack.nqWODn/_new  2019-05-14 13:38:04.596370373 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-trafficmanager
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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-trafficmanager
-Version:0.50.0
+Version:0.51.0
 Release:0
 Summary:Microsoft Azure Traffic Manager Client Library
 License:MIT
@@ -27,18 +27,20 @@
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-mgmt-trafficmanager/azure-mgmt-trafficmanager-%{version}.zip
 Source1:LICENSE.txt
 Patch1: amt_drop-compatible-releases-operator.patch
-BuildRequires:  %{python_module azure-mgmt-nspkg}
-BuildRequires:  %{python_module azure-nspkg}
-BuildRequires:  %{python_module devel}
+Patch2: amt_drop-extras-require.patch
+BuildRequires:  %{python_module azure-mgmt-nspkg >= 3.0.0}
+BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
 Requires:   python-azure-common < 2.0.0
 Requires:   python-azure-common >= 1.1
-Requires:   python-azure-mgmt-nspkg
-Requires:   python-azure-nspkg
+Requires:   python-azure-mgmt-nspkg >= 3.0.0
+Requires:   python-azure-nspkg >= 3.0.0
+Requires:   python-msrest >= 0.5.0
 Requires:   python-msrestazure < 2.0.0
-Requires:   python-msrestazure >= 0.4.27
+Requires:   python-msrestazure >= 0.4.32
 Conflicts:  python-azure-sdk <= 2.0.0
 
 BuildArch:  noarch
@@ -51,11 +53,12 @@
 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.4, 3.5 and 3.6.
+This package has been tested with Python 2.7, 3.4, 3.5, 3.6 and 3.7.
 
 %prep
 %setup -q -n azure-mgmt-trafficmanager-%{version}
 %patch1 -p1
+%patch2 -p1
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-trafficmanager-%{version}
@@ -63,6 +66,7 @@
 
 %install
 %python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 %{python_expand # delete common files
 rm -rf %{buildroot}%{$python_sitelib}/azure/mgmt/__init__.*
 rm -rf %{buildroot}%{$python_sitelib}/azure/mgmt/__pycache__

++ amt_drop-compatible-releases-operator.patch ++
--- /var/tmp/diff_new_pack.nqWODn/_old  2019-05-14 13:38:04.620370427 +0200
+++ /var/tmp/diff_new_pack.nqWODn/_new  2019-05-14 13:38:04.620370427 +0200
@@ -1,12 +1,12 @@
-diff -Nru 

commit python-azure-mgmt-trafficmanager for openSUSE:Factory

2018-09-26 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-trafficmanager for 
openSUSE:Factory checked in at 2018-09-26 16:15:40

Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-trafficmanager (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-mgmt-trafficmanager.new (New)


Package is "python-azure-mgmt-trafficmanager"

Wed Sep 26 16:15:40 2018 rev:3 rq:637997 version:0.50.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-trafficmanager/python-azure-mgmt-trafficmanager.changes
2018-01-30 15:45:31.663456420 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-trafficmanager.new/python-azure-mgmt-trafficmanager.changes
   2018-09-26 16:15:46.275053450 +0200
@@ -1,0 +2,12 @@
+Thu Sep  6 11:54:13 UTC 2018 - John Paul Adrian Glaubitz 

+
+- New upstream release 0.50.0
+  * For detailed information about changes, see the
+HISTORY.txt file provided with this package
+- Move LICENSE.txt from %doc to %license section
+- Refresh patches for new version
+  + amt_drop-compatible-releases-operator.patch
+- Update Requires from setup.py
+- Update %description from setup.py
+
+---

Old:

  azure-mgmt-trafficmanager-0.40.0.zip

New:

  azure-mgmt-trafficmanager-0.50.0.zip



Other differences:
--
++ python-azure-mgmt-trafficmanager.spec ++
--- /var/tmp/diff_new_pack.dIMqVV/_old  2018-09-26 16:15:46.859052483 +0200
+++ /var/tmp/diff_new_pack.dIMqVV/_new  2018-09-26 16:15:46.867052470 +0200
@@ -12,13 +12,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-azure-mgmt-trafficmanager
-Version:0.40.0
+Version:0.50.0
 Release:0
 Summary:Microsoft Azure Traffic Manager 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.6
+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.8
+Requires:   python-msrestazure < 2.0.0
+Requires:   python-msrestazure >= 0.4.27
 Conflicts:  python-azure-sdk <= 2.0.0
 
 BuildArch:  noarch
@@ -51,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-trafficmanager-%{version}
@@ -72,7 +72,8 @@
 
 %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/trafficmanager
 %{python_sitelib}/azure_mgmt_trafficmanager-*.egg-info
 

++ amt_drop-compatible-releases-operator.patch ++
--- /var/tmp/diff_new_pack.dIMqVV/_old  2018-09-26 16:15:46.927052371 +0200
+++ /var/tmp/diff_new_pack.dIMqVV/_new  2018-09-26 16:15:46.931052364 +0200
@@ -1,14 +1,12 @@
-diff -Nru azure-mgmt-trafficmanager-0.40.0.orig/setup.py 
azure-mgmt-trafficmanager-0.40.0/setup.py
 azure-mgmt-trafficmanager-0.40.0.orig/setup.py 2017-07-03 
21:23:22.0 +0200
-+++ azure-mgmt-trafficmanager-0.40.0/setup.py  2017-07-04 14:07:52.510755669 
+0200
-@@ -78,8 +78,8 @@
- zip_safe=False,
- packages=find_packages(),
+diff -Nru azure-mgmt-trafficmanager-0.50.0.orig/setup.py 
azure-mgmt-trafficmanager-0.50.0/setup.py
+--- azure-mgmt-trafficmanager-0.50.0.orig/setup.py 2018-05-25 
20:47:26.0 +0200
 azure-mgmt-trafficmanager-0.50.0/setup.py  2018-09-06 13:52:50.371937213 
+0200
+@@ -78,7 +78,7 @@
+ packages=find_packages(exclude=["tests"]),
  install_requires=[
--'msrestazure~=0.4.8',
--'azure-common~=1.1.6',
-+'msrestazure>=0.4.8',
-+'azure-common>=1.1.6',
+ 'msrestazure>=0.4.27,<2.0.0',
+-'azure-common~=1.1',
++'azure-common>=1.1',
  ],
  cmdclass=cmdclass
  )




commit python-azure-mgmt-trafficmanager for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-trafficmanager for 
openSUSE:Factory checked in at 2018-01-30 15:45:30

Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-trafficmanager (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-mgmt-trafficmanager.new (New)


Package is "python-azure-mgmt-trafficmanager"

Tue Jan 30 15:45:30 2018 rev:2 rq:571033 version:0.40.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-trafficmanager/python-azure-mgmt-trafficmanager.changes
2017-10-11 23:00:34.790935465 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-trafficmanager.new/python-azure-mgmt-trafficmanager.changes
   2018-01-30 15:45:31.663456420 +0100
@@ -1,0 +2,5 @@
+Tue Jan 30 12:14:29 UTC 2018 - adrian.glaub...@suse.com
+
+- Install HISTORY.rst into doc directory
+
+---



Other differences:
--
++ python-azure-mgmt-trafficmanager.spec ++
--- /var/tmp/diff_new_pack.c0vUUF/_old  2018-01-30 15:45:32.479418328 +0100
+++ /var/tmp/diff_new_pack.c0vUUF/_new  2018-01-30 15:45:32.483418141 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-trafficmanager
 #
-# 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
@@ -72,7 +72,7 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc LICENSE.txt README.rst
+%doc HISTORY.rst LICENSE.txt README.rst
 %{python_sitelib}/azure/mgmt/trafficmanager
 %{python_sitelib}/azure_mgmt_trafficmanager-*.egg-info