17
0

Compare commits

2 Commits

Author SHA256 Message Date
610d3f8123 Accepting request 1291238 from devel:languages:python:azure
yet another azure sdk package

OBS-URL: https://build.opensuse.org/request/show/1291238
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-mgmt-storageactions?expand=0&rev=2
2025-07-09 15:27:12 +00:00
04c38ffd59 Accepting request 1291190 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/1291190
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-mgmt-storageactions?expand=0&rev=3
2025-07-08 11:10:52 +00:00
4 changed files with 17 additions and 8 deletions

View File

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

View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Jul 8 08:25:38 UTC 2025 - 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
-------------------------------------------------------------------
Tue Apr 22 08:35:29 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -15,17 +15,16 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define realversion 1.0.0b2
%{?sle15_python_module_pythons}
Name: python-azure-mgmt-storageactions
Version: 1.0.0~b2
Version: 1.0.0
Release: 0
Summary: Microsoft Azure Storageactions 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_storageactions/azure_mgmt_storageactions-%{realversion}.tar.gz
Source: https://files.pythonhosted.org/packages/source/a/azure_mgmt_storageactions/azure_mgmt_storageactions-%{version}.tar.gz
BuildRequires: %{python_module azure-mgmt-nspkg >= 3.0.0}
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
BuildRequires: %{python_module pip}
@@ -36,7 +35,7 @@ BuildRequires: python-rpm-macros
Requires: python-azure-mgmt-nspkg >= 3.0.0
Requires: python-azure-nspkg >= 3.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.5.0 with python-azure-mgmt-core < 2.0.0)
Requires: (python-isodate >= 0.6.1 with python-isodate < 1.0.0)
Requires: python-typing_extensions >= 4.6.0
Conflicts: python-azure-sdk <= 2.0.0
@@ -53,7 +52,7 @@ This is the Microsoft Azure Storageactions Management Client Library.
This package has been tested with Python 3.8+.
%prep
%setup -q -n azure_mgmt_storageactions-%{realversion}
%setup -q -n azure_mgmt_storageactions-%{version}
%build
%pyproject_wheel