Skip to content

Releases: laurent-laporte-pro/deprecated

v1.3.1

Choose a tag to compare

@laurent-laporte-pro laurent-laporte-pro released this 30 Oct 08:17
d135459

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

Choose a tag to compare

@laurent-laporte-pro laurent-laporte-pro released this 29 Oct 15:31
3ad781a

What's Changed

New Contributors

Full Changelog: v1.2.18...v1.3.0

v1.2.18

Choose a tag to compare

@laurent-laporte-pro laurent-laporte-pro released this 27 Jan 10:45
3f67ca7

What's Changed

Full Changelog: v1.2.17...v1.2.18

v1.2.17

Choose a tag to compare

@laurent-laporte-pro laurent-laporte-pro released this 24 Jan 19:01
3b9b829

What's Changed

Full Changelog: v1.2.16...v1.2.17

v1.2.16

Choose a tag to compare

@laurent-laporte-pro laurent-laporte-pro released this 24 Jan 13:34
10c62f5

What's Changed

New Contributors

Full Changelog: v1.2.15...v1.2.16

v1.2.15

Choose a tag to compare

@laurent-laporte-pro laurent-laporte-pro released this 15 Nov 14:08
7773ef0

What's Changed

New Contributors

Full Changelog: v1.2.14...v1.2.15

v1.2.14

Choose a tag to compare

@tantale tantale released this 27 May 16:06

Fix

  • Fix #60: return a correctly dedented docstring when long docstring are using the D212 or D213 format.

Other

  • Add support for Python 3.11.
  • Drop support for Python older than 3.7 in build systems like pytest and tox, while ensuring the library remains production-compatible.
  • Update GitHub workflow to run in recent Python versions.

New Contributors

Full Changelog: v1.2.13...v1.2.14

v1.2.13 - Bug fix Release

Choose a tag to compare

@tantale tantale released this 05 Sep 11:11

Fix

  • Fix #45: Change the signature of the :func:~deprecated.sphinx.deprecated decorator to reflect
    the valid use cases.

  • Fix #48: Fix versionadded and versionchanged decorators: do not return a decorator factory,
    but a Wrapt adapter.

Other

  • Fix configuration for AppVeyor: simplify the test scripts and set the version format to match the current version.

  • Change configuration for Tox:

    • change the requirements for pip to "pip >= 9.0.3, < 21" (Python 2.7, 3.4 and 3.5).
    • install typing when building on Python 3.4 (required by Pytest->Attrs).
    • run unit tests on Wrapt 1.13 (release candidate).
  • Migrating project to travis-ci.com <https://travis-ci.com/github/tantale/deprecated>_.

v1.2.12 - Bug fix Release

Choose a tag to compare

@tantale tantale released this 13 Mar 14:34

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

Choose a tag to compare

@tantale tantale released this 17 Jan 10:07
  • Fix packit configuration: use upstream_tag_template: v{version}.
  • Fix #33: Change the class ~deprecated.sphinx.SphinxAdapter: add
    the line_length keyword argument to the constructor to specify the
    max line length of the directive text. Sphinx decorators also accept
    the line_length argument.
  • Fix #34: versionadded and versionchanged decorators don't emit
    DeprecationWarning anymore on decorated classes.