From b659ca500f08feb13944af6b59fe89178a124d66 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Wed, 1 Oct 2025 15:31:21 +0300 Subject: [PATCH] Update package version to 0.46.1 --- pkg.info | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/pkg.info b/pkg.info index 8641c34..7e69143 100644 --- a/pkg.info +++ b/pkg.info @@ -1,10 +1,13 @@ name: python-wheel description: Python wheel packaging standard implementation -version: 0.42.0 -revision: 3 +version: 0.46.1 +revision: 1 url: https://pypi.org/project/wheel/ license: MIT architecture: any -depends: ["python3"] -make_depends: ["python3","python-flit-core"] type: source +depends: + - python3 +make_depends: + - python3 + - python-flit-core