17
0

Accepting request 1180850 from home:glaubitz:branches: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

OBS-URL: https://build.opensuse.org/request/show/1180850
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-developer-devcenter?expand=0&rev=7
This commit is contained in:
2024-06-14 16:19:27 +00:00
committed by Git OBS Bridge
parent f37c900cf2
commit 492e9cf1c6
4 changed files with 18 additions and 10 deletions

View File

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

View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Jun 14 08:40:02 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
-------------------------------------------------------------------
Thu Apr 4 12:51:22 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -16,16 +16,14 @@
#
%define realversion 1.0.0b3
%{?sle15_python_module_pythons}
Name: python-azure-developer-devcenter
Version: 1.0.0~b3
Version: 1.0.0
Release: 0
Summary: Microsoft Azure Developer DevCenter Service Client Library for Python
License: MIT
URL: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk
Source: https://files.pythonhosted.org/packages/source/a/azure-developer-devcenter/azure-developer-devcenter-%{realversion}.tar.gz
Source: https://files.pythonhosted.org/packages/source/a/azure-developer-devcenter/azure-developer-devcenter-%{version}.tar.gz
BuildRequires: %{python_module azure-core < 2.0.0}
BuildRequires: %{python_module azure-core >= 1.28.0}
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
@@ -37,9 +35,9 @@ BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-azure-nspkg >= 3.0.0
Requires: (python-azure-core >= 1.28.0 with python-azure-core < 2.0.0)
Requires: python-typing_extensions >= 4.6.0
Requires: (python-azure-core >= 1.30.0 with python-azure-core < 2.0.0)
Requires: (python-isodate >= 0.6.1 with python-isodate < 2.0.0)
Requires: (python-typing_extensions >= 4.3.0 if python-base < 3.8)
Conflicts: python-azure-sdk <= 2.0.0
%if 0%{?sle_version} >= 150400
Obsoletes: python3-azure-developer-devcenter < 1.0.0~b3
@@ -59,7 +57,7 @@ Create, access, manage, and delete Dev Box resources Create,
deploy, manage, and delete Environment resources
%prep
%setup -q -n azure-developer-devcenter-%{realversion}
%setup -q -n azure-developer-devcenter-%{version}
%build
%pyproject_wheel