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

2019-10-10 Thread root
Hello community,

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

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


Package is "python-azure-mgmt-billing"

Thu Oct 10 14:29:02 2019 rev:7 rq:735687 version:0.2.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-billing/python-azure-mgmt-billing.changes
  2019-05-14 13:32:08.015595954 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-billing.new.2352/python-azure-mgmt-billing.changes
2019-10-10 14:29:05.928800379 +0200
@@ -1,0 +2,7 @@
+Fri Oct  4 12:14:44 UTC 2019 - John Paul Adrian Glaubitz 

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

Old:

  amb_drop-compatible-releases-operator.patch



Other differences:
--
++ python-azure-mgmt-billing.spec ++
--- /var/tmp/diff_new_pack.G5b5E8/_old  2019-10-10 14:29:06.520798999 +0200
+++ /var/tmp/diff_new_pack.G5b5E8/_new  2019-10-10 14:29:06.524798991 +0200
@@ -26,7 +26,6 @@
 Url:https://github.com/Azure/azure-sdk-for-python
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-mgmt-billing/azure-mgmt-billing-%{version}.zip
 Source1:LICENSE.txt
-Patch1: amb_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}
@@ -55,7 +54,6 @@
 
 %prep
 %setup -q -n azure-mgmt-billing-%{version}
-%patch1 -p1
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-billing-%{version}





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

2019-05-14 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-billing for 
openSUSE:Factory checked in at 2019-05-14 13:32:06

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


Package is "python-azure-mgmt-billing"

Tue May 14 13:32:06 2019 rev:6 rq:694394 version:0.2.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-billing/python-azure-mgmt-billing.changes
  2018-05-13 16:00:11.672993597 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-billing.new.5148/python-azure-mgmt-billing.changes
2019-05-14 13:32:08.015595954 +0200
@@ -1,0 +2,10 @@
+Thu Apr 11 12:26:22 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-mgmt-billing.spec ++
--- /var/tmp/diff_new_pack.1tqlZT/_old  2019-05-14 13:32:08.623597425 +0200
+++ /var/tmp/diff_new_pack.1tqlZT/_new  2019-05-14 13:32:08.627597434 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-billing
 #
-# 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/
 #
 
 
@@ -27,16 +27,16 @@
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-mgmt-billing/azure-mgmt-billing-%{version}.zip
 Source1:LICENSE.txt
 Patch1: amb_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-msrestazure < 2.0.0
 Requires:   python-msrestazure >= 0.4.20
 Conflicts:  python-azure-sdk <= 2.0.0
@@ -63,6 +63,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-billing for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-billing for 
openSUSE:Factory checked in at 2018-05-13 16:00:10

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


Package is "python-azure-mgmt-billing"

Sun May 13 16:00:10 2018 rev:5 rq:599355 version:0.2.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-billing/python-azure-mgmt-billing.changes
  2018-02-14 09:25:50.992030247 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-billing.new/python-azure-mgmt-billing.changes
 2018-05-13 16:00:11.672993597 +0200
@@ -1,0 +2,13 @@
+Wed Apr 11 11:40:28 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 0.2.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
+  + amb_drop-compatible-releases-operator.patch
+- Update Requires from setup.py
+- Update %description and Summary from setup.py
+
+---

Old:

  azure-mgmt-billing-0.1.0.zip

New:

  azure-mgmt-billing-0.2.0.zip



Other differences:
--
++ python-azure-mgmt-billing.spec ++
--- /var/tmp/diff_new_pack.PUp0gL/_old  2018-05-13 16:00:14.752881225 +0200
+++ /var/tmp/diff_new_pack.PUp0gL/_new  2018-05-13 16:00:14.756881079 +0200
@@ -18,9 +18,9 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-azure-mgmt-billing
-Version:0.1.0
+Version:0.2.0
 Release:0
-Summary:Microsoft Azure Billing Management Client Library
+Summary:Microsoft Azure Billing 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 < 2.0.0
+Requires:   python-msrestazure >= 0.4.20
 Conflicts:  python-azure-sdk <= 2.0.0
 
 BuildArch:  noarch
@@ -46,12 +46,12 @@
 %python_subpackages
 
 %description
