commit python-azure-servicemanagement-legacy for openSUSE:Factory

2020-05-08 Thread root
Hello community,

here is the log from the commit of package 
python-azure-servicemanagement-legacy for openSUSE:Factory checked in at 
2020-05-08 23:05:56

Comparing /work/SRC/openSUSE:Factory/python-azure-servicemanagement-legacy (Old)
 and  
/work/SRC/openSUSE:Factory/.python-azure-servicemanagement-legacy.new.2738 (New)


Package is "python-azure-servicemanagement-legacy"

Fri May  8 23:05:56 2020 rev:5 rq:801200 version:0.20.7

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-servicemanagement-legacy/python-azure-servicemanagement-legacy.changes
  2019-05-14 13:38:43.464457672 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-servicemanagement-legacy.new.2738/python-azure-servicemanagement-legacy.changes
2020-05-08 23:06:00.873943497 +0200
@@ -1,0 +2,10 @@
+Wed May  6 11:28:50 UTC 2020 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 0.20.7
+  + For detailed information about changes see the
+CHANGELOG.md file provided with this package
+- Rename HISTORY.rst to CHANGELOG.md in %files section
+- Rename README.rst to README.md in %files section
+
+---

Old:

  azure-servicemanagement-legacy-0.20.6.zip

New:

  azure-servicemanagement-legacy-0.20.7.zip



Other differences:
--
++ python-azure-servicemanagement-legacy.spec ++
--- /var/tmp/diff_new_pack.YceFgC/_old  2020-05-08 23:06:01.521944821 +0200
+++ /var/tmp/diff_new_pack.YceFgC/_new  2020-05-08 23:06:01.525944829 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-servicemanagement-legacy
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-azure-servicemanagement-legacy
-Version:0.20.6
+Version:0.20.7
 Release:0
 Summary:Microsoft Azure Service Management Legacy Client Library
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:https://github.com/Azure/azure-sdk-for-python
+URL:https://github.com/Azure/azure-sdk-for-python
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-servicemanagement-legacy/azure-servicemanagement-legacy-%{version}.zip
 Source1:LICENSE.txt
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
@@ -64,7 +64,7 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc HISTORY.rst README.rst
+%doc CHANGELOG.md README.md
 %license LICENSE.txt
 %{python_sitelib}/azure/servicemanagement
 %{python_sitelib}/azure_servicemanagement_legacy-*.egg-info




commit python-azure-servicemanagement-legacy for openSUSE:Factory

2019-05-14 Thread root
Hello community,

here is the log from the commit of package 
python-azure-servicemanagement-legacy for openSUSE:Factory checked in at 
2019-05-14 13:38:42

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


Package is "python-azure-servicemanagement-legacy"

Tue May 14 13:38:42 2019 rev:4 rq:694552 version:0.20.6

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-servicemanagement-legacy/python-azure-servicemanagement-legacy.changes
  2018-09-26 16:16:07.583018172 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-servicemanagement-legacy.new.5148/python-azure-servicemanagement-legacy.changes
2019-05-14 13:38:43.464457672 +0200
@@ -1,0 +2,10 @@
+Mon Apr 15 09:33:01 UTC 2019 - John Paul Adrian Glaubitz 

+
+- 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
+
+---



Other differences:
--
++ python-azure-servicemanagement-legacy.spec ++
--- /var/tmp/diff_new_pack.9pQ469/_old  2019-05-14 13:38:44.360459685 +0200
+++ /var/tmp/diff_new_pack.9pQ469/_new  2019-05-14 13:38:44.364459693 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-servicemanagement-legacy
 #
-# 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,7 +12,7 @@
 # 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/
 #
 
 
@@ -26,13 +26,13 @@
 Url:https://github.com/Azure/azure-sdk-for-python
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-servicemanagement-legacy/azure-servicemanagement-legacy-%{version}.zip
 Source1:LICENSE.txt
-BuildRequires:  %{python_module azure-nspkg}
-BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
 Requires:   python-azure-common >= 1.1.5
-Requires:   python-azure-nspkg
+Requires:   python-azure-nspkg >= 3.0.0
 Requires:   python-requests
 Conflicts:  python-azure-sdk <= 2.0.0
 
@@ -54,6 +54,7 @@
 
 %install
 %python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 %{python_expand # delete common files
 rm -rf %{buildroot}%{$python_sitelib}/azure/__init__.*
 rm -rf %{buildroot}%{$python_sitelib}/azure/__pycache__





commit python-azure-servicemanagement-legacy for openSUSE:Factory

2018-09-26 Thread root
Hello community,

here is the log from the commit of package 
python-azure-servicemanagement-legacy for openSUSE:Factory checked in at 
2018-09-26 16:16:07

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


Package is "python-azure-servicemanagement-legacy"

Wed Sep 26 16:16:07 2018 rev:3 rq:638005 version:0.20.6

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-servicemanagement-legacy/python-azure-servicemanagement-legacy.changes
  2018-01-30 15:45:19.352031164 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-servicemanagement-legacy.new/python-azure-servicemanagement-legacy.changes
 2018-09-26 16:16:07.583018172 +0200
@@ -1,0 +2,5 @@
+Thu Sep  6 12:17:22 UTC 2018 - John Paul Adrian Glaubitz 

+
+- Move LICENSE.txt from %doc to %license section
+
+---



Other differences:
--
++ python-azure-servicemanagement-legacy.spec ++
--- /var/tmp/diff_new_pack.NxIjUd/_old  2018-09-26 16:16:08.031017430 +0200
+++ /var/tmp/diff_new_pack.NxIjUd/_new  2018-09-26 16:16:08.035017424 +0200
@@ -63,7 +63,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/servicemanagement
 %{python_sitelib}/azure_servicemanagement_legacy-*.egg-info
 





commit python-azure-servicemanagement-legacy for openSUSE:Factory

2018-01-30 Thread root
Hello community,

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

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


Package is "python-azure-servicemanagement-legacy"

Tue Jan 30 15:45:18 2018 rev:2 rq:571026 version:0.20.6

Changes:

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



Other differences:
--
++ python-azure-servicemanagement-legacy.spec ++
--- /var/tmp/diff_new_pack.LARsJh/_old  2018-01-30 15:45:19.868007076 +0100
+++ /var/tmp/diff_new_pack.LARsJh/_new  2018-01-30 15:45:19.872006889 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-servicemanagement-legacy
 #
-# 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
@@ -63,7 +63,7 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc LICENSE.txt README.rst
+%doc HISTORY.rst LICENSE.txt README.rst
 %{python_sitelib}/azure/servicemanagement
 %{python_sitelib}/azure_servicemanagement_legacy-*.egg-info