Accepting request 596305 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/596305 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-mgmt-containerinstance?expand=0&rev=5
This commit is contained in:
parent
4e92036b8e
commit
4e476a3b74
@ -1,13 +1,11 @@
|
||||
diff -Nru azure-mgmt-containerinstance-0.2.0.orig/setup.py azure-mgmt-containerinstance-0.2.0/setup.py
|
||||
--- azure-mgmt-containerinstance-0.2.0.orig/setup.py 2017-10-23 19:05:02.000000000 +0200
|
||||
+++ azure-mgmt-containerinstance-0.2.0/setup.py 2018-01-18 14:29:17.586316447 +0100
|
||||
@@ -78,8 +78,8 @@
|
||||
zip_safe=False,
|
||||
diff -Nru azure-mgmt-containerinstance-0.3.1.orig/setup.py azure-mgmt-containerinstance-0.3.1/setup.py
|
||||
--- azure-mgmt-containerinstance-0.3.1.orig/setup.py 2018-02-05 18:35:36.000000000 +0100
|
||||
+++ azure-mgmt-containerinstance-0.3.1/setup.py 2018-03-07 14:19:30.428712948 +0100
|
||||
@@ -78,7 +78,7 @@
|
||||
packages=find_packages(exclude=["tests"]),
|
||||
install_requires=[
|
||||
- 'msrestazure~=0.4.11',
|
||||
'msrestazure>=0.4.20,<2.0.0',
|
||||
- 'azure-common~=1.1',
|
||||
+ 'msrestazure>=0.4.11',
|
||||
+ 'azure-common>=1.1',
|
||||
],
|
||||
cmdclass=cmdclass
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:debf43df5cb68c80589dca2df597b8c46cc580c715179b26b18fcd546a41be00
|
||||
size 44668
|
3
azure-mgmt-containerinstance-0.4.0.zip
Normal file
3
azure-mgmt-containerinstance-0.4.0.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:226985c19801a780384aebf88001c0736b496e9aae154c5ead5b0c6f3ce819b8
|
||||
size 54697
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 11 12:49:44 UTC 2018 - adrian.glaubitz@suse.com
|
||||
|
||||
- New upstream release
|
||||
+ Version 0.4.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 7 13:31:33 UTC 2018 - adrian.glaubitz@suse.com
|
||||
|
||||
- New upstream release
|
||||
+ Version 0.3.1
|
||||
- Move LICENSE.txt from %doc to %license section
|
||||
- Refresh patches for new version
|
||||
+ amb_drop-compatible-releases-operator.patch
|
||||
- Update %description from setup.py
|
||||
- Update Requires from setup.py
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 18 13:32:02 UTC 2018 - adrian.glaubitz@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-azure-mgmt-containerinstance
|
||||
Version: 0.2.0
|
||||
Version: 0.4.0
|
||||
Release: 0
|
||||
Summary: Microsoft Azure Container Instance Client Library
|
||||
License: MIT
|
||||
@ -37,8 +37,8 @@ Requires: python-azure-common < 2.0.0
|
||||
Requires: python-azure-common >= 1.1
|
||||
Requires: python-azure-mgmt-nspkg
|
||||
Requires: python-azure-nspkg
|
||||
Requires: python-msrestazure < 1.0.0
|
||||
Requires: python-msrestazure >= 0.4.11
|
||||
Requires: python-msrestazure < 2.0.0
|
||||
Requires: python-msrestazure >= 0.4.20
|
||||
Conflicts: python-azure-sdk <= 2.0.0
|
||||
|
||||
BuildArch: noarch
|
||||
@ -51,7 +51,7 @@ This is the Microsoft Azure Container Instance Client Library.
|
||||
Azure Resource Manager (ARM) is the next generation of management APIs that
|
||||
replace the old Azure Service Management (ASM).
|
||||
|
||||
This package has been tested with Python 2.7, 3.3, 3.4, 3.5 and 3.6.
|
||||
This package has been tested with Python 2.7, 3.4, 3.5 and 3.6.
|
||||
|
||||
%prep
|
||||
%setup -q -n azure-mgmt-containerinstance-%{version}
|
||||
@ -72,7 +72,8 @@ rm -rf %{buildroot}%{$python_sitelib}/azure/__pycache__
|
||||
|
||||
%files %{python_files}
|
||||
%defattr(-,root,root,-)
|
||||
%doc HISTORY.rst LICENSE.txt README.rst
|
||||
%doc HISTORY.rst README.rst
|
||||
%license LICENSE.txt
|
||||
%{python_sitelib}/azure/mgmt/containerinstance
|
||||
%{python_sitelib}/azure_mgmt_containerinstance-*.egg-info
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user