pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-jirametrics



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Sun Sep 22 18:11:20 UTC 2024

Modified Files:
        pkgsrc/devel/ruby-jirametrics: Makefile distinfo

Log Message:
ruby-jirametrics: update to 2.5. Changes:

* Better error messages in the case where
  `settings['customfield_parent_links']` does not point to the
  correct field.
* Fixed exceptions when loading a scrum board that has no sprints.
* Added `no_earlier_than` option in `download` block. This is helpful
  when there were some big changes in the way we worked and we want to
  ignore all data before a specific date. This can be used together with
  `rolling_date_count` or by itself.
* `standard_project` now accepts `rolling_date_count` and
  `no_earlier_than` options.
* `expedited_priority_names` has been deprecated on the board block. Now
  set it through `settings['expedited_priority_names']`
* Provided more reasonable defaults for `DependencyChart`. Everything is
  still configurable if you don't like the defaults.
  * Less noisy in terms of console output.
  * Now excludes any link where both ends are already closed.
  * Now excludes `cloned by` that everyone was manually excluding anyway.
  * Now properly uses the calculated `done` rather than looking at status category.
  * `standard_project` and `aggregated_projects` now build on the new defaults.
* More reasonable defaults in settings. As above, these can be
  overridden if you don't like the defaults.
  * `"blocked_link_text"` now defaults to `["is blocked by"]`
  * `expedited_priority_names` now defaults to `['Critical', 'Highest']`


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-jirametrics/Makefile \
    pkgsrc/devel/ruby-jirametrics/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/ruby-jirametrics/Makefile
diff -u pkgsrc/devel/ruby-jirametrics/Makefile:1.3 pkgsrc/devel/ruby-jirametrics/Makefile:1.4
--- pkgsrc/devel/ruby-jirametrics/Makefile:1.3  Mon Aug 19 21:56:25 2024
+++ pkgsrc/devel/ruby-jirametrics/Makefile      Sun Sep 22 18:11:20 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2024/08/19 21:56:25 schmonz Exp $
+# $NetBSD: Makefile,v 1.4 2024/09/22 18:11:20 schmonz Exp $
 
-DISTNAME=      jirametrics-2.4
+DISTNAME=      jirametrics-2.5
 CATEGORIES=    devel
 
 MAINTAINER=    schmonz%NetBSD.org@localhost
Index: pkgsrc/devel/ruby-jirametrics/distinfo
diff -u pkgsrc/devel/ruby-jirametrics/distinfo:1.3 pkgsrc/devel/ruby-jirametrics/distinfo:1.4
--- pkgsrc/devel/ruby-jirametrics/distinfo:1.3  Mon Aug 19 21:56:25 2024
+++ pkgsrc/devel/ruby-jirametrics/distinfo      Sun Sep 22 18:11:20 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2024/08/19 21:56:25 schmonz Exp $
+$NetBSD: distinfo,v 1.4 2024/09/22 18:11:20 schmonz Exp $
 
-BLAKE2s (jirametrics-2.4.gem) = 981984666bda2f411b670f0f47738cf15055bd2e6804f54e654dee453e5e0e4a
-SHA512 (jirametrics-2.4.gem) = c7890ac2fec293d6efc2154afaf04dec73d7c7eb113d5dbb1a19a2f3d1f3e1f4b4a3f889dedc20bd1bd4b44055080b2306be4b46ad9b4da0a9d89521f50500fd
-Size (jirametrics-2.4.gem) = 62976 bytes
+BLAKE2s (jirametrics-2.5.gem) = dfb67a1fb1f6e3dedf13d335491d9295a58380ccda11e91a8ecfa45879ad44ad
+SHA512 (jirametrics-2.5.gem) = a7ff690724a4dbeafb7da1b323ea2ba0b7afd92f9f820fc9087d7cf0f87f89b0a20259558d8fb74dc6dd7aee550565cfe68640840ba287f9970166058e04ba51
+Size (jirametrics-2.5.gem) = 62976 bytes



Home | Main Index | Thread Index | Old Index