17
0

Compare commits

2 Commits

Author SHA256 Message Date
45e9f99d10 Accepting request 1290664 from devel:languages:python:azure
yet another Azure SDK package

OBS-URL: https://build.opensuse.org/request/show/1290664
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-mgmt-arizeaiobservabilityeval?expand=0&rev=2
2025-07-06 15:14:42 +00:00
74e75efd7a - New upstream release
+ Version 1.0.0
  + For detailed information about changes see the
    CHANGELOG.md file provided with this package
- Remove temporary version override
- Update Requires from setup.py

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-mgmt-arizeaiobservabilityeval?expand=0&rev=2
2025-07-04 11:02:38 +00:00
4 changed files with 17 additions and 9 deletions

View File

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

View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Jul 3 07:35:59 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 1.0.0
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
- Remove temporary version override
- Update Requires from setup.py
-------------------------------------------------------------------
Wed Apr 2 11:13:07 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -16,17 +16,15 @@
#
%define realversion 1.0.0b1
%{?sle15_python_module_pythons}
Name: python-azure-mgmt-arizeaiobservabilityeval
Version: 1.0.0~b1
Version: 1.0.0
Release: 0
Summary: Microsoft Azure Arizeaiobservabilityeval Management 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_mgmt_arizeaiobservabilityeval/azure_mgmt_arizeaiobservabilityeval-%{realversion}.tar.gz
Source: https://files.pythonhosted.org/packages/source/a/azure_mgmt_arizeaiobservabilityeval/azure_mgmt_arizeaiobservabilityeval-%{version}.tar.gz
BuildRequires: %{python_module azure-mgmt-nspkg >= 3.0.0}
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
BuildRequires: %{python_module pip}
@@ -38,7 +36,7 @@ Requires: python-azure-mgmt-nspkg >= 3.0.0
Requires: python-azure-nspkg >= 3.0.0
Requires: python-typing_extensions >= 4.6.0
Requires: (python-azure-common >= 1.1 with python-azure-common < 2.0.0)
Requires: (python-azure-mgmt-core >= 1.3.2 with python-azure-mgmt-core < 2.0.0)
Requires: (python-azure-mgmt-core >= 1.5.0 with python-azure-mgmt-core < 2.0.0)
Requires: (python-isodate >= 0.6.1 with python-isodate < 1.0.0)
Conflicts: python-azure-sdk <= 2.0.0
BuildArch: noarch
@@ -51,7 +49,7 @@ This is the Microsoft Azure Arizeaiobservabilityeval Management Client Library.
This package has been tested with Python 3.8+.
%prep
%setup -q -n azure_mgmt_arizeaiobservabilityeval-%{realversion}
%setup -q -n azure_mgmt_arizeaiobservabilityeval-%{version}
%build
%pyproject_wheel