pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/py-peewee databases/py-peewee: Update to 3.3...
details: https://anonhg.NetBSD.org/pkgsrc/rev/665558bf03ea
branches: trunk
changeset: 379175:665558bf03ea
user: fhajny <fhajny%pkgsrc.org@localhost>
date: Wed Apr 25 12:12:43 2018 +0000
description:
databases/py-peewee: Update to 3.3.0. Clean up.
- Added support for SQLite's new ON CONFLICT clause, which is modelled
on the syntax used by Postgresql and will be available in SQLite
3.24.0 and onward.
- Added better support for using common table expressions and a
cleaner way of implementing recursive CTEs, both of which are also
tested with integration tests (as opposed to just checking the
generated SQL).
- Modernized the CI environment to utilize the latest MariaDB
features, so we can test window functions and CTEs with MySQL (when
available).
- Reorganized and unified the feature-flags in the test suite.
diffstat:
databases/py-peewee/Makefile | 11 ++++-------
databases/py-peewee/distinfo | 10 +++++-----
2 files changed, 9 insertions(+), 12 deletions(-)
diffs (42 lines):
diff -r 2ff173eb6b92 -r 665558bf03ea databases/py-peewee/Makefile
--- a/databases/py-peewee/Makefile Wed Apr 25 11:27:31 2018 +0000
+++ b/databases/py-peewee/Makefile Wed Apr 25 12:12:43 2018 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.35 2018/04/23 15:28:54 fhajny Exp $
+# $NetBSD: Makefile,v 1.36 2018/04/25 12:12:43 fhajny Exp $
-DISTNAME= peewee-3.2.5
+DISTNAME= peewee-3.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= databases
-MASTER_SITES= ${MASTER_SITE_GITHUB:=coleifer/}
+CATEGORIES= databases python
+MASTER_SITES= ${MASTER_SITE_PYPI:=p/peewee/}
MAINTAINER= filip%joyent.com@localhost
HOMEPAGE= http://www.peewee-orm.com/
@@ -12,9 +12,6 @@
GITHUB_PROJECT= peewee
-USE_LANGUAGES= c
-USE_TOOLS+= bash
-
BUILD_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
TEST_DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
diff -r 2ff173eb6b92 -r 665558bf03ea databases/py-peewee/distinfo
--- a/databases/py-peewee/distinfo Wed Apr 25 11:27:31 2018 +0000
+++ b/databases/py-peewee/distinfo Wed Apr 25 12:12:43 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.32 2018/04/23 15:28:54 fhajny Exp $
+$NetBSD: distinfo,v 1.33 2018/04/25 12:12:43 fhajny Exp $
-SHA1 (peewee-3.2.5.tar.gz) = e650a97edd46b3bfab9563ffc64643ba77a71c6d
-RMD160 (peewee-3.2.5.tar.gz) = 41208edaa038044a1b8ed5e2f89c4a0a54f99cce
-SHA512 (peewee-3.2.5.tar.gz) = c4e6582176156c082fcede68ad2cddc54dc204a06190a3b80155d1e11ca77ee55a948826ff14d7bbfdaedff1543f0d3d2acd47c8879c5ca166532bf3782653cf
-Size (peewee-3.2.5.tar.gz) = 726772 bytes
+SHA1 (peewee-3.3.0.tar.gz) = 9bd6c39fb3ec69329bd44a97da81647c5b452a46
+RMD160 (peewee-3.3.0.tar.gz) = 5ddff24989cae51f670b92c8370fcc6db3d2b3ff
+SHA512 (peewee-3.3.0.tar.gz) = 08443664ad28785b8d995a67e6fe42fca15396c2c6b419aa54d30ed9041d1265d42b72d9c6717faa10422f63d5eadd45604a3edff9fafaaa1ca95d03b40d4b40
+Size (peewee-3.3.0.tar.gz) = 591450 bytes
Home |
Main Index |
Thread Index |
Old Index