Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jan 2026 20:47:23 +0000
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        Goran=?utf-8?Q? Meki=C4=87?= <meka@tilda.center>
Subject:   git: bebe89255368 - main - databases/py-ormar: Update 0.20.2 => 0.21.0
Message-ID:  <6962badb.e5da.4699320b@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bebe892553687c25069e7388287ecf5948b4af66

commit bebe892553687c25069e7388287ecf5948b4af66
Author:     Goran Mekić <meka@tilda.center>
AuthorDate: 2026-01-10 20:46:20 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-01-10 20:46:20 +0000

    databases/py-ormar: Update 0.20.2 => 0.21.0
    
    Changelog:
    https://github.com/collerek/ormar/releases/tag/0.21.0
    
    PR:     292295
---
 databases/py-ormar/Makefile | 16 +++++++---------
 databases/py-ormar/distinfo |  8 +++-----
 2 files changed, 10 insertions(+), 14 deletions(-)

diff --git a/databases/py-ormar/Makefile b/databases/py-ormar/Makefile
index 09030994f00c..ba6f2e908cd9 100644
--- a/databases/py-ormar/Makefile
+++ b/databases/py-ormar/Makefile
@@ -1,11 +1,8 @@
 PORTNAME=	ormar
-DISTVERSION=	0.20.2
+DISTVERSION=	0.21.0
 CATEGORIES=	databases python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-PATCH_SITES=	https://github.com/mekanix/ormar/commit/
-PATCHFILES+=	7268dfe2d6287607cc9ae0e37ac62b942c9574ef.patch:-p1
-
 MAINTAINER=	meka@tilda.center
 COMMENT=	Simple async ORM with fastapi in mind and pydantic validation
 WWW=		https://github.com/collerek/ormar
@@ -34,11 +31,12 @@ USES=		python
 USE_GITHUB=	yes
 GH_ACCOUNT=	collerek
 USE_PYTHON=	autoplist concurrent cryptography pep517 pytest
-PYTEST_BROKEN_TESTS=	test_read_main test_signal_functions \
-			test_multiple_signals test_static_methods_as_signals \
-			test_methods_as_signals test_multiple_senders_signal \
-			test_modifing_the_instance test_custom_signal \
-			test_relation_signal_functions
+PYTEST_BROKEN_TESTS=	test_benchmark_aggregate test_benchmark_bulk_create \
+			test_benchmark_bulk_update test_benchmark_create \
+			test_benchmark_delete test_benchmark_get \
+			test_benchmark_init test_benchmark_iterate \
+			test_benchmark_save test_benchmark_update \
+			test_benchmark_values
 
 TEST_ENV=	PYTHONPATH=${WRKSRC}
 
diff --git a/databases/py-ormar/distinfo b/databases/py-ormar/distinfo
index 2c2e5bda63bd..ff6bdf0c8e93 100644
--- a/databases/py-ormar/distinfo
+++ b/databases/py-ormar/distinfo
@@ -1,5 +1,3 @@
-TIMESTAMP = 1745761078
-SHA256 (collerek-ormar-0.20.2_GH0.tar.gz) = 3c18e67a6fc729e07bc832c63555b5c2d9a5ee72da1282479322f6766b255922
-SIZE (collerek-ormar-0.20.2_GH0.tar.gz) = 390303
-SHA256 (7268dfe2d6287607cc9ae0e37ac62b942c9574ef.patch) = 1274a09e2e1bf1445ea400652326eb2f683028b716e9b6897d1fbe1c88115284
-SIZE (7268dfe2d6287607cc9ae0e37ac62b942c9574ef.patch) = 237073
+TIMESTAMP = 1767966068
+SHA256 (collerek-ormar-0.21.0_GH0.tar.gz) = 695d686a37a3712cc7918c0f55b96725cf1db5b57f84a59df25330f308c4ad2f
+SIZE (collerek-ormar-0.21.0_GH0.tar.gz) = 392925


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6962badb.e5da.4699320b>