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:
parent
3979deaa66
commit
8c34a5ade8
3
botocore-1.7.43.tar.gz
Normal file
3
botocore-1.7.43.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4cfb8be5e49e9504c0cffa4438895ebba986552d4c9617e2d909b633f591de73
|
||||
size 3849932
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:afcecc412ef743f4bcd831c72512903c04f7628261ddeb8b968d875c045f6109
|
||||
size 3789072
|
@ -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,
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user