build(deps): bump deprecated from 1.2.7 to 1.2.12
Bumps deprecated from 1.2.7 to 1.2.12.
Release notes
Sourced from deprecated's releases.
v1.2.12 - Bug fix Release
New bug fix release v1.2.12 (2020-03-13)
- Avoid "Explicit markup ends without a blank line" when the decorated function has no docstring.
- Fix #40: 'version' argument is required in Sphinx directives.
- Fix #41:
deprecated.sphinx: strip Sphinx cross-referencing syntax from warning message.v1.2.11 - Bug fix Release
- Fix packit configuration: use
upstream_tag_template: v{version}.- Fix #33: Change the class ~deprecated.sphinx.SphinxAdapter: add the
line_lengthkeyword argument to the constructor to specify the max line length of the directive text. Sphinx decorators also accept theline_lengthargument.- Fix #34:
versionaddedandversionchangeddecorators don't emitDeprecationWarninganymore on decorated classes.v1.2.10 - Bug fix Release
Fix #25:
@deprecatedrespects global warning filters with actions other than "ignore" and "always" on Python 3.v1.2.9 - Bug fix Release
v1.2.8 - Bug fix Release
Fix #15: The
@deprecateddecorator doesn’t set a warning filter if the action keyword argument is not provided or None. In consequences, the warning messages are only emitted if the global filter allow it. For more information, see The Warning Filter in the Python documentation.Fix #13: Warning displays the correct filename and line number when decorating a class if wrapt does not have the compiled c extension.
The API documentation and the Tutorial is improved to explain how to use custom warning categories and local filtering (warning filtering at function call).
Fix #17: Customize the sidebar to add links to the documentation to the source in GitHub and to the Bug tracker. Add a logo in the sidebar and change the logo in the main page to see the library version.
Add a detailed documentation about The “Sphinx” decorators.
Change the Tox configuration to test the library with Wrapt 1.12.x.
Changelog
Sourced from deprecated's changelog.
v1.2.12 (2021-03-13)
Bug fix release
Fix
- Avoid "Explicit markup ends without a blank line" when the decorated function has no docstring.
- Fix #40: 'version' argument is required in Sphinx directives.
- Fix #41: deprecated.sphinx: strip Sphinx cross-referencing syntax from warning message.
Other
- Change in Tox and Travis CI configurations: enable unit testing on Python 3.10.
v1.2.11 (2021-01-17)
Bug fix release
Fix
- Fix packit configuration: use
upstream_tag_template: v{version}.- Fix #33: Change the class ~deprecated.sphinx.SphinxAdapter: add the
line_lengthkeyword argument to the constructor to specify the max line length of the directive text. Sphinx decorators also accept theline_lengthargument.- Fix #34:
versionaddedandversionchangeddecorators don't emitDeprecationWarninganymore on decorated classes.Other
- Change the Tox configuration to run tests on Python 2.7, Python 3.4 and above (and PyPy 2.7 & 3.6).
- Update the classifiers in
setup.py.- Replace
bumpversionby bump2version insetup.pyand documentation.- Update configuration for Black and iSort.
- Fix the development requirement versions in
setup.pyfor Python 2.7 EOL.v1.2.10 (2020-05-13)
Bug fix release
Fix
- Fix #25:
@deprecatedrespects global warning filters with actions other than "ignore" and "always" on Python 3.Other
... (truncated)
Commits
e84ec77New bug fix release v1.2.12 (2020-03-13)fe04e81Change in :meth:~deprecated.sphinx.SphinxAdapter.get_deprecated_msg: correc...efbe782Correct documentation ofget_deprecated_msgfunction and ``CHANGELOG.rst`...d4b7950Issue #41: strip Sphinx cross-referencing syntax from reason in warning messagee60f2e0Fix #40: 'version' argument is required in Sphinx directives.3b73d5dAdd a link to theDeprecated-Demo.Sphinxproject in the documentation.f1ad5b4Avoid "Explicit markup ends without a blank line" when the decorated function...a02525bfix: minor typo in a docstring5776579Correct classifiers insetup.py.70e951bChange in Tox and Travis CI configurations: enable unit testing on Python 3.10.- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language -
@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Dependabot tried to add @shekhar-shubhendu and @noandrea as reviewers to this PR, but received the following error from GitHub:
POST https://api.github.com/repos/aeternity/aepp-sdk-python/pulls/435/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the aeternity/aepp-sdk-python repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request
Codecov Report
Merging #435 (4cb2e04) into develop (58ac2d1) will not change coverage. The diff coverage is
n/a.
@@ Coverage Diff @@
## develop #435 +/- ##
========================================
Coverage 77.80% 77.80%
========================================
Files 18 18
Lines 2785 2785
========================================
Hits 2167 2167
Misses 618 618
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 58ac2d1...4cb2e04. Read the comment docs.