Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-zipstream-ng
Commits:
9eaa04af by Caleb Maclennan at 2024-10-10T15:21:43+03:00
upgpkg: 1.8.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-zipstream-ng
pkgdesc = A modern and easy to use streamable zip file generator
- pkgver = 1.7.1
- pkgrel = 3
+ pkgver = 1.8.0
+ pkgrel = 1
url = https://github.com/pR0Ps/zipstream-ng
arch = any
license = LGPL-3.0-only
@@ -10,9 +10,9 @@ pkgbase = python-zipstream-ng
makedepends = python-wheel
makedepends = python-setuptools
depends = python
- provides = python-zipstream=1.7.1
+ provides = python-zipstream=1.8.0
conflicts = python-zipstream
- source =
https://github.com/pR0Ps/zipstream-ng/archive/v1.7.1/zipstream-ng-1.7.1.tar.gz
- sha256sums =
7fbf1cf482108a0a6c89879382425aaf6a007e8948352f155c4ca7c6e268bffa
+ source =
https://github.com/pR0Ps/zipstream-ng/archive/v1.8.0/zipstream-ng-1.8.0.tar.gz
+ sha256sums =
7d18e9c4f6daf7c5d4c9981972fcccc4de4e1bd34ab5f782ec649b805beaee10
pkgname = python-zipstream-ng
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
_pkgname=zipstream-ng
pkgname=python-$_pkgname
-pkgver=1.7.1
-pkgrel=3
+pkgver=1.8.0
+pkgrel=1
pkgdesc='A modern and easy to use streamable zip file generator'
arch=(any)
url="https://github.com/pR0Ps/$_pkgname"
@@ -16,7 +16,7 @@ makedepends=(python-{build,installer,wheel}
python-setuptools)
_archive="$_pkgname-$pkgver"
source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('7fbf1cf482108a0a6c89879382425aaf6a007e8948352f155c4ca7c6e268bffa')
+sha256sums=('7d18e9c4f6daf7c5d4c9981972fcccc4de4e1bd34ab5f782ec649b805beaee10')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-zipstream-ng/-/commit/9eaa04afad2a564c17bc87e843433da767f98e0f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-zipstream-ng/-/commit/9eaa04afad2a564c17bc87e843433da767f98e0f
You're receiving this email because of your account on gitlab.archlinux.org.