forked from pool/python-azure-cosmos
Compare commits
4 Commits
factory
...
public_clo
| Author | SHA256 | Date | |
|---|---|---|---|
| 1747930082 | |||
| eeb98fd144 | |||
| 38c5c0bd6b | |||
| f872b33333 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:72d714033134656302a2e8957c4b93590673bd288b0ca60cb123e348ae99a241
|
||||
size 381958
|
||||
3
azure_cosmos-4.9.0.tar.gz
Normal file
3
azure_cosmos-4.9.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c70db4cbf55b0ff261ed7bb8aa325a5dfa565d3c6eaa43d75d26ae5e2ad6d74f
|
||||
size 1824155
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user