Accepting request 571100 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/571100 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-mgmt-compute?expand=0&rev=2
This commit is contained in:
parent
921b3695ab
commit
4b085733e4
@ -1,14 +1,12 @@
|
||||
diff -Nru azure-mgmt-compute-3.0.1.orig/setup.py azure-mgmt-compute-3.0.1/setup.py
|
||||
--- azure-mgmt-compute-3.0.1.orig/setup.py 2017-09-26 18:25:18.000000000 +0200
|
||||
+++ azure-mgmt-compute-3.0.1/setup.py 2017-10-02 09:57:43.337111305 +0200
|
||||
@@ -78,8 +78,8 @@
|
||||
zip_safe=False,
|
||||
packages=find_packages(exclude=["tests"]),
|
||||
install_requires=[
|
||||
- 'msrestazure~=0.4.11',
|
||||
- 'azure-common~=1.1',
|
||||
+ 'msrestazure>=0.4.11',
|
||||
+ 'azure-common>=1.1',
|
||||
],
|
||||
cmdclass=cmdclass
|
||||
)
|
||||
diff -Nru azure-mgmt-compute-3.1.0rc3.orig/setup.py azure-mgmt-compute-3.1.0rc3/setup.py
|
||||
--- azure-mgmt-compute-3.1.0rc3.orig/setup.py 2018-01-11 12:08:18.000000000 +0100
|
||||
+++ azure-mgmt-compute-3.1.0rc3/setup.py 2018-01-18 13:57:30.758583733 +0100
|
||||
@@ -78,7 +78,7 @@
|
||||
packages=find_packages(exclude=["tests"]),
|
||||
install_requires=[
|
||||
'msrestazure>=0.4.20,<2.0.0',
|
||||
- 'azure-common~=1.1',
|
||||
+ 'azure-common>=1.1',
|
||||
],
|
||||
cmdclass=cmdclass
|
||||
)
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7a28dbef42c4cfe70d9b3a9e9371668f0f448d343136ce98095b503a3085d854
|
||||
size 561724
|
3
azure-mgmt-compute-3.1.0rc3.zip
Normal file
3
azure-mgmt-compute-3.1.0rc3.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6a6ab8b429fa8bae8425a4b702c252fdcc28339b3c48d737a9bce566d76e151a
|
||||
size 786671
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 18 13:04:24 UTC 2018 - adrian.glaubitz@suse.com
|
||||
|
||||
- New upstream release
|
||||
+ Version 3.1.0rc3
|
||||
+ For detailed information about changes see the
|
||||
HISTORY.rst file provided with this package
|
||||
- Install HISTORY.rst into doc directory
|
||||
- Refresh patches for new version
|
||||
+ amc_drop-compatible-releases-operator.patch
|
||||
- Update Requires from setup.py
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 4 14:22:54 UTC 2017 - adrian.glaubitz@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-azure-mgmt-compute
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-azure-mgmt-compute
|
||||
Version: 3.0.1
|
||||
Version: 3.1.0rc3
|
||||
Release: 0
|
||||
Summary: Microsoft Azure Compute Management 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
|
||||
@ -72,7 +72,7 @@ rm -rf %{buildroot}%{$python_sitelib}/azure/__pycache__
|
||||
|
||||
%files %{python_files}
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE.txt README.rst
|
||||
%doc HISTORY.rst LICENSE.txt README.rst
|
||||
%{python_sitelib}/azure/mgmt/compute
|
||||
%{python_sitelib}/azure_mgmt_compute-*.egg-info
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user