Hello community,
here is the log from the commit of package python-azure-keyvault-keys for
openSUSE:Factory checked in at 2020-05-08 23:04:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-keyvault-keys (Old)
and /work/SRC/openSUSE:Factory/.python-azure-keyvault-keys.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-keyvault-keys"
Fri May 8 23:04:31 2020 rev:3 rq:801171 version:4.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-keyvault-keys/python-azure-keyvault-keys.changes
2020-01-28 10:55:41.473056930 +0100
+++
/work/SRC/openSUSE:Factory/.python-azure-keyvault-keys.new.2738/python-azure-keyvault-keys.changes
2020-05-08 23:04:31.769761475 +0200
@@ -1,0 +2,10 @@
+Thu Apr 30 10:26:14 UTC 2020 - John Paul Adrian Glaubitz
<[email protected]>
+
+- New upstream release
+ + Version 4.1.0
+ + For detailed information about changes see the
+ CHANGELOG.md file provided with this package
+- Rename HISTORY.md to CHANGELOG.md in %files section
+- Update Requires from setup.py
+
+-------------------------------------------------------------------
Old:
----
azure-keyvault-keys-4.0.0.zip
New:
----
azure-keyvault-keys-4.1.0.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-keyvault-keys.spec ++++++
--- /var/tmp/diff_new_pack.pZwDFQ/_old 2020-05-08 23:04:32.421762807 +0200
+++ /var/tmp/diff_new_pack.pZwDFQ/_new 2020-05-08 23:04:32.421762807 +0200
@@ -18,13 +18,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-azure-keyvault-keys
-Version: 4.0.0.0
+Version: 4.1.0
Release: 0
Summary: Microsoft Azure Key Vault Keys Client Library for Python
License: MIT
Group: Development/Languages/Python
URL: https://github.com/Azure/azure-sdk-for-python
-Source:
https://files.pythonhosted.org/packages/source/a/azure-keyvault-keys/azure-keyvault-keys-4.0.0.zip
+Source:
https://files.pythonhosted.org/packages/source/a/azure-keyvault-keys/azure-keyvault-keys-%{version}.zip
Source1: LICENSE.txt
BuildRequires: %{python_module azure-keyvault-nspkg >= 1.0.0}
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
@@ -34,10 +34,12 @@
BuildRequires: unzip
Requires: python-azure-common < 2.0.0
Requires: python-azure-common >= 1.1
+Requires: python-azure-core < 2.0.0
+Requires: python-azure-core >= 1.2.1
Requires: python-azure-keyvault-nspkg >= 1.0.0
Requires: python-azure-nspkg >= 3.0.0
Requires: python-cryptography >= 2.1.4
-Requires: python-msrest >= 0.5.0
+Requires: python-msrest >= 0.6.0
Conflicts: python-azure-sdk <= 2.0.0
BuildArch: noarch
@@ -56,10 +58,10 @@
manage, and deploy public and private SSL/TLS certificates
%prep
-%setup -q -n azure-keyvault-keys-4.0.0
+%setup -q -n azure-keyvault-keys-%{version}
%build
-install -m 644 %{SOURCE1} %{_builddir}/azure-keyvault-keys-4.0.0
+install -m 644 %{SOURCE1} %{_builddir}/azure-keyvault-keys-%{version}
%python_build
%install
@@ -74,7 +76,7 @@
%files %{python_files}
%defattr(-,root,root,-)
-%doc HISTORY.md README.md
+%doc CHANGELOG.md README.md
%license LICENSE.txt
%{python_sitelib}/azure/keyvault/keys
%{python_sitelib}/azure_keyvault_keys-*.egg-info