forked from pool/python-azure-mgmt-appplatform
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 5fcf57685e | |||
| 738d736fd6 | |||
| 654196fc2c | |||
| 719e2c6a3c |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:936dc990b1a02f2d760990199e920e627a3ff881612f18ed82e1ebc53797f8d9
|
||||
size 2889402
|
||||
3
azure_mgmt_appplatform-10.0.1.tar.gz
Normal file
3
azure_mgmt_appplatform-10.0.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:58eb6f382ddf817edae807fe1ac6097e1cd473427e02f1c74aadd82c807aaee8
|
||||
size 208840
|
||||
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 5 06:28:47 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- New upstream release
|
||||
+ Version 10.0.1
|
||||
+ For detailed information about changes see the
|
||||
CHANGELOG.md file provided with this package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 29 07:32:48 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- New upstream release
|
||||
+ Version 10.0.0
|
||||
+ For detailed information about changes see the
|
||||
CHANGELOG.md file provided with this package
|
||||
- Adjust upstream source name in spec file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 15 08:09:22 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-azure-mgmt-appplatform
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,13 +18,13 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-azure-mgmt-appplatform
|
||||
Version: 9.1.0.post2
|
||||
Version: 10.0.1
|
||||
Release: 0
|
||||
Summary: Microsoft Azure MyService Management Client Library
|
||||
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-appplatform/azure-mgmt-appplatform-%{version}.tar.gz
|
||||
Source: https://files.pythonhosted.org/packages/source/a/azure_mgmt_appplatform/azure_mgmt_appplatform-%{version}.tar.gz
|
||||
BuildRequires: %{python_module azure-mgmt-nspkg >= 3.0.0}
|
||||
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
|
||||
BuildRequires: %{python_module pip}
|
||||
@@ -54,7 +54,7 @@ replace the old Azure Service Management (ASM).
|
||||
This package has been tested with Python 2.7, 3.5, 3.6 and 3.7.
|
||||
|
||||
%prep
|
||||
%setup -q -n azure-mgmt-appplatform-%{version}
|
||||
%setup -q -n azure_mgmt_appplatform-%{version}
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
|
||||
Reference in New Issue
Block a user