Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/p5-DBD-Mock p5-DBD-Mock: update to 1.55.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/632fb09d8bb4
branches:  trunk
changeset: 438214:632fb09d8bb4
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Sep 06 20:10:53 2020 +0000

description:
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

diffstat:

 databases/p5-DBD-Mock/Makefile |   6 +++---
 databases/p5-DBD-Mock/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (37 lines):

diff -r a6824f5f90c7 -r 632fb09d8bb4 databases/p5-DBD-Mock/Makefile
--- a/databases/p5-DBD-Mock/Makefile    Sun Sep 06 20:09:25 2020 +0000
+++ b/databases/p5-DBD-Mock/Makefile    Sun Sep 06 20:10:53 2020 +0000
@@ -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 @@
 
 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
diff -r a6824f5f90c7 -r 632fb09d8bb4 databases/p5-DBD-Mock/distinfo
--- a/databases/p5-DBD-Mock/distinfo    Sun Sep 06 20:09:25 2020 +0000
+++ b/databases/p5-DBD-Mock/distinfo    Sun Sep 06 20:10:53 2020 +0000
@@ -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