Hello community,

here is the log from the commit of package python-azure-mgmt-containerregistry 
for openSUSE:Factory checked in at 2018-09-26 16:13:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-containerregistry (Old)
 and      /work/SRC/openSUSE:Factory/.python-azure-mgmt-containerregistry.new 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-azure-mgmt-containerregistry"

Wed Sep 26 16:13:46 2018 rev:3 rq:637951 version:2.1.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-containerregistry/python-azure-mgmt-containerregistry.changes
  2018-02-14 09:26:27.642702019 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-containerregistry.new/python-azure-mgmt-containerregistry.changes
     2018-09-26 16:13:47.935249511 +0200
@@ -1,0 +2,13 @@
+Mon Sep  3 14:53:57 UTC 2018 - John Paul Adrian Glaubitz 
<adrian.glaub...@suse.com>
+
+- New upstream release
+  + Version 2.1.0
+  + For detailed information about changes see the
+    HISTORY.txt file provided with this package
+- Move LICENSE.txt from %doc to %license section
+- Refresh patches for new version
+  + amc_drop-compatible-releases-operator.patch
+- Update Requires from setup.py
+- Update %description from setup.py
+
+-------------------------------------------------------------------

Old:
----
  azure-mgmt-containerregistry-1.0.1.zip

New:
----
  azure-mgmt-containerregistry-2.1.0.zip

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-azure-mgmt-containerregistry.spec ++++++
--- /var/tmp/diff_new_pack.8lWTYs/_old  2018-09-26 16:13:48.423248703 +0200
+++ /var/tmp/diff_new_pack.8lWTYs/_new  2018-09-26 16:13:48.431248689 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-azure-mgmt-containerregistry
-Version:        1.0.1
+Version:        2.1.0
 Release:        0
 Summary:        Microsoft Azure Container Registry Client Library
 License:        MIT
@@ -34,11 +34,12 @@
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
 Requires:       python-azure-common < 2.0.0
-Requires:       python-azure-common >= 1.1
+Requires:       python-azure-common >= 1.1.10
 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.3, 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-containerregistry-%{version}
@@ -72,7 +73,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/containerregistry
 %{python_sitelib}/azure_mgmt_containerregistry-*.egg-info
 

++++++ amc_drop-compatible-releases-operator.patch ++++++
--- /var/tmp/diff_new_pack.8lWTYs/_old  2018-09-26 16:13:48.475248616 +0200
+++ /var/tmp/diff_new_pack.8lWTYs/_new  2018-09-26 16:13:48.475248616 +0200
@@ -1,14 +1,12 @@
-diff -Nru azure-mgmt-containerregistry-1.0.0.orig/setup.py 
azure-mgmt-containerregistry-1.0.0/setup.py
---- azure-mgmt-containerregistry-1.0.0.orig/setup.py   2017-09-25 
17:14:26.000000000 +0200
-+++ azure-mgmt-containerregistry-1.0.0/setup.py        2017-10-04 
16:34:38.762245198 +0200
-@@ -78,8 +78,8 @@
-     zip_safe=False,
-     packages=find_packages(exclude=["tests"]),
+diff -Nru azure-mgmt-containerregistry-2.1.0.orig/setup.py 
azure-mgmt-containerregistry-2.1.0/setup.py
+--- azure-mgmt-containerregistry-2.1.0.orig/setup.py   2018-07-26 
20:25:48.000000000 +0200
++++ azure-mgmt-containerregistry-2.1.0/setup.py        2018-09-03 
16:50:49.626545660 +0200
+@@ -80,7 +80,7 @@
      install_requires=[
--        'msrestazure~=0.4.11',
--        'azure-common~=1.1',
-+        'msrestazure>=0.4.11',
-+        'azure-common>=1.1',
+         'msrest>=0.5.0',
+         'msrestazure>=0.4.32,<2.0.0',
+-        'azure-common~=1.1,>=1.1.10',
++        'azure-common>=1.1.10,<2.0.0',
      ],
      cmdclass=cmdclass
  )


Reply via email to