diff --git a/srcpkgs/python3-yarl/patches/no-expandvars.patch b/srcpkgs/python3-yarl/patches/no-expandvars.patch index 7534686b12d61e..94c6153324711f 100644 --- a/srcpkgs/python3-yarl/patches/no-expandvars.patch +++ b/srcpkgs/python3-yarl/patches/no-expandvars.patch @@ -1,21 +1,21 @@ ---- a/packaging/pep517_backend/_cython_configuration.py 2025-06-09 18:27:08.000000000 -0500 -+++ b/packaging/pep517_backend/_cython_configuration.py 2025-09-21 14:03:36.914032503 -0500 -@@ -9,8 +9,6 @@ +--- a/packaging/pep517_backend/_cython_configuration.py 2026-05-19 11:22:29.000000000 -0500 ++++ b/packaging/pep517_backend/_cython_configuration.py 2026-05-19 16:24:45.294202045 -0500 +@@ -8,7 +8,6 @@ + from pathlib import Path from sys import version_info as _python_version_tuple - from typing import TypedDict -from expandvars import expandvars -- - from ._compat import load_toml_from_string - from ._transformers import get_cli_kwargs_from_config, get_enabled_cli_flags_from_config ---- a/pyproject.toml 2025-06-09 18:27:08.000000000 -0500 -+++ b/pyproject.toml 2025-09-21 14:04:17.633405740 -0500 + from ._compat import load_toml_from_string + from ._transformers import ( + +--- a/pyproject.toml 2026-05-19 11:22:29.000000000 -0500 ++++ b/pyproject.toml 2026-05-19 16:25:09.197896907 -0500 @@ -3,7 +3,6 @@ # NOTE: The following build dependencies are necessary for initial # NOTE: provisioning of the in-tree build backend located under # NOTE: `packaging/pep517_backend/`. - "expandvars", - "setuptools >= 47", # Minimum required for `version = attr:` + "setuptools >= 82.0.1", # Minimum required for `version = attr:` "tomli; python_version < '3.11'", ] diff --git a/srcpkgs/python3-yarl/template b/srcpkgs/python3-yarl/template index f007e7de7f0239..a37f644099e1ef 100644 --- a/srcpkgs/python3-yarl/template +++ b/srcpkgs/python3-yarl/template @@ -1,6 +1,6 @@ # Template file for 'python3-yarl' pkgname=python3-yarl -version=1.23.0 +version=1.24.0 revision=1 build_style=python3-pep517 hostmakedepends="python3-setuptools python3-wheel python3-Cython" @@ -12,7 +12,7 @@ maintainer="Michael Aldridge " license="Apache-2.0" homepage="https://yarl.readthedocs.io/" distfiles="https://github.com/aio-libs/yarl/archive/refs/tags/v${version}.tar.gz" -checksum=0008f2f6248957895da30ae6f03357d3ce2a4c7ecf64be59b055264ed63a9a1c +checksum=13dfb1166bb72e10b878bba6d004df6881725dd56dcd2e973ae4048612d6e9f0 pre_build() { cythonize yarl/_quoting_c.pyx