pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/p5-App-Sqitch



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Sun Feb  4 18:58:59 UTC 2024

Modified Files:
        pkgsrc/databases/p5-App-Sqitch: Makefile distinfo

Log Message:
p5-App-Sqitch: Update to 1.4.1. Changes:

- Removed the quoting of the role and warehouse identifiers that was
  added to the Snowflake engine in v1.4.0. Turns out Snowflake allows a
  warehouse to be specified in a different database, in which case dots
  are valid in the name and should not be quoted! So users must properly
  quote when necessary, but added notes to `sqitchtutorial-snowflake.pod`
  on the need to use URI escapes for special characters. Thanks to
  Patrick Sabo for the find, and to @marc-marketparts for validating
  that URI encoding works.
- Added notes on URL encoding database URLs to `sqitch-target.pod`, the
  main reference for database URLs in the Sqitch documentation.
- Fixed the output of the list of changes to be deployed or reverted to
  actually require `--verbose` twice, as described in the v1.4.0 changes,
  and not just once. Thanks to Erik Wienhold for the PR (#785)!
- Removed the duplicate change name from the output of the list of
  changes to be deployed or reverted with `-VV`. Thanks to Erik Wienhold
  for the PR (#787)!
- Fixed invalid template resolution when adding a singe change to
  multiple engines at once. Thanks to Christian Riedel for the detailed
  bug report (#795)!
- Fixed Oracle and Firebird test failures due to incorrect use of `chmod`.
  Thanks to Slaven Rezić for the report and the fix (#807)!
- Tests now require Test::Warn 0.31 or later, as newline handling issues
  cause test failures in earlier versions. Thanks to Slaven Rezić for the
  test reports and for identifying the issue.
- Updated the locale configuration to fix issues in more recent versions
  of Perl, and added tests to ensure that the sqitch CLI executes and
  properly emits localized messages (except on Windows, where the language
  codes are incompatible).
- Fixed an issue where the MySQL engine failed to recognize the MariaDB
  `mysql` client installed by Homebrew on macOS. Thanks to Carlos Ramos
  for the bug report and PR (#791)!


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/databases/p5-App-Sqitch/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/databases/p5-App-Sqitch/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-App-Sqitch/Makefile
diff -u pkgsrc/databases/p5-App-Sqitch/Makefile:1.38 pkgsrc/databases/p5-App-Sqitch/Makefile:1.39
--- pkgsrc/databases/p5-App-Sqitch/Makefile:1.38        Wed Aug  2 12:06:16 2023
+++ pkgsrc/databases/p5-App-Sqitch/Makefile     Sun Feb  4 18:58:59 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2023/08/02 12:06:16 schmonz Exp $
+# $NetBSD: Makefile,v 1.39 2024/02/04 18:58:59 schmonz Exp $
 
-DISTNAME=              App-Sqitch-v1.4.0
+DISTNAME=              App-Sqitch-v1.4.1
 PKGNAME=               p5-${DISTNAME:S/-v/-/}
 CATEGORIES=            databases perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=App/}
@@ -56,6 +56,7 @@ TOOL_DEPENDS+=                p5-Test-File-Contents>=0
 TOOL_DEPENDS+=         p5-Test-MockModule>=0.17:../../devel/p5-Test-MockModule
 TOOL_DEPENDS+=         p5-Test-MockObject-[0-9]*:../../devel/p5-Test-MockObject
 TOOL_DEPENDS+=         p5-Test-NoWarnings>=0.083:../../devel/p5-Test-NoWarnings
+TOOL_DEPENDS+=         p5-Test-Warn>=0.31:../../devel/p5-Test-Warn
 TOOL_DEPENDS+=         p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff
 
 USE_LANGUAGES=         # empty

Index: pkgsrc/databases/p5-App-Sqitch/distinfo
diff -u pkgsrc/databases/p5-App-Sqitch/distinfo:1.22 pkgsrc/databases/p5-App-Sqitch/distinfo:1.23
--- pkgsrc/databases/p5-App-Sqitch/distinfo:1.22        Wed Aug  2 12:06:16 2023
+++ pkgsrc/databases/p5-App-Sqitch/distinfo     Sun Feb  4 18:58:59 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2023/08/02 12:06:16 schmonz Exp $
+$NetBSD: distinfo,v 1.23 2024/02/04 18:58:59 schmonz Exp $
 
-BLAKE2s (App-Sqitch-v1.4.0.tar.gz) = 49eebfbc9d42eb0b2c9e09dbd434fbbad6d3a64f839b9a2888cfb7ee2a6f2264
-SHA512 (App-Sqitch-v1.4.0.tar.gz) = fae98c60c7eefa5f8879e702ff5de5a9446f1b1dae87889588d0f59eef86ae6324dd2abb0c1d3deb998805e62e9c9313f7937f1de94d81da9af3e7b1d731e75f
-Size (App-Sqitch-v1.4.0.tar.gz) = 637001 bytes
+BLAKE2s (App-Sqitch-v1.4.1.tar.gz) = 87538ef7a6c49a9722ab8dd72cf2cff7b96f44dcc6d75662a4cd3a30b6f0f756
+SHA512 (App-Sqitch-v1.4.1.tar.gz) = b1b73f96979d623b8590153262ad76ca76ab2d7113b0fecea537257ef9278e6391ed2bfcd4187605ff84f4536af37081b0a29054d17bc6da7241e2120133ca99
+Size (App-Sqitch-v1.4.1.tar.gz) = 640950 bytes



Home | Main Index | Thread Index | Old Index