From 7886ec06b4a8d0cf122e4cbabba159f9b8d7407df2422d520d1bc88828eb3337 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 30 Mar 2015 17:32:38 +0000 Subject: [PATCH] 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 --- botocore-0.82.0.tar.gz | 3 --- botocore-0.97.0.tar.gz | 3 +++ hide_py_pckgmgmt.patch | 6 +++--- python-botocore.changes | 8 ++++++++ python-botocore.spec | 6 +++--- 5 files changed, 17 insertions(+), 9 deletions(-) delete mode 100644 botocore-0.82.0.tar.gz create mode 100644 botocore-0.97.0.tar.gz diff --git a/botocore-0.82.0.tar.gz b/botocore-0.82.0.tar.gz deleted file mode 100644 index 6c8748c..0000000 --- a/botocore-0.82.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55f31f4ac202a249386b34dd1f7edebbe1e3db3753574d2c6be9f4b39cb11807 -size 1503723 diff --git a/botocore-0.97.0.tar.gz b/botocore-0.97.0.tar.gz new file mode 100644 index 0000000..fb283f9 --- /dev/null +++ b/botocore-0.97.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c000b753513e583f67c342edf6416e3e8ef727f59ae5844c301db0ff0c956293 +size 1364097 diff --git a/hide_py_pckgmgmt.patch b/hide_py_pckgmgmt.patch index e4a7926..c517f30 100644 --- a/hide_py_pckgmgmt.patch +++ b/hide_py_pckgmgmt.patch @@ -4,7 +4,7 @@ from setuptools import setup, find_packages --requires = ['jmespath==0.5.0', +-requires = ['jmespath==0.6.1', - 'python-dateutil>=2.1,<3.0.0'] - - @@ -19,8 +19,8 @@ - # JSON objects. The 2.7 json module has this. For 2.6 - # we need simplejson. - requires.append('simplejson==3.3.0') -+#requires = ['jmespath==0.5.0', -+# 'python-dateutil>=2.1'] ++#requires = ['jmespath==0.6.1', ++# 'python-dateutil>=2.1,<3.0.0'] + + +#if sys.version_info[:2] == (2, 6): diff --git a/python-botocore.changes b/python-botocore.changes index 01385ae..fdc3188 100644 --- a/python-botocore.changes +++ b/python-botocore.changes @@ -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 diff --git a/python-botocore.spec b/python-botocore.spec index cba9297..7835a00 100644 --- a/python-botocore.spec +++ b/python-botocore.spec @@ -19,7 +19,7 @@ %define baseName botocore Name: python-botocore -Version: 0.82.0 +Version: 0.97.0 Release: 0 Summary: Python interface for AWS License: Apache-2.0 @@ -29,7 +29,7 @@ Source0: %{baseName}-%{version}.tar.gz Patch0: hide_py_pckgmgmt.patch Requires: python 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 Requires: python-ordereddict >= 1.1 Requires: python-simplejson >= 3.3.0 @@ -61,7 +61,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} --install-script %files %defattr(-,root,root,-) -%doc CONTRIBUTING.rst LICENSE.txt NOTICE README.rst +%doc LICENSE.txt README.rst %dir %{python_sitelib}/botocore %dir %{python_sitelib}/%{baseName}-%{version}-py%{py_ver}.egg-info %{python_sitelib}/botocore/*