Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Update dependency yarl to v1.9.3 #516

Merged
merged 1 commit into from
Nov 20, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 20, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
yarl 1.9.2 -> 1.9.3 age adoption passing confidence

Release Notes

aio-libs/yarl (yarl)

v1.9.3: 1.9.3

Compare Source

🐛 Bug fixes

📦 Packaging updates and notes for downstreams

  • Integrated Cython 3 to enable building yarl under Python 3.12 -- by @​mjpieters. (#​829, #​881)

  • Added the changelog URL to the dist metadata -- by @​scop. (#​877)

  • Declared modern setuptools.build_meta as the :pep:517 build backend in pyproject.toml explicitly -- by @​webknjaz. (#​886)

  • Converted most of the packaging setup into a declarative setup.cfg config -- by @​webknjaz. (#​890)

  • Replaced the packaging is replaced from an old-fashioned setup.py to an in-tree :pep:517 build backend -- by @​webknjaz.

    Whenever the end-users or downstream packagers need to build yarl from source (a Git checkout or an sdist), they may pass a config_settings flag --pure-python. If this flag is not set, a C-extension will be built and included into the distribution.

    Here is how this can be done with pip:

    $ python -m pip install . --config-settings=--pure-python=

    This will also work with -e | --editable.

    The same can be achieved via pypa/build:

    $ python -m build --config-setting=--pure-python=

    Adding -w | --wheel can force pypa/build produce a wheel from source directly, as opposed to building an sdist and then building from it. (#​893)

  • Declared Python 3.12 supported officially in the distribution package metadata -- by @​edgarrmondragon. (#​942)

🛠️ Contributor-facing changes

💪 New Contributors

🪞 Full Diff: aio-libs/yarl@v1.9.2...v1.9.3


Configuration

📅 Schedule: Branch creation - "before 6am every weekday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added dependencies Upgrade or downgrade of project dependencies. python labels Nov 20, 2023
@renovate renovate bot enabled auto-merge (rebase) November 20, 2023 23:07
@renovate renovate bot merged commit b45a384 into main Nov 20, 2023
27 checks passed
@renovate renovate bot deleted the renovate/yarl-1.x-lockfile branch November 21, 2023 02:05
@github-actions github-actions bot locked and limited conversation to collaborators Nov 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Upgrade or downgrade of project dependencies. python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants