Changelog
### 1.4.1
```
==================
* Fix regression, make the library work on Python 3.5 and 3.6 again.
```
### 1.4.0
```
==================
* Distinguish an empty password in URL from a password not provided at all (262)
* Fixed annotations for optional parameters of ``URL.build`` (309)
* Use None as default value of ``user`` parameter of ``URL.build`` (309)
* Enforce building C Accelerated modules when installing from source tarball, use
``YARL_NO_EXTENSIONS`` environment variable for falling back to (slower) Pure Python
implementation (329)
* Drop Python 3.5 support
* Fix quoting of plus in path by pure python version (339)
* Don't create a new URL if fragment is unchanged (292)
* Included in error msg the path that produces starting slash forbidden error (376)
* Skip slow IDNA encoding for ASCII-only strings (387)
```
Links
- PyPI: https://pypi.org/project/yarl
- Changelog: https://pyup.io/changelogs/yarl/
- Repo: https://github.com/aio-libs/yarl/
Changelog
### 2.0.0
```
------------------
Breaking Changes
++++++++++++++++
* ``mocker.spy`` attributes for tracking returned values and raised exceptions of its spied functions
are now called ``spy_return`` and ``spy_exception``, instead of reusing the existing
``MagicMock`` attributes ``return_value`` and ``side_effect``.
Version ``1.13`` introduced a serious regression: after a spied function using ``mocker.spy``
raises an exception, further calls to the spy will not call the spied function,
always raising the first exception instead: assigning to ``side_effect`` causes
``unittest.mock`` to behave this way (`175`_).
* The deprecated ``mock`` alias to the ``mocker`` fixture has finally been removed.
.. _175: https://github.com/pytest-dev/pytest-mock/issues/175
```
### 1.13.0
```
-------------------
* The object returned by ``mocker.spy`` now also tracks any side effect
of the spied method/function.
```
### 1.12.1
```
-------------------
* Fix error if ``mocker.patch`` is used in code where the source file
is not available, for example stale ``.pyc`` files (`169`_).
.. _169: https://github.com/pytest-dev/pytest-mock/issues/169issuecomment-555729265
```
### 1.12.0
```
-------------------
* Now all patch functions also raise a ``ValueError`` when used
as a context-manager. Thanks `AlexGascon`_ for the PR (`168`_).
.. _AlexGascon: https://github.com/AlexGascon
.. _168: https://github.com/pytest-dev/pytest-mock/pull/168
```
Links
- PyPI: https://pypi.org/project/pytest-mock
- Changelog: https://pyup.io/changelogs/pytest-mock/
- Repo: https://github.com/pytest-dev/pytest-mock/
Update aiohttp_apiset from 0.9.7 to 0.9.9.1.
Changelog
### 0.9.9 ``` ------------------ * Cache for yaml_load * up swagger-ui to 3.25.0 ``` ### 0.9.8 ``` ------------------ * up aiohttp ot 3.6.X * up swagger-ui to 3.24.2 ```Links
- PyPI: https://pypi.org/project/aiohttp-apiset - Changelog: https://pyup.io/changelogs/aiohttp-apiset/ - Repo: https://github.com/aamalev/aiohttp_apiset/Update PyYAML from 5.1.2 to 5.3.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
- PyPI: https://pypi.org/project/pyyaml - Repo: https://github.com/yaml/pyyamlUpdate jsonschema from 3.1.1 to 3.2.0.
Changelog
### 3.2.0 ``` ------ * Added a ``format_nongpl`` setuptools extra, which installs only ``format`` dependencies that are non-GPL (619). ```Links
- PyPI: https://pypi.org/project/jsonschema - Changelog: https://pyup.io/changelogs/jsonschema/ - Repo: https://github.com/Julian/jsonschemaUpdate yarl from 1.3.0 to 1.4.2.
Changelog
### 1.4.1 ``` ================== * Fix regression, make the library work on Python 3.5 and 3.6 again. ``` ### 1.4.0 ``` ================== * Distinguish an empty password in URL from a password not provided at all (262) * Fixed annotations for optional parameters of ``URL.build`` (309) * Use None as default value of ``user`` parameter of ``URL.build`` (309) * Enforce building C Accelerated modules when installing from source tarball, use ``YARL_NO_EXTENSIONS`` environment variable for falling back to (slower) Pure Python implementation (329) * Drop Python 3.5 support * Fix quoting of plus in path by pure python version (339) * Don't create a new URL if fragment is unchanged (292) * Included in error msg the path that produces starting slash forbidden error (376) * Skip slow IDNA encoding for ASCII-only strings (387) ```Links
- PyPI: https://pypi.org/project/yarl - Changelog: https://pyup.io/changelogs/yarl/ - Repo: https://github.com/aio-libs/yarl/Update pytest from 5.2.2 to 5.3.5.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
- PyPI: https://pypi.org/project/pytest - Homepage: https://docs.pytest.org/en/latest/Update pytest-mock from 1.11.2 to 2.0.0.
Changelog
### 2.0.0 ``` ------------------ Breaking Changes ++++++++++++++++ * ``mocker.spy`` attributes for tracking returned values and raised exceptions of its spied functions are now called ``spy_return`` and ``spy_exception``, instead of reusing the existing ``MagicMock`` attributes ``return_value`` and ``side_effect``. Version ``1.13`` introduced a serious regression: after a spied function using ``mocker.spy`` raises an exception, further calls to the spy will not call the spied function, always raising the first exception instead: assigning to ``side_effect`` causes ``unittest.mock`` to behave this way (`175`_). * The deprecated ``mock`` alias to the ``mocker`` fixture has finally been removed. .. _175: https://github.com/pytest-dev/pytest-mock/issues/175 ``` ### 1.13.0 ``` ------------------- * The object returned by ``mocker.spy`` now also tracks any side effect of the spied method/function. ``` ### 1.12.1 ``` ------------------- * Fix error if ``mocker.patch`` is used in code where the source file is not available, for example stale ``.pyc`` files (`169`_). .. _169: https://github.com/pytest-dev/pytest-mock/issues/169issuecomment-555729265 ``` ### 1.12.0 ``` ------------------- * Now all patch functions also raise a ``ValueError`` when used as a context-manager. Thanks `AlexGascon`_ for the PR (`168`_). .. _AlexGascon: https://github.com/AlexGascon .. _168: https://github.com/pytest-dev/pytest-mock/pull/168 ```Links
- PyPI: https://pypi.org/project/pytest-mock - Changelog: https://pyup.io/changelogs/pytest-mock/ - Repo: https://github.com/pytest-dev/pytest-mock/Update pytest-codestyle from 1.4.0 to 2.0.0.
Changelog
### 2.0.0 ``` Changed - Read native config of pycodestyle ([58](https://github.com/henry0312/pytest-codestyle/pull/58)) - Remove fnmatch ([64](https://github.com/henry0312/pytest-codestyle/pull/64)) - Rename &39;codestyle&39; to &39;pycodestyle&39; ([59](https://github.com/henry0312/pytest-codestyle/pull/59)) - Rename test_pytest_codestyle.py to test_pytest_pycodestyle.py ([60](https://github.com/henry0312/pytest-codestyle/pull/60)) - Update README.md ([62](https://github.com/henry0312/pytest-codestyle/pull/62)) - Update LICENSE ([61](https://github.com/henry0312/pytest-codestyle/pull/61)) ``` ### 1.4.1 ``` Changed - Update .travis.yml ([49](https://github.com/henry0312/pytest-codestyle/pull/49)) - Add `::CODESTYLE` after files in pytest verbose mode ([52](https://github.com/henry0312/pytest-codestyle/pull/52)) - Add references for _nodeid ([54](https://github.com/henry0312/pytest-codestyle/pull/54)) - Add a test for _nodeid ([55](https://github.com/henry0312/pytest-codestyle/pull/55)) - Test with Python 3.8 ([56](https://github.com/henry0312/pytest-codestyle/pull/56)) Fixed - Fix a crash when `-p no:cacheprovider` ([53](https://github.com/henry0312/pytest-codestyle/pull/53)) ```Links
- PyPI: https://pypi.org/project/pytest-codestyle - Changelog: https://pyup.io/changelogs/pytest-codestyle/ - Repo: https://github.com/henry0312/pytest-codestyle