commit python-azure-graphrbac for openSUSE:Factory

2019-10-10 Thread root
Hello community,

here is the log from the commit of package python-azure-graphrbac for 
openSUSE:Factory checked in at 2019-10-10 14:28:43

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


Package is "python-azure-graphrbac"

Thu Oct 10 14:28:43 2019 rev:5 rq:735678 version:0.61.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-graphrbac/python-azure-graphrbac.changes
2019-05-14 13:31:33.115511524 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-graphrbac.new.2352/python-azure-graphrbac.changes
  2019-10-10 14:28:45.640847670 +0200
@@ -1,0 +2,12 @@
+Fri Oct  4 12:13:19 UTC 2019 - John Paul Adrian Glaubitz 

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

Old:

  ag_drop-compatible-releases-operator.patch
  ag_drop-extras-require.patch
  azure-graphrbac-0.53.0.zip

New:

  azure-graphrbac-0.61.1.zip



Other differences:
--
++ python-azure-graphrbac.spec ++
--- /var/tmp/diff_new_pack.cLsWmz/_old  2019-10-10 14:28:46.176846421 +0200
+++ /var/tmp/diff_new_pack.cLsWmz/_new  2019-10-10 14:28:46.180846411 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-azure-graphrbac
-Version:0.53.0
+Version:0.61.1
 Release:0
 Summary:Microsoft Azure Graph RBAC Client Library
 License:MIT
@@ -26,8 +26,6 @@
 Url:https://github.com/Azure/azure-sdk-for-python
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-graphrbac/azure-graphrbac-%{version}.zip
 Source1:LICENSE.txt
-Patch1: ag_drop-compatible-releases-operator.patch
-Patch2: ag_drop-extras-require.patch
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -52,8 +50,6 @@
 
 %prep
 %setup -q -n azure-graphrbac-%{version}
-%patch1 -p1
-%patch2 -p1
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-graphrbac-%{version}




commit python-azure-graphrbac for openSUSE:Factory

2019-05-14 Thread root
Hello community,

here is the log from the commit of package python-azure-graphrbac for 
openSUSE:Factory checked in at 2019-05-14 13:31:30

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


Package is "python-azure-graphrbac"

Tue May 14 13:31:30 2019 rev:4 rq:694386 version:0.53.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-graphrbac/python-azure-graphrbac.changes
2018-05-13 16:04:42.275120935 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-graphrbac.new.5148/python-azure-graphrbac.changes
  2019-05-14 13:31:33.115511524 +0200
@@ -1,0 +2,21 @@
+Thu Apr 11 11:50:26 UTC 2019 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 0.53.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
+  + ag_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
+  + ag_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-graphrbac-0.40.0.zip

New:

  ag_drop-extras-require.patch
  azure-graphrbac-0.53.0.zip



Other differences:
--
++ python-azure-graphrbac.spec ++
--- /var/tmp/diff_new_pack.Q06IDy/_old  2019-05-14 13:31:33.791513159 +0200
+++ /var/tmp/diff_new_pack.Q06IDy/_new  2019-05-14 13:31:33.799513179 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-graphrbac
 #
-# 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-graphrbac
-Version:0.40.0
+Version:0.53.0
 Release:0
 Summary:Microsoft Azure Graph RBAC Client Library
 License:MIT
@@ -27,16 +27,18 @@
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-graphrbac/azure-graphrbac-%{version}.zip
 Source1:LICENSE.txt
 Patch1: ag_drop-compatible-releases-operator.patch
-BuildRequires:  %{python_module azure-nspkg}
-BuildRequires:  %{python_module devel}
+Patch2: ag_drop-extras-require.patch
+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-nspkg
+Requires:   python-azure-nspkg >= 3.0.0
+Requires:   python-msrest >= 0.5.0
 Requires:   python-msrestazure < 2.0.0
-Requires:   python-msrestazure >= 0.4.20
+Requires:   python-msrestazure >= 0.4.32
 Conflicts:  python-azure-sdk <= 2.0.0
 
 BuildArch:  noarch
@@ -46,14 +48,12 @@
 %description
 This is the Microsoft Azure Graph RBAC 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.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-graphrbac-%{version}
 %patch1 -p1
+%patch2 -p1
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-graphrbac-%{version}
@@ -61,6 +61,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__

++ ag_drop-compatible-releases-operator.patch ++
--- /var/tmp/diff_new_pack.Q06IDy/_old  2019-05-14 13:31:33.839513276 +0200
+++ /var/tmp/diff_new_pack.Q06IDy/_new  2019-05-14 13:31:33.839513276 +0200
@@ -1,12 +1,12 @@
-diff -Nru azure-graphrbac-0.40.0.orig/setup.py azure-graphrbac-0.40.0/setup.py
 

commit python-azure-graphrbac for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package python-azure-graphrbac for 
openSUSE:Factory checked in at 2018-05-13 16:04:35

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


Package is "python-azure-graphrbac"

Sun May 13 16:04:35 2018 rev:3 rq:603169 version:0.40.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-graphrbac/python-azure-graphrbac.changes
2018-02-14 09:25:24.948974066 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-graphrbac.new/python-azure-graphrbac.changes
   2018-05-13 16:04:42.275120935 +0200
@@ -1,0 +2,12 @@
+Tue Mar  6 14:53:25 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 0.40.0
+- Move LICENSE.txt from %doc to %license section
+- Refresh patches for new version
+- Update Requires from setup.py
+- Update %description from setup.py
+- Add patch ag_drop-compatible-releases-operator.patch
+- Drop patch ag_drop-compatible-releases-operaror.patch
+
+---

Old:

  ag_drop-compatible-releases-operaror.patch
  azure-graphrbac-0.33.0.zip

New:

  ag_drop-compatible-releases-operator.patch
  azure-graphrbac-0.40.0.zip



Other differences:
--
++ python-azure-graphrbac.spec ++
--- /var/tmp/diff_new_pack.JnNitD/_old  2018-05-13 16:04:42.895098317 +0200
+++ /var/tmp/diff_new_pack.JnNitD/_new  2018-05-13 16:04:42.895098317 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-azure-graphrbac
-Version:0.33.0
+Version:0.40.0
 Release:0
 Summary:Microsoft Azure Graph RBAC Client Library
 License:MIT
@@ -26,7 +26,7 @@
 Url:https://github.com/Azure/azure-sdk-for-python
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-graphrbac/azure-graphrbac-%{version}.zip
 Source1:LICENSE.txt
-Patch1: ag_drop-compatible-releases-operaror.patch
+Patch1: ag_drop-compatible-releases-operator.patch
 BuildRequires:  %{python_module azure-nspkg}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
@@ -35,8 +35,8 @@
 Requires:   python-azure-common < 2.0.0
 Requires:   python-azure-common >= 1.1
 Requires:   python-azure-nspkg
-Requires:   python-msrestazure < 1.0.0
-Requires:   python-msrestazure >= 0.4.11
+Requires:   python-msrestazure < 2.0.0
+Requires:   python-msrestazure >= 0.4.20
 Conflicts:  python-azure-sdk <= 2.0.0
 
 BuildArch:  noarch
@@ -49,7 +49,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-graphrbac-%{version}
@@ -68,7 +68,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/graphrbac
 %{python_sitelib}/azure_graphrbac-*.egg-info
 

++ ag_drop-compatible-releases-operator.patch ++
diff -Nru azure-graphrbac-0.40.0.orig/setup.py azure-graphrbac-0.40.0/setup.py
--- azure-graphrbac-0.40.0.orig/setup.py2018-02-05 22:03:56.0 
+0100
+++ azure-graphrbac-0.40.0/setup.py 2018-03-06 15:48:23.854850780 +0100
@@ -78,7 +78,7 @@
 packages=find_packages(exclude=["tests"]),
 install_requires=[
 'msrestazure>=0.4.20,<2.0.0',
-'azure-common~=1.1',
+'azure-common>=1.1',
 ],
 cmdclass=cmdclass
 )



commit python-azure-graphrbac for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package python-azure-graphrbac for 
openSUSE:Factory checked in at 2018-02-14 09:25:18

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


Package is "python-azure-graphrbac"

Wed Feb 14 09:25:18 2018 rev:2 rq:571090 version:0.33.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-graphrbac/python-azure-graphrbac.changes
2017-10-11 22:57:56.30988 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-graphrbac.new/python-azure-graphrbac.changes
   2018-02-14 09:25:24.948974066 +0100
@@ -1,0 +2,9 @@
+Wed Jan 17 16:20:24 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 0.33.0
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+- Install HISTORY.rst into doc directory
+
+---

Old:

  azure-graphrbac-0.32.0.zip

New:

  azure-graphrbac-0.33.0.zip



Other differences:
--
++ python-azure-graphrbac.spec ++
--- /var/tmp/diff_new_pack.yOLHiD/_old  2018-02-14 09:25:25.764944494 +0100
+++ /var/tmp/diff_new_pack.yOLHiD/_new  2018-02-14 09:25:25.768944349 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-graphrbac
 #
