Date: Tuesday, November 8, 2022 @ 08:01:57
  Author: alerque
Revision: 1345905

upgpkg: python-py7zr 0.20.2-1

Modified:
  python-py7zr/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-08 07:59:59 UTC (rev 1345904)
+++ PKGBUILD    2022-11-08 08:01:57 UTC (rev 1345905)
@@ -3,7 +3,7 @@
 
 pkgname=python-py7zr
 _pyname=${pkgname#python-}
-pkgver=0.20.0
+pkgver=0.20.2
 pkgrel=1
 pkgdesc='Pure python 7-zip library'
 arch=(any)
@@ -31,7 +31,7 @@
               python-pytest-timeout)
 _archive="$_pyname-$pkgver"
 
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.tar.gz";)
-sha256sums=('2270f922f8d07bb8a83d28e1c57dd77570aea6bb876ed8eb4879a038c149ce5e')
+sha256sums=('791ef912a295b61b91c5fe0c23adeddb80bf13500308062c082b8fec6c8c9653')
 
 prepare() {
        cd "$_archive"
@@ -49,9 +49,9 @@
 check() {
        cd "$_archive"
        python -m pytest -rsx \
-                --deselect tests/test_concurrent.py \
-                --deselect tests/test_extra_codecs.py \
-                -m 'not benchmark and not remote_data'
+               --deselect tests/test_concurrent.py \
+               --deselect tests/test_extra_codecs.py \
+               -m 'not benchmark and not remote_data'
 }
 
 package() {

Reply via email to