forked from pool/python-azure-mgmt-appplatform
Compare commits
2 Commits
factory
...
public_clo
| Author | SHA256 | Date | |
|---|---|---|---|
| 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.0.tar.gz
Normal file
3
azure_mgmt_appplatform-10.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:08ad65881a991937e9fb0c215d8deb426873672ea4440b777e8ef5377e3bb25e
|
||||
size 209929
|
||||
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -18,13 +18,13 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-azure-mgmt-appplatform
|
||||
Version: 9.1.0.post2
|
||||
Version: 10.0.0
|
||||
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