Compare commits
2 Commits
public_clo
...
factory
| Author | SHA256 | Date | |
|---|---|---|---|
| 610d3f8123 | |||
| 04c38ffd59 |
3
azure_mgmt_storageactions-1.0.0.tar.gz
Normal file
3
azure_mgmt_storageactions-1.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:63aef69c5009c6b759414edc611192932996548ae51d61ac9673db5ce35a3512
|
||||
size 60634
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a28206af9a94619a2a345b338090b7fca05f4b4123287ef6bc888f390b6ef82d
|
||||
size 52654
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user