head	1.14;
access;
symbols
	pkgsrc-2026Q1:1.13.0.4
	pkgsrc-2026Q1-base:1.13
	pkgsrc-2025Q4:1.13.0.2
	pkgsrc-2025Q4-base:1.13
	pkgsrc-2025Q3:1.12.0.2
	pkgsrc-2025Q3-base:1.12
	pkgsrc-2025Q2:1.11.0.2
	pkgsrc-2025Q2-base:1.11
	pkgsrc-2025Q1:1.9.0.2
	pkgsrc-2025Q1-base:1.9
	pkgsrc-2024Q4:1.7.0.2
	pkgsrc-2024Q4-base:1.7
	pkgsrc-2024Q3:1.2.0.4
	pkgsrc-2024Q3-base:1.2
	pkgsrc-2024Q2:1.2.0.2
	pkgsrc-2024Q2-base:1.2
	pkgsrc-2024Q1:1.1.0.4
	pkgsrc-2024Q1-base:1.1
	pkgsrc-2023Q4:1.1.0.2
	pkgsrc-2023Q4-base:1.1;
locks; strict;
comment	@# @;


1.14
date	2026.03.27.10.20.06;	author adam;	state Exp;
branches;
next	1.13;
commitid	V2z0qgIXNGGveBzG;

1.13
date	2025.11.28.12.54.59;	author adam;	state Exp;
branches;
next	1.12;
commitid	Fg89W1t9oFONUjkG;

1.12
date	2025.09.02.05.31.18;	author adam;	state Exp;
branches;
next	1.11;
commitid	O3yPNbrOWMUXf69G;

1.11
date	2025.06.05.14.46.22;	author adam;	state Exp;
branches;
next	1.10;
commitid	xr2AGygZWBoIbIXF;

1.10
date	2025.05.27.08.57.04;	author adam;	state Exp;
branches;
next	1.9;
commitid	HHjSOtgQ7ZVPxwWF;

1.9
date	2025.01.23.16.37.40;	author adam;	state Exp;
branches;
next	1.8;
commitid	XnCQpbDJpLyX4DGF;

1.8
date	2025.01.14.09.54.43;	author wiz;	state Exp;
branches;
next	1.7;
commitid	L0aiDLyrkHAH8rFF;

1.7
date	2024.12.03.15.33.24;	author adam;	state Exp;
branches;
next	1.6;
commitid	dzBhfILchZnAm4AF;

1.6
date	2024.11.29.08.15.59;	author adam;	state Exp;
branches;
next	1.5;
commitid	BShTg0KjXq8v4wzF;

1.5
date	2024.11.25.13.01.29;	author adam;	state Exp;
branches;
next	1.4;
commitid	9FYd2QIK1ghpM1zF;

1.4
date	2024.11.20.12.49.37;	author adam;	state Exp;
branches;
next	1.3;
commitid	ZzQjWIksXXCiSnyF;

1.3
date	2024.10.14.11.25.14;	author adam;	state Exp;
branches;
next	1.2;
commitid	SU6w2XgVT0r4BCtF;

1.2
date	2024.04.17.10.38.34;	author wiz;	state Exp;
branches;
next	1.1;
commitid	yoaqKAZMw37L7u6F;

1.1
date	2023.11.23.07.56.01;	author adam;	state Exp;
branches;
next	;
commitid	1bpbI4cNkWCZUHNE;


desc
@@


1.14
log
@py-pypika-tortoise: updated to 0.6.5

0.6.5
feat: Add default_values() API for default-only inserts with dialect-aware SQL rendering
@
text
@# $NetBSD: Makefile,v 1.13 2025/11/28 12:54:59 adam Exp $

