Accepting request 1187887 from devel:languages:python:azure

- 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 (forwarded request 1187785 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1187887
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-mgmt-informaticadatamanagement?expand=0&rev=2
This commit is contained in:
2024-07-16 20:04:54 +00:00
committed by Git OBS Bridge
4 changed files with 17 additions and 8 deletions

View File

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

View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Jul 16 09:29:49 UTC 2024 - 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
-------------------------------------------------------------------
Mon Jun 3 11:58:56 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -15,17 +15,16 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define realversion 1.0.0b1
%{?sle15_python_module_pythons}
Name: python-azure-mgmt-informaticadatamanagement
Version: 1.0.0~b1
Version: 1.0.0
Release: 0
Summary: Microsoft Azure Informaticadatamanagement 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-informaticadatamanagement/azure-mgmt-informaticadatamanagement-%{realversion}.tar.gz
Source: https://files.pythonhosted.org/packages/source/a/azure-mgmt-informaticadatamanagement/azure-mgmt-informaticadatamanagement-%{version}.tar.gz
BuildRequires: %{python_module azure-mgmt-nspkg >= 3.0.0}
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
BuildRequires: %{python_module pip}
@@ -35,6 +34,7 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros
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-isodate >= 0.6.1 with python-isodate < 1.0.0)
@@ -45,9 +45,8 @@ BuildArch: noarch
%description
%prep
%setup -q -n azure-mgmt-informaticadatamanagement-%{realversion}
%setup -q -n azure-mgmt-informaticadatamanagement-%{version}
%build
%pyproject_wheel