Hello community,
here is the log from the commit of package google-api-python-client for
openSUSE:Factory checked in at 2014-03-11 06:46:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/google-api-python-client (Old)
and /work/SRC/openSUSE:Factory/.google-api-python-client.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "google-api-python-client"
Changes:
--------
---
/work/SRC/openSUSE:Factory/google-api-python-client/google-api-python-client.changes
2014-02-21 06:56:36.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.google-api-python-client.new/google-api-python-client.changes
2014-03-11 06:46:37.000000000 +0100
@@ -1,0 +2,7 @@
+Tue Mar 4 17:58:09 UTC 2014 - [email protected]
+
+- Fix dependency issue, do not include uritemplate, this is an
+ independent upstream code stream
+- Add patch no_embed_uritempl_dep.patch
+
+-------------------------------------------------------------------
New:
----
no_embed_uritempl_dep.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ google-api-python-client.spec ++++++
--- /var/tmp/diff_new_pack.jmhOJ5/_old 2014-03-11 06:46:38.000000000 +0100
+++ /var/tmp/diff_new_pack.jmhOJ5/_new 2014-03-11 06:46:38.000000000 +0100
@@ -24,10 +24,13 @@
Group: Development/Languages/Python
Url: http://code.google.com/p/google-api-python-client/
Source0: %{name}-%{version}.tar.gz
+Patch0: no_embed_uritempl_dep.patch
BuildRequires: python-devel
BuildRequires: python-setuptools
BuildRequires: python-simplejson
Requires: python
+Requires: python-simplejson
+Requires: python-uritemplate
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%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()")}
@@ -40,8 +43,10 @@
%prep
%setup -q
+%patch0 -p1
%build
+python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
++++++ no_embed_uritempl_dep.patch ++++++
Index: google-api-python-client-1.2/setup.py
===================================================================
--- google-api-python-client-1.2.orig/setup.py
+++ google-api-python-client-1.2/setup.py
@@ -22,7 +22,7 @@ from setuptools import setup
packages = [
'apiclient',
'oauth2client',
- 'uritemplate',
+# 'uritemplate',
]
install_requires = [
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]