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.000000000 
+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.000000000 
+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
+ )


Reply via email to