Accepting request 281659 from devel:languages:python
- Update to version 0.82.0 + there is no upstream changelog + update in support for fix of bnc#905354 OBS-URL: https://build.opensuse.org/request/show/281659 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-botocore?expand=0&rev=4
This commit is contained in:
parent
754dcb9f3c
commit
e77696c311
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4e7dc963e2cde001043b504d1e445f77ce016ade8237f35581847cb850a4df1f
|
||||
size 1255980
|
3
botocore-0.82.0.tar.gz
Normal file
3
botocore-0.82.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:55f31f4ac202a249386b34dd1f7edebbe1e3db3753574d2c6be9f4b39cb11807
|
||||
size 1503723
|
@ -1,12 +1,11 @@
|
||||
--- setup.py.orig
|
||||
+++ setup.py
|
||||
@@ -10,22 +10,22 @@ import botocore
|
||||
@@ -10,21 +10,21 @@ import botocore
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
|
||||
-requires = ['six>=1.1.0',
|
||||
- 'jmespath==0.4.1',
|
||||
- 'python-dateutil>=2.1']
|
||||
-requires = ['jmespath==0.5.0',
|
||||
- 'python-dateutil>=2.1,<3.0.0']
|
||||
-
|
||||
-
|
||||
-if sys.version_info[:2] == (2, 6):
|
||||
@ -20,8 +19,7 @@
|
||||
- # JSON objects. The 2.7 json module has this. For 2.6
|
||||
- # we need simplejson.
|
||||
- requires.append('simplejson==3.3.0')
|
||||
+#requires = ['six>=1.1.0',
|
||||
+# 'jmespath==0.4.1',
|
||||
+#requires = ['jmespath==0.5.0',
|
||||
+# 'python-dateutil>=2.1']
|
||||
+
|
||||
+
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 18 13:08:48 UTC 2015 - rschweikert@suse.com
|
||||
|
||||
- Update to version 0.82.0
|
||||
+ there is no upstream changelog
|
||||
+ update in support for fix of bnc#905354
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 23 23:45:06 UTC 2014 - rschweikert@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-botocore
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%define baseName botocore
|
||||
|
||||
Name: python-botocore
|
||||
Version: 0.67.0
|
||||
Version: 0.82.0
|
||||
Release: 0
|
||||
Summary: Python interface for AWS
|
||||
License: Apache-2.0
|
||||
@ -29,8 +29,7 @@ Source0: %{baseName}-%{version}.tar.gz
|
||||
Patch0: hide_py_pckgmgmt.patch
|
||||
Requires: python
|
||||
Requires: python-dateutil >= 2.1
|
||||
Requires: python-jmespath >= 0.4.1
|
||||
Requires: python-six >= 1.1.0
|
||||
Requires: python-jmespath >= 0.5.0
|
||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||
Requires: python-ordereddict >= 1.1
|
||||
Requires: python-simplejson >= 3.3.0
|
||||
|
Loading…
Reference in New Issue
Block a user