From 249f3b8d5b318da28d2015264c03e8a061601408f54b34b6e25d23b079952736 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 29 May 2015 08:40:10 +0000 Subject: [PATCH] Accepting request 308964 from devel:languages:python - Update to version 1.0.0.a2 (alpha 2) + Update models to the latest version + Rename event to provide-client-params + Add client-method-called event to botocore + Update README with date of first alpha release OBS-URL: https://build.opensuse.org/request/show/308964 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-botocore?expand=0&rev=7 --- botocore-0.105.0.tar.gz | 3 --- botocore-1.0.0a2.tar.gz | 3 +++ hide_py_pckgmgmt.patch | 4 ++-- python-botocore.changes | 9 +++++++++ python-botocore.spec | 5 +++-- 5 files changed, 17 insertions(+), 7 deletions(-) delete mode 100644 botocore-0.105.0.tar.gz create mode 100644 botocore-1.0.0a2.tar.gz diff --git a/botocore-0.105.0.tar.gz b/botocore-0.105.0.tar.gz deleted file mode 100644 index 58c3319..0000000 --- a/botocore-0.105.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c43f9d1064e1a50828cddbd6a76b6a94a5e8f6d325bc863203c817b36e0d83d -size 1487913 diff --git a/botocore-1.0.0a2.tar.gz b/botocore-1.0.0a2.tar.gz new file mode 100644 index 0000000..d98e4f8 --- /dev/null +++ b/botocore-1.0.0a2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35d0027f4e41536f0b746299bd61fc439dd8c18c83015f068567e70a3fe1ae83 +size 1600204 diff --git a/hide_py_pckgmgmt.patch b/hide_py_pckgmgmt.patch index 2f7c0e9..6775eb0 100644 --- a/hide_py_pckgmgmt.patch +++ b/hide_py_pckgmgmt.patch @@ -4,9 +4,9 @@ from setuptools import setup, find_packages --requires = ['jmespath==0.6.2', +-requires = ['jmespath==0.7.1', - 'python-dateutil>=2.1,<3.0.0'] -+#requires = ['jmespath==0.6.2', ++#requires = ['jmespath==0.7.1', +# 'python-dateutil>=2.1,<3.0.0'] diff --git a/python-botocore.changes b/python-botocore.changes index ac8ab76..a2b7895 100644 --- a/python-botocore.changes +++ b/python-botocore.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed May 27 17:32:36 UTC 2015 - rjschwei@suse.com + +- Update to version 1.0.0.a2 (alpha 2) + + Update models to the latest version + + Rename event to provide-client-params + + Add client-method-called event to botocore + + Update README with date of first alpha release + ------------------------------------------------------------------- Sun Apr 26 16:49:41 UTC 2015 - benoit.monin@gmx.fr diff --git a/python-botocore.spec b/python-botocore.spec index 5126046..cc96933 100644 --- a/python-botocore.spec +++ b/python-botocore.spec @@ -19,7 +19,7 @@ %define baseName botocore Name: python-botocore -Version: 0.105.0 +Version: 1.0.0a2 Release: 0 Summary: Python interface for AWS License: Apache-2.0 @@ -29,7 +29,8 @@ Source0: https://pypi.python.org/packages/source/b/%{baseName}/%{baseName Patch0: hide_py_pckgmgmt.patch Requires: python Requires: python-dateutil >= 2.1 -Requires: python-jmespath >= 0.6.2 +Requires: python-dateutil <= 3.0.0 +Requires: python-jmespath >= 0.7.1 %if 0%{?suse_version} && 0%{?suse_version} <= 1110 Requires: python-ordereddict >= 1.1 Requires: python-simplejson >= 3.3.0