1
0

4 Commits

Author SHA256 Message Date
1747930082 Accepting request 1225153 from devel:languages:python:azure
- New upstream release
  + Version 4.9.0
  + For detailed information about changes see the
    CHANGELOG.md file provided with this package (forwarded request 1225113 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1225153
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-cosmos?expand=0&rev=15
2024-11-19 21:24:29 +00:00
eeb98fd144 - New upstream release
+ Version 4.9.0
  + For detailed information about changes see the
    CHANGELOG.md file provided with this package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-cosmos?expand=0&rev=30
2024-11-19 18:03:33 +00:00
38c5c0bd6b Accepting request 1223951 from devel:languages:python:azure
- 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 (forwarded request 1223877 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1223951
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-cosmos?expand=0&rev=14
2024-11-14 15:08:28 +00:00
f872b33333 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-cosmos?expand=0&rev=28
2024-11-13 13:01:58 +00:00
4 changed files with 24 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:72d714033134656302a2e8957c4b93590673bd288b0ca60cb123e348ae99a241
size 381958

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c70db4cbf55b0ff261ed7bb8aa325a5dfa565d3c6eaa43d75d26ae5e2ad6d74f
size 1824155

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Nov 19 13:59:33 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 4.9.0
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
-------------------------------------------------------------------
Wed Nov 13 08:54:52 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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
-------------------------------------------------------------------
Thu May 16 10:43:47 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -18,13 +18,13 @@
%{?sle15_python_module_pythons}
Name: python-azure-cosmos
Version: 4.7.0
Version: 4.9.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: fdupes
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 @@ with name [azure-cosmos](https://pypi.python.org/pypi/azure-cosmos/). For docume
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