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:           Sun Mar 15 09:36:53 UTC 2026

Modified Files:
        pkgsrc/databases/py-apsw: Makefile distinfo

Log Message:
py-apsw: updated to 3.51.3.0

3.51.3.0

The SQLite 3.52.0 release was withdrawn, so the corresponding APSW one was too.

Includes all the changes from the 3.52.0.0 release, except SQLITE_UTF8_ZT and sqlite3_carray_bind_v2.

SQLite extra adds extensions and programs that require the zlib compression library, notably zipfile and sqlar


To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 pkgsrc/databases/py-apsw/Makefile
cvs rdiff -u -r1.59 -r1.60 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.91 pkgsrc/databases/py-apsw/Makefile:1.92
--- pkgsrc/databases/py-apsw/Makefile:1.91      Wed Mar 11 10:57:18 2026
+++ pkgsrc/databases/py-apsw/Makefile   Sun Mar 15 09:36:53 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.91 2026/03/11 10:57:18 adam Exp $
+# $NetBSD: Makefile,v 1.92 2026/03/15 09:36:53 adam Exp $
 
-DISTNAME=      apsw-3.52.0.0
+DISTNAME=      apsw-3.51.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/-r1//}
 CATEGORIES=    databases python
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=rogerbinns/}

Index: pkgsrc/databases/py-apsw/distinfo
diff -u pkgsrc/databases/py-apsw/distinfo:1.59 pkgsrc/databases/py-apsw/distinfo:1.60
--- pkgsrc/databases/py-apsw/distinfo:1.59      Wed Mar 11 10:57:18 2026
+++ pkgsrc/databases/py-apsw/distinfo   Sun Mar 15 09:36:53 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.59 2026/03/11 10:57:18 adam Exp $
+$NetBSD: distinfo,v 1.60 2026/03/15 09:36:53 adam Exp $
 
-BLAKE2s (apsw-3.52.0.0.zip) = 6c681a2e7f7c2a7dd262e9a11720227956746f80c403de901e293d5a04201839
-SHA512 (apsw-3.52.0.0.zip) = 7c2b267336267a5f7ac95803bf58ef2f0303beaa0d07238550556b23ce7bc9b00d2be63ac0c4f00904f4c6dfea7c5e533773e5c0db7977c30f10bd0008f5761e
-Size (apsw-3.52.0.0.zip) = 2849877 bytes
+BLAKE2s (apsw-3.51.3.0.zip) = a6ac6193b73de2f8814ce695460598919840fcffd5b71381831d0fa96e8580c6
+SHA512 (apsw-3.51.3.0.zip) = 8c729e3a4344e7b84139bdc686cb7cbbc31e00d134ac3733a27ab63269c143f79658caa899291b3ff010fa5ef7e42ba38c887e0a41b5bd2aeaabf7fe5a523e7b
+Size (apsw-3.51.3.0.zip) = 2851810 bytes



Home | Main Index | Thread Index | Old Index