Skip to content

Commit 972da74

Browse files
jason1987dDuncaen
authored andcommitted
python3-propcache: update to 0.5.2.
1 parent c10e040 commit 972da74

3 files changed

Lines changed: 17 additions & 28 deletions

File tree

srcpkgs/python3-propcache/patches/cython.patch

Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
--- a/pyproject.toml 2025-06-09 17:16:48.000000000 -0500
2-
+++ b/pyproject.toml 2025-09-21 15:03:34.519161231 -0500
1+
--- a/packaging/pep517_backend/_cython_configuration.py 2026-05-08 15:02:38.000000000 -0500
2+
+++ b/packaging/pep517_backend/_cython_configuration.py 2026-05-09 19:15:07.461478133 -0500
3+
@@ -10,7 +10,6 @@
4+
from sys import version_info as _python_version_tuple
5+
from typing import TypedDict
6+
7+
-from expandvars import expandvars
8+
9+
from ._compat import load_toml_from_string
10+
from ._transformers import get_cli_kwargs_from_config, get_enabled_cli_flags_from_config
11+
12+
--- a/pyproject.toml 2026-05-08 15:02:38.000000000 -0500
13+
+++ b/pyproject.toml 2026-05-09 19:14:30.022244394 -0500
314
@@ -3,7 +3,6 @@
415
# NOTE: The following build dependencies are necessary for initial
516
# NOTE: provisioning of the in-tree build backend located under
617
# NOTE: `packaging/pep517_backend/`.
718
- "expandvars",
8-
"setuptools >= 47", # Minimum required for `version = attr:`
19+
"setuptools >= 82.0.1", # Minimum required for `version = attr:`
920
"tomli; python_version < '3.11'",
1021
]
11-
--- a/packaging/pep517_backend/_cython_configuration.py 2025-06-09 17:16:48.000000000 -0500
12-
+++ b/packaging/pep517_backend/_cython_configuration.py 2025-09-21 15:03:39.671470247 -0500
13-
@@ -9,8 +9,6 @@
14-
from sys import version_info as _python_version_tuple
15-
from typing import TypedDict
16-
17-
-from expandvars import expandvars
18-
-
19-
from ._compat import load_toml_from_string
20-
from ._transformers import get_cli_kwargs_from_config, get_enabled_cli_flags_from_config
21-

srcpkgs/python3-propcache/template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Template file for 'python3-propcache'
22
pkgname=python3-propcache
3-
version=0.4.1
4-
revision=2
3+
version=0.5.2
4+
revision=1
55
build_style=python3-pep517
66
hostmakedepends="python3-setuptools python3-packaging python3-Cython"
77
makedepends="python3-devel"
@@ -11,4 +11,4 @@ maintainer="Jason Elswick <jason@jasondavid.us>"
1111
license="Apache-2.0"
1212
homepage="https://github.com/aio-libs/propcache"
1313
distfiles="https://github.com/aio-libs/propcache/archive/refs/tags/v${version}.tar.gz"
14-
checksum=f4394e27f251a9852df736a5d081fcacbd3258593af4cfc4281635e64474559e
14+
checksum=a1879001d5efcddd8b01f2be93c375cd0685c9267cd0a2e8495ba62179195c63

0 commit comments

Comments
 (0)