Sourced from pydoclint's releases.
0.5.10
What's Changed
- Hide msg about loading config in quiet mode by
@aemonge
in jsh9/pydoclint#178- Fix bug caused by assigning value to attr by
@jsh9
in jsh9/pydoclint#181- Rename unparseAnnotation by
@jsh9
in jsh9/pydoclint#182- Rename InternalError into EdgeCaseError by
@jsh9
in jsh9/pydoclint#183Full Changelog: https://github.com/jsh9/pydoclint/compare/0.5.9...0.5.10
Sourced from pydoclint's changelog.
[0.5.10] - 2024-12-07
- Changed
- Command line message about loading config file is now hidden with config option
--quiet
- Fixed
- Fixed a bug where assigning a value to an attribute caused pydoclint to crash
- Changed
- Renamed function
unparseAnnotation()
intounparseNode()
- Renamed
EdgeCaseError
intoEdgeCaseError
a5a1bc3
Bump pylint to 3.3.2, update changelog (#10088)621ecf6
Fix potential-index-error
false positive when iterable
contains starred ele...5597aae
Fix source root not recognized (#10036)
(#10083)ea8ed7e
Bump astroid to 3.3.5 (#10004)
(#10005)ec4ca64
Fix release note typo (#9969)
(#9971)Sourced from pytest's releases.
8.3.4
pytest 8.3.4 (2024-12-01)
Bug fixes
#12592: Fixed
KeyError
{.interpreted-text role="class"} crash when using--import-mode=importlib
in a directory layout where a directory contains a child directory with the same name.#12818: Assertion rewriting now preserves the source ranges of the original instructions, making it play well with tools that deal with the
AST
, like executing.#12849: ANSI escape codes for colored output now handled correctly in
pytest.fail
{.interpreted-text role="func"} with [pytrace=False]{.title-ref}.#9353:
pytest.approx
{.interpreted-text role="func"} now uses strict equality when given booleans.Improved documentation
#10558: Fix ambiguous docstring of
pytest.Config.getoption
{.interpreted-text role="func"}.#10829: Improve documentation on the current handling of the
--basetemp
option and its lack of retention functionality (temporary directory location and retention
{.interpreted-text role="ref"}).#12866: Improved cross-references concerning the
recwarn
{.interpreted-text role="fixture"} fixture.#12966: Clarify
filterwarnings
{.interpreted-text role="ref"} docs on filter precedence/order when using multiple@pytest.mark.filterwarnings <pytest.mark.filterwarnings ref>
{.interpreted-text role="ref"} marks.Contributor-facing changes
- #12497: Fixed two failing pdb-related tests on Python 3.13.
53f8b4e
Update pypa/gh-action-pypi-publish to v1.12.298dff36
Prepare release version 8.3.41b474e2
approx: use exact comparison for bool (#13013)b541721
docs: Fix wrong statement about sys.modules with importlib import mode
(#1298...16cb87b
pytest.fail: fix ANSI escape codes for colored output (#12959)
(#12990)be6bc81
Issue #12966
Clarify filterwarnings docs on precedence when using multiple ma...7aeb72b
Improve docs on basetemp and retention (#12912)
(#12928)c875841
Merge pull request #12917
from pytest-dev/patchback/backports/8.3.x/ded1f44e5...6502816
Merge pull request #12913
from jakkdl/dontfailonbadpath52135b0
Merge pull request #12885
from The-Compiler/pdb-py311 (#12887)Sourced from ruff's releases.
0.8.2
Release Notes
Preview features
- [
airflow
] Avoid deprecated values (AIR302
) (#14582)- [
airflow
] Extend removed names forAIR302
(#14734)- [
ruff
] Extendunnecessary-regular-expression
to non-literal strings (RUF055
) (#14679)- [
ruff
] Implementused-dummy-variable
(RUF052
) (#14611)- [
ruff
] Implementunnecessary-cast-to-int
(RUF046
) (#14697)Rule changes
- [
airflow
] CheckAIR001
from builtin or providersoperators
module (#14631)- [
flake8-pytest-style
] Remove@
inpytest.mark.parametrize
rule messages (#14770)- [
pandas-vet
] Skip rules if thepanda
module hasn't been seen (#14671)- [
pylint
] Fix false negatives forascii
andsorted
inlen-as-condition
(PLC1802
) (#14692)- [
refurb
] Guardhashlib
imports and markhashlib-digest-hex
fix as safe (FURB181
) (#14694)Configuration
- [
flake8-import-conventions
] Improve syntax check for aliases supplied in configuration forunconventional-import-alias
(ICN001
) (#14745)Bug fixes
- Revert: [pyflakes] Avoid false positives in
@no_type_check
contexts (F821
,F722
) (#14615) (#14726)- [
pep8-naming
] Avoid false positive forclass Bar(type(foo))
(N804
) (#14683)- [
pycodestyle
] Handle f-strings properly forinvalid-escape-sequence
(W605
) (#14748)- [
pylint
] Ignore@overload
inPLR0904
(#14730)- [
refurb
] Handle non-finite decimals inverbose-decimal-constructor
(FURB157
) (#14596)- [
ruff
] Avoid emittingassignment-in-assert
when all references to the assigned variable are themselves insideassert
s (RUF018
) (#14661)Documentation
- Improve docs for
flake8-use-pathlib
rules (#14741)- Improve error messages and docs for
flake8-comprehensions
rules (#14729)- [
flake8-type-checking
] ExpandsTC006
docs to better explain itself (#14749)Contributors
... (truncated)
Sourced from ruff's changelog.
0.8.2
Preview features
- [
airflow
] Avoid deprecated values (AIR302
) (#14582)- [
airflow
] Extend removed names forAIR302
(#14734)- [
ruff
] Extendunnecessary-regular-expression
to non-literal strings (RUF055
) (#14679)- [
ruff
] Implementused-dummy-variable
(RUF052
) (#14611)- [
ruff
] Implementunnecessary-cast-to-int
(RUF046
) (#14697)Rule changes
- [
airflow
] CheckAIR001
from builtin or providersoperators
module (#14631)- [
flake8-pytest-style
] Remove@
inpytest.mark.parametrize
rule messages (#14770)- [
pandas-vet
] Skip rules if thepanda
module hasn't been seen (#14671)- [
pylint
] Fix false negatives forascii
andsorted
inlen-as-condition
(PLC1802
) (#14692)- [
refurb
] Guardhashlib
imports and markhashlib-digest-hex
fix as safe (FURB181
) (#14694)Configuration
- [
flake8-import-conventions
] Improve syntax check for aliases supplied in configuration forunconventional-import-alias
(ICN001
) (#14745)Bug fixes
- Revert: [pyflakes] Avoid false positives in
@no_type_check
contexts (F821
,F722
) (#14615) (#14726)- [
pep8-naming
] Avoid false positive forclass Bar(type(foo))
(N804
) (#14683)- [
pycodestyle
] Handle f-strings properly forinvalid-escape-sequence
(W605
) (#14748)- [
pylint
] Ignore@overload
inPLR0904
(#14730)- [
refurb
] Handle non-finite decimals inverbose-decimal-constructor
(FURB157
) (#14596)- [
ruff
] Avoid emittingassignment-in-assert
when all references to the assigned variable are themselves insideassert
s (RUF018
) (#14661)Documentation
b0e26e6
Bump version to 0.8.2 (#14789)e9941cd
[red-knot] Move standalone expr inference to for
non-name
target (#14788)43bf1a8
Add tests for "keyword as identifier" syntax errors (#14754)fda8b1f
[ruff
] Unnecessary cast to int
(RUF046
) (#14697)2d3f557
[red-knot] Fallback for typing._NoDefaultType
(#14783)bd27bfa
[red-knot] Unify setup_db()
functions, add
TestDb
builder (#14777)155d34b
[red-knot] Infer precise types for len()
calls (#14599)04c887c
Fix references for async-busy-wait
(#14775)af43bd4
[red-knot] Gradual forms do not participate in equivalence/subtyping (#14758)6149177
Remove @
in pytest.mark.parametrize
rule
messages (#14770)Sourced from ansible-core's releases.
v2.18.1
Changelog
See the full changelog for the changes included in this release.
Release Artifacts
- Built Distribution: ansible_core-2.18.1-py3-none-any.whl - 2214624 bytes
- 4a312e416e09c7271188d6b8e2b1062fc6834fefd6a1814d0e02fb8aadb3e1ba (SHA256)
- Source Distribution: ansible_core-2.18.1.tar.gz - 3069965 bytes
- 14cac1f92bbdae881cb0616eddeb17925e8cb507e486087975e724533d9de74f (SHA256)
v2.18.1rc1
Changelog
See the full changelog for the changes included in this release.
Release Artifacts
- Built Distribution: ansible_core-2.18.1rc1-py3-none-any.whl - 2214694 bytes
- 12b72733ffa2709aca3226190ed3b56ce40104727b45616b80ea489e7260800a (SHA256)
- Source Distribution: ansible_core-2.18.1rc1.tar.gz - 3074723 bytes
- 9824294b5903bf2f6cf2c626c97c8bce5a84c1393b2bd3ddfc58bf9042a956f5 (SHA256)
3223e44
New release v2.18.1 (#84415)2248754
Update Ansible release version to v2.18.1rc1.post0. (#84393)ced97d5
New release v2.18.1rc1 (#84390)b88f29e
[stable-2.18] dnf5: fix is_installed check (#84275)
(#84333)8f2cc9d
vars/varnames more examles more varied (#84300)
(#84304)fec17ef
Fix runas become SYSTEM logic (#84280)
(#84297)0fb9772
command module, fix docs to reflect reality (#84191)
(#84277)84b407c
Fix returning unreachable for looped tasks (#84049)
(#84204)2936b80
Fix CVE-2024-11079 hostvars unsafe context (#84339)1f88f09
[stable-2.18] ansible-test - Improve container network detection (#84323)
(#8...Sourced from coverage's changelog.
Version 7.6.9 — 2024-12-06
- Fix:
Tomas Uribe fixed <pull 1901_>
_ a performance problem in the XML report. Large code bases should produce XML reports much faster now... _pull 1901: nedbat/coveragepy#1901
.. _changes_7-6-8:
daac76d
docs: sample HTML for 7.6.9f7d7e42
docs: prep for 7.6.98fe3b2b
docs: thanks, Tomas Uribe for #1901346cfc0
fix: use set instead of list for arcs_executed, fixes poor performance
(#1901)484678e
fix: COVERAGE_ONE_CORE should mean ctrace if possible37451ed
chore: make upgrade doc_upgradebd23445
chore: bump the action-dependencies group with 2 updates (#1899)01cf50c
test: add a test to satisfy a condition in results.py74d3c50
chore: make upgradef3b269c
build: only comment once on an issue mentioned twiceSourced from markdown-exec's releases.
1.10.0
1.10.0 - 2024-12-06
Build
- Drop support for Python 3.8 (103bc1d by Timothée Mazzucotelli).
Features
- Allow setting Pyodide version (912c8c7 by Andrew). Issue-66, PR-67, Co-authored-by: Timothée Mazzucotelli dev@pawamoy.fr
Sourced from markdown-exec's changelog.
1.10.0 - 2024-12-06
Build
- Drop support for Python 3.8 (103bc1d by Timothée Mazzucotelli).
Features
- Allow setting Pyodide version (912c8c7 by Andrew). Issue-66, PR-67, Co-authored-by: Timothée Mazzucotelli dev@pawamoy.fr
84d7fed
chore: Prepare release 1.10.0b68f010
chore: Upgrade dependencies912c8c7
feat: Allow setting Pyodide version3562fbb
style: Format103bc1d
chore: Template upgrade0d86a98
Revert "chore: Allow deploying from main repo"57ee30d
docs: Fix snippets config, fix URLb9fbcd5
ci: Quality0c913a5
docs: Add expandable file-tree to gallerySourced from mkdocs-ansible's releases.
v24.12.0
Enhancements
- Add support for py313 (#171)
@abhikdps
Bugfixes
- Remove pipdeptree dependency (#179)
@ssbarnea
dbeebe2
Fix permissions for release (#180)64d2f04
Remove pipdeptree dependency (#179)9f60b14
Bump the dependencies group across 1 directory with 5 updates (#177)c190365
chore: pre-commit autoupdate (#178)ae4f07c
Bump the dependencies group in /.config with 2 updates (#174)2e2c6fb
Bump the dependencies group in /.config with 2 updates (#173)537d7f8
Add support for py313 (#171)a24eaa3
Use reusable tox workflow (#172)7d9129f
chore: pre-commit autoupdate (#170)ae5cee0
Bump the dependencies group in /.config with 4 updates (#168)Sourced from mkdocs-material's releases.
mkdocs-material-9.5.47
- Fixed #7750: Numeric tags break search
- Fixed #7748: Blog plugin breaks when using future drafts (9.5.45 regression)
Thanks go to
@perpil
for their contributions
Sourced from mkdocs-material's changelog.
mkdocs-material-9.5.47 (2024-12-01)
- Fixed #7750: Numeric tags break search
- Fixed #7748: Blog plugin breaks when using future drafts (9.5.45 regression)
mkdocs-material-9.5.46 (2024-11-25)
- Added support for removing preload hints in privacy plugin
- Fixed #7734: Code blocks in h5 headlines are uppercased
- Fixed #7725: Blog plugin crashing on missing timezone (9.5.45 regression)
mkdocs-material-9.5.45 (2024-11-20)
- Reduced size of Docker image through multi-stage build
- Fixed #7708: Blog plugin crashing on YAML dates with timezones
mkdocs-material-9.5.44 (2024-11-05)
- Fixed #7672: Font CSS 404's when using privacy plugin (9.5.43 regression)
mkdocs-material-9.5.43 (2024-10-31)
- Added support for external images in SVGs in privacy plugin
- Fixed #7651: Privacy plugin doesn't handle quoted URLs in CSS
mkdocs-material-9.5.42 (2024-10-20)
- Fixed #7625: Invalid encoding of boolean attributes in privacy plugin
- Fixed #7624: Crash when disabling privacy plugin (9.5.41 regression)
mkdocs-material-9.5.41 (2024-10-15)
- Fixed #7619: Improved tooltip on logo disappears after instant navigation
- Fixed #7616: Race condition in built-in privacy plugin when inlining assets
- Fixed #7615: Comments and "Was this page helpful?" visible when printing
mkdocs-material-9.5.40 (2024-10-10)
- Updated Latvian translations
- Fixed #7597: Social cards not using site name on home page
mkdocs-material-9.5.39+insiders-4.53.14 (2024-09-29)
- Fixed #7567: Empty headlines when using typeset plugin with anchorlinks
mkdocs-material-9.5.39 (2024-09-29)
- Fixed #7226: not staying on page when using mike's canonical versioning
mkdocs-material-9.5.38 (2024-09-26)
... (truncated)
Sourced from rpds-py's releases.
v0.22.3
Full Changelog: https://github.com/crate-py/rpds/compare/v0.22.2...v0.22.3
v0.22.2
Full Changelog: https://github.com/crate-py/rpds/compare/v0.22.1...v0.22.2
v0.22.1
What's Changed
- ci: separate free-threaded and standard 3.13 distribution builds by
@RobPasMue
in crate-py/rpds#111New Contributors
@RobPasMue
made their first contribution in crate-py/rpds#111Full Changelog: https://github.com/crate-py/rpds/compare/v0.22.0...v0.22.1
v0.22.0
What's Changed
- update rpds.py for PyO3 0.23 by
@ngoldbaum
in crate-py/rpds#100- Declare free-threading support by
@ngoldbaum
in crate-py/rpds#104- Enable free-threaded wheel builds by
@ngoldbaum
in crate-py/rpds#107New Contributors
@ngoldbaum
made their first contribution in crate-py/rpds#100Full Changelog: https://github.com/crate-py/rpds/compare/v0.21.0...v0.22.0
ada6b46
Properly tag a release fixing the soundness issue.177b17b
Bump to PyO3 0.23.3, avoiding 0.23.x's previous soundness issues.38bd89a
Merge pull request #109
from crate-py/pre-commit-ci-update-config5ecc066
Tag a release for regaining all the Windows wheels.8baaf22
Merge pull request #111
from RobPasMue/ci/windows-313-threaded-separation7f99ea8
ci: separate free-threaded and standard 3.13 distribution builds5f16973
[pre-commit.ci] pre-commit autoupdate9d03208
Merge pull request #108
from crate-py/dependabot/cargo/pyo3-0.23.26043127
Bump pyo3 from 0.23.1 to 0.23.27224469
Bump to 0.22.0 for a free-threading-supported beta release.ebd9b3a
six 1.17.040d248e
Expunge travis.dd7940e
Add PyPI publication workflow. (#390)8cb688f
Update copyright years.86f89c5
Add a GitHub actions CI workflow. (#389)06430b9
Make test_getoutput work on Windows.ceddaf2
Add a changelog for #314.9a05aab
Python 3.14 removed the URLopener and FancyURLopener classes from
urllib.req...c1b416f
Fix deprecation warning from setuptools (#382)02c3bca
tkinter.tix was removed from Python 3.13, skip the test (#377)