Skip to content

Commit ae2b07a

Browse files
authored
Merge pull request #523 from leancloud/release-294
docs: bump version to 2.9.4
2 parents 00c3877 + a458e1f commit ae2b07a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+2066
-3222
lines changed

changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [2.9.4] - 2021-07-13
2+
### Fixed
3+
- update qiniu sdk to fix parameter mismatch exception (#521)
4+
5+
Thank berry_shanghai for bringing this issue to our attention.
6+
17
## [2.9.3] - 2021-05-19
28
### Fixed
39
- dependency issues with werkzeug >= 2.0.0

docs/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: ee9187cd4467b1a45ce0d81c47124d27
3+
config: ce915336f880395538d1277ce317ada6
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/_modules/index.html

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,38 +3,33 @@
33
<!DOCTYPE html>
44
<html class="writer-html5" lang="zh-CN" >
55
<head>
6-
<meta charset="utf-8" />
6+
<meta charset="utf-8">
77

8-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
99

1010
<title>概览:模块代码 &mdash; LeanCloud-Python-SDK 2.6.1 文档</title>
1111

1212

1313

1414
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
1515
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
16-
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
17-
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
1816

1917

2018

21-
2219

2320

2421

2522

26-
27-
2823
<!--[if lt IE 9]>
2924
<script src="../_static/js/html5shiv.min.js"></script>
3025
<![endif]-->
3126

3227

3328
<script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
34-
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
3529
<script src="../_static/jquery.js"></script>
3630
<script src="../_static/underscore.js"></script>
3731
<script src="../_static/doctools.js"></script>
32+
<script src="../_static/language_data.js"></script>
3833
<script src="../_static/translations.js"></script>
3934

4035
<script type="text/javascript" src="../_static/js/theme.js"></script>
@@ -55,7 +50,7 @@
5550

5651

5752

58-
<a href="../index.html" class="icon icon-home"> LeanCloud-Python-SDK
53+
<a href="../index.html" class="icon icon-home" alt="Documentation Home"> LeanCloud-Python-SDK
5954

6055

6156

@@ -73,7 +68,7 @@
7368

7469
<div role="search">
7570
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
76-
<input type="text" name="q" placeholder="在文档中搜索" />
71+
<input type="text" name="q" placeholder="Search docs" />
7772
<input type="hidden" name="check_keywords" value="yes" />
7873
<input type="hidden" name="area" value="default" />
7974
</form>
@@ -130,8 +125,6 @@
130125

131126

132127

133-
134-
135128
<div role="navigation" aria-label="breadcrumbs navigation">
136129

137130
<ul class="wy-breadcrumbs">
@@ -175,25 +168,28 @@ <h1>代码可用的所有模块</h1>
175168

176169
</div>
177170
<footer>
171+
178172

179173
<hr/>
180174

181175
<div role="contentinfo">
182176
<p>
183-
&#169; 版权所有 2015, asaka.
177+
178+
&copy; 版权所有 2015, asaka
184179

185180
</p>
186181
</div>
187182

188183

189184

190-
利用 <a href="https://www.sphinx-doc.org/">Sphinx</a> 构建,使用了
185+
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a
191186

192-
<a href="https://github.com/readthedocs/sphinx_rtd_theme">主题</a>
187+
<a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a>
193188

194-
<a href="https://readthedocs.org">Read the Docs</a>开发.
189+
provided by <a href="https://readthedocs.org">Read the Docs</a>.
195190

196191
</footer>
192+
197193
</div>
198194
</div>
199195

docs/_modules/leancloud/acl.html

Lines changed: 17 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,38 +3,33 @@
33
<!DOCTYPE html>
44
<html class="writer-html5" lang="zh-CN" >
55
<head>
6-
<meta charset="utf-8" />
6+
<meta charset="utf-8">
77

8-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
99

1010
<title>leancloud.acl &mdash; LeanCloud-Python-SDK 2.6.1 文档</title>
1111

1212

1313

1414
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
1515
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
16-
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
17-
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
1816

1917

2018

21-
2219

2320

2421

2522

26-
27-
2823
<!--[if lt IE 9]>
2924
<script src="../../_static/js/html5shiv.min.js"></script>
3025
<![endif]-->
3126

3227

3328
<script type="text/javascript" id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>
34-
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
3529
<script src="../../_static/jquery.js"></script>
3630
<script src="../../_static/underscore.js"></script>
3731
<script src="../../_static/doctools.js"></script>
32+
<script src="../../_static/language_data.js"></script>
3833
<script src="../../_static/translations.js"></script>
3934

4035
<script type="text/javascript" src="../../_static/js/theme.js"></script>
@@ -55,7 +50,7 @@
5550

5651

5752

58-
<a href="../../index.html" class="icon icon-home"> LeanCloud-Python-SDK
53+
<a href="../../index.html" class="icon icon-home" alt="Documentation Home"> LeanCloud-Python-SDK
5954

6055

6156

@@ -73,7 +68,7 @@
7368

7469
<div role="search">
7570
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
76-
<input type="text" name="q" placeholder="在文档中搜索" />
71+
<input type="text" name="q" placeholder="Search docs" />
7772
<input type="hidden" name="check_keywords" value="yes" />
7873
<input type="hidden" name="area" value="default" />
7974
</form>
@@ -130,8 +125,6 @@
130125

131126

132127

133-
134-
135128
<div role="navigation" aria-label="breadcrumbs navigation">
136129

137130
<ul class="wy-breadcrumbs">
@@ -158,10 +151,10 @@
158151
<h1>leancloud.acl 源代码</h1><div class="highlight"><pre>
159152
<span></span><span class="c1"># coding: utf-8</span>
160153

161-
<span class="kn">from</span> <span class="nn">__future__</span> <span class="k">import</span> <span class="n">absolute_import</span>
162-
<span class="kn">from</span> <span class="nn">__future__</span> <span class="k">import</span> <span class="n">division</span>
163-
<span class="kn">from</span> <span class="nn">__future__</span> <span class="k">import</span> <span class="n">print_function</span>
164-
<span class="kn">from</span> <span class="nn">__future__</span> <span class="k">import</span> <span class="n">unicode_literals</span>
154+
<span class="kn">from</span> <span class="nn">__future__</span> <span class="kn">import</span> <span class="n">absolute_import</span>
155+
<span class="kn">from</span> <span class="nn">__future__</span> <span class="kn">import</span> <span class="n">division</span>
156+
<span class="kn">from</span> <span class="nn">__future__</span> <span class="kn">import</span> <span class="n">print_function</span>
157+
<span class="kn">from</span> <span class="nn">__future__</span> <span class="kn">import</span> <span class="n">unicode_literals</span>
165158

166159
<span class="kn">import</span> <span class="nn">six</span>
167160

@@ -174,7 +167,7 @@ <h1>leancloud.acl 源代码</h1><div class="highlight"><pre>
174167

175168

176169
<div class="viewcode-block" id="ACL"><a class="viewcode-back" href="../../index.html#leancloud.ACL">[文档]</a><span class="k">class</span> <span class="nc">ACL</span><span class="p">(</span><span class="nb">object</span><span class="p">):</span>
177-
<span class="k">def</span> <span class="nf">__init__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">permissions_by_id</span><span class="o">=</span><span class="kc">None</span><span class="p">):</span>
170+
<span class="k">def</span> <span class="fm">__init__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">permissions_by_id</span><span class="o">=</span><span class="kc">None</span><span class="p">):</span>
178171
<span class="bp">self</span><span class="o">.</span><span class="n">permissions_by_id</span> <span class="o">=</span> <span class="n">permissions_by_id</span> <span class="ow">or</span> <span class="p">{}</span>
179172

180173
<div class="viewcode-block" id="ACL.dump"><a class="viewcode-back" href="../../index.html#leancloud.ACL.dump">[文档]</a> <span class="k">def</span> <span class="nf">dump</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span>
@@ -266,25 +259,28 @@ <h1>leancloud.acl 源代码</h1><div class="highlight"><pre>
266259

267260
</div>
268261
<footer>
262+
269263

270264
<hr/>
271265

272266
<div role="contentinfo">
273267
<p>
274-
&#169; 版权所有 2015, asaka.
268+
269+
&copy; 版权所有 2015, asaka
275270

276271
</p>
277272
</div>
278273

279274

280275

281-
利用 <a href="https://www.sphinx-doc.org/">Sphinx</a> 构建,使用了
276+
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a
282277

283-
<a href="https://github.com/readthedocs/sphinx_rtd_theme">主题</a>
278+
<a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a>
284279

285-
<a href="https://readthedocs.org">Read the Docs</a>开发.
280+
provided by <a href="https://readthedocs.org">Read the Docs</a>.
286281

287282
</footer>
283+
288284
</div>
289285
</div>
290286

docs/_modules/leancloud/client.html

Lines changed: 18 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,38 +3,33 @@
33
<!DOCTYPE html>
44
<html class="writer-html5" lang="zh-CN" >
55
<head>
6-
<meta charset="utf-8" />
6+
<meta charset="utf-8">
77

8-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
99

1010
<title>leancloud.client &mdash; LeanCloud-Python-SDK 2.6.1 文档</title>
1111

1212

1313

1414
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
1515
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
16-
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
17-
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
1816

1917

2018

21-
2219

2320

2421

2522

26-
27-
2823
<!--[if lt IE 9]>
2924
<script src="../../_static/js/html5shiv.min.js"></script>
3025
<![endif]-->
3126

3227

3328
<script type="text/javascript" id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>
34-
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
3529
<script src="../../_static/jquery.js"></script>
3630
<script src="../../_static/underscore.js"></script>
3731
<script src="../../_static/doctools.js"></script>
32+
<script src="../../_static/language_data.js"></script>
3833
<script src="../../_static/translations.js"></script>
3934

4035
<script type="text/javascript" src="../../_static/js/theme.js"></script>
@@ -55,7 +50,7 @@
5550

5651

5752

58-
<a href="../../index.html" class="icon icon-home"> LeanCloud-Python-SDK
53+
<a href="../../index.html" class="icon icon-home" alt="Documentation Home"> LeanCloud-Python-SDK
5954

6055

6156

@@ -73,7 +68,7 @@
7368

7469
<div role="search">
7570
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
76-
<input type="text" name="q" placeholder="在文档中搜索" />
71+
<input type="text" name="q" placeholder="Search docs" />
7772
<input type="hidden" name="check_keywords" value="yes" />
7873
<input type="hidden" name="area" value="default" />
7974
</form>
@@ -130,8 +125,6 @@
130125

131126

132127

133-
134-
135128
<div role="navigation" aria-label="breadcrumbs navigation">
136129

137130
<ul class="wy-breadcrumbs">
@@ -158,10 +151,10 @@
158151
<h1>leancloud.client 源代码</h1><div class="highlight"><pre>
159152
<span></span><span class="c1"># coding: utf-8</span>
160153

161-
<span class="kn">from</span> <span class="nn">__future__</span> <span class="k">import</span> <span class="n">absolute_import</span>
162-
<span class="kn">from</span> <span class="nn">__future__</span> <span class="k">import</span> <span class="n">division</span>
163-
<span class="kn">from</span> <span class="nn">__future__</span> <span class="k">import</span> <span class="n">print_function</span>
164-
<span class="kn">from</span> <span class="nn">__future__</span> <span class="k">import</span> <span class="n">unicode_literals</span>
154+
<span class="kn">from</span> <span class="nn">__future__</span> <span class="kn">import</span> <span class="n">absolute_import</span>
155+
<span class="kn">from</span> <span class="nn">__future__</span> <span class="kn">import</span> <span class="n">division</span>
156+
<span class="kn">from</span> <span class="nn">__future__</span> <span class="kn">import</span> <span class="n">print_function</span>
157+
<span class="kn">from</span> <span class="nn">__future__</span> <span class="kn">import</span> <span class="n">unicode_literals</span>
165158

166159
<span class="kn">import</span> <span class="nn">os</span>
167160
<span class="kn">import</span> <span class="nn">json</span>
@@ -173,8 +166,8 @@ <h1>leancloud.client 源代码</h1><div class="highlight"><pre>
173166
<span class="kn">import</span> <span class="nn">requests</span>
174167

175168
<span class="kn">import</span> <span class="nn">leancloud</span>
176-
<span class="kn">from</span> <span class="nn">leancloud</span> <span class="k">import</span> <span class="n">utils</span>
177-
<span class="kn">from</span> <span class="nn">leancloud.app_router</span> <span class="k">import</span> <span class="n">AppRouter</span>
169+
<span class="kn">from</span> <span class="nn">leancloud</span> <span class="kn">import</span> <span class="n">utils</span>
170+
<span class="kn">from</span> <span class="nn">leancloud.app_router</span> <span class="kn">import</span> <span class="n">AppRouter</span>
178171

179172
<span class="n">__author__</span> <span class="o">=</span> <span class="s2">&quot;asaka &lt;[email protected]&gt;&quot;</span>
180173

@@ -423,25 +416,28 @@ <h1>leancloud.client 源代码</h1><div class="highlight"><pre>
423416

424417
</div>
425418
<footer>
419+
426420

427421
<hr/>
428422

429423
<div role="contentinfo">
430424
<p>
431-
&#169; 版权所有 2015, asaka.
425+
426+
&copy; 版权所有 2015, asaka
432427

433428
</p>
434429
</div>
435430

436431

437432

438-
利用 <a href="https://www.sphinx-doc.org/">Sphinx</a> 构建,使用了
433+
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a
439434

440-
<a href="https://github.com/readthedocs/sphinx_rtd_theme">主题</a>
435+
<a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a>
441436

442-
<a href="https://readthedocs.org">Read the Docs</a>开发.
437+
provided by <a href="https://readthedocs.org">Read the Docs</a>.
443438

444439
</footer>
440+
445441
</div>
446442
</div>
447443

0 commit comments

Comments
 (0)