From 4274fe01da49dc8b6b3ca2ccfbbf20ac70ccd4d7582dec221afbb12f6cc583b1 Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Sat, 27 May 2023 23:39:05 +0000 Subject: [PATCH] Accepting request 1088594 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 OBS-URL: https://build.opensuse.org/request/show/1088594 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-mgmt-qumulo?expand=0&rev=3 --- azure-mgmt-qumulo-1.0.0.zip | 3 +++ azure-mgmt-qumulo-1.0.0b1.zip | 3 --- python-azure-mgmt-qumulo.changes | 9 +++++++++ python-azure-mgmt-qumulo.spec | 11 +++++------ 4 files changed, 17 insertions(+), 9 deletions(-) create mode 100644 azure-mgmt-qumulo-1.0.0.zip delete mode 100644 azure-mgmt-qumulo-1.0.0b1.zip diff --git a/azure-mgmt-qumulo-1.0.0.zip b/azure-mgmt-qumulo-1.0.0.zip new file mode 100644 index 0000000..73c9b46 --- /dev/null +++ b/azure-mgmt-qumulo-1.0.0.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9c4dccbb6d27c86052481e6e316a66f89fcc806c005a0f0ad8b245450fd110b +size 61544 diff --git a/azure-mgmt-qumulo-1.0.0b1.zip b/azure-mgmt-qumulo-1.0.0b1.zip deleted file mode 100644 index 5e116ff..0000000 --- a/azure-mgmt-qumulo-1.0.0b1.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9696a9658a56b539b129a18675a7dd4355eda75c29cdee67c580d7559cee05b7 -size 61687 diff --git a/python-azure-mgmt-qumulo.changes b/python-azure-mgmt-qumulo.changes index 1a0b35a..33867eb 100644 --- a/python-azure-mgmt-qumulo.changes +++ b/python-azure-mgmt-qumulo.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue May 23 10:27:57 UTC 2023 - 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 + ------------------------------------------------------------------- Mon Apr 17 12:02:45 UTC 2023 - John Paul Adrian Glaubitz diff --git a/python-azure-mgmt-qumulo.spec b/python-azure-mgmt-qumulo.spec index 758ffe4..f4afeb0 100644 --- a/python-azure-mgmt-qumulo.spec +++ b/python-azure-mgmt-qumulo.spec @@ -15,20 +15,19 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # -%define realversion 1.0.0b1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} %if 0%{?suse_version} >= 1500 %define skip_python2 1 %endif Name: python-azure-mgmt-qumulo -Version: 1.0.0~b1 +Version: 1.0.0 Release: 0 Summary: Microsoft Azure Qumulo 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-qumulo/azure-mgmt-qumulo-%{realversion}.zip +Source: https://files.pythonhosted.org/packages/source/a/azure-mgmt-qumulo/azure-mgmt-qumulo-%{version}.zip Source1: LICENSE.txt BuildRequires: %{python_module azure-mgmt-nspkg >= 3.0.0} BuildRequires: %{python_module azure-nspkg >= 3.0.0} @@ -42,8 +41,8 @@ Requires: python-azure-mgmt-core < 2.0.0 Requires: python-azure-mgmt-core >= 1.3.2 Requires: python-azure-mgmt-nspkg >= 3.0.0 Requires: python-azure-nspkg >= 3.0.0 -Requires: python-isodate >= 0.6.1 Requires: python-isodate < 1.0.0 +Requires: python-isodate >= 0.6.1 Requires: (python-typing_extensions >= 4.3.0 if python-base < 3.8) Conflicts: python-azure-sdk <= 2.0.0 @@ -57,10 +56,10 @@ This is the Microsoft Azure Qumulo Management Client Library. This package has been tested with Python 3.7+. %prep -%setup -q -n azure-mgmt-qumulo-%{realversion} +%setup -q -n azure-mgmt-qumulo-%{version} %build -install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-qumulo-%{realversion} +install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-qumulo-%{version} %python_build %install