Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-py7zr
Commits:
7f3fd605 by Caleb Maclennan at 2026-01-19T11:55:13+03:00
upgpkg: 1.1.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-py7zr
pkgdesc = Pure python 7-zip library
- pkgver = 1.1.0
- pkgrel = 3
+ pkgver = 1.1.2
+ pkgrel = 1
url = https://github.com/miurahr/py7zr
arch = any
license = LGPL-2.1-or-later
@@ -26,7 +26,7 @@ pkgbase = python-py7zr
depends = python-pyppmd
depends = python-texttable
depends = python-inflate64
- source = git+https://github.com/miurahr/py7zr.git#tag=v1.1.0
- sha256sums =
cd9707411f154c90fe09b71a1bad740ec085339398ab659aef5965768a90fa8a
+ source = git+https://github.com/miurahr/py7zr.git#tag=v1.1.2
+ sha256sums =
a1b6eba3150284112ba9eeb370e8580bd459514d6cd863aeb4bc7497532b4937
pkgname = python-py7zr
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
pkgname=python-py7zr
_pyname=${pkgname#python-}
-pkgver=1.1.0
-pkgrel=3
+pkgver=1.1.2
+pkgrel=1
pkgdesc='Pure python 7-zip library'
arch=(any)
url="https://github.com/miurahr/${_pyname}"
@@ -30,7 +30,7 @@ checkdepends=(p7zip
python-pytest-httpserver
python-pytest-timeout)
source=("git+$url.git#tag=v$pkgver")
-sha256sums=('cd9707411f154c90fe09b71a1bad740ec085339398ab659aef5965768a90fa8a')
+sha256sums=('a1b6eba3150284112ba9eeb370e8580bd459514d6cd863aeb4bc7497532b4937')
build() {
cd "$_pyname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-py7zr/-/commit/7f3fd6058f8a0f22de92131f7b19993ec8264a61
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-py7zr/-/commit/7f3fd6058f8a0f22de92131f7b19993ec8264a61
You're receiving this email because of your account on gitlab.archlinux.org.