New upstream (BZ#1259966)
This commit is contained in:
parent
0698a0b6e8
commit
893bcefe27
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/oauth2client-1.4.11.tar.gz
|
/oauth2client-1.4.11.tar.gz
|
||||||
/oauth2client-1.4.12.tar.gz
|
/oauth2client-1.4.12.tar.gz
|
||||||
|
/oauth2client-1.5.0.tar.gz
|
||||||
|
|||||||
@ -1,7 +1,15 @@
|
|||||||
diff -up oauth2client-1.4.11/docs/conf.py.orig oauth2client-1.4.11/docs/conf.py
|
diff -up oauth2client-1.5.0/docs/conf.py.doc oauth2client-1.5.0/docs/conf.py
|
||||||
--- oauth2client-1.4.11/docs/conf.py.orig 2015-06-04 11:46:53.746947248 +0200
|
--- oauth2client-1.5.0/docs/conf.py.doc 2015-09-03 18:50:23.000000000 +0200
|
||||||
+++ oauth2client-1.4.11/docs/conf.py 2015-06-04 11:47:08.138033410 +0200
|
+++ oauth2client-1.5.0/docs/conf.py 2015-09-11 09:11:16.365536545 +0200
|
||||||
@@ -12,7 +12,7 @@ import os
|
@@ -5,7 +5,6 @@
|
||||||
|
#
|
||||||
|
|
||||||
|
import os
|
||||||
|
-from pkg_resources import get_distribution
|
||||||
|
import sys
|
||||||
|
|
||||||
|
# If extensions (or modules to document with autodoc) are in another directory,
|
||||||
|
@@ -18,7 +17,7 @@ sys.path.insert(0, os.path.abspath('..')
|
||||||
extensions = [
|
extensions = [
|
||||||
'sphinx.ext.autodoc',
|
'sphinx.ext.autodoc',
|
||||||
'sphinx.ext.coverage',
|
'sphinx.ext.coverage',
|
||||||
@ -10,21 +18,26 @@ diff -up oauth2client-1.4.11/docs/conf.py.orig oauth2client-1.4.11/docs/conf.py
|
|||||||
'sphinx.ext.viewcode',
|
'sphinx.ext.viewcode',
|
||||||
]
|
]
|
||||||
templates_path = ['_templates']
|
templates_path = ['_templates']
|
||||||
diff -up oauth2client-1.4.11/docs/source/oauth2client.rst.orig oauth2client-1.4.11/docs/source/oauth2client.rst
|
@@ -30,9 +29,8 @@ project = u'oauth2client'
|
||||||
--- oauth2client-1.4.11/docs/source/oauth2client.rst.orig 2015-06-04 11:46:40.402867355 +0200
|
copyright = u'2014, Google, Inc'
|
||||||
+++ oauth2client-1.4.11/docs/source/oauth2client.rst 2015-06-04 11:46:47.233908254 +0200
|
|
||||||
@@ -4,14 +4,6 @@ oauth2client package
|
|
||||||
Submodules
|
|
||||||
----------
|
|
||||||
|
|
||||||
-oauth2client.appengine module
|
# Version info
|
||||||
------------------------------
|
-distro = get_distribution('oauth2client')
|
||||||
-
|
-version = distro.version
|
||||||
-.. automodule:: oauth2client.appengine
|
-release = distro.version
|
||||||
- :members:
|
+version = '1.5.0'
|
||||||
- :undoc-members:
|
+release = '1.5.0'
|
||||||
- :show-inheritance:
|
|
||||||
-
|
|
||||||
oauth2client.client module
|
|
||||||
--------------------------
|
|
||||||
|
|
||||||
|
exclude_patterns = ['_build']
|
||||||
|
|
||||||
|
diff -up oauth2client-1.5.0/docs/source/oauth2client.rst.doc oauth2client-1.5.0/docs/source/oauth2client.rst
|
||||||
|
--- oauth2client-1.5.0/docs/source/oauth2client.rst.doc 2015-09-03 18:50:23.000000000 +0200
|
||||||
|
+++ oauth2client-1.5.0/docs/source/oauth2client.rst 2015-09-11 09:05:51.058373112 +0200
|
||||||
|
@@ -6,7 +6,6 @@ Submodules
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
|
||||||
|
- oauth2client.appengine
|
||||||
|
oauth2client.client
|
||||||
|
oauth2client.clientsecrets
|
||||||
|
oauth2client.crypt
|
||||||
|
|||||||
@ -10,7 +10,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-%{realname}
|
Name: python-%{realname}
|
||||||
Version: 1.4.12
|
Version: 1.5.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Python client library for OAuth 2.0
|
Summary: Python client library for OAuth 2.0
|
||||||
|
|
||||||
@ -27,6 +27,7 @@ BuildRequires: python-setuptools
|
|||||||
# Needed for docs build
|
# Needed for docs build
|
||||||
BuildRequires: pyOpenSSL
|
BuildRequires: pyOpenSSL
|
||||||
BuildRequires: python-django
|
BuildRequires: python-django
|
||||||
|
BuildRequires: python-flask
|
||||||
BuildRequires: python-gflags
|
BuildRequires: python-gflags
|
||||||
BuildRequires: python-httplib2
|
BuildRequires: python-httplib2
|
||||||
BuildRequires: python-keyring
|
BuildRequires: python-keyring
|
||||||
@ -85,7 +86,7 @@ for the package. Documentation is shipped in html format.
|
|||||||
|
|
||||||
# We do not have the package for google.appengine support
|
# We do not have the package for google.appengine support
|
||||||
# This is removed because it breaks the docs build otherwise
|
# This is removed because it breaks the docs build otherwise
|
||||||
rm oauth2client/appengine.py
|
rm -f docs/source/oauth2client.appengine.rst oauth2client/appengine.py
|
||||||
|
|
||||||
%if %{with python3}
|
%if %{with python3}
|
||||||
rm -rf %{py3dir}
|
rm -rf %{py3dir}
|
||||||
@ -139,6 +140,8 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 04 2015 Michele Baldessari <michele@acksyn.org> - 1.5.0-1
|
||||||
|
- New upstream (BZ#1259966)
|
||||||
* Sun Jul 12 2015 Michele Baldessari <michele@acksyn.org> - 1.4.12-1
|
* Sun Jul 12 2015 Michele Baldessari <michele@acksyn.org> - 1.4.12-1
|
||||||
- New upstream (BZ#1241304)
|
- New upstream (BZ#1241304)
|
||||||
* Mon Jun 22 2015 Michele Baldessari <michele@acksyn.org> - 1.4.11-2
|
* Mon Jun 22 2015 Michele Baldessari <michele@acksyn.org> - 1.4.11-2
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user