forked from pool/python-botocore
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
This commit is contained in:
parent
ce4915d38e
commit
249f3b8d5b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7c43f9d1064e1a50828cddbd6a76b6a94a5e8f6d325bc863203c817b36e0d83d
|
||||
size 1487913
|
3
botocore-1.0.0a2.tar.gz
Normal file
3
botocore-1.0.0a2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:35d0027f4e41536f0b746299bd61fc439dd8c18c83015f068567e70a3fe1ae83
|
||||
size 1600204
|
@ -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']
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user