-# 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-graphrbac
-Version:0.32.0
+Version:0.33.0
 Release:0
 Summary:Microsoft Azure Graph RBAC Client Library
 License:MIT
@@ -68,7 +68,7 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc LICENSE.txt README.rst
+%doc HISTORY.rst LICENSE.txt README.rst
 %{python_sitelib}/azure/graphrbac
 %{python_sitelib}/azure_graphrbac-*.egg-info
 




commit python-azure-graphrbac for openSUSE:Factory

2017-10-11 Thread root
Hello community,

here is the log from the commit of package python-azure-graphrbac for 
openSUSE:Factory checked in at 2017-10-11 22:57:54

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


Package is "python-azure-graphrbac"

Wed Oct 11 22:57:54 2017 rev:1 rq:531813 version:0.32.0

Changes:

New Changes file:

--- /dev/null   2017-10-06 12:38:12.078789702 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-graphrbac.new/python-azure-graphrbac.changes
   2017-10-11 22:57:56.30988 +0200
@@ -0,0 +1,35 @@
+---
+Wed Oct  4 13:54:05 UTC 2017 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 0.32.0
+- Remove versioning for namespace packages in Requires
+- Update Requires from setup.py
+- Add namespace packages to BuildRequires
+- Remove namespace files in %install target
+- Explicitly specify Python files of the package in %files
+
+---
+Tue Sep 12 11:45:45 UTC 2017 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 0.31.0
+- Update Requires from upstream setup.py
+  + Bump python-msrestazure Requires to 0.4.11
+- Update Summary and Description from upstream
+- Update patch to drop compatible releases operator from setup.py
+  + ag_drop-compatible-releases-operator.patch
+
+---
+Thu Jul 13 11:42:58 UTC 2017 - adrian.glaub...@suse.com
+
+- Add python-azure-nspkg to Requires
+
+---
+Tue Jun 27 14:23:28 UTC 2017 - adrian.glaub...@suse.com
+
+- Initial build
+  + Version 0.30.0
+- Add patch to drop compatible releases operator from setup.py,
+  required for SLES12 as the setuptools version is too old
+  + ag_drop-compatible-releases-operaror.patch

New:

  LICENSE.txt
  ag_drop-compatible-releases-operaror.patch
  azure-graphrbac-0.32.0.zip
  python-azure-graphrbac.changes
  python-azure-graphrbac.spec



Other differences:
--
++ python-azure-graphrbac.spec ++
#
# spec file for package python-azure-graphrbac
#
# Copyright (c) 2017 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name:   python-azure-graphrbac
Version:0.32.0
Release:0
Summary:Microsoft Azure Graph RBAC Client Library
License:MIT
Group:  Development/Languages/Python
Url:https://github.com/Azure/azure-sdk-for-python
Source: 
https://files.pythonhosted.org/packages/source/a/azure-graphrbac/azure-graphrbac-%{version}.zip
Source1:LICENSE.txt
Patch1: ag_drop-compatible-releases-operaror.patch
BuildRequires:  %{python_module azure-nspkg}
BuildRequires:  %{python_module devel}
BuildRequires:  %{python_module setuptools}
BuildRequires:  python-rpm-macros
BuildRequires:  unzip
Requires:   python-azure-common < 2.0.0
Requires:   python-azure-common >= 1.1
Requires:   python-azure-nspkg
Requires:   python-msrestazure < 1.0.0
Requires:   python-msrestazure >= 0.4.11
Conflicts:  python-azure-sdk <= 2.0.0

BuildArch:  noarch

%python_subpackages

%description
This is the Microsoft Azure Graph RBAC 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, 3.5 and 3.6.

%prep
%setup -q -n azure-graphrbac-%{version}
%patch1 -p1

%build
install -m 644 %{SOURCE1} %{_builddir}/azure-graphrbac-%{version}
%python_build

%install
%python_install
%{python_expand # delete common files
rm -rf %{buildroot}%{$python_sitelib}/azure/__init__.*
rm -rf %{buildroot}%{$python_sitelib}/azure/__pycache__
}

%files %{python_files}
%defattr(-,root,root,-)
%doc LICENSE.txt README.rst
%{python_sitelib}/azure/graphrbac
%{python_sitelib}/azure_graphrbac-*.egg-info

%changelog
++ LICENSE.txt ++
The MIT License (MIT)

Copyright (c) 2016