Accepting request 571102 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/571102 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-mgmt-containerinstance?expand=0&rev=4
This commit is contained in:
parent
68a0018d35
commit
4e92036b8e
@ -1,9 +1,9 @@
|
|||||||
diff -Nru azure-mgmt-containerinstance-0.1.0.orig/setup.py azure-mgmt-containerinstance-0.1.0/setup.py
|
diff -Nru azure-mgmt-containerinstance-0.2.0.orig/setup.py azure-mgmt-containerinstance-0.2.0/setup.py
|
||||||
--- azure-mgmt-containerinstance-0.1.0.orig/setup.py 2017-07-27 22:09:56.000000000 +0200
|
--- azure-mgmt-containerinstance-0.2.0.orig/setup.py 2017-10-23 19:05:02.000000000 +0200
|
||||||
+++ azure-mgmt-containerinstance-0.1.0/setup.py 2017-11-03 19:40:30.047288428 +0100
|
+++ azure-mgmt-containerinstance-0.2.0/setup.py 2018-01-18 14:29:17.586316447 +0100
|
||||||
@@ -78,8 +78,8 @@
|
@@ -78,8 +78,8 @@
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
packages=find_packages(),
|
packages=find_packages(exclude=["tests"]),
|
||||||
install_requires=[
|
install_requires=[
|
||||||
- 'msrestazure~=0.4.11',
|
- 'msrestazure~=0.4.11',
|
||||||
- 'azure-common~=1.1',
|
- 'azure-common~=1.1',
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7ab9fc91604f82b6c49352a806758dbc92eef891fc37cb62a537ea049c2a7b25
|
|
||||||
size 37910
|
|
3
azure-mgmt-containerinstance-0.2.0.zip
Normal file
3
azure-mgmt-containerinstance-0.2.0.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:debf43df5cb68c80589dca2df597b8c46cc580c715179b26b18fcd546a41be00
|
||||||
|
size 44668
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 18 13:32:02 UTC 2018 - adrian.glaubitz@suse.com
|
||||||
|
|
||||||
|
- New upstream release
|
||||||
|
+ Version 0.2.0
|
||||||
|
+ 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
|
||||||
|
+ amb_drop-compatible-releases-operator.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 3 18:46:06 UTC 2017 - adrian.glaubitz@suse.com
|
Fri Nov 3 18:46:06 UTC 2017 - adrian.glaubitz@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-azure-mgmt-containerinstance
|
# spec file for package python-azure-mgmt-containerinstance
|
||||||
#
|
#
|
||||||
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-azure-mgmt-containerinstance
|
Name: python-azure-mgmt-containerinstance
|
||||||
Version: 0.1.0
|
Version: 0.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Microsoft Azure Container Instance Client Library
|
Summary: Microsoft Azure Container Instance Client Library
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -72,7 +72,7 @@ rm -rf %{buildroot}%{$python_sitelib}/azure/__pycache__
|
|||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc LICENSE.txt README.rst
|
%doc HISTORY.rst LICENSE.txt README.rst
|
||||||
%{python_sitelib}/azure/mgmt/containerinstance
|
%{python_sitelib}/azure/mgmt/containerinstance
|
||||||
%{python_sitelib}/azure_mgmt_containerinstance-*.egg-info
|
%{python_sitelib}/azure_mgmt_containerinstance-*.egg-info
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user