Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Fy030qcQ; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=PjMEXjaT Received: by mail.netbsd.org (Postfix, from userid 605) id 24AF284F73; Wed, 15 May 2024 08:08:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715760517; bh=j4x1KOF1CZWEUfhvD+aZi+eQZ9d+RaHzQtAGN14mp0o=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=Fy030qcQk29Cz148Hg1zMmXCOvvZ+cezGPf2ubZahk3Vkw3lIjNZSksCs6wxNWgIP jEaQkgv/lNYklvT08Sz3j+woTYXR5B/d86F1moyFLuyZniNxFGZHY0lKumf6kJYDY4 HouKUT+nBBaptNbgLzoF1i0sm+fICcYeqSNsrPrc= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 15AF784F52 for ; Wed, 15 May 2024 08:08:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id MClo26Qh3YJU for ; Wed, 15 May 2024 08:08:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6B41384D27 for ; Wed, 15 May 2024 08:08:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715760515; bh=j4x1KOF1CZWEUfhvD+aZi+eQZ9d+RaHzQtAGN14mp0o=; h=Date:From:Subject:To:Reply-To; b=PjMEXjaTb8tV2pRnXQqZj2A1XqRHCDvXvJjyilM7DFAnljcRxJyjS1zb08NRE1TlT UXSoT6nwlE6RtuGG89s/OT1GbGE+V0dAhII23dkvJa8+SxmFkOt2ONw2WoFSfMcLvS x6DpekJXrjsVKTERoO92g6vujPah1801v6nC/oMw= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5AFC5FA2C; Wed, 15 May 2024 08:08:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715760515223900" MIME-Version: 1.0 Date: Wed, 15 May 2024 08:08:35 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/databases/py-python-sql To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240515080835.5AFC5FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715760515223900 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed May 15 08:08:35 UTC 2024 Modified Files: pkgsrc/databases/py-python-sql: Makefile PLIST distinfo Log Message: py-python-sql: updated to 1.5.0 Version 1.5.0 - 2024-05-13 * Skip alias on INSERT without ON CONFLICT or RETURNING * Add MERGE * Support UPSERT * Remove default escape char on LIKE and ILIKE * Add GROUPING SETS, CUBE, and ROLLUP To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/databases/py-python-sql/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/py-python-sql/PLIST cvs rdiff -u -r1.13 -r1.14 pkgsrc/databases/py-python-sql/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1715760515223900 Content-Disposition: inline Content-Length: 2658 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/py-python-sql/Makefile diff -u pkgsrc/databases/py-python-sql/Makefile:1.17 pkgsrc/databases/py-python-sql/Makefile:1.18 --- pkgsrc/databases/py-python-sql/Makefile:1.17 Fri Jan 12 18:43:08 2024 +++ pkgsrc/databases/py-python-sql/Makefile Wed May 15 08:08:35 2024 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2024/01/12 18:43:08 adam Exp $ +# $NetBSD: Makefile,v 1.18 2024/05/15 08:08:35 adam Exp $ -DISTNAME= python-sql-1.4.3 -PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +DISTNAME= python_sql-1.5.0 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/} CATEGORIES= databases python MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-sql/} Index: pkgsrc/databases/py-python-sql/PLIST diff -u pkgsrc/databases/py-python-sql/PLIST:1.5 pkgsrc/databases/py-python-sql/PLIST:1.6 --- pkgsrc/databases/py-python-sql/PLIST:1.5 Fri Jan 12 18:43:08 2024 +++ pkgsrc/databases/py-python-sql/PLIST Wed May 15 08:08:35 2024 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2024/01/12 18:43:08 adam Exp $ +@comment $NetBSD: PLIST,v 1.6 2024/05/15 08:08:35 adam Exp $ ${PYSITELIB}/${WHEEL_INFODIR}/METADATA ${PYSITELIB}/${WHEEL_INFODIR}/RECORD ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL @@ -66,6 +66,9 @@ ${PYSITELIB}/sql/tests/test_lateral.pyo ${PYSITELIB}/sql/tests/test_literal.py ${PYSITELIB}/sql/tests/test_literal.pyc ${PYSITELIB}/sql/tests/test_literal.pyo +${PYSITELIB}/sql/tests/test_merge.py +${PYSITELIB}/sql/tests/test_merge.pyc +${PYSITELIB}/sql/tests/test_merge.pyo ${PYSITELIB}/sql/tests/test_operators.py ${PYSITELIB}/sql/tests/test_operators.pyc ${PYSITELIB}/sql/tests/test_operators.pyo Index: pkgsrc/databases/py-python-sql/distinfo diff -u pkgsrc/databases/py-python-sql/distinfo:1.13 pkgsrc/databases/py-python-sql/distinfo:1.14 --- pkgsrc/databases/py-python-sql/distinfo:1.13 Fri Jan 12 18:43:08 2024 +++ pkgsrc/databases/py-python-sql/distinfo Wed May 15 08:08:35 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2024/01/12 18:43:08 adam Exp $ +$NetBSD: distinfo,v 1.14 2024/05/15 08:08:35 adam Exp $ -BLAKE2s (python-sql-1.4.3.tar.gz) = f561c881124c78271eb793d02eac515bf21374035158f9370584c062d15278a5 -SHA512 (python-sql-1.4.3.tar.gz) = 5ddefae0eb34544e917f5cb47487925dc80ce93385caca6b86b47ffce555ad3ea1f1a30d7828e8accfecf92888d2c67f38f60ec9460d5559824142164c001640 -Size (python-sql-1.4.3.tar.gz) = 33404 bytes +BLAKE2s (python_sql-1.5.0.tar.gz) = 7a63474c3e7959a99ad0e620aec1b9fd8d34e353fd5df51f4f44d132989bbbda +SHA512 (python_sql-1.5.0.tar.gz) = f42ee67c394d8e940c7aaf871844559f8a6bf3c49a645d41504b8009598dacb94cefd7e4017aefa7ee4ebbcf89e8bf3bb86817e299d6c34b2ed3f1289bd1d2f9 +Size (python_sql-1.5.0.tar.gz) = 36355 bytes --_----------=_1715760515223900--