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:
parent
afa9e85342
commit
586af13332
@ -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
3
botocore-1.2.10.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8541895aa2abe2183fa15efe33794db7428fec3302e0c9bf1db13fa1668e2b66
|
||||||
|
size 2202147
|
@ -1,40 +1,32 @@
|
|||||||
--- setup.py.orig
|
Index: botocore-1.2.10/setup.py
|
||||||
+++ setup.py
|
===================================================================
|
||||||
|
--- botocore-1.2.10.orig/setup.py
|
||||||
|
+++ botocore-1.2.10/setup.py
|
||||||
@@ -5,22 +5,22 @@ import sys
|
@@ -5,22 +5,22 @@ import sys
|
||||||
from setuptools import setup, find_packages
|
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',
|
- 'python-dateutil>=2.1,<3.0.0',
|
||||||
- 'docutils>=0.10']
|
- 'docutils>=0.10']
|
||||||
-
|
+#requires = ['jmespath>=0.7.1,<1.0.0',
|
||||||
-
|
|
||||||
-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',
|
|
||||||
+# 'python-dateutil>=2.1,<3.0.0',
|
+# 'python-dateutil>=2.1,<3.0.0',
|
||||||
+# 'docutils>=0.10']
|
+# 'docutils>=0.10']
|
||||||
+
|
|
||||||
+
|
|
||||||
|
-if sys.version_info[:2] == (2, 6):
|
||||||
+#if sys.version_info[:2] == (2, 6):
|
+#if sys.version_info[:2] == (2, 6):
|
||||||
+# # For python2.6 we have a few other dependencies.
|
# For python2.6 we have a few other dependencies.
|
||||||
+# # First we need an ordered dictionary so we use the
|
# First we need an ordered dictionary so we use the
|
||||||
+# # 2.6 backport.
|
# 2.6 backport.
|
||||||
|
- requires.append('ordereddict==1.1')
|
||||||
+# requires.append('ordereddict==1.1')
|
+# requires.append('ordereddict==1.1')
|
||||||
+# # Then we need simplejson. This is because we need
|
# Then we need simplejson. This is because we need
|
||||||
+# # a json version that allows us to specify we want to
|
# a json version that allows us to specify we want to
|
||||||
+# # use an ordereddict instead of a normal dict for the
|
# use an ordereddict instead of a normal dict for the
|
||||||
+# # JSON objects. The 2.7 json module has this. For 2.6
|
# JSON objects. The 2.7 json module has this. For 2.6
|
||||||
+# # we need simplejson.
|
# we need simplejson.
|
||||||
|
- requires.append('simplejson==3.3.0')
|
||||||
+# requires.append('simplejson==3.3.0')
|
+# requires.append('simplejson==3.3.0')
|
||||||
|
|
||||||
|
|
||||||
|
@ -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
|
Thu Aug 6 13:06:44 UTC 2015 - rjschwei@suse.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define baseName botocore
|
%define baseName botocore
|
||||||
|
|
||||||
Name: python-botocore
|
Name: python-botocore
|
||||||
Version: 1.1.6
|
Version: 1.2.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python interface for AWS
|
Summary: Python interface for AWS
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -53,7 +53,7 @@ A low-level interface to a growing number of Amazon Web Services.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{baseName}-%{version}
|
%setup -q -n %{baseName}-%{version}
|
||||||
%patch0
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
python setup.py build
|
python setup.py build
|
||||||
|
Loading…
Reference in New Issue
Block a user