Sourced from ansible-lint's releases.
v24.9.0
Enhancements
- Community comms (#4309)
@oraNod
- feat: add
requirements_file
input to GitHub action (#4253)@dbrennand
Bugfixes
- fix: Adding missing EE option skip_pip_install (#4299)
@sscheib
- Fix upload-artifact action to work with v4.4 and newer (#4314)
@alisonlhart
- fix: Add reset-failed state in executable_options (#4301)
@tanwigeetika1618
- Enable --offline to affect checking version online (#4283)
@cavcrosby
- Fix long lines being wrapped with a trailing space (#4288)
@cavcrosby
- Make galaxy[version-incorrect] rule opt-in (#4247)
@cavcrosby
- Fix error for imported playbooks w/invalid syntax (#4289)
@cavcrosby
- Fix indentation change to comments when using --fix (#4273)
@cavcrosby
- Fix list of non-strings in args rule (#4279)
@johnbyrneio
- Improve --version behavior to handle remote disconnect (#4276)
@cavcrosby
- Ignore var-naming[pattern] to foreign role vars (#4230)
@cavcrosby
- Remove leftover Sphinx command directives (#4243)
@cavcrosby
- Fix custom-rules documentation examples (#4264)
@Tompage1994
25f783c
Bump the dependencies group in /.config with 6 updates (#4324)4f0742f
Bump the dependencies group in /.config with 11 updates (#4318)5a987e4
fix: Adding missing EE option skip_pip_install (#4299)b56c931
Community comms (#4309)dcec2f9
chore: pre-commit autoupdate (#4310)4cddd9a
Bump cryptography from 43.0.0 to 43.0.1 in /.config (#4313)e9256df
Fix upload-artifact action to work with v4.4 and newer (#4314)7a78006
fix: Add reset-failed state in executable_options (#4301)33d3515
chore: Update ansible-compat version (#4303)c9defa4
Bump the dependencies group in /.config with 9 updates (#4308)Sourced from pytest's releases.
8.3.3
pytest 8.3.3 (2024-09-09)
Bug fixes
#12446: Avoid calling
@property
(and other instance descriptors) during fixture discovery -- byasottile
{.interpreted-text role="user"}#12659: Fixed the issue of not displaying assertion failure differences when using the parameter
--import-mode=importlib
in pytest>=8.1.#12667: Fixed a regression where type change in [ExceptionInfo.errisinstance]{.title-ref} caused [mypy]{.title-ref} to fail.
#12744: Fixed typing compatibility with Python 3.9 or less -- replaced [typing.Self]{.title-ref} with [typing_extensions.Self]{.title-ref} -- by
Avasam
{.interpreted-text role="user"}#12745: Fixed an issue with backslashes being incorrectly converted in nodeid paths on Windows, ensuring consistent path handling across environments.
#6682: Fixed bug where the verbosity levels where not being respected when printing the "msg" part of failed assertion (as in
assert condition, msg
).#9422: Fix bug where disabling the terminal plugin via
-p no:terminal
would cause crashes related to missing theverbose
option.-- by
GTowers1
{.interpreted-text role="user"}Improved documentation
- #12663: Clarify that the [pytest_deselected]{.title-ref} hook should be called from [pytest_collection_modifyitems]{.title-ref} hook implementations when items are deselected.
- #12678: Remove erroneous quotes from [tmp_path_retention_policy]{.title-ref} example in docs.
Miscellaneous internal changes
- #12769: Fix typos discovered by codespell and add codespell to pre-commit hooks.
d0f136f
build(deps): Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.1 (#12790)972f307
Prepare release version 8.3.30dabdcf
Include co-authors in release announcement (#12795)
(#12797)a9910a4
Do not discover properties when iterating fixtures (#12781)
(#12788)0f10b6b
Fix issue with slashes being turned into backslashes on Windows (#12760)
(#12...300d13d
Merge pull request #12785
from pytest-dev/patchback/backports/8.3.x/57cccf7f4...e5d32c7
Merge pull request #12784
from svenevs/fix/docs-example-parametrize-minor-typobc913d1
Streamline checks for verbose option (#12706)
(#12778)01cfcc9
Fix typos and introduce codespell pre-commit hook (#12769)
(#12774)4873394
doc: Remove past training (#12772)
(#12773)Sourced from ansible-compat's releases.
v24.9.0
Enhancements
Bugfixes
- Fix upload-artifact action to work with v4.4 and newer (#403)
@alisonlhart
Sourced from ansible-core's releases.
v2.17.4
Changelog
See the full changelog for the changes included in this release.
Release Artifacts
- Built Distribution: ansible_core-2.17.4-py3-none-any.whl - 2193692 bytes
- a36c9ab8e84d5d51f9fffe389d6ac7e81c8d0df6af8c12429ddbb71e8d69b21e (SHA256)
- Source Distribution: ansible_core-2.17.4.tar.gz - 3096630 bytes
- 44a1f30076796536ba2455cad18d36e62870f04e632e3ca2ebe970d7beacf24d (SHA256)
v2.17.4rc1
Changelog
See the full changelog for the changes included in this release.
Release Artifacts
- Built Distribution: ansible_core-2.17.4rc1-py3-none-any.whl - 2193745 bytes
- 894cce4eb05651ece5de75dc4715411b1fe99d420a30cb83521adbbc14bb7f8b (SHA256)
- Source Distribution: ansible_core-2.17.4rc1.tar.gz - 3100642 bytes
- a9863bf0ba93159f8dbdc786d8a9c5a83f78d4727f8192d1a0eb046dec9e47e4 (SHA256)
9e52945
New release v2.17.4 (#83924)42cb55c
Update Ansible release version to v2.17.4rc1.post0. (#83894)0336eba
New release v2.17.4rc1 (#83891)142e46c
[stable-2.17] release.py - Add missing setuptools arg to prepare (#83887)
(#8...803cbcc
runtime-metadata sanity test: do not fail deprecation version checks if
galax...0200ccb
Add location on include_tasks fail inside include (#83876)
(#83883)f35a9f2
Fix ansible-vault integration test for missing vault ids (#83777)
(#83782)063e28d
config base: fix typo in option description (#83843)d6c188f
powershell - Improve CLIXML parsing (#83847)
(#83849)40d7c06
connection plugins: extras fix (#83353)
(#83819)Sourced from astroid's changelog.
What's New in astroid 3.3.2?
Release date: 2024-08-11
Restore support for soft-deprecated members of the
typing
module with python 3.13.What's New in astroid 3.3.1?
Release date: 2024-08-06
Fix a crash introduced in 3.3.0 involving invalid format strings.
Closes #2492
What's New in astroid 3.3.0?
Release date: 2024-08-04
Add support for Python 3.13.
Remove support for Python 3.8 (and constants
PY38
,PY39_PLUS
, andPYPY_7_3_11_PLUS
).Refs #2443
Add the
__annotations__
attribute to theClassDef
object model.Closes pylint-dev/pylint#7126
Implement inference for JoinedStr and FormattedValue
Add support for
ssl.OP_LEGACY_SERVER_CONNECT
(new in Python 3.12).Closes pylint-dev/pylint#9849
4ae4617
Bump astroid to 3.3.2, update changelogb00b86c
[PY313] Add stubs for soft-deprecated typing members (#2503)de58003
Bump astroid to 3.3.1, update changelog8357bd3
Fix pylint regression with invalid format strings (#2496)
(#2497)47030b1
Bump astroid to 3.3.0, update changelogf37549e
Fix release tests92baf78
[pre-commit.ci] auto fixes from pre-commit.com hooks4122248
[pre-commit.ci] pre-commit autoupdatec687595
[PY312] Add support for ssl.OP_LEGACY_SERVER_CONNECT (#2489)ed4276b
Bump furo from 2024.5.6 to 2024.7.18 (#2480)Sourced from griffe's releases.
1.3.0
1.3.0 - 2024-09-10
Features
- Allow deselecting multiple or named items in Yields and Receives (344df50 by Marco Ricci). Issue-263
Bug Fixes
- Don't crash when trying to merge stubs into a compiled module that has no file path (e1f3ed9 by Timothée Mazzucotelli). Issue-323
- Fix identity checks in inspector when handling attributes (676cfb4 by Timothée Mazzucotelli).
Code Refactoring
Sourced from griffe's changelog.
1.3.0 - 2024-09-10
Features
- Allow deselecting multiple or named items in Yields and Receives (344df50 by Marco Ricci). Issue-263
Bug Fixes
- Don't crash when trying to merge stubs into a compiled module that has no file path (e1f3ed9 by Timothée Mazzucotelli). Issue-323
- Fix identity checks in inspector when handling attributes (676cfb4 by Timothée Mazzucotelli).
Code Refactoring
ef8324e
chore: Prepare release 1.3.0e1f3ed9
fix: Don't crash when trying to merge stubs into a compiled module that
has n...676cfb4
fix: Fix identity checks in inspector when handling attributesa319f65
docs: Fix spellingc9a78ce
docs: document non-multiple/non-named values in Yields and Receivesc768356
refactor: Extract common functionality in Returns, Yields and Receives
parsing344df50
feat: Allow deselecting multiple or named items in Yields and
Receivesaa6c7e4
refactor: Remove useless branch in resolve
method, add
tests for itSourced from platformdirs's releases.
4.3.2
What's Changed
- Use uv as installer by
@gaborbernat
in tox-dev/platformdirs#300- Fix multi-path returned from
_path
methods on MacOS by@matthewhughes934
in tox-dev/platformdirs#299New Contributors
@matthewhughes934
made their first contribution in tox-dev/platformdirs#299Full Changelog: https://github.com/tox-dev/platformdirs/compare/4.3.1...4.3.2
c596271
Fix multi-path returned from _path
methods on MacOS (#299)a420284
Use uv as installer (#300)Sourced from rich's releases.
The Python 3.13 release
[13.8.1] - 2024-09-10
Fixed
- Added support for Python 3.13 Textualize/rich#3481
- Fixed infinite loop when appending Text to same instance Textualize/rich#3480
Sourced from rich's changelog.
[13.8.1] - 2024-09-10
Fixed
- Added support for Python 3.13 Textualize/rich#3481
- Fixed infinite loop when appending Text to same instance Textualize/rich#3480
260b35f
Merge pull request #3485
from Textualize/bump1381574038d
bump1f131d1
Merge pull request #3481
from hugovk/add-3.13c8abbb3
Fix test for Python 3.13815596e
Add support for Python 3.1322c2cff
Merge pull request #3480
from Textualize/fix-infinite-appendf44e8bd
changelogf2ee295
fix infinite loop in append