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 Jul 10 07:44:54 UTC 2026

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

Log Message:
py-peewee: updated to 4.1.2

4.1.2

* Ensure quotes escaped in SQLite introspection methods, thanks @greymoth-jp
  for reporting and the initial patch.
* Allow TimestampField to accept an iso-formatted str.
* Add key-existence predicates (`has_key`, `has_keys`, `has_any_keys`) to the
  core `JSONField` on SQLite, implemented with `json_type()`.
* Add containment predicates (`contains`, `contained_by`) to the core
  `JSONField` on SQLite via a registered `_pw_json_contains` UDF that emulates
  Postgres' `@>` semantics (structural, level-aligned). The core `JSONField`
  now has full predicate parity across SQLite, Postgres, and MySQL/MariaDB.


To generate a diff of this commit:
cvs rdiff -u -r1.135 -r1.136 pkgsrc/databases/py-peewee/Makefile
cvs rdiff -u -r1.100 -r1.101 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.135 pkgsrc/databases/py-peewee/Makefile:1.136
--- pkgsrc/databases/py-peewee/Makefile:1.135   Sun Jun 28 14:52:51 2026
+++ pkgsrc/databases/py-peewee/Makefile Fri Jul 10 07:44:54 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.135 2026/06/28 14:52:51 adam Exp $
+# $NetBSD: Makefile,v 1.136 2026/07/10 07:44:54 adam Exp $
 
-DISTNAME=      peewee-4.1.1
+DISTNAME=      peewee-4.1.2
 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.100 pkgsrc/databases/py-peewee/distinfo:1.101
--- pkgsrc/databases/py-peewee/distinfo:1.100   Sun Jun 28 14:52:51 2026
+++ pkgsrc/databases/py-peewee/distinfo Fri Jul 10 07:44:54 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.100 2026/06/28 14:52:51 adam Exp $
+$NetBSD: distinfo,v 1.101 2026/07/10 07:44:54 adam Exp $
 
-BLAKE2s (peewee-4.1.1.tar.gz) = b6b54b34f02e8c63dad71e8dd30635ede573f5641ad7e53eb7d00e49d3697136
-SHA512 (peewee-4.1.1.tar.gz) = 5ca37e23e8b810168eca25fd06abfe3bb3b5cedb1855d2bbfa55247926edae8f6ceecc6ae580a98449059c1bf8f6a988d9f54f03b9210e24bc9aecf6756808a5
-Size (peewee-4.1.1.tar.gz) = 772233 bytes
+BLAKE2s (peewee-4.1.2.tar.gz) = e2ea02e904a9ad40929c53d7a32a1f8a86e492eb0879cfd2a4b13fe4b43bd0f6
+SHA512 (peewee-4.1.2.tar.gz) = 5a21c054754e86e94b91962638e5ec5dc883f5fc524450a7a1137509c023366463263be18930cf72bf14d2435f9787b4fc20ebf6697274d52c47afbfe18acacc
+Size (peewee-4.1.2.tar.gz) = 776979 bytes



Home | Main Index | Thread Index | Old Index