From eef0133bc352c42f2172ceb30fe0e74a1080409d Mon Sep 17 00:00:00 2001 From: chrysos349 Date: Fri, 19 Jun 2026 12:30:35 +0300 Subject: [PATCH] python3-zipstream-ng: update to 1.9.2 --- srcpkgs/python3-zipstream-ng/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-zipstream-ng/template b/srcpkgs/python3-zipstream-ng/template index 153e8f114c392f..a365adfe5f284b 100644 --- a/srcpkgs/python3-zipstream-ng/template +++ b/srcpkgs/python3-zipstream-ng/template @@ -1,9 +1,9 @@ # Template file for 'python3-zipstream-ng' pkgname=python3-zipstream-ng -version=1.9.0 +version=1.9.2 revision=1 -build_style=python3-module -hostmakedepends="python3-setuptools" +build_style=python3-pep517 +hostmakedepends="hatchling" depends="python3" checkdepends="python3-pytest" short_desc="Modern and easy to use streamable zip file generator" @@ -12,5 +12,5 @@ license="LGPL-3.0-only" homepage="https://github.com/pR0Ps/zipstream-ng" changelog="https://raw.githubusercontent.com/pR0Ps/zipstream-ng/refs/heads/master/CHANGELOG.md" distfiles="${PYPI_SITE}/z/zipstream_ng/zipstream_ng-${version}.tar.gz" -checksum=a0d94030822d137efbf80dfdc680603c42f804696f41147bb3db895df667daea +checksum=116b7304b00f3251328cb300fa90f0f09d523b7faf2a06b3eaf7277dcb82cc3e conflicts="python3-zipstream"