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 Jan  3 21:42:17 UTC 2021

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

Log Message:
py-apsw: updated to 3.34.0

3.34.0-r1

Windows MSI installer files are now provided in addition to the exe files (APSW issue 294), as well as wheels for Python 3.6+. Python 3.9 binaries are also now available. The wheels can be installed 
via pip.

Added Connection.txn_state()

Added constants:

SQLITE_IOERR_CORRUPTFS


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/databases/py-apsw/Makefile
cvs rdiff -u -r1.17 -r1.18 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.34 pkgsrc/databases/py-apsw/Makefile:1.35
--- pkgsrc/databases/py-apsw/Makefile:1.34      Thu Nov  5 09:07:48 2020
+++ pkgsrc/databases/py-apsw/Makefile   Sun Jan  3 21:42:16 2021
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.34 2020/11/05 09:07:48 ryoon Exp $
+# $NetBSD: Makefile,v 1.35 2021/01/03 21:42:16 adam Exp $
 
 DISTNAME=      apsw-${GITHUB_RELEASE}
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/-r1//}
-PKGREVISION=   1
 CATEGORIES=    databases python
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=rogerbinns/}
 EXTRACT_SUFX=  .zip
 GITHUB_PROJECT=        apsw
-GITHUB_RELEASE=        3.33.0-r1
+GITHUB_RELEASE=        3.34.0-r1
 
 MAINTAINER=    rhialto%falu.nl@localhost
 HOMEPAGE=      https://github.com/rogerbinns/apsw

Index: pkgsrc/databases/py-apsw/distinfo
diff -u pkgsrc/databases/py-apsw/distinfo:1.17 pkgsrc/databases/py-apsw/distinfo:1.18
--- pkgsrc/databases/py-apsw/distinfo:1.17      Fri Sep 18 13:12:56 2020
+++ pkgsrc/databases/py-apsw/distinfo   Sun Jan  3 21:42:16 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2020/09/18 13:12:56 adam Exp $
+$NetBSD: distinfo,v 1.18 2021/01/03 21:42:16 adam Exp $
 
-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
+SHA1 (apsw-3.34.0-r1.zip) = 4f5e00aa1460840c150f99d4ce59dab8adad917e
+RMD160 (apsw-3.34.0-r1.zip) = a0ee5681f3f87a0e461da9935f3993a8f3e95223
+SHA512 (apsw-3.34.0-r1.zip) = e56195124c32cb5fd21bb35f7f123e51f5b5fc6f8862c361ffd49f20e51ee647d958e571ffeb95cf2b1709eb539467e7f85c41ac966af6633a959bc5cbb0f04c
+Size (apsw-3.34.0-r1.zip) = 682680 bytes



Home | Main Index | Thread Index | Old Index