pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/p5-DBD-Mock



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep  6 20:10:53 UTC 2020

Modified Files:
        pkgsrc/databases/p5-DBD-Mock: Makefile distinfo

Log Message:
p5-DBD-Mock: update to 1.55.

1.55 2019-12-30T14:20:00Z
    - Fixed bug rt131264 t/033_table_info.t fails (with older DBI)

1.54 2019-12-23T12:44:22Z
    - Added Bernhard Graf's 'Feature: one shot failure' merge request.
    - Fixed description of the failure attribute of mock_add_resultset. It
      no longer claims to support a hash ref (as it doesn't). Thanks to
      Bernhard Graf for both the bug report and a merge request that fixes it.
    - Fixed bug where it wasn't possible to replace a regular expression
      mock resultset. Thanks to Bernhard Graf for both the bug report and
      a merge request that fixes it.
    - Fixed bug where the failure attribute wasn't working with regular
      expression mock resultsets. Thanks to Bernhard Graf for both the bug
      report and a merge request that fixes it.

1.53 2019-12-03T10:50:57Z
    - Error handling in mock_add_resultset is no longer experimental
    - Attribute Aliasing is no longer experimental

1.52 2019-10-28T11:35:41Z
    - Added in callback feature for result sets so that their contents
      can be more dynamic.

1.51 2019-10-23T11:43:51Z
    - Fixed issue with using attribute aliases alongside a driver DSN
      in the DBI->connect call

1.50 2019-10-22T19:37:26Z
    - Added attribute aliases support for MariaDB


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/databases/p5-DBD-Mock/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/p5-DBD-Mock/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/p5-DBD-Mock/Makefile
diff -u pkgsrc/databases/p5-DBD-Mock/Makefile:1.19 pkgsrc/databases/p5-DBD-Mock/Makefile:1.20
--- pkgsrc/databases/p5-DBD-Mock/Makefile:1.19  Mon Aug 31 18:06:59 2020
+++ pkgsrc/databases/p5-DBD-Mock/Makefile       Sun Sep  6 20:10:53 2020
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2020/08/31 18:06:59 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2020/09/06 20:10:53 wiz Exp $
 
-DISTNAME=      DBD-Mock-1.49
+DISTNAME=      DBD-Mock-1.55
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    databases perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DBD/}
 
@@ -13,6 +12,7 @@ LICENSE=      ${PERL5_LICENSE}
 
 DEPENDS+=      p5-DBI>=1.3:../../databases/p5-DBI
 TOOL_DEPENDS+= p5-Module-Build-Tiny-[0-9]*:../../devel/p5-Module-Build-Tiny
+TEST_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
 
 PERL5_PACKLIST=                auto/DBD/Mock/.packlist
 PERL5_MODULE_TYPE=     Module::Build

Index: pkgsrc/databases/p5-DBD-Mock/distinfo
diff -u pkgsrc/databases/p5-DBD-Mock/distinfo:1.6 pkgsrc/databases/p5-DBD-Mock/distinfo:1.7
--- pkgsrc/databases/p5-DBD-Mock/distinfo:1.6   Thu Sep 12 23:54:44 2019
+++ pkgsrc/databases/p5-DBD-Mock/distinfo       Sun Sep  6 20:10:53 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2019/09/12 23:54:44 wen Exp $
+$NetBSD: distinfo,v 1.7 2020/09/06 20:10:53 wiz Exp $
 
-SHA1 (DBD-Mock-1.49.tar.gz) = 593ed1de568d9d9171ff449f671da7a4de12d4bd
-RMD160 (DBD-Mock-1.49.tar.gz) = fe264d5fc266eb6dd6dded703dd54f5fb227f087
-SHA512 (DBD-Mock-1.49.tar.gz) = ae3bc3071cc437e9585ea2c604f18511878d6bd59c2289a33e4348f57939067ffbddc834680f3c1dd17ec6271d704552d764aef1e6582cf454cd475996783237
-Size (DBD-Mock-1.49.tar.gz) = 69289 bytes
+SHA1 (DBD-Mock-1.55.tar.gz) = 106972e1688bf2853bb495c9095c35faebeaf911
+RMD160 (DBD-Mock-1.55.tar.gz) = c3e9457b524668739117c670dbcda059ac63083b
+SHA512 (DBD-Mock-1.55.tar.gz) = 70a85154e6295fccce275651e33a92275102d04ed1f733ad9ea13d7cb82cd17a0b5269ad92a8acc9e42a02e586c1db5f0145da88ed3a13b1baf06015e9bac751
+Size (DBD-Mock-1.55.tar.gz) = 72683 bytes



Home | Main Index | Thread Index | Old Index