Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
python-zipstream-ng


Commits:
705e146d by Caleb Maclennan at 2026-05-18T11:20:44+03:00
upgpkg: 1.9.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,18 +1,18 @@
 pkgbase = python-zipstream-ng
        pkgdesc = A modern and easy to use streamable zip file generator
-       pkgver = 1.9.0
-       pkgrel = 2
+       pkgver = 1.9.2
+       pkgrel = 1
        url = https://github.com/pR0Ps/zipstream-ng
        arch = any
        license = LGPL-3.0-only
        makedepends = python-build
        makedepends = python-installer
        makedepends = python-wheel
-       makedepends = python-setuptools
+       makedepends = python-hatchling
        depends = python
-       provides = python-zipstream=1.9.0
+       provides = python-zipstream=1.9.2
        conflicts = python-zipstream
-       source = 
https://github.com/pR0Ps/zipstream-ng/archive/v1.9.0/zipstream-ng-1.9.0.tar.gz
-       sha256sums = 
ea566bd08feeb16c9045a1c197a313e2ddcde8511e5866a556aeada34ae25bad
+       source = 
https://github.com/pR0Ps/zipstream-ng/archive/v1.9.2/zipstream-ng-1.9.2.tar.gz
+       sha256sums = 
9a91a4c046f4955f1c4fdb141e7de59bc290e679b75ff04b91fb787f749989f5
 
 pkgname = python-zipstream-ng


=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
 
 _pkgname=zipstream-ng
 pkgname=python-$_pkgname
-pkgver=1.9.0
-pkgrel=2
+pkgver=1.9.2
+pkgrel=1
 pkgdesc='A modern and easy to use streamable zip file generator'
 arch=(any)
 url="https://github.com/pR0Ps/$_pkgname";
@@ -13,10 +13,10 @@ depends=(python)
 provides=("python-zipstream=$pkgver")
 conflicts=(python-zipstream)
 makedepends=(python-{build,installer,wheel}
-             python-setuptools)
+             python-hatchling)
 _archive="$_pkgname-$pkgver"
 source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('ea566bd08feeb16c9045a1c197a313e2ddcde8511e5866a556aeada34ae25bad')
+sha256sums=('9a91a4c046f4955f1c4fdb141e7de59bc290e679b75ff04b91fb787f749989f5')
 
 build() {
        cd "$_archive"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-zipstream-ng/-/commit/705e146df2e752b25c96e190ffc974a306ab338e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-zipstream-ng/-/commit/705e146df2e752b25c96e190ffc974a306ab338e
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to