build(deps): bump the minor-and-patch group across 1 directory with 15 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 0
(about 1 month ago)
(about 1 month ago)
(about 1 month ago)
by gadomski
dependencies python
Bumps the minor-and-patch group with 15 updates in the / directory:
| Package | From | To |
|---|---|---|
| click | 8.2.1 |
8.3.0 |
| pystac | 1.13.0 |
1.14.1 |
| black | 25.1.0 |
25.9.0 |
| coverage | 7.10.6 |
7.10.7 |
| mypy | 1.17.1 |
1.18.2 |
| sphinx-click | 6.0.0 |
6.1.0 |
| xdoctest | 1.2.0 |
1.3.0 |
| authlib | 1.6.3 |
1.6.4 |
| numpy | 2.3.2 |
2.3.3 |
| psutil | 7.0.0 |
7.1.0 |
| pycparser | 2.22 |
2.23 |
| regex | 2025.9.1 |
2025.9.18 |
| starlette | 0.47.3 |
0.48.0 |
| typer | 0.17.4 |
0.19.1 |
| uvicorn | 0.35.0 |
0.36.0 |
Updates click from 8.2.1 to 8.3.0
Release notes
Sourced from click's releases.
8.3.0
This is the Click 8.3.0 feature release. A feature release may include new features, remove previously deprecated code, add new deprecation, or introduce potentially breaking changes.
We encourage everyone to upgrade. You can read more about our Version Support Policy on our website.
PyPI: https://pypi.org/project/click/8.3.0/ Changes: https://click.palletsprojects.com/page/changes/#version-8-3-0 Milestone https://github.com/pallets/click/milestone/27
Improved flag option handling: Reworked the relationship between
flag_valueanddefaultparameters for better consistency:
- The
defaultparameter value is now preserved as-is and passed directly to CLI functions (no more unexpected transformations)- Exception: flag options with
default=Truemaintain backward compatibility by defaulting to theirflag_value- The
defaultparameter can now be any type (bool,None, etc.)- Fixes inconsistencies reported in: #1992 #2514 #2610 #3024 #3030
Allow
defaultto be set onArgumentfornargs = -1. #2164 #3030Show correct auto complete value for
nargsoption in combination with flag option #2813Show correct auto complete value for nargs option in combination with flag option #2813
Fix handling of quoted and escaped parameters in Fish autocompletion. #2995 #3013
Lazily import
shutil. #3023Properly forward exception information to resources registered with
click.core.Context.with_resource(). #2447 #3058Fix regression related to EOF handling in CliRunner. #2939 #2940
8.2.2
This is the Click 8.2.2 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes compared to the latest feature release.
PyPI: https://pypi.org/project/click/8.2.2/ Changes: https://click.palletsprojects.com/page/changes/#version-8-2-2 Milestone: https://github.com/pallets/click/milestone/25
- Fix reconciliation of
default,flag_valueandtypeparameters for flag options, as well as parsing and normalization of environment variables. #2952 #2956- Fix typing issue in
BadParameterandMissingParameterexceptions for the parameterparam_hintthat did not allow for a sequence of string where the underlying functino_join_param_hintsallows for it. #2777 #2990- Use the value of
Enumchoices to render their default value in help screen. #2911 #3004- Fix completion for the Z shell (
zsh) for completion items containing colons. #2703 #2846- Don't include envvar in error hint when not configured. #2971 #2972
... (truncated)
Changelog
Sourced from click's changelog.
Version 8.3.0
Released 2025-09-15
Improved flag option handling: Reworked the relationship between
flag_valueanddefaultparameters for better consistency:
- The
defaultparameter value is now preserved as-is and passed directly to CLI functions (no more unexpected transformations)- Exception: flag options with
default=Truemaintain backward compatibility by defaulting to theirflag_value- The
defaultparameter can now be any type (bool,None, etc.)- Fixes inconsistencies reported in: :issue:
1992:issue:2514:issue:2610:issue:3024:pr:3030Allow
defaultto be set onArgumentfornargs = -1. :issue:2164:pr:3030Show correct auto complete value for
nargsoption in combination with flag option :issue:2813Show correct auto complete value for nargs option in combination with flag option :issue:
2813Fix handling of quoted and escaped parameters in Fish autocompletion. :issue:
2995:pr:3013Lazily import
shutil. :pr:3023Properly forward exception information to resources registered with
click.core.Context.with_resource(). :issue:2447:pr:3058Fix regression related to EOF handling in CliRunner. :issue:
2939:pr:2940Version 8.2.2
Released 2025-07-31
- Fix reconciliation of
default,flag_valueandtypeparameters for flag options, as well as parsing and normalization of environment variables. :issue:2952:pr:2956- Fix typing issue in
BadParameterandMissingParameterexceptions for the parameterparam_hintthat did not allow for a sequence of string where the underlying function_join_param_hintsallows for it. :issue:2777:pr:2990- Use the value of
Enumchoices to render their default value in help screen. Refs :issue:2911:pr:3004- Fix completion for the Z shell (
zsh) for completion items containing colons. :issue:2703:pr:2846- Don't include envvar in error hint when not configured. :issue:
2971:pr:2972- Fix a rare race in
click.testing.StreamMixer's finalization that manifested as aValueErroron close in a multi-threaded test session. :issue:2993:pr:2991
Commits
00fadb8Release version 8.3.02a0e3batesting/CliRunner: Fix regression related to EOF introduced in 262bdf0 (#2940)e11a1efMerge branch 'main' into fix-cli-runner-prompt-eof-handling36deba8Forward exception information to resources registered in a context (#3058)f2cae7a#2447 Add summary of PR to changelog for 8.3.x7c7ec36#2447 Split resource exception handling tests in single and nested92129c5#2447 Added exception forwarding to context tests555fa9b#2447 Forward exception data to exit stack when calling__exit__16fe802Add more tests onEnumrendering (#3053)d36de6fAdd more tests on Enum rendering their item's names and not values- Additional commits viewable in compare view
Updates pystac from 1.13.0 to 1.14.1
Release notes
Sourced from pystac's releases.
v1.14.1
What's Changed
- Support older versions of urllib3 by
@jsignellin stac-utils/pystac#1580Full Changelog: https://github.com/stac-utils/pystac/compare/v1.14.0...v1.14.1
v1.14.0
What's Changed
- update parquet and zarr media types, add others by
@philvarnerin stac-utils/pystac#1554- feat: permissive extent deserialization by
@gadomskiin stac-utils/pystac#1559- fix: type of proj:code setter by
@gadomskiin stac-utils/pystac#1560- ItemCollection: add link to related STAC API spec by
@soxofaanin stac-utils/pystac#1567- Update
DefaultStacIOto fix parsing non-ascii in urls by@jsignellin stac-utils/pystac#1566- fix: mypy typing by
@gadomskiin stac-utils/pystac#1569- Update how to read tutorial by
@jsignellin stac-utils/pystac#1573- Make pystac pass User-Agent to work around urllib being blocked by
@jsignellin stac-utils/pystac#1576- Include a plain text repr for when notebook is untrusted. by
@jsignellin stac-utils/pystac#1577Full Changelog: https://github.com/stac-utils/pystac/compare/v1.13.0...v1.14.0
Changelog
Sourced from pystac's changelog.
[v1.14.1] - 2025-09-18
Fixed
- Support older versions of urllib3 (#1580)
[v1.14.0] - 2025-09-11
Added
- Added to pystac.MediaType values VND_APACHE_PARQUET and VND_ZARR with the current standard media type value for these types and new media types COPC and VND_PMTILES (#1554)
Changed
- Pass "User-Agent": "pystac/3.13.0" in request headers to work around urllib's default "User-Agent" being blocked by readthedocs (#1576)
- Include a plain text repr in notebooks so untrusted notebooks look better (#1577)
Fixed
Commits
a5e0408Release v1.14.1 (#1581)0e13b6aSupport older versions of urllib3 (#1580)44d06afrelease: v1.14.0 (#1578)8902d29Include a plain text repr for when notebook is untrusted. (#1577)4748c0bMake pystac pass User-Agent to work around urllib being blocked (#1576)e973546build(deps): bump actions/setup-python from 5 to 6 (#1574)fd50d9bUpdate how to read tutorial (#1573)918c629build(deps): bump actions/checkout from 4 to 5 (#1570)65562c1fix: mypy typing (#1569)8bc0151UpdateDefaultStacIOto fix parsing non-ascii in urls (#1566)- Additional commits viewable in compare view
Updates black from 25.1.0 to 25.9.0
Release notes
Sourced from black's releases.
25.9.0
Highlights
- Remove support for pre-python 3.7
await/asyncas soft keywords/variable names (#4676)Stable style
- Fix crash while formatting a long
delstatement containing tuples (#4628)- Fix crash while formatting expressions using the walrus operator in complex
withstatements (#4630)- Handle
# fmt: skipfollowed by a comment at the end of file (#4635)- Fix crash when a tuple appears in the
asclause of awithstatement (#4634)- Fix crash when tuple is used as a context manager inside a
withstatement (#4646)- Fix crash when formatting a
\followed by a\rfollowed by a comment (#4663)- Fix crash on a
\\r\n(#4673)- Fix crash on
await ...(where...is a literalEllipsis) (#4676)- Fix crash on parenthesized expression inside a type parameter bound (#4684)
- Fix crash when using line ranges excluding indented single line decorated items (#4670)
Preview style
- Fix a bug where one-liner functions/conditionals marked with
# fmt: skipwould still be formatted (#4552)- Improve
multiline_string_handlingwith ternaries and dictionaries (#4657)- Fix a bug where
string_processingwould not split f-strings directly after expressions (#4680)- Wrap the
inclause of comprehensions across lines if necessary (#4699)- Remove parentheses around multiple exception types in
exceptandexcept*withoutas. (#4720)- Add
\rstyle newlines to the potential newlines to normalize file newlines both from and to (#4710)Parser
- Rewrite tokenizer to improve performance and compliance (#4536)
- Fix bug where certain unusual expressions (e.g., lambdas) were not accepted in type parameter bounds and defaults. (#4602)
Performance
- Avoid using an extra process when running with only one worker (#4734)
Integrations
... (truncated)
Changelog
Sourced from black's changelog.
25.9.0
Highlights
- Remove support for pre-python 3.7
await/asyncas soft keywords/variable names (#4676)Stable style
- Fix crash while formatting a long
delstatement containing tuples (#4628)- Fix crash while formatting expressions using the walrus operator in complex
withstatements (#4630)- Handle
# fmt: skipfollowed by a comment at the end of file (#4635)- Fix crash when a tuple appears in the
asclause of awithstatement (#4634)- Fix crash when tuple is used as a context manager inside a
withstatement (#4646)- Fix crash when formatting a
\followed by a\rfollowed by a comment (#4663)- Fix crash on a
\\r\n(#4673)- Fix crash on
await ...(where...is a literalEllipsis) (#4676)- Fix crash on parenthesized expression inside a type parameter bound (#4684)
- Fix crash when using line ranges excluding indented single line decorated items (#4670)
Preview style
- Fix a bug where one-liner functions/conditionals marked with
# fmt: skipwould still be formatted (#4552)- Improve
multiline_string_handlingwith ternaries and dictionaries (#4657)- Fix a bug where
string_processingwould not split f-strings directly after expressions (#4680)- Wrap the
inclause of comprehensions across lines if necessary (#4699)- Remove parentheses around multiple exception types in
exceptandexcept*withoutas. (#4720)- Add
\rstyle newlines to the potential newlines to normalize file newlines both from and to (#4710)Parser
- Rewrite tokenizer to improve performance and compliance (#4536)
- Fix bug where certain unusual expressions (e.g., lambdas) were not accepted in type parameter bounds and defaults. (#4602)
Performance
- Avoid using an extra process when running with only one worker (#4734)
Integrations
... (truncated)
Commits
af0ba72Prepare docs for release 25.9.0 (#4751)ffc01a0Fix schema generation error caused by new click version (#4750)626b32fAdd normalizing for\rstyle newlines (#4710)57a4612Fix mypy type issue (#4745)4f6ad7cWrap theinclause of comprehensions across lines if necessary (#4699)24f5169ci: Run diff-shades on unstable instead of preview (#4741)4d55e60Bump actions/setup-python from 5 to 6 (#4744)0cf39efImprove the performance of get_string_prefix (#4742)1f779deFix line ranges decorator edge case (#4670)203fd6bOptimize Line string method (#4739)- Additional commits viewable in compare view
Updates coverage from 7.10.6 to 7.10.7
Changelog
Sourced from coverage's changelog.
Version 7.10.7 — 2025-09-21
Performance: with branch coverage in large files, generating HTML, JSON, or LCOV reports could take far too long due to some quadratic behavior when creating the function and class index pages. This is now fixed, closing
issue 2048_. Thanks to Daniel Diniz for help diagnosing the problem.Most warnings and a few errors now have links to a page in the docs explaining the specific message. Closes
issue 1921_... _issue 1921: nedbat/coveragepy#1921 .. _issue 2048: nedbat/coveragepy#2048
.. _changes_7-10-6:
Commits
92a2af5docs: sample HTML for 7.10.7952afdadocs: prep for 7.10.7a301761build: riscv64 wheels (#2055)5daff8ddocs: now source is formatted with ruff04bbc3adocs: discuss cog in the contributing docsc181b93build: use cog --check-fail-msg to instruct devs33c4ba1chore: make upgrade0744b73chore: bump the action-dependencies group across 1 directory with 2 updates (...0d5a112perf: bulk narrowing to avoid N**2. #2048a868ed9docs: mention Python Discord on the index page- Additional commits viewable in compare view
Updates mypy from 1.17.1 to 1.18.2
Changelog
Sourced from mypy's changelog.
Mypy 1.18.2
- Fix crash on recursive alias (Ivan Levkivskyi, PR 19845)
- Add additional guidance for stubtest errors when runtime is
object.__init__(Stephen Morton, PR 19733)- Fix handling of None values in f-string expressions in mypyc (BobTheBuidler, PR 19846)
Acknowledgements
Thanks to all mypy contributors who contributed to this release:
- Ali Hamdan
- Anthony Sottile
- BobTheBuidler
- Brian Schubert
- Chainfire
- Charlie Denton
- Christoph Tyralla
- CoolCat467
- Daniel Hnyk
- Emily
- Emma Smith
- Ethan Sarp
- Ivan Levkivskyi
- Jahongir Qurbonov
- Jelle Zijlstra
- Joren Hammudoglu
- Jukka Lehtosalo
- Marc Mueller
- Omer Hadari
- Piotr Sawicki
- PrinceNaroliya
- Randolf Scholz
- Robsdedude
- Saul Shanabrook
- Shantanu
- Stanislav Terliakov
- Stephen Morton
- wyattscarpenter
I’d also like to thank my employer, Dropbox, for supporting mypy development.
Mypy 1.17
We’ve just uploaded mypy 1.17 to the Python Package Index (PyPI). Mypy is a static type checker for Python. This release includes new features and bug fixes. You can install it as follows:
python3 -m pip install -U mypyYou can read the full documentation for this release on Read the Docs.
... (truncated)
Commits
df05f05remove +dev from version01a7a12Update changelog for 1.18.2 (#19873)ca5abf0Typeshed cherry-pick: Make type ofunitest.mock.Anya subclass ofAny(#1...9d794b5[mypyc] fix: inappropriateNones in f-strings (#19846)2c0510cstubtest: additional guidance on errors when runtime is object.init (#19733)2f3f03cBump version to 1.18.2+dev for point release7669841Fix crash on recursive alias in indirection.py (#19845)03fbaa9bump version to 1.18.1 due to wheels failureb44a1fbremoved +dev from version7197a99Removed Unreleased in the Changelog for Release 1.18 (#19827)- Additional commits viewable in compare view
Updates sphinx-click from 6.0.0 to 6.1.0
Commits
58473a8Migrate to trusted publishing0d4f938Drop support for Python < 3.10, add Python 3.13073353aMigrate setuptools, mypy configuration to pyproject.toml83a5a17Prefer Group over MultiCommandd9705e8Bump actions versionsa94049apre-commit: Bump versionsdc11fe1pre-commit: Migrate to ruffc999be2pre-commit: Bump versions- See full diff in compare view
Updates xdoctest from 1.2.0 to 1.3.0
Release notes
Sourced from xdoctest's releases.
Version 1.3.0
Added
- New
ASYNCbasic directive to hold the asyncio event loop in any section of code. Useful for multitasking tests.- Support for 3.14
Changed
- Removed
16806_WORKAROUNDas it is not longer needed for Python 3.8+- Removed deprecated --xdoc-force-dynamic and --allow-xdoc-dynamic flags
- Improved speed (~6x) of doctest collection when running in pytest
- Uses pytest plugin system to disable stdlib doctest instead of monkey patching.
Fixed
- Fixed incorrect return type in docstrings
- The doctest parser no longer expand tabs to spaces
What's Changed
- Start branch for dev/1.2.1 by
@Erotemicin Erotemic/xdoctest#162- Dev Branch: 1.2.1 by
@Erotemicin Erotemic/xdoctest#163- Enable 313 in CI by
@Erotemicin Erotemic/xdoctest#165- Dev/1.2.1 by
@Erotemicin Erotemic/xdoctest#166- static_parse update by
@lczykin Erotemic/xdoctest#168- Dev/1.2.1 by
@Erotemicin Erotemic/xdoctest#170- fix: dont expand tabs to spaces by
@Erotemicin Erotemic/xdoctest#172- Disable
_pytest.doctestvia the plugin system by@TTsangSCin Erotemic/xdoctest#174- Improve async support with a new directive by
@x42005e1fin Erotemic/xdoctest#176- Dev/1.3.0 by
@Erotemicin Erotemic/xdoctest#177- Use
asyncio.Runneron Python>=3.11 by@x42005e1fin Erotemic/xdoctest#178- Update documentation according to the latest changes by
@x42005e1fin Erotemic/xdoctest#179New Contributors
@lczykmade their first contribution in Erotemic/xdoctest#168@TTsangSCmade their first contribution in Erotemic/xdoctest#174@x42005e1fmade their first contribution in Erotemic/xdoctest#176Full Changelog: https://github.com/Erotemic/xdoctest/compare/v1.2.0...refs/heads/release
Changelog
Sourced from xdoctest's changelog.
Version 1.3.0 - Unreleased
Added
- New
ASYNCbasic directive to hold the asyncio event loop in any section of code. Useful for multitasking tests.Changed
- Removed
16806_WORKAROUNDas it is not longer needed for Python 3.8+- Removed deprecated --xdoc-force-dynamic and --allow-xdoc-dynamic flags
- Improved speed (~6x) of doctest collection when running in pytest
- Uses pytest plugin system to disable stdlib doctest instead of monkey patching.
Fixed
- Fixed incorrect return type in docstrings
- The doctest parser no longer expand tabs to spaces
Commits
fac8308Update documentation according to the latest changes (#179)f19a808Useasyncio.Runneron Python>=3.11 (#178)2646c4bDev/1.3.0 (#177)9f633b1Improve async support with a new directive (#176)e029e41Merge pull request #174 from TTsangSC/reversibly-disable-doctestb143525Add changelog notebe66ffaRemove unused importsd3dd93aBackward compatibilitya6f4f4dFixed corresponding testsb018ce7Fixes- Additional commits viewable in compare view
Updates authlib from 1.6.3 to 1.6.4
Release notes
Sourced from authlib's releases.
v1.6.4
What's Changed
- fix(jose): prevent public/unprotected header overwriting protected header by
@lepturein authlib/authlib#809- Fix
InsecureTransportErrorraising by@azmeukin authlib/authlib#810- Add conventional-commits pre-commit hook by
@azmeukin authlib/authlib#811- Fix response_mode=form_post with Starlette client by
@azmeukin authlib/authlib#812- Specify README.md as project long description by
@EpicWinkin authlib/authlib#817- Migrate tests to pytest paradigm by
@azmeukin authlib/authlib#813- jose/jws: Reject unprotected ‘crit’ and enforce type; add tests by
@AL-Cybisionin authlib/authlib#823- Use explicit *.test urls in unit tests by
@azmeukin authlib/authlib#824New Contributors
@EpicWinkmade their first contribution in authlib/authlib#817@AL-Cybisionmade their first contribution in authlib/authlib#823Full Changelog: https://github.com/authlib/authlib/compare/v1.6.3...v1.6.4
Changelog
Sourced from authlib's changelog.
Version 1.6.4
Released on Sep 17, 2025
- Fix
InsecureTransportErrorerror raising. :issue:795- Fix
response_mode=form_postwith Starlette client. :issue:793- Validate
critheader value, reject unprotected header incritheader.
Commits
09a5185chore: release 1.6.46b1813echore: merge branch 'fix-jose-crit'99e330fMerge pull request #824 from azmeuk/test-urlsbd14be1test: use explicit *.test url in unit tests55e8517fix(jose): Reject unprotected ‘crit’ and enforce type; add tests (#823)06f0813fix(jose): validate crit header when deserializeeb07119fix(jose): validate crit header parameters72a00e7fix: typo in diff-cover GHA step49d0f47Merge pull request #813 from azmeuk/pytest-paradigmbafecc4Merge pull request #817 from EpicWink/pyproject-readme- Additional commits viewable in compare view
Updates numpy from 2.3.2 to 2.3.3
Release notes
Sourced from numpy's releases.
2.3.3 (Sep 9, 2025)
NumPy 2.3.3 Release Notes
The NumPy 2.3.3 release is a patch release split between a number of maintenance updates and bug fixes. This release supports Python versions 3.11-3.14. Note that the 3.14.0 final is currently expected in Oct, 2025. This release is based on 3.14.0rc2.
Contributors
A total of 13 people contributed to this release. People with a "+" by their names contributed a patch for the first time.
- Aleksandr A. Voyt +
- Bernard Roesler +
- Charles Harris
- Hunter Hogan +
- Joren Hammudoglu
- Maanas Arora
- Matti Picus
- Nathan Goldbaum
- Raghuveer Devulapalli
- Sanjay Kumar Sakamuri Kamalakar +
- Tobias Markus +
- Warren Weckesser
- Zebreus +
Pull requests merged
A total of 23 pull requests were merged for this release.
- #29440: MAINT: Prepare 2.3.x for further development.
- #29446: BUG: Fix test_configtool_pkgconfigdir to resolve PKG_CONFIG_DIR...
- #29447: BLD: allow targeting webassembly without emscripten
- #29460: MAINT: Backport write_release.py
- #29473: MAINT: Bump pypa/cibuildwheel from 3.1.0 to 3.1.2
- #29500: BUG: Always return a real dtype from linalg.cond (gh-18304) (#29333)
- #29501: MAINT: Add .file entry to all .s SVML files
- #29556: BUG: Casting from one timedelta64 to another didn't handle NAT.
- #29562: BLD: update vendored Meson to 1.8.3 [wheel build]
- #29563: BUG: Fix metadata not roundtripping when pickling datetime (#29555)
- #29587: TST: update link and version for Intel SDE download
- #29593: TYP: add
sortedkwarg tounique- #29672: MAINT: Update pythoncapi-compat from main.
- #29673: MAINT: Update cibuildwheel.
- #29674: MAINT: Fix typo in wheels.yml
- #29683: BUG, BLD: Correct regex for ppc64 VSX3/VSX4 feature detection
- #29684: TYP: ndarray.fill() takes no keyword arguments
- #29685: BUG: avoid thread-unsafe refcount check in temp elision
- #29687: CI: replace comment-hider action in mypy_primer workflow
... (truncated)
Commits
f2a77a7Merge pull request #29702 from charris/prepare-2.3.38641006REL: Prepare for the NumPy 2.3.3 release [wheel build]f024265Merge pull request #29701 from charris/backport-2969784f2eedMerge pull request #29700 from charris/backport-296957cacdbfUpdate VXE and VXE2 detection regex patterns028c469TYP: appease ruff4b80666TYP: fixnp.boolmethod declarationsf2a6b75Merge pull request #29691 from charris/backport-29665a707cbfMerge pull request #29689 from charris/backport-296623d66056BUG: use correct input dtype in flatiter assignment- Additional commits viewable in compare view
Updates psutil from 7.0.0 to 7.1.0
Changelog
Sourced from psutil's changelog.
7.1.0
2025-09-17
Enhancements
- 2581_, [Windows]: publish ARM64 wheels. (patch by Matthieu Darbois)
- 2571_, [FreeBSD]: Dropped support for FreeBSD 8 and earlier. FreeBSD 8 was maintained from 2009 to 2013.
- 2575_: introduced
dprintCLI tool to format .yml and .md files.Bug fixes
- 2473_, [macOS]: Fix build issue on macOS 11 and lower.
- 2494_, [Windows]: All APIs dealing with paths, such as
Process.memory_maps(),Process.exe()andProcess.open_files()_ does not properly handle UNC paths. Paths such as\\??\\C:\\Windows\\Tempand'\\Device\\HarddiskVolume1\\Windows\\Temp'are now converted toC:\\Windows\\Temp. (patch by Ben Peddell)- 2506_, [Windows]: Windows service APIs had issues with unicode services using special characters in their name.
- 2514_, [Linux]:
Process.cwd()_ sometimes fail withFileNotFoundErrordue to a race condition.- 2526_, [Linux]:
Process.create_time(), which is used to univocally identify a process over time, is subject to system clock updates, and as such can lead toProcess.is_running()returning a wrong result. A monotonic creation time is now used instead. (patch by Jonathan Kohler)- 2528_, [Linux]:
Process.children()_ may raisePermissionError. It will now raiseAccessDenied_ instead.- 2540_, [macOS]:
boot_time()_ is off by 45 seconds (C precision issue).- 2541_, 2570_, 2578_ [Linux], [macOS], [NetBSD]:
Process.create_time()_ does not reflect system clock updates.- 2542_: if system clock is updated
Process.children()_ andProcess.parent()_ may not be able to return the right information.- 2545_: [Illumos]: Fix handling of MIB2_UDP_ENTRY in
net_connections()_.- 2552_, [Windows]:
boot_time()_ didn't take into account the time spent during suspend / hibernation.- 2560_, [Linux]:
Process.memory_maps()_ may crash withIndexErroron RISCV64 due to a malformed/proc/{PID}/smapsfile. (patch by Julien Stephan)- 2586_, [macOS], [CRITICAL]: fixed different places in C code which can trigger a segfault.
- 2604_, [Linux]:
virtual_memory()_ "used" memory does not match recent versions offreeCLI utility. (patch by Isaac K. Ko)- 2605_, [Linux]:
psutil.sensors_battery()reports a negative amount for seconds left.- 2607_, [Windows]:
WindowsService.description()method may fail withERROR_NOT_FOUND. Now it returns an empty string instead.- 2610:, [macOS], [CRITICAL]: fix
cpu_freq()_ segfault on ARM architectures.
... (truncated)
Commits
0d18187Revert HISTORY notes about #2629. We still do publish 3.6 and 3.7 wheels.229e2dePre-releasefb75b28Chore: skip CI tests except on Python 3.8 and 3.133a4c016Stop publishing wheels for Python 3.6 and 3.7 (#2629)83e4f7fOSX: disable failing testdf0d4e2Call GetExtended[Tcp|Udp]Table twice under free-threaded build (round 2) (#2627)dcbfb81[Windows] fix unicode issues around service APIs (#2626)ef72dcdrevert #2590 (Call GetExtended[Tcp|Udp]Table twice under free-threaded build)8773698small refact around UTXENT_MUTEX_LOCK13b711fLock around uses of getutent/setutent/endutent (#2615)- Additional commits viewable in compare view
Updates pycparser from 2.22 to 2.23
Release notes
Sourced from pycparser's releases.
release_v2.23
What's Changed
- Allow abstract declarator "static" (GH issue #539) by
@gpercivain eliben/pycparser#545- Add support for Python 3.13 by
@hugovkin eliben/pycparser#550- Add dirent and socket typedefs. by
@MegaManSecin eliben/pycparser#558- Support for labels with no statement by
Description has been truncated
Pull Request Statistics
1
2
+428
-368
Package Dependencies
Technical Details
| ID: | 8191204 |
| UUID: | 2849235950 |
| Node ID: | PR_kwDOFf5Hus6p0-Pu |
| Host: | GitHub |
| Repository: | stac-utils/stac-api-validator |
| Merge State: | Unknown |