Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package
python-azure-appconfiguration-provider for openSUSE:Factory checked in at
2024-09-10 21:14:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-appconfiguration-provider
(Old)
and
/work/SRC/openSUSE:Factory/.python-azure-appconfiguration-provider.new.17570
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-appconfiguration-provider"
Tue Sep 10 21:14:41 2024 rev:4 rq:1199868 version:1.3.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-appconfiguration-provider/python-azure-appconfiguration-provider.changes
2024-05-30 15:36:04.324169867 +0200
+++
/work/SRC/openSUSE:Factory/.python-azure-appconfiguration-provider.new.17570/python-azure-appconfiguration-provider.changes
2024-09-10 21:15:57.396844941 +0200
@@ -1,0 +2,10 @@
+Tue Sep 10 08:29:14 UTC 2024 - John Paul Adrian Glaubitz
<[email protected]>
+
+- New upstream release
+ + Version 1.3.0
+ + For detailed information about changes see the
+ CHANGELOG.md file provided with this package
+- Adjust upstream source name in spec file
+- Update Requires from setup.py
+
+-------------------------------------------------------------------
Old:
----
azure-appconfiguration-provider-1.2.0.tar.gz
New:
----
azure_appconfiguration_provider-1.3.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-appconfiguration-provider.spec ++++++
--- /var/tmp/diff_new_pack.3e313x/_old 2024-09-10 21:15:57.852863929 +0200
+++ /var/tmp/diff_new_pack.3e313x/_new 2024-09-10 21:15:57.852863929 +0200
@@ -18,12 +18,12 @@
%{?sle15_python_module_pythons}
Name: python-azure-appconfiguration-provider
-Version: 1.2.0
+Version: 1.3.0
Release: 0
Summary: Microsoft App Configuration Provider Library for Python
License: MIT
URL: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk
-Source:
https://files.pythonhosted.org/packages/source/a/azure-appconfiguration-provider/azure-appconfiguration-provider-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/a/azure_appconfiguration_provider/azure_appconfiguration_provider-%{version}.tar.gz
BuildRequires: %{python_module azure-core >= 1.28.0}
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
BuildRequires: %{python_module pip}
@@ -32,6 +32,7 @@
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-azure-nspkg >= 3.0.0
+Requires: python-dnspython >= 2.6.1
Requires: (python-azure-appconfiguration >= 1.4.0 with
python-azure-appconfiguration < 2.0.0)
Requires: (python-azure-core >= 1.28.0 with python-azure-core < 2.0.0)
Requires: (python-azure-keyvault-secrets >= 4.3.0 with
python-azure-keyvault-secrets < 5.0.0)
@@ -52,7 +53,7 @@
Configuration store in a managed way.
%prep
-%setup -q -n azure-appconfiguration-provider-%{version}
+%setup -q -n azure_appconfiguration_provider-%{version}
%build
%pyproject_wheel