commit python-gcs-oauth2-boto-plugin for openSUSE:Factory

2017-03-03 Thread root
Hello community,

here is the log from the commit of package python-gcs-oauth2-boto-plugin for 
openSUSE:Factory checked in at 2017-03-03 17:55:13

Comparing /work/SRC/openSUSE:Factory/python-gcs-oauth2-boto-plugin (Old)
 and  /work/SRC/openSUSE:Factory/.python-gcs-oauth2-boto-plugin.new (New)


Package is "python-gcs-oauth2-boto-plugin"

Fri Mar  3 17:55:13 2017 rev:3 rq:461916 version:1.14

Changes:

--- 
/work/SRC/openSUSE:Factory/python-gcs-oauth2-boto-plugin/python-gcs-oauth2-boto-plugin.changes
  2015-12-24 12:16:33.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-gcs-oauth2-boto-plugin.new/python-gcs-oauth2-boto-plugin.changes
 2017-03-03 17:55:14.338408449 +0100
@@ -1,0 +2,8 @@
+Wed Oct  5 19:19:36 UTC 2016 - rjsch...@suse.com
+
+- Update to version 1.14 (bsc#1002895)
+  + Remove gcs_hidePyRequires.patch, dependencies are in acceptable format
+  + Remove gcs_respectBotoCfgKeyword.patch applied upstream
+  + No upstream changelog  
+
+---

Old:

  gcs-oauth2-boto-plugin-1.8.tar.bz2
  gcs_hidePyRequires.patch
  gcs_respectBotoCfgKeyword.patch

New:

  gcs-oauth2-boto-plugin-1.14.tar.bz2



Other differences:
--
++ python-gcs-oauth2-boto-plugin.spec ++
--- /var/tmp/diff_new_pack.75dOh1/_old  2017-03-03 17:55:14.834338400 +0100
+++ /var/tmp/diff_new_pack.75dOh1/_new  2017-03-03 17:55:14.834338400 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-gcs-oauth2-boto-plugin
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,24 +17,23 @@
 
 
 Name:   python-gcs-oauth2-boto-plugin
-Version:1.8
+Version:1.14
 Release:0
 Url:https://github.com/GoogleCloudPlatform/gcs-oauth2-boto-plugin
 Summary:GCE Storage plugin for OAuth2
 License:Apache-2.0
 Group:  Development/Languages/Python
-Source: gcs-oauth2-boto-plugin-1.8.tar.bz2
-Patch0: gcs_hidePyRequires.patch
-Patch1: gcs_respectBotoCfgKeyword.patch
+Source: gcs-oauth2-boto-plugin-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python
 BuildRequires:  python-setuptools
 Requires:   python-SocksiPy  >= 1.01
 Requires:   python-boto  >= 2.29.1
 Requires:   python-httplib2  >= 0.8
-Requires:   python-oauth2client
+Requires:   python-oauth2client> 2.1.0
 Requires:   python-pyOpenSSL >= 0.13
-Requires:   python-retry_decorator
+Requires:   python-retry_decorator >= 1.0.0
+Requires:   python-six >= 1.6.1
 
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
@@ -53,8 +52,6 @@
 
 %prep
 %setup -q -n gcs-oauth2-boto-plugin-%{version}
-%patch0
-%patch1 -p1
 
 %build
 python setup.py build
@@ -64,7 +61,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE README.md
+%doc COPYING README.md
 %{python_sitelib}/*
 
 %changelog

++ gcs-oauth2-boto-plugin-1.8.tar.bz2 -> 
gcs-oauth2-boto-plugin-1.14.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gcs-oauth2-boto-plugin-1.8/.gitignore 
new/gcs-oauth2-boto-plugin-1.14/.gitignore
--- old/gcs-oauth2-boto-plugin-1.8/.gitignore   2015-01-27 22:16:26.006568806 
+0100
+++ new/gcs-oauth2-boto-plugin-1.14/.gitignore  1970-01-01 01:00:00.0 
+0100
@@ -1 +0,0 @@
-.py[cod]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gcs-oauth2-boto-plugin-1.8/COPYING 
new/gcs-oauth2-boto-plugin-1.14/COPYING
--- old/gcs-oauth2-boto-plugin-1.8/COPYING  1970-01-01 01:00:00.0 
+0100
+++ new/gcs-oauth2-boto-plugin-1.14/COPYING 2016-10-05 21:02:42.252530719 
+0200
@@ -0,0 +1,203 @@
+
+ Apache License
+   Version 2.0, January 2004
+http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+  "License" shall mean the terms and conditions for use, reproduction,
+  and distribution as defined by Sections 1 through 9 of this document.
+
+  "Licensor" shall mean the copyright owner or entity authorized by
+  the copyright owner that is granting the License.
+
+  "Legal Entity" shall mean the union of the acting entity and all
+  other entities that control, are controlled by, or are 

commit python-gcs-oauth2-boto-plugin for openSUSE:Factory

2015-12-24 Thread h_root
Hello community,

here is the log from the commit of package python-gcs-oauth2-boto-plugin for 
openSUSE:Factory checked in at 2015-12-24 12:16:30

Comparing /work/SRC/openSUSE:Factory/python-gcs-oauth2-boto-plugin (Old)
 and  /work/SRC/openSUSE:Factory/.python-gcs-oauth2-boto-plugin.new (New)


Package is "python-gcs-oauth2-boto-plugin"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-gcs-oauth2-boto-plugin/python-gcs-oauth2-boto-plugin.changes
  2015-02-10 20:21:06.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-gcs-oauth2-boto-plugin.new/python-gcs-oauth2-boto-plugin.changes
 2015-12-24 12:16:33.0 +0100
@@ -1,0 +2,7 @@
+Wed Dec  2 21:55:14 UTC 2015 - rjsch...@suse.com
+
+- Change dependency (bsc#954690)
+  + from google-api-python-client to python-oauth2client
+the oauthclient code now stands alone
+
+---
@@ -10 +17 @@
-- Include in SLE 12 FATE/ECO #316166
+- Include in SLE 12 FATE/ECO #318435 (bnc#915479)



Other differences:
--
++ python-gcs-oauth2-boto-plugin.spec ++
--- /var/tmp/diff_new_pack.t5KZnl/_old  2015-12-24 12:16:33.0 +0100
+++ /var/tmp/diff_new_pack.t5KZnl/_new  2015-12-24 12:16:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-gcs-oauth2-boto-plugin
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,11 +29,11 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python
 BuildRequires:  python-setuptools
-Requires:   google-api-python-client => 1.1
+Requires:   python-SocksiPy  >= 1.01
 Requires:   python-boto  >= 2.29.1
 Requires:   python-httplib2  >= 0.8
+Requires:   python-oauth2client
 Requires:   python-pyOpenSSL >= 0.13
-Requires:   python-SocksiPy  >= 1.01
 Requires:   python-retry_decorator
 
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110