From aac84e9c8dfbcdccc7cfe9e221ce4d81c2a17026 Mon Sep 17 00:00:00 2001 From: chrysos349 Date: Thu, 10 Oct 2024 17:34:13 +0300 Subject: [PATCH] python3-zipstream-ng: update to 1.8.0 Closes: #52592 [via git-merge-pr] --- srcpkgs/python3-zipstream-ng/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-zipstream-ng/template b/srcpkgs/python3-zipstream-ng/template index e6581ff6fa7..b24c2b5d0c8 100644 --- a/srcpkgs/python3-zipstream-ng/template +++ b/srcpkgs/python3-zipstream-ng/template @@ -1,6 +1,6 @@ # Template file for 'python3-zipstream-ng' pkgname=python3-zipstream-ng -version=1.7.1 +version=1.8.0 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" @@ -10,6 +10,7 @@ short_desc="Modern and easy to use streamable zip file generator" maintainer="chrysos349 " license="LGPL-3.0-only" homepage="https://github.com/pR0Ps/zipstream-ng" -distfiles="${PYPI_SITE}/z/zipstream-ng/zipstream-ng-${version}.tar.gz" -checksum=f92023b9ca578cd7fdd94ec733c65664ecf7ee32493e38cdf8e365a1316e9ffc +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=b7129d2c15d26934b3e1cb22256593b6bdbd03c553c26f4199a5bf05110642bc conflicts="python3-zipstream"