forked from pool/python-azure-template
Accepting request 1112512 from home:glaubitz:branches:devel:languages:python:azure
- New upstream release + Version 0.1.0b3096118 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ OBS-URL: https://build.opensuse.org/request/show/1112512 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-template?expand=0&rev=35
This commit is contained in:
parent
464c7696af
commit
fa8fea83c2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:73f9fd2c01c31d2f0918e509b81ac43af2d1833047bd3be61dfc588842ec0296
|
|
||||||
size 11297
|
|
3
azure-template-0.1.0b3096118.tar.gz
Normal file
3
azure-template-0.1.0b3096118.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a5d87f07c3adf32f66c984a06c3c6df4de17f18441b5b9d479cc6ed94dbb948b
|
||||||
|
size 4970
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 20 09:37:45 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- New upstream release
|
||||||
|
+ Version 0.1.0b3096118
|
||||||
|
+ For detailed information about changes see the
|
||||||
|
CHANGELOG.md file provided with this package
|
||||||
|
- Remove unzip package from BuildRequires
|
||||||
|
- Switch source archive format to TAR.GZ
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 3 13:59:17 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Mon Jul 3 13:59:17 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
@ -21,19 +21,18 @@
|
|||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%endif
|
%endif
|
||||||
Name: python-azure-template
|
Name: python-azure-template
|
||||||
Version: 0.1.0b2840062
|
Version: 0.1.0b3096118
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Microsoft Azure Template Package Client Library for Python
|
Summary: Microsoft Azure Template Package Client Library for Python
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/Azure/azure-sdk-for-python
|
URL: https://github.com/Azure/azure-sdk-for-python
|
||||||
Source: https://files.pythonhosted.org/packages/source/a/azure-template/azure-template-%{version}.zip
|
Source: https://files.pythonhosted.org/packages/source/a/azure-template/azure-template-%{version}.tar.gz
|
||||||
Source1: LICENSE.txt
|
Source1: LICENSE.txt
|
||||||
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
|
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: unzip
|
|
||||||
Requires: python-azure-core < 2.0.0
|
Requires: python-azure-core < 2.0.0
|
||||||
Requires: python-azure-core >= 1.10.0
|
Requires: python-azure-core >= 1.10.0
|
||||||
Conflicts: python-azure-sdk <= 2.0.0
|
Conflicts: python-azure-sdk <= 2.0.0
|
||||||
|
Loading…
Reference in New Issue
Block a user