Skip to content

⬆️ Update dependency yarl to v1.9.3 - #510

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/yarl-1.x-lockfile
Nov 22, 2023
Merged

⬆️ Update dependency yarl to v1.9.3#510
renovate[bot] merged 1 commit into
mainfrom
renovate/yarl-1.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Nov 22, 2023

Copy link
Copy Markdown
Contributor

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 2am" (UTC), 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. no-stale This issue or PR is exempted from the stable bot. python labels Nov 22, 2023
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f4bbcc5) 100.00% compared to head (8a3cf23) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #510   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines          123       123           
  Branches        13        13           
=========================================
  Hits           123       123           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sonarqubecloud

Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate
renovate Bot merged commit 8d34b74 into main Nov 22, 2023
@renovate
renovate Bot deleted the renovate/yarl-1.x-lockfile branch November 22, 2023 05:21
@github-actions github-actions Bot locked and limited conversation to collaborators Nov 23, 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. no-stale This issue or PR is exempted from the stable bot. python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant