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

2019-10-10 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-dns for 
openSUSE:Factory checked in at 2019-10-10 14:29:58

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


Package is "python-azure-mgmt-dns"

Thu Oct 10 14:29:58 2019 rev:6 rq:735705 version:3.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-dns/python-azure-mgmt-dns.changes  
2019-05-14 13:33:36.731805963 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-dns.new.2352/python-azure-mgmt-dns.changes
2019-10-10 14:29:58.628677540 +0200
@@ -1,0 +2,11 @@
+Fri Oct  4 12:16:28 UTC 2019 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 3.0.0
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Drop patch to support older versions of setuptools as
+  SLE-12 is now shipping with a recent enough version
+  + amd_drop-compatible-releases-operator.patch
+
+---

Old:

  amd_drop-compatible-releases-operator.patch
  azure-mgmt-dns-2.1.0.zip

New:

  azure-mgmt-dns-3.0.0.zip



Other differences:
--
++ python-azure-mgmt-dns.spec ++
--- /var/tmp/diff_new_pack.CTxaQt/_old  2019-10-10 14:29:59.216676169 +0200
+++ /var/tmp/diff_new_pack.CTxaQt/_new  2019-10-10 14:29:59.220676160 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-azure-mgmt-dns
-Version:2.1.0
+Version:3.0.0
 Release:0
 Summary:Microsoft Azure DNS Management Client Library
 License:MIT
@@ -26,7 +26,6 @@
 Url:https://github.com/Azure/azure-sdk-for-python
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-mgmt-dns/azure-mgmt-dns-%{version}.zip
 Source1:LICENSE.txt
-Patch1: amd_drop-compatible-releases-operator.patch
 BuildRequires:  %{python_module azure-mgmt-nspkg >= 3.0.0}
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
 BuildRequires:  %{python_module setuptools}
@@ -56,7 +55,6 @@
 
 %prep
 %setup -q -n azure-mgmt-dns-%{version}
-%patch1 -p1
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-dns-%{version}




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

2019-05-14 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-dns for 
openSUSE:Factory checked in at 2019-05-14 13:33:34

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


Package is "python-azure-mgmt-dns"

Tue May 14 13:33:34 2019 rev:5 rq:694409 version:2.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-dns/python-azure-mgmt-dns.changes  
2018-09-26 16:14:07.151217660 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-dns.new.5148/python-azure-mgmt-dns.changes
2019-05-14 13:33:36.731805963 +0200
@@ -1,0 +2,15 @@
+Fri Apr 12 11:24:43 UTC 2019 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.1.0
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Bump minimum version for namespace packages
+  to 3.0.0 in BuildRequires and Requires
+- Remove python-devel package from BuildRequires
+- Run fdupes to hardlink duplicate files
+  + Add fdupes to BuildRequires
+  + Add %fdupes invocation to %install
+- Update BuildRequires and Requires from setup.py
+
+---

Old:

  azure-mgmt-dns-2.0.0.zip

New:

  azure-mgmt-dns-2.1.0.zip



Other differences:
--
++ python-azure-mgmt-dns.spec ++
--- /var/tmp/diff_new_pack.TTqHlU/_old  2019-05-14 13:33:37.411807187 +0200
+++ /var/tmp/diff_new_pack.TTqHlU/_new  2019-05-14 13:33:37.415807195 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-dns
 #
-# 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
@@ -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-dns
-Version:2.0.0
+Version:2.1.0
 Release:0
 Summary:Microsoft Azure DNS Management Client Library
 License:MIT
@@ -27,16 +27,16 @@
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-mgmt-dns/azure-mgmt-dns-%{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 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.32
@@ -64,6 +64,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__




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

2018-09-26 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-dns for 
openSUSE:Factory checked in at 2018-09-26 16:14:03

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


Package is "python-azure-mgmt-dns"

Wed Sep 26 16:14:03 2018 rev:4 rq:637959 version:2.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-dns/python-azure-mgmt-dns.changes  
2018-05-13 15:59:51.469730762 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-dns.new/python-azure-mgmt-dns.changes
 2018-09-26 16:14:07.151217660 +0200
@@ -1,0 +2,12 @@
+Tue Sep  4 09:58:09 UTC 2018 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.0.0
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+- Refresh patches for new version
+  + amd_drop-compatible-releases-operator.patch
+- Update %description from setup.py
+- Update Requires from setup.py
+
+---

Old:

  azure-mgmt-dns-2.0.0rc1.zip

New:

  azure-mgmt-dns-2.0.0.zip



Other differences:
--
++ python-azure-mgmt-dns.spec ++
--- /var/tmp/diff_new_pack.bgSYW9/_old  2018-09-26 16:14:07.851216499 +0200
+++ /var/tmp/diff_new_pack.bgSYW9/_new  2018-09-26 16:14:07.855216493 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-azure-mgmt-dns
-Version:2.0.0rc1
+Version:2.0.0
 Release:0
 Summary:Microsoft Azure DNS Management Client Library
 License:MIT
@@ -37,8 +37,9 @@
 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.11
+Requires:   python-msrest >= 0.5.0
+Requires:   python-msrestazure < 2.0.0
+Requires:   python-msrestazure >= 0.4.32
 Conflicts:  python-azure-sdk <= 2.0.0
 
 BuildArch:  noarch
@@ -51,7 +52,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.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-dns-%{version}

++ amd_drop-compatible-releases-operator.patch ++
--- /var/tmp/diff_new_pack.bgSYW9/_old  2018-09-26 16:14:07.887216440 +0200
+++ /var/tmp/diff_new_pack.bgSYW9/_new  2018-09-26 16:14:07.887216440 +0200
@@ -1,10 +1,10 @@
-diff -Nru azure-mgmt-dns-2.0.0rc1.orig/setup.py 
azure-mgmt-dns-2.0.0rc1/setup.py
 azure-mgmt-dns-2.0.0rc1.orig/setup.py  2018-03-14 22:38:46.0 
+0100
-+++ azure-mgmt-dns-2.0.0rc1/setup.py   2018-04-11 15:07:45.584418364 +0200
-@@ -78,7 +78,7 @@
- packages=find_packages(exclude=["tests"]),
+diff -Nru azure-mgmt-dns-2.0.0.orig/setup.py azure-mgmt-dns-2.0.0/setup.py
+--- azure-mgmt-dns-2.0.0.orig/setup.py 2018-08-01 20:27:56.0 +0200
 azure-mgmt-dns-2.0.0/setup.py  2018-09-04 11:56:45.251327417 +0200
+@@ -80,7 +80,7 @@
  install_requires=[
- 'msrestazure>=0.4.20,<2.0.0',
+ 'msrest>=0.5.0',
+ 'msrestazure>=0.4.32,<2.0.0',
 -'azure-common~=1.1',
 +'azure-common>=1.1',
  ],




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

2018-05-13 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-dns for 
openSUSE:Factory checked in at 2018-05-13 15:59:48

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


Package is "python-azure-mgmt-dns"

Sun May 13 15:59:48 2018 rev:3 rq:599349 version:2.0.0rc1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-dns/python-azure-mgmt-dns.changes  
2018-02-14 09:26:45.958038275 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-dns.new/python-azure-mgmt-dns.changes
 2018-05-13 15:59:51.469730762 +0200
@@ -1,0 +2,10 @@
+Wed Apr 11 13:15:39 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 2.0.0
+- 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-dns-1.2.0.zip

New:

  azure-mgmt-dns-2.0.0rc1.zip



Other differences:
--
++ python-azure-mgmt-dns.spec ++
--- /var/tmp/diff_new_pack.21vc3i/_old  2018-05-13 15:59:52.349698654 +0200
+++ /var/tmp/diff_new_pack.21vc3i/_new  2018-05-13 15:59:52.353698508 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-azure-mgmt-dns
-Version:1.2.0
+Version:2.0.0rc1
 Release:0
 Summary:Microsoft Azure DNS Management Client Library
 License:MIT
@@ -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-dns-%{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/dns
 %{python_sitelib}/azure_mgmt_dns-*.egg-info
 

++ amd_drop-compatible-releases-operator.patch ++
--- /var/tmp/diff_new_pack.21vc3i/_old  2018-05-13 15:59:52.417696173 +0200
+++ /var/tmp/diff_new_pack.21vc3i/_new  2018-05-13 15:59:52.421696027 +0200
@@ -1,13 +1,11 @@
-diff -Nru azure-mgmt-dns-1.2.0.orig/setup.py azure-mgmt-dns-1.2.0/setup.py
 azure-mgmt-dns-1.2.0.orig/setup.py 2017-10-26 17:55:26.0 +0200
-+++ azure-mgmt-dns-1.2.0/setup.py  2018-01-18 16:24:50.606942555 +0100
-@@ -78,8 +78,8 @@
- zip_safe=False,
+diff -Nru azure-mgmt-dns-2.0.0rc1.orig/setup.py 
azure-mgmt-dns-2.0.0rc1/setup.py
+--- azure-mgmt-dns-2.0.0rc1.orig/setup.py  2018-03-14 22:38:46.0 
+0100
 azure-mgmt-dns-2.0.0rc1/setup.py   2018-04-11 15:07:45.584418364 +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




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

2018-02-14 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-dns for 
openSUSE:Factory checked in at 2018-02-14 09:26:41

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


Package is "python-azure-mgmt-dns"

Wed Feb 14 09:26:41 2018 rev:2 rq:571108 version:1.2.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-dns/python-azure-mgmt-dns.changes  
2017-10-11 22:59:00.511067704 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-dns.new/python-azure-mgmt-dns.changes
 2018-02-14 09:26:45.958038275 +0100
@@ -1,0 +2,13 @@
+Thu Jan 18 15:26:54 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 1.2.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
+  + amd_drop-compatible-releases-operator.patch
+- Update Summary and Description from upstream
+- Update Requires from setup.py
+
+---

Old:

  azure-mgmt-dns-1.0.1.zip

New:

  azure-mgmt-dns-1.2.0.zip



Other differences:
--
++ python-azure-mgmt-dns.spec ++
--- /var/tmp/diff_new_pack.MxV4ci/_old  2018-02-14 09:26:46.710011024 +0100
+++ /var/tmp/diff_new_pack.MxV4ci/_new  2018-02-14 09:26:46.710011024 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-dns
 #
-# 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,9 +18,9 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-azure-mgmt-dns
-Version:1.0.1
+Version:1.2.0
 Release:0
-Summary:Microsoft Azure DNS Client Library
+Summary:Microsoft Azure DNS Management Client Library
 License:MIT
 Group:  Development/Languages/Python
 Url:https://github.com/Azure/azure-sdk-for-python
@@ -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
@@ -46,12 +46,12 @@
 %python_subpackages
 
 %description
-This is the Microsoft Azure DNS Client Library.
+This is the Microsoft Azure DNS 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 and 3.5.
+This package has been tested with Python 2.7, 3.3, 3.4, 3.5 and 3.6.
 
 %prep
 %setup -q -n azure-mgmt-dns-%{version}
@@ -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/dns
 %{python_sitelib}/azure_mgmt_dns-*.egg-info
 

++ amd_drop-compatible-releases-operator.patch ++
--- /var/tmp/diff_new_pack.MxV4ci/_old  2018-02-14 09:26:46.750009575 +0100
+++ /var/tmp/diff_new_pack.MxV4ci/_new  2018-02-14 09:26:46.754009430 +0100
@@ -1,14 +1,14 @@
-diff -Nru azure-mgmt-dns-1.0.1.orig/setup.py azure-mgmt-dns-1.0.1/setup.py
 azure-mgmt-dns-1.0.1.orig/setup.py 2017-04-20 18:00:58.0 +0200
-+++ azure-mgmt-dns-1.0.1/setup.py  2017-06-09 14:52:59.043719011 +0200
+diff -Nru azure-mgmt-dns-1.2.0.orig/setup.py azure-mgmt-dns-1.2.0/setup.py
+--- azure-mgmt-dns-1.2.0.orig/setup.py 2017-10-26 17:55:26.0 +0200
 azure-mgmt-dns-1.2.0/setup.py  2018-01-18 16:24:50.606942555 +0100
 @@ -78,8 +78,8 @@
  zip_safe=False,
- packages=find_packages(),
+ packages=find_packages(exclude=["tests"]),
  install_requires=[
--'azure-common~=1.1.5',
--'msrestazure~=0.4.7',
-+'azure-common>=1.1.5',
-+'msrestazure>=0.4.7',
+-'msrestazure~=0.4.11',
+-'azure-common~=1.1',
++'msrestazure>=0.4.11',
++'azure-common>=1.1',
  ],
  cmdclass=cmdclass
  )