Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
python-augeas


Commits:
d0285666 by Felix Yan at 2026-03-09T08:10:18+00:00
upgpkg: 1.2.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-augeas
        pkgdesc = Python bindings for Augeas
-       pkgver = 1.1.0
-       pkgrel = 11
+       pkgver = 1.2.0
+       pkgrel = 1
        url = https://augeas.net
        arch = any
        license = LGPL-2.1-or-later
@@ -10,7 +10,7 @@ pkgbase = python-augeas
        makedepends = python-setuptools
        depends = augeas
        depends = python-cffi
-       source = 
https://files.pythonhosted.org/packages/source/p/python-augeas/python-augeas-1.1.0.tar.gz
-       sha512sums = 
34e4e98219b9146ef843d94c2e854e951a9b7e81409e603e77e7defdbb8765c013a2c869a4f5db2244352ca35656e18667a0210dd24099cb3e4552a04b23aef8
+       source = 
https://files.pythonhosted.org/packages/source/p/python-augeas/python-augeas-1.2.0.tar.gz
+       sha512sums = 
5d462263cb1857694796500ff412cf53d3800a030277a53ba9d84dda9dbcbdd7693a3ae7eec467d816aa07dfa27c5b06cc0cf6470bfa8bf72e45c56e192c431f
 
 pkgname = python-augeas


=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
 # Contributor: Massimiliano Torromeo <[email protected]>
 
 pkgname=python-augeas
-pkgver=1.1.0
-pkgrel=11
+pkgver=1.2.0
+pkgrel=1
 pkgdesc="Python bindings for Augeas"
 arch=('any')
 license=('LGPL-2.1-or-later')
@@ -11,7 +11,7 @@ url="https://augeas.net";
 depends=('augeas' 'python-cffi')
 makedepends=('python-build' 'python-installer' 'python-setuptools')
 
source=("https://files.pythonhosted.org/packages/source/p/python-augeas/python-augeas-$pkgver.tar.gz";)
-sha512sums=('34e4e98219b9146ef843d94c2e854e951a9b7e81409e603e77e7defdbb8765c013a2c869a4f5db2244352ca35656e18667a0210dd24099cb3e4552a04b23aef8')
+sha512sums=('5d462263cb1857694796500ff412cf53d3800a030277a53ba9d84dda9dbcbdd7693a3ae7eec467d816aa07dfa27c5b06cc0cf6470bfa8bf72e45c56e192c431f')
 
 build() {
   cd python-augeas-$pkgver
@@ -20,7 +20,9 @@ build() {
 
 check() {
   cd python-augeas-$pkgver
-  python -m unittest discover -v
+  python -m venv --system-site-packages testenv
+  testenv/bin/python -m installer dist/*.whl
+  testenv/bin/python -m unittest discover -v
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-augeas/-/commit/d0285666c2fea905f75054a391fd8ee7dabb87c6

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-augeas/-/commit/d0285666c2fea905f75054a391fd8ee7dabb87c6
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to