Accepting request 339350 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/339350
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-botocore?expand=0&rev=10
This commit is contained in:
Dominique Leuenberger 2015-10-20 14:22:30 +00:00 committed by Git OBS Bridge
parent afa9e85342
commit 586af13332
5 changed files with 31 additions and 32 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a456fd7fc4c984855a147a72e044575766e0bb7171669627f16bc30617be112c
size 1699662

3
botocore-1.2.10.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8541895aa2abe2183fa15efe33794db7428fec3302e0c9bf1db13fa1668e2b66
size 2202147

View File

@ -1,40 +1,32 @@
--- setup.py.orig
+++ setup.py
Index: botocore-1.2.10/setup.py
===================================================================
--- botocore-1.2.10.orig/setup.py
+++ botocore-1.2.10/setup.py
@@ -5,22 +5,22 @@ import sys
from setuptools import setup, find_packages
-requires = ['jmespath==0.7.1',
-requires = ['jmespath>=0.7.1,<1.0.0',
- 'python-dateutil>=2.1,<3.0.0',
- 'docutils>=0.10']
-
-
-if sys.version_info[:2] == (2, 6):
- # For python2.6 we have a few other dependencies.
- # First we need an ordered dictionary so we use the
- # 2.6 backport.
- requires.append('ordereddict==1.1')
- # Then we need simplejson. This is because we need
- # a json version that allows us to specify we want to
- # use an ordereddict instead of a normal dict for the
- # JSON objects. The 2.7 json module has this. For 2.6
- # we need simplejson.
- requires.append('simplejson==3.3.0')
+#requires = ['jmespath==0.7.1',
+#requires = ['jmespath>=0.7.1,<1.0.0',
+# 'python-dateutil>=2.1,<3.0.0',
+# 'docutils>=0.10']
+
+
-if sys.version_info[:2] == (2, 6):
+#if sys.version_info[:2] == (2, 6):
+# # For python2.6 we have a few other dependencies.
+# # First we need an ordered dictionary so we use the
+# # 2.6 backport.
# For python2.6 we have a few other dependencies.
# First we need an ordered dictionary so we use the
# 2.6 backport.
- requires.append('ordereddict==1.1')
+# requires.append('ordereddict==1.1')
+# # Then we need simplejson. This is because we need
+# # a json version that allows us to specify we want to
+# # use an ordereddict instead of a normal dict for the
+# # JSON objects. The 2.7 json module has this. For 2.6
+# # we need simplejson.
# Then we need simplejson. This is because we need
# a json version that allows us to specify we want to
# use an ordereddict instead of a normal dict for the
# JSON objects. The 2.7 json module has this. For 2.6
# we need simplejson.
- requires.append('simplejson==3.3.0')
+# requires.append('simplejson==3.3.0')

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Oct 10 02:25:13 UTC 2015 - rjschwei@suse.com
- Update to version 1.2.10 (bsc#949877)
+ No upstream changelog
- Forward port hide_py_pckgmgmt.patch
-------------------------------------------------------------------
Thu Aug 6 13:06:44 UTC 2015 - rjschwei@suse.com

View File

@ -19,7 +19,7 @@
%define baseName botocore
Name: python-botocore
Version: 1.1.6
Version: 1.2.10
Release: 0
Summary: Python interface for AWS
License: Apache-2.0
@ -53,7 +53,7 @@ A low-level interface to a growing number of Amazon Web Services.
%prep
%setup -q -n %{baseName}-%{version}
%patch0
%patch0 -p1
%build
python setup.py build