python3-yarl: update to 1.24.0.
This commit is contained in:
committed by
Duncan Overbruck
parent
a3ce06c48e
commit
b0705a5613
@@ -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'",
|
||||
]
|
||||
|
||||
@@ -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 <maldridge@voidlinux.org>"
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user