-This is the Microsoft Azure Billing Management Client Library.
+This is the Microsoft Azure Billing 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.
+This package has been tested with Python 2.7, 3.4, 3.5 and 3.6.
 
 %prep
 %setup -q -n azure-mgmt-billing-%{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/billing
 %{python_sitelib}/azure_mgmt_billing-*.egg-info
 

++ amb_drop-compatible-releases-operator.patch ++
--- /var/tmp/diff_new_pack.PUp0gL/_old  2018-05-13 16:00:14.940874367 +0200
+++ /var/tmp/diff_new_pack.PUp0gL/_new  2018-05-13 16:00:14.952873928 +0200
@@ -1,14 +1,12 @@
-diff -Nru azure-mgmt-billing-0.1.0.orig/setup.py 
azure-mgmt-billing-0.1.0/setup.py
 azure-mgmt-billing-0.1.0.orig/setup.py 2017-04-27 15:02:16.0 
+0200
-+++ azure-mgmt-billing-0.1.0/setup.py  2017-11-03 19:22:52.487460604 +0100
-@@ -78,8 +78,8 @@
- zip_safe=False,
- packages=find_packages(),
- install_requires=[
--'msrestazure~=0.4.7',
--'azure-common~=1.1.5',
-+'msrestazure>=0.4.7',
-+'azure-common>=1.1.5',
- ],
- cmdclass=cmdclass
- )
+diff -Nru azure-mgmt-billing-0.2.0.orig/setup.py 
azure-mgmt-billing-0.2.0/setup.py
+--- azure-mgmt-billing-0.2.0.orig/setup.py 2018-03-29 16:51:54.0 
+0200
 azure-mgmt-billing-0.2.0/setup.py  2018-04-11 13:38:54.240622964 +0200
+@@ -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-mgmt-billing for openSUSE:Factory

2018-02-14 Thread root
Hello community,

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

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


Package is "python-azure-mgmt-billing"

Wed Feb 14 09:25:47 2018 rev:4 rq:571095 version:0.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-billing/python-azure-mgmt-billing.changes
  2017-11-10 14:56:48.973339450 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-billing.new/python-azure-mgmt-billing.changes
 2018-02-14 09:25:50.992030247 +0100
@@ -1,0 +2,5 @@
+Mon Jan 29 14:41:27 UTC 2018 - adrian.glaub...@suse.com
+
+- Install HISTORY.rst into doc directory
+
+---



Other differences:
--
++ python-azure-mgmt-billing.spec ++
--- /var/tmp/diff_new_pack.NTSIAB/_old  2018-02-14 09:25:51.736003285 +0100
+++ /var/tmp/diff_new_pack.NTSIAB/_new  2018-02-14 09:25:51.736003285 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-billing
 #
-# 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/billing
 %{python_sitelib}/azure_mgmt_billing-*.egg-info
 





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

2017-11-10 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-billing for 
openSUSE:Factory checked in at 2017-11-10 14:56:27

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


Package is "python-azure-mgmt-billing"

Fri Nov 10 14:56:27 2017 rev:3 rq:539570 version:0.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-billing/python-azure-mgmt-billing.changes
  2017-10-17 01:54:04.310067810 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-billing.new/python-azure-mgmt-billing.changes
 2017-11-10 14:56:48.973339450 +0100
@@ -1,0 +2,7 @@
+Fri Nov  3 18:29:57 UTC 2017 - adrian.glaub...@suse.com
+
+- Add patch to drop compatible releases operator from setup.py,
+  required for SLES12 as the setuptools version is too old
+  + amb_drop-compatible-releases-operator.patch
+
+---

New:

  amb_drop-compatible-releases-operator.patch



Other differences:
--
++ python-azure-mgmt-billing.spec ++
--- /var/tmp/diff_new_pack.Nt7O1A/_old  2017-11-10 14:56:49.973303281 +0100
+++ /var/tmp/diff_new_pack.Nt7O1A/_new  2017-11-10 14:56:49.977303137 +0100
@@ -26,6 +26,7 @@
 Url:https://github.com/Azure/azure-sdk-for-python
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-mgmt-billing/azure-mgmt-billing-%{version}.zip
 Source1:LICENSE.txt
