pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/py-apsw
Module Name: pkgsrc
Committed By: adam
Date: Wed May 6 08:24:12 UTC 2026
Modified Files:
pkgsrc/databases/py-apsw: Makefile distinfo
Log Message:
py-apsw: updated to 3.53.1.0
3.53.1.0
Async cursor iteration: Cursor attributes like bindings_names, sql, and is_readonly will always correctly reflect the current iterated row. Backwards incompatible change: description,
get_description(), and description_full are now values - ie you can just use them directly and should not await them.
To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 pkgsrc/databases/py-apsw/Makefile
cvs rdiff -u -r1.61 -r1.62 pkgsrc/databases/py-apsw/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/py-apsw/Makefile
diff -u pkgsrc/databases/py-apsw/Makefile:1.93 pkgsrc/databases/py-apsw/Makefile:1.94
--- pkgsrc/databases/py-apsw/Makefile:1.93 Fri Apr 17 12:50:01 2026
+++ pkgsrc/databases/py-apsw/Makefile Wed May 6 08:24:12 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.93 2026/04/17 12:50:01 adam Exp $
+# $NetBSD: Makefile,v 1.94 2026/05/06 08:24:12 adam Exp $
-DISTNAME= apsw-3.53.0.0
+DISTNAME= apsw-3.53.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-r1//}
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_GITHUB:=rogerbinns/}
@@ -13,11 +13,9 @@ HOMEPAGE= https://github.com/rogerbinns/
COMMENT= Python wrapper for SQLite
LICENSE= zlib
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=40.0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
-post-install:
- cd ${DESTDIR}${PREFIX}/bin && \
- ${MV} apsw apsw-${PYVERSSUFFIX} || ${TRUE}
+PY_RENAME_BINARIES= apsw
BUILDLINK_API_DEPENDS.sqlite3+= sqlite3>=${PKGVERSION_NOREV:R}
.include "../../databases/sqlite3/buildlink3.mk"
Index: pkgsrc/databases/py-apsw/distinfo
diff -u pkgsrc/databases/py-apsw/distinfo:1.61 pkgsrc/databases/py-apsw/distinfo:1.62
--- pkgsrc/databases/py-apsw/distinfo:1.61 Fri Apr 17 12:50:01 2026
+++ pkgsrc/databases/py-apsw/distinfo Wed May 6 08:24:12 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.61 2026/04/17 12:50:01 adam Exp $
+$NetBSD: distinfo,v 1.62 2026/05/06 08:24:12 adam Exp $
-BLAKE2s (apsw-3.53.0.0.zip) = d03c7b439199e63e67f0a303afcd241ba549a53bb7d8278e4fe719c489b2cceb
-SHA512 (apsw-3.53.0.0.zip) = 9d086f80c063bd7faf2a20fd55db0a42fa53ad999ea9bd439f63fcd23cd6be07d573adf6a5274885c45d9877ffbfbad4db2b9342825e7f468367f2ea57c74c21
-Size (apsw-3.53.0.0.zip) = 2862752 bytes
+BLAKE2s (apsw-3.53.1.0.zip) = 91560efe8137ed5f410e9f7f010bc47a3d975eb24117dcb949ed42d02e014196
+SHA512 (apsw-3.53.1.0.zip) = 05f48170c3a30c55fd68251431afd5a945a1c7182537e452ae79bb303316ef8e541db07eb340ea7b6eade795d63308251ac1f85960e50bee26ab0f5f15c9a8da
+Size (apsw-3.53.1.0.zip) = 2864390 bytes
Home |
Main Index |
Thread Index |
Old Index