Skip to content

Commit beeba50

Browse files
chore(release): 3.8.2 [skip ci]
## [3.8.2](v3.8.1...v3.8.2) (2021-01-22) ### Bug Fixes * **ci:** migration from Travis CI to github actions ([d74edcd](d74edcd)) * **ci:** missing replacement of m2r with m2r2 in docs/conf.py ([4a1ec74](4a1ec74)) * **ci:** replace m2r (abandoned) with m2r2 ([1e048c5](1e048c5)) * **test & coverage:** reviewed dependency management, coverage reporting and configs ([2bd868a](2bd868a))
1 parent 2bd868a commit beeba50

Some content is hidden

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

43 files changed

+447
-408
lines changed

HISTORY.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [3.8.2](https://github.com/hexonet/python-sdk/compare/v3.8.1...v3.8.2) (2021-01-22)
2+
3+
4+
### Bug Fixes
5+
6+
* **ci:** migration from Travis CI to github actions ([d74edcd](https://github.com/hexonet/python-sdk/commit/d74edcd5dbfaf010d2fc91f2525dcc4c65955b79))
7+
* **ci:** missing replacement of m2r with m2r2 in docs/conf.py ([4a1ec74](https://github.com/hexonet/python-sdk/commit/4a1ec7416a66a0cafb9b710b71687322ab9d3600))
8+
* **ci:** replace m2r (abandoned) with m2r2 ([1e048c5](https://github.com/hexonet/python-sdk/commit/1e048c5b017fd7d476b4f883c714e24bb70e0b3a))
9+
* **test & coverage:** reviewed dependency management, coverage reporting and configs ([2bd868a](https://github.com/hexonet/python-sdk/commit/2bd868a9c40cb9d5dbb48328e4c1344702d2f022))
10+
111
## [3.8.1](https://github.com/hexonet/python-sdk/compare/v3.8.0...v3.8.1) (2020-05-23)
212

313

docs/_build/doctrees/api.doctree

2 Bytes
Binary file not shown.
Binary file not shown.
63 Bytes
Binary file not shown.
31.3 KB
Binary file not shown.

docs/_build/doctrees/config.doctree

4 Bytes
Binary file not shown.
2 Bytes
Binary file not shown.
23 Bytes
Binary file not shown.
18 Bytes
Binary file not shown.
-1.45 KB
Binary file not shown.
17.4 KB
Binary file not shown.

docs/_build/doctrees/foreword.doctree

2 Bytes
Binary file not shown.

docs/_build/doctrees/index.doctree

2 Bytes
Binary file not shown.
-6 Bytes
Binary file not shown.

docs/_build/doctrees/license.doctree

-658 Bytes
Binary file not shown.
4 Bytes
Binary file not shown.
2 Bytes
Binary file not shown.

docs/_build/html/.buildinfo

+1-1
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: bef6444ecc182b7c4e5b9bb6bfe1674f
3+
config: 19f0bf0faccbbb9d00f4b57262e4a6bd
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/_build/html/_sources/developmentguide.rst.txt

+6-7
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,15 @@ Please read our :ref:`Contributing guide lines <contributing>` first.
1010
Requirements
1111
------------
1212

13-
You can find any required library for this project in the *requirements.txt*:
13+
You can find any required library for this project listed in the *setup.cfg*:
1414

15-
.. literalinclude:: ../requirements.txt
15+
.. literalinclude:: ../setup.cfg
1616

17-
You can install them by
17+
You can install all you need by
1818

1919
.. code-block:: bash
2020
21-
pip install -r requirements.txt --user
22-
pip install . --user
21+
pip install --user --upgrade -e .
2322
2423
NOTE: Make sure to have also all the extensions listed in the `docs/conf.py`
2524
that are required for the SDK Documentation.
@@ -39,7 +38,7 @@ Run Tests and Code Validation
3938
-----------------------------
4039

4140
If you open a Pull Request (PR), we will trigger automated tests and pep8 style
42-
check in Travis CI. So nothing you have to worry about in your development.
41+
check in CI process. So nothing you have to worry about in your development.
4342
You can open your PR and prefix its title with WIP "Work In Progress" to access
4443
these checks in advance.
4544

@@ -66,7 +65,7 @@ Pull Request (PR) Procedure
6665
* apply your desired changes / extensions
6766
* commit and push it to remote. Please follow these [commit guidelines](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#-git-commit-guidelines). We suggest to use [commitizen](https://github.com/commitizen/cz-cli/blob/master/README.md).
6867
* open a pull request (PR).
69-
* check if the Travis CI build check fails. If so, review your code (feel free to ask for help).
68+
* check if the CI process fails. If so, review your code (feel free to ask for help).
7069
* squash your commits as far as it makes sense
7170
* rebase your branch
7271

docs/_build/html/_static/pygments.css

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1+
pre { line-height: 125%; }
2+
td.linenos pre { color: #000000; background-color: #f0f0f0; padding-left: 5px; padding-right: 5px; }
3+
span.linenos { color: #000000; background-color: #f0f0f0; padding-left: 5px; padding-right: 5px; }
4+
td.linenos pre.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
5+
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
16
.highlight .hll { background-color: #ffffcc }
2-
.highlight { background: #ffffff; }
7+
.highlight { background: #ffffff; }

docs/_build/html/api.html

+12-12
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ <h3>Navigation</h3>
5656
</div>
5757
<div id="left-column">
5858
<div class="sphinxsidebar"><a href="
59-
index.html" class="text-logo">hexonet.apiconnector 3.8.1</a>
59+
index.html" class="text-logo">hexonet.apiconnector 3.8.2</a>
6060
<div class="sidebar-block">
6161
<div class="sidebar-wrapper">
6262
<h2>Table Of Contents</h2>
@@ -81,17 +81,17 @@ <h2>Table Of Contents</h2>
8181
<ul>
8282
<li class="toctree-l1"><a class="reference internal" href="upgrading.html">Upgrading to Newer Releases</a></li>
8383
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Changelog</a></li>
84-
<li class="toctree-l1"><a class="reference internal" href="changelog.html#id5">3.8.0 (2020-05-07)</a></li>
85-
<li class="toctree-l1"><a class="reference internal" href="changelog.html#id7">3.7.0 (2020-05-07)</a></li>
86-
<li class="toctree-l1"><a class="reference internal" href="changelog.html#id9">3.6.0 (2020-05-07)</a></li>
87-
<li class="toctree-l1"><a class="reference internal" href="changelog.html#id15">3.5.0 (2020-04-30)</a></li>
88-
<li class="toctree-l1"><a class="reference internal" href="changelog.html#id23">3.4.0 (2020-04-29)</a></li>
89-
<li class="toctree-l1"><a class="reference internal" href="changelog.html#id25">3.3.0 (2020-04-29)</a></li>
90-
<li class="toctree-l1"><a class="reference internal" href="changelog.html#id33">3.2.0 (2020-03-11)</a></li>
91-
<li class="toctree-l1"><a class="reference internal" href="changelog.html#id48">3.1.0 (2019-04-16)</a></li>
92-
<li class="toctree-l1"><a class="reference internal" href="changelog.html#id57">3.0.0 (2019-04-01)</a></li>
93-
<li class="toctree-l1"><a class="reference internal" href="changelog.html#id65">2.1.0 (2019-03-29)</a></li>
94-
<li class="toctree-l1"><a class="reference internal" href="changelog.html#id73">2.0.0 (2018-10-31)</a></li>
84+
<li class="toctree-l1"><a class="reference internal" href="changelog.html#id8">3.8.0 (2020-05-07)</a></li>
85+
<li class="toctree-l1"><a class="reference internal" href="changelog.html#id10">3.7.0 (2020-05-07)</a></li>
86+
<li class="toctree-l1"><a class="reference internal" href="changelog.html#id12">3.6.0 (2020-05-07)</a></li>
87+
<li class="toctree-l1"><a class="reference internal" href="changelog.html#id18">3.5.0 (2020-04-30)</a></li>
88+
<li class="toctree-l1"><a class="reference internal" href="changelog.html#id26">3.4.0 (2020-04-29)</a></li>
89+
<li class="toctree-l1"><a class="reference internal" href="changelog.html#id28">3.3.0 (2020-04-29)</a></li>
90+
<li class="toctree-l1"><a class="reference internal" href="changelog.html#id36">3.2.0 (2020-03-11)</a></li>
91+
<li class="toctree-l1"><a class="reference internal" href="changelog.html#id51">3.1.0 (2019-04-16)</a></li>
92+
<li class="toctree-l1"><a class="reference internal" href="changelog.html#id60">3.0.0 (2019-04-01)</a></li>
93+
<li class="toctree-l1"><a class="reference internal" href="changelog.html#id68">2.1.0 (2019-03-29)</a></li>
94+
<li class="toctree-l1"><a class="reference internal" href="changelog.html#id76">2.0.0 (2018-10-31)</a></li>
9595
<li class="toctree-l1"><a class="reference internal" href="contributing.html">Contributing</a></li>
9696
<li class="toctree-l1"><a class="reference internal" href="developmentguide.html">Development Guide</a></li>
9797
<li class="toctree-l1"><a class="reference internal" href="license.html">License</a></li>

docs/_build/html/api/hexonet.apiconnector.html

+12-12
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ <h3>Navigation</h3>
5858
</div>
5959
<div id="left-column">
6060
<div class="sphinxsidebar"><a href="
61-
../index.html" class="text-logo">hexonet.apiconnector 3.8.1</a>
61+
../index.html" class="text-logo">hexonet.apiconnector 3.8.2</a>
6262
<div class="sidebar-block">
6363
<div class="sidebar-wrapper">
6464
<h2>Table Of Contents</h2>
@@ -83,17 +83,17 @@ <h2>Table Of Contents</h2>
8383
<ul>
8484
<li class="toctree-l1"><a class="reference internal" href="../upgrading.html">Upgrading to Newer Releases</a></li>
8585
<li class="toctree-l1"><a class="reference internal" href="../changelog.html">Changelog</a></li>
86-
<li class="toctree-l1"><a class="reference internal" href="../changelog.html#id5">3.8.0 (2020-05-07)</a></li>
87-
<li class="toctree-l1"><a class="reference internal" href="../changelog.html#id7">3.7.0 (2020-05-07)</a></li>
88-
<li class="toctree-l1"><a class="reference internal" href="../changelog.html#id9">3.6.0 (2020-05-07)</a></li>
89-
<li class="toctree-l1"><a class="reference internal" href="../changelog.html#id15">3.5.0 (2020-04-30)</a></li>
90-
<li class="toctree-l1"><a class="reference internal" href="../changelog.html#id23">3.4.0 (2020-04-29)</a></li>
91-
<li class="toctree-l1"><a class="reference internal" href="../changelog.html#id25">3.3.0 (2020-04-29)</a></li>
92-
<li class="toctree-l1"><a class="reference internal" href="../changelog.html#id33">3.2.0 (2020-03-11)</a></li>
93-
<li class="toctree-l1"><a class="reference internal" href="../changelog.html#id48">3.1.0 (2019-04-16)</a></li>
94-
<li class="toctree-l1"><a class="reference internal" href="../changelog.html#id57">3.0.0 (2019-04-01)</a></li>
95-
<li class="toctree-l1"><a class="reference internal" href="../changelog.html#id65">2.1.0 (2019-03-29)</a></li>
96-
<li class="toctree-l1"><a class="reference internal" href="../changelog.html#id73">2.0.0 (2018-10-31)</a></li>
86+
<li class="toctree-l1"><a class="reference internal" href="../changelog.html#id8">3.8.0 (2020-05-07)</a></li>
87+
<li class="toctree-l1"><a class="reference internal" href="../changelog.html#id10">3.7.0 (2020-05-07)</a></li>
88+
<li class="toctree-l1"><a class="reference internal" href="../changelog.html#id12">3.6.0 (2020-05-07)</a></li>
89+
<li class="toctree-l1"><a class="reference internal" href="../changelog.html#id18">3.5.0 (2020-04-30)</a></li>
90+
<li class="toctree-l1"><a class="reference internal" href="../changelog.html#id26">3.4.0 (2020-04-29)</a></li>
91+
<li class="toctree-l1"><a class="reference internal" href="../changelog.html#id28">3.3.0 (2020-04-29)</a></li>
92+
<li class="toctree-l1"><a class="reference internal" href="../changelog.html#id36">3.2.0 (2020-03-11)</a></li>
93+
<li class="toctree-l1"><a class="reference internal" href="../changelog.html#id51">3.1.0 (2019-04-16)</a></li>
94+
<li class="toctree-l1"><a class="reference internal" href="../changelog.html#id60">3.0.0 (2019-04-01)</a></li>
95+
<li class="toctree-l1"><a class="reference internal" href="../changelog.html#id68">2.1.0 (2019-03-29)</a></li>
96+
<li class="toctree-l1"><a class="reference internal" href="../changelog.html#id76">2.0.0 (2018-10-31)</a></li>
9797
<li class="toctree-l1"><a class="reference internal" href="../contributing.html">Contributing</a></li>
9898
<li class="toctree-l1"><a class="reference internal" href="../developmentguide.html">Development Guide</a></li>
9999
<li class="toctree-l1"><a class="reference internal" href="../license.html">License</a></li>

docs/_build/html/api/hexonet.html

+12-12
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h3>Navigation</h3>
5757
</div>
5858
<div id="left-column">
5959
<div class="sphinxsidebar"><a href="
60-
../index.html" class="text-logo">hexonet.apiconnector 3.8.1</a>
60+
../index.html" class="text-logo">hexonet.apiconnector 3.8.2</a>
6161
<div class="sidebar-block">
6262
<div class="sidebar-wrapper">
6363
<h2>Table Of Contents</h2>
@@ -82,17 +82,17 @@ <h2>Table Of Contents</h2>
8282
<ul>
8383
<li class="toctree-l1"><a class="reference internal" href="../upgrading.html">Upgrading to Newer Releases</a></li>
8484
<li class="toctree-l1"><a class="reference internal" href="../changelog.html">Changelog</a></li>
85-
<li class="toctree-l1"><a class="reference internal" href="../changelog.html#id5">3.8.0 (2020-05-07)</a></li>
86-
<li class="toctree-l1"><a class="reference internal" href="../changelog.html#id7">3.7.0 (2020-05-07)</a></li>
87-
<li class="toctree-l1"><a class="reference internal" href="../changelog.html#id9">3.6.0 (2020-05-07)</a></li>
88-
<li class="toctree-l1"><a class="reference internal" href="../changelog.html#id15">3.5.0 (2020-04-30)</a></li>
89-
<li class="toctree-l1"><a class="reference internal" href="../changelog.html#id23">3.4.0 (2020-04-29)</a></li>
90-
<li class="toctree-l1"><a class="reference internal" href="../changelog.html#id25">3.3.0 (2020-04-29)</a></li>
91-
<li class="toctree-l1"><a class="reference internal" href="../changelog.html#id33">3.2.0 (2020-03-11)</a></li>
92-
<li class="toctree-l1"><a class="reference internal" href="../changelog.html#id48">3.1.0 (2019-04-16)</a></li>
93-
<li class="toctree-l1"><a class="reference internal" href="../changelog.html#id57">3.0.0 (2019-04-01)</a></li>
94-
<li class="toctree-l1"><a class="reference internal" href="../changelog.html#id65">2.1.0 (2019-03-29)</a></li>
95-
<li class="toctree-l1"><a class="reference internal" href="../changelog.html#id73">2.0.0 (2018-10-31)</a></li>
85+
<li class="toctree-l1"><a class="reference internal" href="../changelog.html#id8">3.8.0 (2020-05-07)</a></li>
86+
<li class="toctree-l1"><a class="reference internal" href="../changelog.html#id10">3.7.0 (2020-05-07)</a></li>
87+
<li class="toctree-l1"><a class="reference internal" href="../changelog.html#id12">3.6.0 (2020-05-07)</a></li>
88+
<li class="toctree-l1"><a class="reference internal" href="../changelog.html#id18">3.5.0 (2020-04-30)</a></li>
89+
<li class="toctree-l1"><a class="reference internal" href="../changelog.html#id26">3.4.0 (2020-04-29)</a></li>
90+
<li class="toctree-l1"><a class="reference internal" href="../changelog.html#id28">3.3.0 (2020-04-29)</a></li>
91+
<li class="toctree-l1"><a class="reference internal" href="../changelog.html#id36">3.2.0 (2020-03-11)</a></li>
92+
<li class="toctree-l1"><a class="reference internal" href="../changelog.html#id51">3.1.0 (2019-04-16)</a></li>
93+
<li class="toctree-l1"><a class="reference internal" href="../changelog.html#id60">3.0.0 (2019-04-01)</a></li>
94+
<li class="toctree-l1"><a class="reference internal" href="../changelog.html#id68">2.1.0 (2019-03-29)</a></li>
95+
<li class="toctree-l1"><a class="reference internal" href="../changelog.html#id76">2.0.0 (2018-10-31)</a></li>
9696
<li class="toctree-l1"><a class="reference internal" href="../contributing.html">Contributing</a></li>
9797
<li class="toctree-l1"><a class="reference internal" href="../developmentguide.html">Development Guide</a></li>
9898
<li class="toctree-l1"><a class="reference internal" href="../license.html">License</a></li>

0 commit comments

Comments
 (0)