+Patch1: amb_drop-compatible-releases-operator.patch
 BuildRequires:  %{python_module azure-mgmt-nspkg}
 BuildRequires:  %{python_module azure-nspkg}
 BuildRequires:  %{python_module devel}
@@ -54,6 +55,7 @@
 
 %prep
 %setup -q -n azure-mgmt-billing-%{version}
+%patch1 -p1
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-billing-%{version}

++ amb_drop-compatible-releases-operator.patch ++
diff -Nru azure-mgmt-billing-0.1.0.orig/setup.py 
azure-mgmt-billing-0.1.0/setup.py
--- azure-mgmt-billing-0.1.0.orig/setup.py  2017-04-27 15:02:16.0 
+0200
+++ azure-mgmt-billing-0.1.0/setup.py   2017-11-03 19:22:52.487460604 +0100
@@ -78,8 +78,8 @@
 zip_safe=False,
 packages=find_packages(),
 install_requires=[
-'msrestazure~=0.4.7',
-'azure-common~=1.1.5',
+'msrestazure>=0.4.7',
+'azure-common>=1.1.5',
 ],
 cmdclass=cmdclass
 )




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

2017-10-16 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-billing for 
openSUSE:Factory checked in at 2017-10-17 01:54:03

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


Package is "python-azure-mgmt-billing"

Tue Oct 17 01:54:03 2017 rev:2 rq:534244 version:0.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-billing/python-azure-mgmt-billing.changes
  2017-10-11 22:58:13.185143253 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-billing.new/python-azure-mgmt-billing.changes
 2017-10-17 01:54:04.310067810 +0200
@@ -1,0 +2,8 @@
+Mon Oct  9 14:38:56 UTC 2017 - adrian.glaub...@suse.com
+
+- Remove versioning for namespace packages in Requires
+- Add namespace packages to BuildRequires
+- Remove namespace files in %install target
+- Explicitly specify Python files of the package in %files
+
+---



Other differences:
--
++ python-azure-mgmt-billing.spec ++
--- /var/tmp/diff_new_pack.R6CScC/_old  2017-10-17 01:54:04.950037837 +0200
+++ /var/tmp/diff_new_pack.R6CScC/_new  2017-10-17 01:54:04.954037650 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-azure-mgmt-billing
 Version:0.1.0
@@ -25,18 +26,18 @@
 Url:https://github.com/Azure/azure-sdk-for-python
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-mgmt-billing/azure-mgmt-billing-%{version}.zip
 Source1:LICENSE.txt
+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
-Requires:   python-azure-nspkg < 3.0.0
-Requires:   python-azure-nspkg >= 2.0.0
-Requires:   python-azure-mgmt-nspkg < 3.0.0
-Requires:   python-azure-mgmt-nspkg >= 2.0.0
-Requires:   python-azure-common >= 1.1.5
 Requires:   python-azure-common < 2.0.0
-Requires:   python-msrestazure >= 0.4.7
+Requires:   python-azure-common >= 1.1.5
+Requires:   python-azure-mgmt-nspkg
+Requires:   python-azure-nspkg
 Requires:   python-msrestazure < 1.0.0
+Requires:   python-msrestazure >= 0.4.7
 Conflicts:  python-azure-sdk <= 2.0.0
 
 BuildArch:  noarch
@@ -60,14 +61,17 @@
 
 %install
 %python_install
+%{python_expand # delete common files
+rm -rf %{buildroot}%{$python_sitelib}/azure/mgmt/__init__.*
+rm -rf %{buildroot}%{$python_sitelib}/azure/mgmt/__pycache__
+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
-%exclude %{python2_sitelib}/azure/mgmt/__init__.*py*
-%exclude %{python3_sitelib}/azure/mgmt/__pycache__/__init__.*py*
-%exclude %{python2_sitelib}/azure/__init__.*py*
-%exclude %{python3_sitelib}/azure/__pycache__/__init__.*py*
-%{python_sitelib}/*
+%{python_sitelib}/azure/mgmt/billing
+%{python_sitelib}/azure_mgmt_billing-*.egg-info
 
 %changelog