From 22079be1fd2cb7cf58ce20cc4fbea74c829ba57e4e1ca3a15e32c9fabf923103 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Fri, 14 Jun 2024 16:19:27 +0000 Subject: [PATCH] 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 --- azure-developer-devcenter-1.0.0.tar.gz | 3 +++ azure-developer-devcenter-1.0.0b3.tar.gz | 3 --- python-azure-developer-devcenter.changes | 10 ++++++++++ python-azure-developer-devcenter.spec | 12 +++++------- 4 files changed, 18 insertions(+), 10 deletions(-) create mode 100644 azure-developer-devcenter-1.0.0.tar.gz delete mode 100644 azure-developer-devcenter-1.0.0b3.tar.gz diff --git a/azure-developer-devcenter-1.0.0.tar.gz b/azure-developer-devcenter-1.0.0.tar.gz new file mode 100644 index 0000000..cf9683c --- /dev/null +++ b/azure-developer-devcenter-1.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f959af86435ce78203226097fbb75b8c2b14cbd60d28767b43d458ccb09e15d0 +size 86058 diff --git a/azure-developer-devcenter-1.0.0b3.tar.gz b/azure-developer-devcenter-1.0.0b3.tar.gz deleted file mode 100644 index 71a71cd..0000000 --- a/azure-developer-devcenter-1.0.0b3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bfd0a274ecb3ace6ec88b904e1001a1ea9b819cf8b120a80878cfdc282d26d6b -size 61492 diff --git a/python-azure-developer-devcenter.changes b/python-azure-developer-devcenter.changes index 94b1dc8..81dc228 100644 --- a/python-azure-developer-devcenter.changes +++ b/python-azure-developer-devcenter.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Jun 14 08:40:02 UTC 2024 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-azure-developer-devcenter.spec b/python-azure-developer-devcenter.spec index bdc8222..794c0da 100644 --- a/python-azure-developer-devcenter.spec +++ b/python-azure-developer-devcenter.spec @@ -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