py-apsw: updated to 3.33.0
3.33.0-r1 Small performance improvement in string handling apsw module exposes Cursor, Blob, and Backup types (APSW issue 273) pkg-config is used to detect International Components for Unicode (ICU) sdk when the SQLite ICU extension <https://www.sqlite.org/src/artifact?ci=trunk&filename=ext/icu/README.txt>`___ is enabled. It falls back to icu-config as before.. Added constants: SQLITE_OPEN_SUPER_JOURNAL
This commit is contained in:
parent
de0f2868cd
commit
fc799fbd17
2 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.32 2020/06/10 09:57:35 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.33 2020/09/18 13:12:56 adam Exp $
|
||||
|
||||
DISTNAME= apsw-${GITHUB_RELEASE}
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-r1//}
|
||||
|
@ -6,7 +6,7 @@ CATEGORIES= databases python
|
|||
MASTER_SITES= ${MASTER_SITE_GITHUB:=rogerbinns/}
|
||||
EXTRACT_SUFX= .zip
|
||||
GITHUB_PROJECT= apsw
|
||||
GITHUB_RELEASE= 3.32.2-r1
|
||||
GITHUB_RELEASE= 3.33.0-r1
|
||||
|
||||
MAINTAINER= rhialto@falu.nl
|
||||
HOMEPAGE= https://github.com/rogerbinns/apsw
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.16 2020/06/10 09:57:35 adam Exp $
|
||||
$NetBSD: distinfo,v 1.17 2020/09/18 13:12:56 adam Exp $
|
||||
|
||||
SHA1 (apsw-3.32.2-r1.zip) = 96f549e60c701a61e7a49437b28a3bcad55be589
|
||||
RMD160 (apsw-3.32.2-r1.zip) = ce54a340dbb8d107073989fc730b0181de80cc6b
|
||||
SHA512 (apsw-3.32.2-r1.zip) = 718de699c43eec139747f63c3c26da206aa20f104ec1c478009d29cedff7a432138726131b2458ecd3a67675254af77e94e50e8e96a208600fe2a94aa9d924c7
|
||||
Size (apsw-3.32.2-r1.zip) = 679785 bytes
|
||||
SHA1 (apsw-3.33.0-r1.zip) = 2ab61ce476f57ac7c2eac100fa0c9befb5595adb
|
||||
RMD160 (apsw-3.33.0-r1.zip) = 4532986f12fc7d0cfd29e596405258fd60074bcf
|
||||
SHA512 (apsw-3.33.0-r1.zip) = 721d52fbe49c0e6bc3dd2e176fe4d9ccbe1e788a670a390c550602e4b090ad6703f4cf489618a62af3783325d9b9224744d7f9ba927eeee0c6c5e1aa97ad0ca8
|
||||
Size (apsw-3.33.0-r1.zip) = 681083 bytes
|
||||
|
|
Loading…
Reference in a new issue