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:           Tue Feb 27 10:49:49 UTC 2018

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

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

Backwards-incompatible changes
- Database.bind() has been renamed to Database.bind_ctx(), to more closely
  match the semantics of the corresponding model methods, Model.bind() and
  Model.bind_ctx(). The new Database.bind() method is a one-time operation
  that binds the given models to the database. See documentation:

Other changes
- Removed Python 2.6 support code from a few places.
- Fixed example analytics app code to ensure hstore extension is registered.
- Small efficiency improvement to bloom filter.
- Removed "attention!" from README.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/databases/py-peewee/Makefile
cvs rdiff -u -r1.24 -r1.25 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.25 pkgsrc/databases/py-peewee/Makefile:1.26
--- pkgsrc/databases/py-peewee/Makefile:1.25    Fri Feb 23 11:39:51 2018
+++ pkgsrc/databases/py-peewee/Makefile Tue Feb 27 10:49:49 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2018/02/23 11:39:51 fhajny Exp $
+# $NetBSD: Makefile,v 1.26 2018/02/27 10:49:49 fhajny Exp $
 
-DISTNAME=      peewee-3.0.20
+DISTNAME=      peewee-3.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=coleifer/}

Index: pkgsrc/databases/py-peewee/distinfo
diff -u pkgsrc/databases/py-peewee/distinfo:1.24 pkgsrc/databases/py-peewee/distinfo:1.25
--- pkgsrc/databases/py-peewee/distinfo:1.24    Fri Feb 23 11:39:51 2018
+++ pkgsrc/databases/py-peewee/distinfo Tue Feb 27 10:49:49 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.24 2018/02/23 11:39:51 fhajny Exp $
+$NetBSD: distinfo,v 1.25 2018/02/27 10:49:49 fhajny Exp $
 
-SHA1 (peewee-3.0.20.tar.gz) = 764b5cfc6e90661d95ff4348a59e5e762aa119b6
-RMD160 (peewee-3.0.20.tar.gz) = 12d36d4b144b4363b12acb54622b2c2c8a0253d3
-SHA512 (peewee-3.0.20.tar.gz) = 22aa2712ede9898244178bbcfee615e191cb75890d4783146a0f2731ba4518387a4072acd095fe482c78402e3a94cbb9b69b480b831ee8dae7902e129abb6062
-Size (peewee-3.0.20.tar.gz) = 704795 bytes
+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



Home | Main Index | Thread Index | Old Index