Hello community,
here is the log from the commit of package python-azure-keyvault-secrets for
openSUSE:Factory checked in at 2020-05-08 23:04:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-keyvault-secrets (Old)
and /work/SRC/openSUSE:Factory/.python-azure-keyvault-secrets.new.2738
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-keyvault-secrets"
Fri May 8 23:04:33 2020 rev:3 rq:801172 version:4.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-keyvault-secrets/python-azure-keyvault-secrets.changes
2020-01-28 10:55:42.753057828 +0100
+++
/work/SRC/openSUSE:Factory/.python-azure-keyvault-secrets.new.2738/python-azure-keyvault-secrets.changes
2020-05-08 23:04:34.689767441 +0200
@@ -1,0 +2,10 @@
+Thu Apr 30 10:36: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-secrets-4.0.0.zip
New:
----
azure-keyvault-secrets-4.1.0.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-keyvault-secrets.spec ++++++
--- /var/tmp/diff_new_pack.LhFku8/_old 2020-05-08 23:04:35.389768871 +0200
+++ /var/tmp/diff_new_pack.LhFku8/_new 2020-05-08 23:04:35.393768879 +0200
@@ -18,13 +18,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-azure-keyvault-secrets
-Version: 4.0.0.0
+Version: 4.1.0
Release: 0
Summary: Microsoft Azure Key Vault Secrets 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-secrets/azure-keyvault-secrets-4.0.0.zip
+Source:
https://files.pythonhosted.org/packages/source/a/azure-keyvault-secrets/azure-keyvault-secrets-%{version}.zip
Source1: LICENSE.txt
BuildRequires: %{python_module azure-keyvault-nspkg >= 1.0.0}
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
@@ -34,9 +34,11 @@
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-msrest >= 0.5.0
+Requires: python-msrest >= 0.6.0
Conflicts: python-azure-sdk <= 2.0.0
BuildArch: noarch
@@ -54,10 +56,10 @@
manage, and deploy public and private SSL/TLS certificates
%prep
-%setup -q -n azure-keyvault-secrets-4.0.0
+%setup -q -n azure-keyvault-secrets-%{version}
%build
-install -m 644 %{SOURCE1} %{_builddir}/azure-keyvault-secrets-4.0.0
+install -m 644 %{SOURCE1} %{_builddir}/azure-keyvault-secrets-%{version}
%python_build
%install
@@ -72,7 +74,7 @@
%files %{python_files}
%defattr(-,root,root,-)
-%doc HISTORY.md README.md
+%doc CHANGELOG.md README.md
%license LICENSE.txt
%{python_sitelib}/azure/keyvault/secrets
%{python_sitelib}/azure_keyvault_secrets-*.egg-info