Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-py7zr
Commits:
d66a0267 by Caleb Maclennan at 2024-08-08T22:55:38+03:00
upgpkg: 0.22.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-py7zr
pkgdesc = Pure python 7-zip library
- pkgver = 0.21.1
- pkgrel = 2
+ pkgver = 0.22.0
+ pkgrel = 1
url = https://github.com/miurahr/py7zr
arch = any
license = LGPL
@@ -24,7 +24,7 @@ pkgbase = python-py7zr
depends = python-pyzstd
depends = python-texttable
depends = python-inflate64
- source =
https://files.pythonhosted.org/packages/source/p/py7zr/py7zr-0.21.1.tar.gz
- sha256sums =
dede8ed8b7b32b3586ac476da3a482b69dd433229420bf0f62c495404b72c799
+ source =
https://files.pythonhosted.org/packages/source/p/py7zr/py7zr-0.22.0.tar.gz
+ sha256sums =
c6c7aea5913535184003b73938490f9a4d8418598e533f9ca991d3b8e45a139e
pkgname = python-py7zr
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
pkgname=python-py7zr
_pyname=${pkgname#python-}
-pkgver=0.21.1
-pkgrel=2
+pkgver=0.22.0
+pkgrel=1
pkgdesc='Pure python 7-zip library'
arch=(any)
url="https://github.com/miurahr/${_pyname}"
@@ -29,7 +29,7 @@ checkdepends=(p7zip
python-pytest-timeout)
_archive="$_pyname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.tar.gz")
-sha256sums=('dede8ed8b7b32b3586ac476da3a482b69dd433229420bf0f62c495404b72c799')
+sha256sums=('c6c7aea5913535184003b73938490f9a4d8418598e533f9ca991d3b8e45a139e')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-py7zr/-/commit/d66a02670c98e383b430720fd23a7096955030f2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-py7zr/-/commit/d66a02670c98e383b430720fd23a7096955030f2
You're receiving this email because of your account on gitlab.archlinux.org.