2 Commits

Author SHA256 Message Date
b62e200fbc Accepting request 1225559 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
- Adjust upstream source name in spec file
- Remove temporary version override
- Update Requires from setup.py (forwarded request 1225508 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1225559
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-mgmt-devopsinfrastructure?expand=0&rev=2
2024-11-21 14:19:25 +00:00
d94820fa48 - New upstream release
+ Version 1.0.0
  + For detailed information about changes see the
    CHANGELOG.md file provided with this package
- Adjust upstream source name in spec file
- Remove temporary version override
- Update Requires from setup.py

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-mgmt-devopsinfrastructure?expand=0&rev=3
2024-11-21 10:04:54 +00:00
4 changed files with 18 additions and 7 deletions

View File

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

View File

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

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Nov 21 09:32:42 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
- Adjust upstream source name in spec file
- Remove temporary version override
- Update Requires from setup.py
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 3 11:38:15 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> Mon Jun 3 11:38:15 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/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
%define realversion 1.0.0b1
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-azure-mgmt-devopsinfrastructure Name: python-azure-mgmt-devopsinfrastructure
Version: 1.0.0~b1 Version: 1.0.0
Release: 0 Release: 0
Summary: Microsoft Azure Devopsinfrastructure Management Client Library for Python Summary: Microsoft Azure Devopsinfrastructure Management Client Library for Python
License: MIT License: MIT
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://github.com/Azure/azure-sdk-for-python URL: https://github.com/Azure/azure-sdk-for-python
Source: https://files.pythonhosted.org/packages/source/a/azure-mgmt-devopsinfrastructure/azure-mgmt-devopsinfrastructure-%{realversion}.tar.gz Source: https://files.pythonhosted.org/packages/source/a/azure_mgmt_devopsinfrastructure/azure_mgmt_devopsinfrastructure-%{version}.tar.gz
BuildRequires: %{python_module azure-mgmt-nspkg >= 3.0.0} BuildRequires: %{python_module azure-mgmt-nspkg >= 3.0.0}
BuildRequires: %{python_module azure-nspkg >= 3.0.0} BuildRequires: %{python_module azure-nspkg >= 3.0.0}
BuildRequires: %{python_module pip} BuildRequires: %{python_module pip}
@@ -35,6 +34,7 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-azure-mgmt-nspkg >= 3.0.0 Requires: python-azure-mgmt-nspkg >= 3.0.0
Requires: python-azure-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-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.3.2 with python-azure-mgmt-core < 2.0.0)
Requires: (python-isodate >= 0.6.1 with python-isodate < 1.0.0) Requires: (python-isodate >= 0.6.1 with python-isodate < 1.0.0)
@@ -49,7 +49,7 @@ This is the Microsoft Azure Devopsinfrastructure Management Client Library.
This package has been tested with Python 3.8+. This package has been tested with Python 3.8+.
%prep %prep
%setup -q -n azure-mgmt-devopsinfrastructure-%{realversion} %setup -q -n azure_mgmt_devopsinfrastructure-%{version}
%build %build
%pyproject_wheel %pyproject_wheel