Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/py-peewee py-peewee: updated to 3.13.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/31c5874fae8f
branches:  trunk
changeset: 429741:31c5874fae8f
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Apr 24 08:26:56 2020 +0000

description:
py-peewee: updated to 3.13.3

3.13.3
Allow arbitrary keyword arguments to be passed to DataSet constructor, which are then passed to the instrospector.
Allow scalar subqueries to be compared using numeric operands.
Fix bulk_create() when model being inserted uses FK identifiers.
Fix bulk_update() so that PK values are properly coerced to the right data-type (e.g. UUIDs to strings for Sqlite).
Allow array indices to be used as dict keys, e.g. for the purposes of updating a single array index value.

diffstat:

 databases/py-peewee/Makefile |   7 +++----
 databases/py-peewee/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 9 deletions(-)

diffs (36 lines):

diff -r fc610188d102 -r 31c5874fae8f databases/py-peewee/Makefile
--- a/databases/py-peewee/Makefile      Thu Apr 23 20:17:59 2020 +0000
+++ b/databases/py-peewee/Makefile      Fri Apr 24 08:26:56 2020 +0000
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.65 2020/04/12 08:28:26 adam Exp $
+# $NetBSD: Makefile,v 1.66 2020/04/24 08:26:56 adam Exp $
 
-DISTNAME=      peewee-3.13.2
+DISTNAME=      peewee-3.13.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    databases python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/peewee/}
 
 MAINTAINER=    fhajny%NetBSD.org@localhost
-HOMEPAGE=      http://www.peewee-orm.com/
+HOMEPAGE=      http://docs.peewee-orm.com/
 COMMENT=       Small, expressive ORM for PostgreSQL, MySQL and SQLite
 LICENSE=       mit
 
diff -r fc610188d102 -r 31c5874fae8f databases/py-peewee/distinfo
--- a/databases/py-peewee/distinfo      Thu Apr 23 20:17:59 2020 +0000
+++ b/databases/py-peewee/distinfo      Fri Apr 24 08:26:56 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.56 2020/03/30 13:08:24 adam Exp $
+$NetBSD: distinfo,v 1.57 2020/04/24 08:26:56 adam Exp $
 
-SHA1 (peewee-3.13.2.tar.gz) = 936981805ed7babe8266d3ee091500bf6d4065be
-RMD160 (peewee-3.13.2.tar.gz) = fb423a19e8b273ead96432a758ef150bcfe7523b
-SHA512 (peewee-3.13.2.tar.gz) = f61fc953bacbcdb077281a40d213600dc18b688c40fcbb8f3b3e3b0caaa0ade7c77643d63f82c649d29df0263a536489c0947312bb7b43b672a88b6e8f984ccd
-Size (peewee-3.13.2.tar.gz) = 870012 bytes
+SHA1 (peewee-3.13.3.tar.gz) = acac756c95e312c30324df1434e3af5e3bbf64ba
+RMD160 (peewee-3.13.3.tar.gz) = 46f892773a5dcbad7390aabbe2bc64306c6edb45
+SHA512 (peewee-3.13.3.tar.gz) = 829bea39366d0ebeef19a8c169ac7ad724496770411549baddff33a82f2962c026a34bfce2ed7b6eb08527311504516467c49918a91de5fd670dd871b5ec4447
+Size (peewee-3.13.3.tar.gz) = 2293231 bytes
 SHA1 (patch-setup.py) = 2d4d9fde18df606b584dffe04aa9da22de3e4dcc



Home | Main Index | Thread Index | Old Index