DISTNAME=	pypika_tortoise-0.6.5
PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES=	databases python
MASTER_SITES=	${MASTER_SITE_PYPI:=p/pypika-tortoise/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/tortoise/pypika-tortoise
COMMENT=	Forked from pypika and streamline just for tortoise-orm
LICENSE=	apache-2.0

TOOL_DEPENDS+=	${PYPKGPREFIX}-pdm_backend>0:../../devel/py-pdm_backend

USE_LANGUAGES=	# none

.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
@


1.13
log
@py-pypika-tortoise: updated to 0.6.3

0.6.3
Fix: do not add alias to group by columns in the case if the column not selected
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.12 2025/09/02 05:31:18 adam Exp $
d3 1
a3 1
DISTNAME=	pypika_tortoise-0.6.3
@


1.12
log
@py-pypika-tortoise: updated to 0.6.2

0.6.2

feat: migrate from poetry to uv
fix: ** (power) does not get translated to POWER in MSSQL
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.11 2025/06/05 14:46:22 adam Exp $
d3 1
a3 1
DISTNAME=	pypika_tortoise-0.6.2
@


1.11
log
@py-pypika-tortoise: updated to 0.6.1

0.6.1
Add JSONAttributeCriterion
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.10 2025/05/27 08:57:04 adam Exp $
d3 1
a3 1
DISTNAME=	pypika_tortoise-0.6.1
d13 1
a13 1
TOOL_DEPENDS+=	${PYPKGPREFIX}-poetry-core>=2.0.1:../../devel/py-poetry-core
@


1.10
log
@py-pypika-tortoise: updated to 0.6.0

0.6.0

Drop support for Python3.8
fix: failed to run poetry add pypika-tortoise with poetry v2
Add no_key parameter to QueryBuilder.for_update for PostgreSQL
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.9 2025/01/23 16:37:40 adam Exp $
d3 1
a3 1
DISTNAME=	pypika_tortoise-0.6.0
@


1.9
log
@py-pypika-tortoise: updated to 0.5.0

0.5.0
- Replace `get_sql` kwargs with `SqlContext` to improve performance

0.4.0
- Rename package name from `pypika` to `pypika_tortoise`
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.8 2025/01/14 09:54:43 wiz Exp $
d3 1
a3 1
DISTNAME=	pypika_tortoise-0.5.0
@


1.8
log
@py-pypika-tortoise: update for poetry-core 2.0.1

Bump PKGREVISION.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.7 2024/12/03 15:33:24 adam Exp $
d3 1
a3 1
DISTNAME=	pypika_tortoise-0.3.2
a4 1
PKGREVISION=	1
a14 2
CONFLICTS=	py[0-9]*-pypika-[0-9]*

@


1.7
log
@py-pypika-tortoise: updated to 0.3.2

0.3.2
- Added `QueryBuilder.get_parameterized_sql`
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2024/11/29 08:15:59 adam Exp $
d5 1
d14 1
a14 1
TOOL_DEPENDS+=	${PYPKGPREFIX}-poetry-core>=1.0.0:../../devel/py-poetry-core
@


1.6
log
@py-pypika-tortoise: updated to 0.3.1

0.3.1
- `Array` can be parametrized
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2024/11/25 13:01:29 adam Exp $
d3 1
a3 1
DISTNAME=	pypika_tortoise-0.3.1
@


1.5
log
@py-pypika-tortoise: updated to 0.3.0

0.3.0
- Add `Parameterizer`
- Uppdate `Parameter` to be dialect-aware
- Remove `ListParameter`, `DictParameter`, `QmarkParameter`, etc.
- Wrap query's offset and limit with ValueWrapper so they can be parametrized
- Fix a missing whitespace for MSSQL when pagination without ordering is used
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2024/11/20 12:49:37 adam Exp $
d3 1
a3 1
DISTNAME=	pypika_tortoise-0.3.0
@


1.4
log
@py-pypika-tortoise: updated to 0.2.2

0.2.2
- Fix enums not quoted.
- Drop python3.7 support
- Move all custom Exception class to `pypika.exceptions`
- Apply bandit check in ci
- Pass mypy check and add it to ci
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2024/10/14 11:25:14 adam Exp $
d3 1
a3 1
DISTNAME=	pypika_tortoise-0.2.2
@


1.3
log
@py-pypika-tortoise: updated to 0.2.1

0.2.1
- Fix stringification of datetime objects

0.2.0
- Improved parameterized queries support
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2024/04/17 10:38:34 wiz Exp $
d3 1
a3 1
DISTNAME=	pypika_tortoise-0.2.1
@


1.2
log
@*: fix some CONFLICTS lines

Noted by riastradh@@ in PR 58155.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2023/11/23 07:56:01 adam Exp $
d3 2
a4 2
DISTNAME=	pypika-tortoise-0.1.6
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
a18 2
PYTHON_VERSIONS_INCOMPATIBLE=	27

@


1.1
log
@py-pypika-tortoise: added version 0.1.6

Forked from pypika and streamline just for tortoise-orm.

PyPika is a Python API for building SQL queries. The motivation behind PyPika
is to provide a simple interface for building SQL queries without limiting the
flexibility of handwritten SQL. Designed with data analysis in mind, PyPika
leverages the builder design pattern to construct queries to avoid messy string
formatting and concatenation. It is also easily extended to take full advantage
of specific features of SQL database vendors.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.19 2021/05/19 09:42:47 adam Exp $
d13 1
a13 1
CONFLICTS=	${PYPKGPREFIX}-pypika-[0-9]*
d15 1
a15 1
TOOL_DEPENDS+=	${PYPKGPREFIX}-poetry-core>=1.0.0:../../devel/py-poetry-core
@

