401e75f3b2
- Update to 1.3.1 * Restore missing source distribution (`.tar.gz) that was not included in v1.3.0. - from version 1.3.0 * Add compatibility tests and adjustments for Wrapt v2.0. See PR #88 (musicinmybrain). * Add experimental @deprecated_params decorator to mark function parameters as deprecated at call-time; emits warnings when deprecated parameters are used with optional messages and configurable warning categories. See PR #93. * Update the Wrapt compatibility matrix to include Python 3.13 and 3.14. See PR #91 * Limit test coverage collection to the dedicated coverage` tox environment to avoid collecting coverage across all test environments and reduce cross-environment coverage noise. See PR #92.
Markéta Machová2025-11-13 12:05:05 +00:00
fbd7e8f56f
Accepting request 1282967 from devel:languages:python
Ana Guerrero2025-06-10 06:57:10 +00:00
8143745a4a
- update to 1.2.18: * Fix#78: Fix configuration for Packit 1.0.0 * Fix#79: Fix the configuration for the intersphinx mapping in the Sphinx documentation. See How to link to other documentation projects with Intersphinx. * Drop support for Python older than 3.7 in GitHub Actions. * Resolve Python 2.7 support issue introduced in v1.2.14 in sphinx.py. * Fix#69: Add extra_stacklevel argument for interoperating with other wrapper functions (refer to #68 for a concrete use case). * Fix#73: Update class method deprecation warnings for Python 3.13. * Fix#75: Update GitHub workflows and fix development dependencies for Python 3.12. * Fix#66: discontinue TravisCI and AppVeyor due to end of free support. * Fix#60: return a correctly dedented docstring when long docstring are using the D212 or D213 format. * 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. * 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. * Fix configuration for AppVeyor: simplify the test scripts and
Dirk Mueller2025-02-03 13:20:01 +00:00
245201087e
Accepting request 1226488 from devel:languages:python
Ana Guerrero2024-11-27 21:04:52 +00:00
ecdbf7dd2f
- Update to 1.2.15 * Resolve Python 2.7 support issue introduced in v1.2.14 in `sphinx.py. * Fix#69: Add extra_stacklevel` argument for interoperating with other wrapper functions (refer to #68 for a concrete use case). * Fix#73: Update class method deprecation warnings for Python 3.13. * Fix#75: Update GitHub workflows and fix development dependencies for Python 3.12. * Fix#66: discontinue TravisCI and AppVeyor due to end of free support. - Adjust upstream source name in spec file - Drop fix-python3.13-ftbfs.patch, merged upstream
Daniel Garcia2024-11-26 11:23:03 +00:00
c628f43637
Accepting request 1202969 from devel:languages:python
Ana Guerrero2024-09-25 19:52:55 +00:00
499f7b022f
- update to 1.2.14: * Bug fix release * Fix return a correctly dedented docstring when long docstring are using the D212 or D213 format. * 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.
Dirk Mueller2023-05-29 16:02:05 +00:00
497f08597a
- update to 1.2.13: * Change the signature of the :func:~deprecated.sphinx.deprecated decorator to reflect the valid use cases. * Fix `versionadded and versionchanged decorators: do not return a decorator factory, but a Wrapt adapter. * 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).
Dirk Mueller2021-12-06 20:07:03 +00:00
e175892e64
- Update to 1.2.10 * Fix#25: @deprecated respects global warning filters with actions other than “ignore” and “always” on Python 3.
Ondřej Súkup2020-07-08 21:55:16 +00:00
37a34078a7
Update to 1.2.6: * Fix#9: Change the project's configuration: reinforce the constraint to the Wrapt requirement.
Tomáš Chvátal
2019-07-22 09:13:15 +00:00