Accepting request 259059 from devel:languages:python
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/259059 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-botocore?expand=0&rev=3
This commit is contained in:
parent
1d2a1dd393
commit
754dcb9f3c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b3d3262613562917e68e5a684ccacab29b4a14d2a3a9e7c556025ad0f8137852
|
|
||||||
size 2657828
|
|
3
botocore-0.67.0.tar.gz
Normal file
3
botocore-0.67.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4e7dc963e2cde001043b504d1e445f77ce016ade8237f35581847cb850a4df1f
|
||||||
|
size 1255980
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
|
|
||||||
-requires = ['six>=1.1.0',
|
-requires = ['six>=1.1.0',
|
||||||
- 'jmespath==0.2.1',
|
- 'jmespath==0.4.1',
|
||||||
- 'python-dateutil>=2.1']
|
- 'python-dateutil>=2.1']
|
||||||
-
|
-
|
||||||
-
|
-
|
||||||
@ -21,7 +21,7 @@
|
|||||||
- # we need simplejson.
|
- # we need simplejson.
|
||||||
- requires.append('simplejson==3.3.0')
|
- requires.append('simplejson==3.3.0')
|
||||||
+#requires = ['six>=1.1.0',
|
+#requires = ['six>=1.1.0',
|
||||||
+# 'jmespath==0.2.1',
|
+# 'jmespath==0.4.1',
|
||||||
+# 'python-dateutil>=2.1']
|
+# 'python-dateutil>=2.1']
|
||||||
+
|
+
|
||||||
+
|
+
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 23 23:45:06 UTC 2014 - rschweikert@suse.com
|
||||||
|
|
||||||
|
- Update to version 0.67.0
|
||||||
|
+ there is no upstream changelog
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 26 16:35:38 UTC 2014 - rschweikert@suse.com
|
Wed Feb 26 16:35:38 UTC 2014 - rschweikert@suse.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define baseName botocore
|
%define baseName botocore
|
||||||
|
|
||||||
Name: python-botocore
|
Name: python-botocore
|
||||||
Version: 0.33.0
|
Version: 0.67.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python interface for AWS
|
Summary: Python interface for AWS
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -29,7 +29,7 @@ Source0: %{baseName}-%{version}.tar.gz
|
|||||||
Patch0: hide_py_pckgmgmt.patch
|
Patch0: hide_py_pckgmgmt.patch
|
||||||
Requires: python
|
Requires: python
|
||||||
Requires: python-dateutil >= 2.1
|
Requires: python-dateutil >= 2.1
|
||||||
Requires: python-jmespath >= 0.2.1
|
Requires: python-jmespath >= 0.4.1
|
||||||
Requires: python-six >= 1.1.0
|
Requires: python-six >= 1.1.0
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||||
Requires: python-ordereddict >= 1.1
|
Requires: python-ordereddict >= 1.1
|
||||||
|
Loading…
Reference in New Issue
Block a user