pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/git-cliff



Module Name:    pkgsrc
Committed By:   pin
Date:           Thu Dec 16 13:14:48 UTC 2021

Modified Files:
        pkgsrc/devel/git-cliff: Makefile cargo-depends.mk distinfo

Log Message:
devel/git-cliff: update to 0.5.0

Bug Fixes
-Update log test about exclude path
-Override the sort related config if args are present (#39)
-Checkout the repository before running fixtures
-Use the defined configuration file for fixtures
-Update the multi line docker command
-Strip the carriage return on fixtures while comparing
-Drop the skipped releases from 'previous' field

Documentation
-Update --with-commit example in README.md

Features
-Add --topo-order flag for sorting tags (#29)
-Support specifying the sorting methods in config (#31)
-Accept glob patterns for --commit-path argument
-Support multiple values for --commit-path argument
-Add --exclude-path argument for excluding related commits
-Add --current flag for processing the current tag (#37)
-Add ignore_tags option (#40)
-Use more explanatory error messages about templates
-Support having both conventional and unconventional commits in the changelog
-Add --with-commit argument for including custom commit messages in changelog

[breaking] Rename --commit-path argument to --include-path

For more about this release, see: https://orhun.dev/blog/git-cliff-0.5.0/


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/git-cliff/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/git-cliff/cargo-depends.mk
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/git-cliff/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/git-cliff/Makefile
diff -u pkgsrc/devel/git-cliff/Makefile:1.9 pkgsrc/devel/git-cliff/Makefile:1.10
--- pkgsrc/devel/git-cliff/Makefile:1.9 Fri Oct 29 08:05:08 2021
+++ pkgsrc/devel/git-cliff/Makefile     Thu Dec 16 13:14:48 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2021/10/29 08:05:08 pin Exp $
+# $NetBSD: Makefile,v 1.10 2021/12/16 13:14:48 pin Exp $
 
-DISTNAME=      git-cliff-0.4.2
+DISTNAME=      git-cliff-0.5.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=orhun/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/devel/git-cliff/cargo-depends.mk
diff -u pkgsrc/devel/git-cliff/cargo-depends.mk:1.8 pkgsrc/devel/git-cliff/cargo-depends.mk:1.9
--- pkgsrc/devel/git-cliff/cargo-depends.mk:1.8 Sat Oct 23 19:27:10 2021
+++ pkgsrc/devel/git-cliff/cargo-depends.mk     Thu Dec 16 13:14:48 2021
@@ -1,4 +1,4 @@
-# $NetBSD: cargo-depends.mk,v 1.8 2021/10/23 19:27:10 pin Exp $
+# $NetBSD: cargo-depends.mk,v 1.9 2021/12/16 13:14:48 pin Exp $
 
 CARGO_CRATE_DEPENDS+=  aho-corasick-0.7.18
 CARGO_CRATE_DEPENDS+=  ansi_term-0.11.0
@@ -39,6 +39,7 @@ CARGO_CRATE_DEPENDS+= generic-array-0.14
 CARGO_CRATE_DEPENDS+=  getrandom-0.2.3
 CARGO_CRATE_DEPENDS+=  git-conventional-0.11.0
 CARGO_CRATE_DEPENDS+=  git2-0.13.23
+CARGO_CRATE_DEPENDS+=  glob-0.3.0
 CARGO_CRATE_DEPENDS+=  globset-0.4.8
 CARGO_CRATE_DEPENDS+=  globwalk-0.8.1
 CARGO_CRATE_DEPENDS+=  hashbrown-0.11.2

Index: pkgsrc/devel/git-cliff/distinfo
diff -u pkgsrc/devel/git-cliff/distinfo:1.10 pkgsrc/devel/git-cliff/distinfo:1.11
--- pkgsrc/devel/git-cliff/distinfo:1.10        Tue Oct 26 10:14:42 2021
+++ pkgsrc/devel/git-cliff/distinfo     Thu Dec 16 13:14:48 2021
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 10:14:42 nia Exp $
+$NetBSD: distinfo,v 1.11 2021/12/16 13:14:48 pin Exp $
 
 BLAKE2s (aho-corasick-0.7.18.crate) = 8925e88e2df4b5ca3b31783f527e1bb31dbe27846f409f631148fa239f3b2935
 SHA512 (aho-corasick-0.7.18.crate) = 7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00
@@ -111,15 +111,18 @@ Size (generic-array-0.14.4.crate) = 2891
 BLAKE2s (getrandom-0.2.3.crate) = c451e4c9701d09c79572625708c12711e2a0a14a925b614b8be72f231a601f18
 SHA512 (getrandom-0.2.3.crate) = e6da64ed529cb0fc000b613f75187ed6b20f716e721d8a02ac2ae39c507fb9f6189ebb66b522d28584eff1e7e9efc274cad6bfe43f464f58053701e1d51c603d
 Size (getrandom-0.2.3.crate) = 26261 bytes
-BLAKE2s (git-cliff-0.4.2.tar.gz) = 30fd996f52aaa0e12c6b56f809ed7f4017caf4ce5b68439a16f12b46cb852880
-SHA512 (git-cliff-0.4.2.tar.gz) = 653848dd6e220d59af8343e4ae048825fc69413a69baa76403c7ef859ca7eabd03da11ac8be8354e0a4750dd7b6ec603587092c54cd4d132a1a0e4302c4c7fb1
-Size (git-cliff-0.4.2.tar.gz) = 52377 bytes
+BLAKE2s (git-cliff-0.5.0.tar.gz) = eeb1b005d15d114b0b65ea877fd3690925cc8b1da77dfc8077494a53ebf64bf4
+SHA512 (git-cliff-0.5.0.tar.gz) = 4be5894d30bc9c39f8e910e5ccf5f4ab158efc4b238b55f0fb4a16c86e1e8eb7abffb20f08dad8f1a0adcd154b9053f52c2309f65f6c3db24c3da16a3fd4fada
+Size (git-cliff-0.5.0.tar.gz) = 56666 bytes
 BLAKE2s (git-conventional-0.11.0.crate) = 4ec47a838ce3442cc624a871c0c02abbf891804dcded5b355433a96261587764
 SHA512 (git-conventional-0.11.0.crate) = 8a62f46996125fa6bbb61cf9808f468357e4a95df1d7c9afcc5bf27b542717c61c121f4c9c11f9fa84f491da6029aa484f163e1988a7336cc2ba07a9ecd0d869
 Size (git-conventional-0.11.0.crate) = 14008 bytes
 BLAKE2s (git2-0.13.23.crate) = 2c6e3eedae05f793cb0b3b13e065a81f170490c220b60496c32bb481e3bb5fd1
 SHA512 (git2-0.13.23.crate) = e60f21affcef26aac16181d48ecaa67b6a9578ce5fe9e62b6c460b21bc02feb858fe25f07f7d7443b8eeae88974f1ad76a998972e002a6c5da5aec4c1172c401
 Size (git2-0.13.23.crate) = 192186 bytes
+BLAKE2s (glob-0.3.0.crate) = a60fa0dbb50f7da285b5ad2a74a36139efc9e6fe2f33c9ac81cf2c2db6b024f0
+SHA512 (glob-0.3.0.crate) = 87098ffdbc518442995c422120cef71f83069c8f88a1970ecec5105b0f284ddd92bcee929f5c230d5b90ae1ead7e1214c3eea26f4a8b26715a00c1ab8b09bc46
+Size (glob-0.3.0.crate) = 18724 bytes
 BLAKE2s (globset-0.4.8.crate) = 9435d28608ab4becb7f2b371543c1fdf5626d19f39d14b1b3b1ab1d55722d1fe
 SHA512 (globset-0.4.8.crate) = 1a1fb9731d310ced63742b2c6f7ef7f414c89780751d9881859a6e6fbc512e91bc23c91e3743bb36114dcef6dc1962fd376d67bc536752ba6a8a2fda7aa80bec
 Size (globset-0.4.8.crate) = 22886 bytes



Home | Main Index | Thread Index | Old Index