[arch-commits] Commit in python-persistent/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Mon Aug 29 19:37:18 UTC 2022
Date: Monday, August 29, 2022 @ 19:37:18
Author: felixonmars
Revision: 1285694
upgpkg: python-persistent 4.8.0-1
Modified:
python-persistent/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-29 19:37:08 UTC (rev 1285693)
+++ PKGBUILD 2022-08-29 19:37:18 UTC (rev 1285694)
@@ -1,17 +1,17 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=python-persistent
-pkgver=4.7.0
-pkgrel=4
+pkgver=4.8.0
+pkgrel=1
pkgdesc="Translucent persistent objects"
arch=('x86_64')
license=('ZPL')
-url="http://www.zope.org/Products/ZODB"
+url="https://github.com/zopefoundation/persistent/"
depends=('python-cffi' 'python-zope-interface')
makedepends=('python-setuptools')
checkdepends=('python-zope-testrunner' 'python-manuel')
source=("https://github.com/zopefoundation/persistent/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('be02fe2f64cf5ee273ac84491c390117c46bdffc4175658df39b68cb7848c2c9cfee9edb6edb17816349a777678905ef792e730b14a56bba0a2a3fba8974b6b0')
+sha512sums=('3a0e2e65d62ca0d3ffaec8b20d4fb6e08cd2396ac2469fbd94da21fdd16f54c41a0d5068ab28224aff79e7ae98d8329b5799238db9a3d2c45ee1ccc92ec95e82')
build() {
cd persistent-$pkgver
@@ -24,7 +24,7 @@
(
. "$srcdir/pyvenv/bin/activate"
python setup.py develop
- python -m zope.testrunner --test-path=.
+ python -m zope.testrunner --test-path=src
)
}
More information about the arch-commits
mailing list