pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Data-ObjectDriver
Module Name: pkgsrc
Committed By: wen
Date: Sat Nov 1 02:48:34 UTC 2025
Modified Files:
pkgsrc/devel/p5-Data-ObjectDriver: Makefile distinfo
Log Message:
Update to 0.26
Add two TEST_DEPENDS
Upstream changes:
0.26 2025-10-17T02:16:46Z
- Add an ability to accept subqueries with SQL objects #57 #59
0.25 2025-04-15T04:37:59Z
- Do not add empty where expressions #47
- Remove __is_stored flag if the object is removed from the database #43
- Correct the pod for object_is_stored, which was called is_ephemeral and
had the opposite meaning #44
- Do not skip cache repair based solely on the number of cache keys
(Thanks to sewi-cpan) #29
0.23 2024-10-23T04:39:20Z
- Introduce as_escape method to D::OD::SQL to allow specifying escape clause #45
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/p5-Data-ObjectDriver/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/p5-Data-ObjectDriver/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/p5-Data-ObjectDriver/Makefile
diff -u pkgsrc/devel/p5-Data-ObjectDriver/Makefile:1.20 pkgsrc/devel/p5-Data-ObjectDriver/Makefile:1.21
--- pkgsrc/devel/p5-Data-ObjectDriver/Makefile:1.20 Fri Jul 4 08:45:31 2025
+++ pkgsrc/devel/p5-Data-ObjectDriver/Makefile Sat Nov 1 02:48:34 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2025/07/04 08:45:31 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2025/11/01 02:48:34 wen Exp $
-DISTNAME= Data-ObjectDriver-0.22
+DISTNAME= Data-ObjectDriver-0.26
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 3
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
@@ -16,8 +15,9 @@ DEPENDS+= p5-Class-Data-Inheritable>=0.0
DEPENDS+= p5-Class-Trigger>=0.14:../../devel/p5-Class-Trigger
DEPENDS+= p5-Text-SimpleTable>=2.0:../../textproc/p5-Text-SimpleTable
-# for mke test
-TOOL_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
+TEST_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
+TEST_DEPENDS+= p5-Tie-IxHash-[0-9]*:../../devel/p5-Tie-IxHash
+TEST_DEPENDS+= p5-DBD-SQLite-[0-9]*:../../databases/p5-DBD-SQLite
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Data/ObjectDriver/.packlist
Index: pkgsrc/devel/p5-Data-ObjectDriver/distinfo
diff -u pkgsrc/devel/p5-Data-ObjectDriver/distinfo:1.10 pkgsrc/devel/p5-Data-ObjectDriver/distinfo:1.11
--- pkgsrc/devel/p5-Data-ObjectDriver/distinfo:1.10 Tue Jun 27 02:24:59 2023
+++ pkgsrc/devel/p5-Data-ObjectDriver/distinfo Sat Nov 1 02:48:34 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2023/06/27 02:24:59 wen Exp $
+$NetBSD: distinfo,v 1.11 2025/11/01 02:48:34 wen Exp $
-BLAKE2s (Data-ObjectDriver-0.22.tar.gz) = 0a8dfe6ed29d7e49b75e1c592e917b43728e1c166977674c88a4fef20b801c73
-SHA512 (Data-ObjectDriver-0.22.tar.gz) = d1bdb4c549e78ab8d5c85785e1e8ccd7e08abca6aa80e437b88a2c489cd7dcf273392b7abf5d6e5dc54c363798f956918af2d4665052ed718cba4b424f392fb4
-Size (Data-ObjectDriver-0.22.tar.gz) = 92523 bytes
+BLAKE2s (Data-ObjectDriver-0.26.tar.gz) = a714d43ac645b0f73ca911aedbfd4bcea2aae0652f8e4191582ad79c2ccb5d0c
+SHA512 (Data-ObjectDriver-0.26.tar.gz) = 88c1dc224a7f7d27386a9c40de5b9ab8d19724f547db64f49baaaaf8931a80820d2a5dd00498d1e729487cb4f0b86e05a8ff42a9dbbec847dc6d6140136c6be4
+Size (Data-ObjectDriver-0.26.tar.gz) = 97635 bytes
Home |
Main Index |
Thread Index |
Old Index