Marc Mueller
Marc Mueller
## Proposed change https://github.com/pytest-dev/pytest-asyncio/releases/tag/v0.26.0 https://github.com/pytest-dev/pytest-asyncio/compare/v0.25.3...v0.26.0 ## Type of change - [x] Dependency upgrade - [ ] Bugfix (non-breaking change which fixes an issue) - [ ] New integration (thank you!)...
## What do these changes do? SSIA ## Are there changes in behavior for the user? ## Related issue number ## Checklist - [ ] I think the code is...
flit-core `3.12` was released today with support for compound license expressions. https://flit.pypa.io/en/stable/history.html#version-3-12 Metadata diff ```diff ... +License-Expression: Apache-2.0 OR BSD-2-Clause ... -Classifier: License :: OSI Approved :: Apache Software License...
## Summary of changes From what I can tell based on the discussion in #3340, it would make sense to hide the `Package would be ignored` warning for explicitly including...
## Proposed change https://github.com/pylint-dev/pylint/releases/tag/v3.3.7 https://github.com/pylint-dev/pylint/compare/v3.3.6...v3.3.7 https://github.com/pylint-dev/astroid/releases/tag/v3.3.10 https://github.com/pylint-dev/astroid/compare/v3.3.9...v3.3.10 ## Type of change - [x] Dependency upgrade - [ ] Bugfix (non-breaking change which fixes an issue) - [ ] New integration...
I'm currently working on moving the `stubs_uploader` from `setup.py` to `pyproject.toml`. _It's used to build and upload the typeshed stubs packages automatically._ While doing so I noticed that `setuptools` rejects...
I've pulled in the latest changes from PyO3 [0.25.0](https://github.com/PyO3/pyo3/releases/tag/v0.25.0) and applied the remaining patch from the current master branch again, https://github.com/ijl/orjson/commit/27d7e27fe16e68fa0ddb43265db5282e038d2a98. As for the other two changes: - https://github.com/ijl/orjson/commit/d71e2ad598687dc35e9245478276b068ffdb5dd4 with...
## What do these changes do? The metadata changes: ```diff ... -Maintainer: aiohttp team -Maintainer-email: [email protected] +Maintainer-email: aiohttp team License: Apache-2.0 -Home-page: https://github.com/aio-libs/aiohttp +Project-URL: Homepage, https://github.com/aio-libs/aiohttp ... ``` **Open questions**...
Closes #10149
https://github.com/python/cpython/pull/124548