From fcf2aa5ea9716c5a0c08efc233a2a0743412a34a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Mon, 15 Dec 2025 23:55:54 +0300 Subject: [PATCH] python3-dotty-dict 1.3.1-5 --- python3-dotty-dict/alr.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python3-dotty-dict/alr.sh b/python3-dotty-dict/alr.sh index d9d2c90..a4f3c2b 100644 --- a/python3-dotty-dict/alr.sh +++ b/python3-dotty-dict/alr.sh @@ -1,6 +1,6 @@ name='python3-dotty-dict' version='1.3.1' -release='4' +release='5' desc='Dictionary wrapper for quick access to deeply nested keys' desc_ru='Библиотека Python для быстрого доступа к глубоко вложенным ключам словаря' homepage='https://github.com/pawelzny/dotty_dict' @@ -58,7 +58,7 @@ checksums=('SKIP') build() { cd "dotty_dict-$version" - python -m build --wheel --no-isolation + python3 -m build --wheel --no-isolation } check() { @@ -68,7 +68,7 @@ check() { package() { cd "dotty_dict-$version" - python -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl + python3 -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl install-license ./LICENSE ./${name}/LICENSE } files() {