Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-azure-cosmos for
openSUSE:Factory checked in at 2024-11-14 16:08:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-cosmos (Old)
and /work/SRC/openSUSE:Factory/.python-azure-cosmos.new.2017 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-cosmos"
Thu Nov 14 16:08:28 2024 rev:14 rq:1223951 version:4.8.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-azure-cosmos/python-azure-cosmos.changes
2024-05-16 17:19:08.296540173 +0200
+++
/work/SRC/openSUSE:Factory/.python-azure-cosmos.new.2017/python-azure-cosmos.changes
2024-11-14 16:09:04.327738724 +0100
@@ -1,0 +2,9 @@
+Wed Nov 13 08:54:52 UTC 2024 - John Paul Adrian Glaubitz
<[email protected]>
+
+- New upstream release
+ + Version 4.8.0
+ + For detailed information about changes see the
+ CHANGELOG.md file provided with this package
+- Adjust upstream source name in spec file
+
+-------------------------------------------------------------------
Old:
----
azure-cosmos-4.7.0.tar.gz
New:
----
azure_cosmos-4.8.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-cosmos.spec ++++++
--- /var/tmp/diff_new_pack.08axPW/_old 2024-11-14 16:09:07.507871174 +0100
+++ /var/tmp/diff_new_pack.08axPW/_new 2024-11-14 16:09:07.507871174 +0100
@@ -18,13 +18,13 @@
%{?sle15_python_module_pythons}
Name: python-azure-cosmos
-Version: 4.7.0
+Version: 4.8.0
Release: 0
Summary: Microsoft Azure Cosmos 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-cosmos/azure-cosmos-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/a/azure_cosmos/azure_cosmos-%{version}.tar.gz
BuildRequires: %{python_module azure-mgmt-nspkg >= 3.0.0}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
@@ -33,7 +33,7 @@
BuildRequires: python-rpm-macros
Requires: python-azure-nspkg >= 3.0.0
Requires: python-typing_extensions >= 4.6.0
-Requires: (python-azure-core >= 1.25.1 with python-azure-core < 2.0.0)
+Requires: (python-azure-core >= 1.30.0 with python-azure-core < 2.0.0)
Conflicts: python-azure-sdk <= 2.0.0
%if 0%{?sle_version} >= 150400
Obsoletes: python3-azure-cosmos < 4.5.1
@@ -49,7 +49,7 @@
see the Microsoft Azure
[link](https://docs.microsoft.com/en-us/azure/cosmos-db/sql-api-sdk-python).
%prep
-%setup -q -n azure-cosmos-%{version}
+%setup -q -n azure_cosmos-%{version}
%build
%pyproject_wheel