From d73c2aa53e7d8c1a48ac0c707b5777dd808fc4cd 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=28=D0=A5?= =?UTF-8?q?=D1=80=D0=B0=D0=BC=D1=8B=D1=87=D0=AA=29=20=D0=A5=D1=80=D0=B0?= =?UTF-8?q?=D0=BC=D0=BE=D0=B2?= Date: Sun, 6 Apr 2025 16:07:52 +0300 Subject: [PATCH] python3-deepdiff 8.4.2-3 --- python3-deepdiff/alr.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python3-deepdiff/alr.sh b/python3-deepdiff/alr.sh index be82f45..cf7a644 100644 --- a/python3-deepdiff/alr.sh +++ b/python3-deepdiff/alr.sh @@ -1,6 +1,6 @@ name='python3-deepdiff' version='8.4.2' -release='2' +release='3' desc='Deep Difference and Search of any Python object/data. Recreate objects by adding adding deltas to each other.' desk_ru='Глубокое сравнение и поиск любого Python объекта/данных. Восстановление объектов путем добавления дельт к друг другу.' homepage='https://github.com/seperman/deepdiff' @@ -23,7 +23,7 @@ checksums=('blake2b-256:7f2f232a9f6d88a59526347cb483ec601d878ad41ab30ee4f2fba4ac build() { cd "$srcdir/deepdiff-${version}" - python3 -m build + python -m build --wheel --no-isolation } package() {