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:   fhajny
Date:           Thu Mar  1 11:52:59 UTC 2018

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

Log Message:
databases/py-peewee: Update to 3.1.1.

- Fixed bug when using Model.alias() when the model defined a
  particular database schema.
- Added SchemaManager.create_foreign_key API to simplify adding
  constraints when dealing with circular foreign-key relationships.
- Improved implementation of Migrator.add_foreign_key_constraint so
  that it can be used with Postgresql (in addition to MySQL).
- Added PickleField to the playhouse.fields module. Docs.
- Fixed bug in implementation of CompressedField when using Python 3.
- Added KeyValue API in playhouse.kv module. Docs.
- More test cases for joining on sub-selects or common table
  expressions.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/databases/py-peewee/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/databases/py-peewee/PLIST
cvs rdiff -u -r1.25 -r1.26 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.26 pkgsrc/databases/py-peewee/Makefile:1.27
--- pkgsrc/databases/py-peewee/Makefile:1.26    Tue Feb 27 10:49:49 2018
+++ pkgsrc/databases/py-peewee/Makefile Thu Mar  1 11:52:59 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2018/02/27 10:49:49 fhajny Exp $
+# $NetBSD: Makefile,v 1.27 2018/03/01 11:52:59 fhajny Exp $
 
-DISTNAME=      peewee-3.1.0
+DISTNAME=      peewee-3.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=coleifer/}

Index: pkgsrc/databases/py-peewee/PLIST
diff -u pkgsrc/databases/py-peewee/PLIST:1.13 pkgsrc/databases/py-peewee/PLIST:1.14
--- pkgsrc/databases/py-peewee/PLIST:1.13       Fri Feb  2 16:00:33 2018
+++ pkgsrc/databases/py-peewee/PLIST    Thu Mar  1 11:52:59 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2018/02/02 16:00:33 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.14 2018/03/01 11:52:59 fhajny Exp $
 bin/pwiz${PYVERSSUFFIX}
 ${PYSITELIB}/peewee.py
 ${PYSITELIB}/peewee.pyc
@@ -27,6 +27,9 @@ ${PYSITELIB}/playhouse/flask_utils.pyo
 ${PYSITELIB}/playhouse/hybrid.py
 ${PYSITELIB}/playhouse/hybrid.pyc
 ${PYSITELIB}/playhouse/hybrid.pyo
+${PYSITELIB}/playhouse/kv.py
+${PYSITELIB}/playhouse/kv.pyc
+${PYSITELIB}/playhouse/kv.pyo
 ${PYSITELIB}/playhouse/migrate.py
 ${PYSITELIB}/playhouse/migrate.pyc
 ${PYSITELIB}/playhouse/migrate.pyo

Index: pkgsrc/databases/py-peewee/distinfo
diff -u pkgsrc/databases/py-peewee/distinfo:1.25 pkgsrc/databases/py-peewee/distinfo:1.26
--- pkgsrc/databases/py-peewee/distinfo:1.25    Tue Feb 27 10:49:49 2018
+++ pkgsrc/databases/py-peewee/distinfo Thu Mar  1 11:52:59 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.25 2018/02/27 10:49:49 fhajny Exp $
+$NetBSD: distinfo,v 1.26 2018/03/01 11:52:59 fhajny Exp $
 
-SHA1 (peewee-3.1.0.tar.gz) = e4e40e47bf9d0e7c61bb6f6fb433c35a1896c831
-RMD160 (peewee-3.1.0.tar.gz) = 790880abc49003f800e780730259ba70cb0479e9
-SHA512 (peewee-3.1.0.tar.gz) = 628eea27d51017a6ab87aae9ae851d749b0f437fe1806957b23408ad3c97bbb93e5b84c66c5e70bfb7b55c9f29a0c517b84e65adc0f979da450987d670661e84
-Size (peewee-3.1.0.tar.gz) = 705099 bytes
+SHA1 (peewee-3.1.1.tar.gz) = 24b0bac18d01b27014d953eb6b127b3fad886934
+RMD160 (peewee-3.1.1.tar.gz) = f00a5ed3abe41b4f21c0171a9123317f8a94b59d
+SHA512 (peewee-3.1.1.tar.gz) = 8280b87e9e879ab489b02eeddc06f494fd88715c9b4dd0db34a67170745129adaad78b6987427187d9fffffb9b07d72f74e3df85871cf8ea1951d0b648dd8e10
+Size (peewee-3.1.1.tar.gz) = 711178 bytes



Home | Main Index | Thread Index | Old Index