Hello community,

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

Package is "python-azure-keyvault"

Wed Sep 26 16:13:19 2018 rev:3 rq:637940 version:1.1.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-azure-keyvault/python-azure-keyvault.changes  
    2018-02-14 09:25:25.968937102 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-keyvault.new/python-azure-keyvault.changes
 2018-09-26 16:13:22.367291902 +0200
@@ -1,0 +2,13 @@
+Mon Sep  3 12:20:17 UTC 2018 - John Paul Adrian Glaubitz 
<adrian.glaub...@suse.com>
+
+- New upstream release
+  + Version 1.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
+  + ak_drop-compatible-releases-operator.patch
+- Update Requires from setup.py
+- Update %description from setup.py
+
+-------------------------------------------------------------------

Old:
----
  azure-keyvault-0.3.7.zip

New:
----
  azure-keyvault-1.1.0.zip

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

Other differences:
------------------
++++++ python-azure-keyvault.spec ++++++
--- /var/tmp/diff_new_pack.Kz6do2/_old  2018-09-26 16:13:23.819289494 +0200
+++ /var/tmp/diff_new_pack.Kz6do2/_new  2018-09-26 16:13:23.819289494 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-azure-keyvault
-Version:        0.3.7
+Version:        1.1.0
 Release:        0
 Summary:        Microsoft Azure Key Vault Client Library
 License:        MIT
@@ -33,10 +33,13 @@
 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-nspkg
-Requires:       python-msrestazure < 1.0.0
-Requires:       python-msrestazure >= 0.4.7
+Requires:       python-cryptography >= 2.1.4
+Requires:       python-msrest >= 0.5.0
+Requires:       python-msrestazure < 2.0.0
+Requires:       python-msrestazure >= 0.4.32
+Requires:       python-requests >= 2.18.4
 Conflicts:      python-azure-sdk <= 2.0.0
 
 BuildArch:      noarch
@@ -46,10 +49,7 @@
 %description
 This is the Microsoft Azure Key Vault 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-keyvault-%{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/keyvault
 %{python_sitelib}/azure_keyvault-*.egg-info
 

++++++ ak_drop-compatible-releases-operator.patch ++++++
--- /var/tmp/diff_new_pack.Kz6do2/_old  2018-09-26 16:13:23.851289440 +0200
+++ /var/tmp/diff_new_pack.Kz6do2/_new  2018-09-26 16:13:23.855289434 +0200
@@ -1,14 +1,12 @@
-diff -Nru azure-keyvault-0.3.7.orig/setup.py azure-keyvault-0.3.7/setup.py
---- azure-keyvault-0.3.7.orig/setup.py 2017-09-22 20:01:14.000000000 +0200
-+++ azure-keyvault-0.3.7/setup.py      2017-10-02 09:30:41.780772107 +0200
-@@ -78,8 +78,8 @@
-     zip_safe=False,
-     packages=find_packages(),
+diff -Nru azure-keyvault-1.1.0.orig/setup.py azure-keyvault-1.1.0/setup.py
+--- azure-keyvault-1.1.0.orig/setup.py 2018-08-07 21:01:22.000000000 +0200
++++ azure-keyvault-1.1.0/setup.py      2018-09-03 14:17:52.400462610 +0200
+@@ -79,7 +79,7 @@
      install_requires=[
--        'msrestazure~=0.4.7',
--        'azure-common~=1.1.5',
-+        'msrestazure>=0.4.7',
-+        'azure-common>=1.1.5',
+         'msrest>=0.5.0',
+         'msrestazure>=0.4.32,<2.0.0',
+-        'azure-common~=1.1',
++        'azure-common>=1.1',
+         'cryptography>=2.1.4',
+         'requests>=2.18.4'
      ],
-     cmdclass=cmdclass
- )


Reply via email to