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 Jul 27 15:43:13 UTC 2025
Modified Files:
pkgsrc/devel/ruby-jirametrics: Makefile PLIST distinfo
Log Message:
ruby-jirametrics: update to 2.13. Changes:
- When on Jira Cloud (not Data Centre or Server), we now use the v3 API
to retrieve issue details because the v2 API is being removed. Data
Centre and Server, on the other hand, only support the v2 API so we
cannot use the v3 API with them. Until now, all Jira installations
supported the same API’s and this is no longer true. If you notice
different behaviour in Cloud then let us know.
- When on Jira Cloud, we now have better support for the rich text
formatting that is available. Cloud and Data Centre return that rich
text data in very different formats and we’ve been focused on making
cloud look good right now.
- When javascript is disabled, most of the charts won’t work and a
large message will be displayed at the top of the page explaining
that. Despite being large, several people reported not seeing this
message and not understanding why the report wasn’t showing anything
useful. Now that message is even more obnoxious and in your face.
Javascript needs to be enabled for any of this to work.
- Atlassian has begun rolling out the naming change from `Issue` to
`Work item` and this has broken some of our parsing logic. If you were
seeing an error like `Issue(ISSUE_ID) Can't parse link text: This work
item clones OTHER_ISSUE_ID` then that’s now fixed.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/ruby-jirametrics/Makefile \
pkgsrc/devel/ruby-jirametrics/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ruby-jirametrics/PLIST
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.15 pkgsrc/devel/ruby-jirametrics/Makefile:1.16
--- pkgsrc/devel/ruby-jirametrics/Makefile:1.15 Mon Jul 14 15:46:19 2025
+++ pkgsrc/devel/ruby-jirametrics/Makefile Sun Jul 27 15:43:13 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2025/07/14 15:46:19 schmonz Exp $
+# $NetBSD: Makefile,v 1.16 2025/07/27 15:43:13 schmonz Exp $
-DISTNAME= jirametrics-2.12.1
+DISTNAME= jirametrics-2.13
CATEGORIES= devel
MAINTAINER= schmonz%NetBSD.org@localhost
Index: pkgsrc/devel/ruby-jirametrics/distinfo
diff -u pkgsrc/devel/ruby-jirametrics/distinfo:1.15 pkgsrc/devel/ruby-jirametrics/distinfo:1.16
--- pkgsrc/devel/ruby-jirametrics/distinfo:1.15 Mon Jul 14 15:46:19 2025
+++ pkgsrc/devel/ruby-jirametrics/distinfo Sun Jul 27 15:43:13 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2025/07/14 15:46:19 schmonz Exp $
+$NetBSD: distinfo,v 1.16 2025/07/27 15:43:13 schmonz Exp $
-BLAKE2s (jirametrics-2.12.1.gem) = b96d6271841890e41e48bde81de509fbfc9d1bdac27e674d43ad57a577d2207f
-SHA512 (jirametrics-2.12.1.gem) = 9e04205e0447f4f76eb6492eacb3b77507966edfe71a623cf69fd11e15568e5c2c6229f11c7dd13b284c7921322d5bcc7e9992f6506b7717fd11cb3e66066a97
-Size (jirametrics-2.12.1.gem) = 78848 bytes
+BLAKE2s (jirametrics-2.13.gem) = 065d06ab4828d022d631035c5977d1e8da97d61139f08cfa0d059c2fce983609
+SHA512 (jirametrics-2.13.gem) = 5ebcd8b13d6e33c92e7eef593558552666d66fbda5fedc62b1d1ae2eed8b771b3386fc5082a96bd5b49a65b7f0372073f86e3bb3a07f15be00820554f172ced8
+Size (jirametrics-2.13.gem) = 79872 bytes
Index: pkgsrc/devel/ruby-jirametrics/PLIST
diff -u pkgsrc/devel/ruby-jirametrics/PLIST:1.8 pkgsrc/devel/ruby-jirametrics/PLIST:1.9
--- pkgsrc/devel/ruby-jirametrics/PLIST:1.8 Mon Jul 14 15:46:19 2025
+++ pkgsrc/devel/ruby-jirametrics/PLIST Sun Jul 27 15:43:13 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2025/07/14 15:46:19 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.9 2025/07/27 15:43:13 schmonz Exp $
bin/jirametrics
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/bin/jirametrics
@@ -8,6 +8,7 @@ ${GEM_LIBDIR}/lib/jirametrics/aging_work
${GEM_LIBDIR}/lib/jirametrics/aging_work_in_progress_chart.rb
${GEM_LIBDIR}/lib/jirametrics/aging_work_table.rb
${GEM_LIBDIR}/lib/jirametrics/anonymizer.rb
+${GEM_LIBDIR}/lib/jirametrics/atlassian_document_format.rb
${GEM_LIBDIR}/lib/jirametrics/blocked_stalled_change.rb
${GEM_LIBDIR}/lib/jirametrics/board.rb
${GEM_LIBDIR}/lib/jirametrics/board_column.rb
Home |
Main Index |
Thread Index |
Old Index