forked from pool/python-azure-mgmt-devopsinfrastructure
Compare commits
2 Commits
factory
...
public_clo
| Author | SHA256 | Date | |
|---|---|---|---|
| b62e200fbc | |||
| d94820fa48 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:696d4e7ff3f43d4318fe4ca15d23a47150ea947d0e61fb507ae4dc9c7b7067e9
|
|
||||||
size 73094
|
|
||||||
3
azure_mgmt_devopsinfrastructure-1.0.0.tar.gz
Normal file
3
azure_mgmt_devopsinfrastructure-1.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:05d351ee6e60125f3c4155368ad1e8640db532f4c263091de5cf01f0d36c1127
|
||||||
|
size 63742
|
||||||
@@ -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>
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user