Accepting request 540354 from devel:languages:python

- Update to version 1.7.43
  + For details see  https://github.com/boto/botocore/blob/1.7.43/CHANGELOG.rst
  + Forward port hide_py_pckgmgmt.patch
  + Needed for aws-cli 1.11.185 (boo#1066528)

OBS-URL: https://build.opensuse.org/request/show/540354
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-botocore?expand=0&rev=20
This commit is contained in:
Dominique Leuenberger 2017-11-10 13:58:27 +00:00 committed by Git OBS Bridge
parent 3979deaa66
commit 8c34a5ade8
5 changed files with 23 additions and 17 deletions

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

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

View File

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

View File

@ -1,9 +1,7 @@
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
--- setup.py.orig
+++ setup.py
@@ -23,22 +23,22 @@ def find_version(*file_paths):
raise RuntimeError("Unable to find version string.")
-requires = ['jmespath>=0.7.1,<1.0.0',
@ -31,7 +29,7 @@ Index: botocore-1.2.10/setup.py
setup(
@@ -35,13 +35,13 @@ setup(
@@ -53,13 +53,13 @@ setup(
package_data={'botocore': ['data/*.json', 'data/*/*.json'],
'botocore.vendored.requests': ['*.pem']},
include_package_data=True,
@ -44,11 +42,11 @@ Index: botocore-1.2.10/setup.py
- },
+# install_requires=requires,
+# extras_require={
+# ':python_version=="2.6"': [
+# 'ordereddict==1.1',
+# 'simplejson==3.3.0',
+# ]
+# },
+# ':python_version=="2.6"': [
+# 'ordereddict==1.1',
+# 'simplejson==3.3.0',
+# ]
+# },
license="Apache License 2.0",
classifiers=(
'Development Status :: 5 - Production/Stable',

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Nov 9 22:31:20 UTC 2017 - rjschwei@suse.com
- Update to version 1.7.43
+ For details see https://github.com/boto/botocore/blob/1.7.43/CHANGELOG.rst
+ Forward port hide_py_pckgmgmt.patch
+ Needed for aws-cli 1.11.185 (boo#1066528)
-------------------------------------------------------------------
Tue Sep 12 21:51:29 UTC 2017 - rjschwei@suse.com

View File

@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-botocore
Version: 1.7.9
Version: 1.7.43
Release: 0
Summary: Python interface for AWS
License: Apache-2.0
@ -55,7 +55,7 @@ A low-level interface to a growing number of Amazon Web Services.
%prep
%setup -q -n botocore-%{version}
%patch0 -p1
%patch0 -p0
%build
%python_build