pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/py-peewee
Module Name: pkgsrc
Committed By: adam
Date: Fri May 22 12:35:16 UTC 2026
Modified Files:
pkgsrc/databases/py-peewee: Makefile distinfo
Log Message:
py-peewee: updated to 4.0.6
4.0.6
* Add new methods to the postgres `BinaryJSONField`: helpers for in-place
modifications (`set`, `replace`, `insert`, `append`, `update`).
* Also add json-path helpers to the postgres `BinaryJSONField` (`path_exists`,
`path_match`, `path_query`, `path_query_array`, `path_query_first`).
* Quote path elements in SQLite's JSON field.
* Better and faster parsing of formatted date/times. Use the stdlib
`fromisoformat` as a first attempt since it's faster and more robust.
* Ensure `db.connection_context()` can be nested cleanly.
* Fix potential deadlock in `pool.close_all` and `pool.manual_close`.
* Restore whitespace stripping in `FixedCharField`.
To generate a diff of this commit:
cvs rdiff -u -r1.132 -r1.133 pkgsrc/databases/py-peewee/Makefile
cvs rdiff -u -r1.97 -r1.98 pkgsrc/databases/py-peewee/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-peewee/Makefile
diff -u pkgsrc/databases/py-peewee/Makefile:1.132 pkgsrc/databases/py-peewee/Makefile:1.133
--- pkgsrc/databases/py-peewee/Makefile:1.132 Sun Apr 26 08:21:20 2026
+++ pkgsrc/databases/py-peewee/Makefile Fri May 22 12:35:16 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.132 2026/04/26 08:21:20 adam Exp $
+# $NetBSD: Makefile,v 1.133 2026/05/22 12:35:16 adam Exp $
-DISTNAME= peewee-4.0.5
+DISTNAME= peewee-4.0.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/peewee/}
Index: pkgsrc/databases/py-peewee/distinfo
diff -u pkgsrc/databases/py-peewee/distinfo:1.97 pkgsrc/databases/py-peewee/distinfo:1.98
--- pkgsrc/databases/py-peewee/distinfo:1.97 Sun Apr 26 08:21:20 2026
+++ pkgsrc/databases/py-peewee/distinfo Fri May 22 12:35:16 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.97 2026/04/26 08:21:20 adam Exp $
+$NetBSD: distinfo,v 1.98 2026/05/22 12:35:16 adam Exp $
-BLAKE2s (peewee-4.0.5.tar.gz) = 42ae54e28ca3839d9aff1a00b7240f03b8ca7d965897ca50b237b362c2f4bd5d
-SHA512 (peewee-4.0.5.tar.gz) = 7d8a44254816a66eb19f2df6f93d7160ed76a04066035a2ee7f13e8963631932538e636f9e2eeed5c47208e5e6d5713ec3ccfe28c35e57747117f6b926a38f3d
-Size (peewee-4.0.5.tar.gz) = 721062 bytes
+BLAKE2s (peewee-4.0.6.tar.gz) = 3d61e53cfd17ac3055a4fddbd58796032ad0ecce17829ae2ce17c6b8a3518d61
+SHA512 (peewee-4.0.6.tar.gz) = cc62e48a3889409e6a4dccae40fdcc76f32aaafeae21f81163727e388696d11a3d456eb35d568b35db34baaa189e7b7e4c806e0cae13368587a7b5c8d22bd914
+Size (peewee-4.0.6.tar.gz) = 724591 bytes
Home |
Main Index |
Thread Index |
Old Index