1
0

Accepting request 293344 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/293344
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-botocore?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2015-03-30 17:32:38 +00:00 committed by Git OBS Bridge
parent e77696c311
commit 7886ec06b4
5 changed files with 17 additions and 9 deletions

View File

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

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

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

View File

@ -4,7 +4,7 @@
from setuptools import setup, find_packages from setuptools import setup, find_packages
-requires = ['jmespath==0.5.0', -requires = ['jmespath==0.6.1',
- 'python-dateutil>=2.1,<3.0.0'] - 'python-dateutil>=2.1,<3.0.0']
- -
- -
@ -19,8 +19,8 @@
- # JSON objects. The 2.7 json module has this. For 2.6 - # JSON objects. The 2.7 json module has this. For 2.6
- # we need simplejson. - # we need simplejson.
- requires.append('simplejson==3.3.0') - requires.append('simplejson==3.3.0')
+#requires = ['jmespath==0.5.0', +#requires = ['jmespath==0.6.1',
+# 'python-dateutil>=2.1'] +# 'python-dateutil>=2.1,<3.0.0']
+ +
+ +
+#if sys.version_info[:2] == (2, 6): +#if sys.version_info[:2] == (2, 6):

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Mar 25 19:58:53 UTC 2015 - aboe76@gmail.com
- Updated to version 0.97.0
+ Upstream remove CONTRIBUTING.rst and NOTICE from tarball
+ Updated hidepypckgmgmt.patch for latest version
+ there is no upstream changelog
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jan 18 13:08:48 UTC 2015 - rschweikert@suse.com Sun Jan 18 13:08:48 UTC 2015 - rschweikert@suse.com

View File

@ -19,7 +19,7 @@
%define baseName botocore %define baseName botocore
Name: python-botocore Name: python-botocore
Version: 0.82.0 Version: 0.97.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.5.0 Requires: python-jmespath >= 0.6.1
%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
Requires: python-simplejson >= 3.3.0 Requires: python-simplejson >= 3.3.0
@ -61,7 +61,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} --install-script
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc CONTRIBUTING.rst LICENSE.txt NOTICE README.rst %doc LICENSE.txt README.rst
%dir %{python_sitelib}/botocore %dir %{python_sitelib}/botocore
%dir %{python_sitelib}/%{baseName}-%{version}-py%{py_ver}.egg-info %dir %{python_sitelib}/%{baseName}-%{version}-py%{py_ver}.egg-info
%{python_sitelib}/botocore/* %{python_sitelib}/botocore/*