Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-apsw


Commits:
452ae4e4 by Jelle van der Waa at 2025-10-18T14:33:20+02:00
upgpkg: 3.50.4.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = python-apsw
        pkgdesc = Python wrapper for SQLite
-       pkgver = 3.49.2.0
+       pkgver = 3.50.4.0
        pkgrel = 1
        url = https://github.com/rogerbinns/apsw
        arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = python-apsw
        makedepends = git
        depends = python
        depends = sqlite
-       source = git+https://github.com/rogerbinns/apsw.git#tag=3.49.2.0
-       sha512sums = 
5df31238abcbb51945a515f0f946336009efcbc165e44de51ca1f7eded5504090ba91de5db16b59e57b5639501f1d0cb0cd5dacc02aca3c6b011c145c97606a5
-       b2sums = 
dc0e5cbf7f01e6d5dbe798de352560a4b6e9717651d06e909fbc1e866b3aa547e8e6988475a2e1b71eabc6c1dd4c76c03f5c4a95f990cc7fff6be9d50f5e0e47
+       source = git+https://github.com/rogerbinns/apsw.git#tag=3.50.4.0
+       sha512sums = 
e4a7f8c81872f95a77a1aebffa241811017f394e6a4a099cabab3702de7745c18d233bb1126be63e19d6da94363963f9987e43810d8de01c875e1f124419eaa1
+       b2sums = 
340dbde4252e4c9f930d4d094bc79cfdf66ebddccdc89a80bbabe95bd892adf769808ef1810bc14b9ea4fcf4c0221fa0f2f4bb4bb4a8f1cc3dc2d0c8cbcdce00
 
 pkgname = python-apsw


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 # Contributor: Juan Miguel Cejuela <[email protected]>
 
 pkgname=python-apsw
-pkgver=3.49.2.0
+pkgver=3.50.4.0
 pkgrel=1
 pkgdesc="Python wrapper for SQLite"
 arch=('x86_64')
@@ -13,8 +13,8 @@ license=('MIT')
 makedepends=('python-build' 'python-installer' 'python-wheel' 
'python-setuptools' 'git')
 depends=('python' 'sqlite')
 source=("git+https://github.com/rogerbinns/apsw.git#tag=${pkgver}";)
-sha512sums=('5df31238abcbb51945a515f0f946336009efcbc165e44de51ca1f7eded5504090ba91de5db16b59e57b5639501f1d0cb0cd5dacc02aca3c6b011c145c97606a5')
-b2sums=('dc0e5cbf7f01e6d5dbe798de352560a4b6e9717651d06e909fbc1e866b3aa547e8e6988475a2e1b71eabc6c1dd4c76c03f5c4a95f990cc7fff6be9d50f5e0e47')
+sha512sums=('e4a7f8c81872f95a77a1aebffa241811017f394e6a4a099cabab3702de7745c18d233bb1126be63e19d6da94363963f9987e43810d8de01c875e1f124419eaa1')
+b2sums=('340dbde4252e4c9f930d4d094bc79cfdf66ebddccdc89a80bbabe95bd892adf769808ef1810bc14b9ea4fcf4c0221fa0f2f4bb4bb4a8f1cc3dc2d0c8cbcdce00')
 
 build() {
   cd apsw
@@ -28,7 +28,8 @@ check() {
   gcc ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -fPIC -shared -o testextension.sqlext 
src/testextension.c
   # do glob expansion in variable assignment
   local python_version=$(python -c 'import sys; print("".join(map(str, 
sys.version_info[:2])))')
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-cpython-${python_version}" python -m 
unittest discover -vs apsw
+  cd "build/lib.linux-$CARCH-cpython-${python_version}"
+  python -m apsw.tests -v
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-apsw/-/commit/452ae4e46dfc51749bc895672cf14a1c8ea2a0a3

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


Reply via email to