[arch-commits] Commit in python-lmdb/trunk (PKGBUILD)

Bruno Pagani archange at archlinux.org
Tue Mar 16 02:49:46 UTC 2021


    Date: Tuesday, March 16, 2021 @ 02:49:45
  Author: archange
Revision: 891711

upgpkg: python-lmdb 1.1.1-1

Modified:
  python-lmdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-16 02:38:01 UTC (rev 891710)
+++ PKGBUILD	2021-03-16 02:49:45 UTC (rev 891711)
@@ -3,8 +3,8 @@
 
 _pkg=py-lmdb
 pkgname=python-lmdb
-pkgver=1.0.0
-pkgrel=3
+pkgver=1.1.1
+pkgrel=1
 pkgdesc="Universal Python binding for the LMDB Lightning Database"
 arch=(x86_64)
 url="https://github.com/jnwatson/py-lmdb/"
@@ -13,7 +13,7 @@
 makedepends=(python-setuptools)
 checkdepends=(python-pytest)
 source=(${url}/archive/${_pkg}_${pkgver}.tar.gz)
-sha256sums=('e01bc4d62679b6e8c8962f1110f910cdfbdb2d750b145f02fae8b8a9d787f2f9')
+sha256sums=('ebe57cf3f8080beb72616f724a7b1b94e359fc8c237929330faa6bd790870c01')
 
 build() {
   cd ${_pkg}-${_pkg}_${pkgver}
@@ -26,7 +26,8 @@
   _pyver="$(python -c 'import sys; print("%s.%s" %sys.version_info[0:2])')"
   export LMDB_FORCE_SYSTEM=1
   export PYTHONPATH="$(pwd)/build/lib.linux-${CARCH}-${_pyver}"
-  pytest
+  # https://github.com/jnwatson/py-lmdb/issues/278
+  pytest --deselect tests/cursor_test.py::CursorTest2::testIterWithDeletes
 }
 
 package() {



More information about the arch-commits mailing list