pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/mob Update to 1.4.0. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/feb2b42f16bf
branches:  trunk
changeset: 449620:feb2b42f16bf
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Fri Apr 02 13:01:32 2021 +0000

description:
Update to 1.4.0. From the changelog:

- The list of commits included in a mob branch is now truncated to a
  maximum of 5 entries to prevent the need for scrolling up in order to
  see the latest included changes.
- Show more informative error message when `mob <cmd>` is run outside of
  a git repository.
- Add environment variable MOB_TIMER which allows setting a default
  timer duration for `mob start` and `mob timer` commands.
- Add automatic co-author attribution. Mob will collect all committers
  from a WIP branch and add them as co-authors in the final WIP commit.
- added support for preventing `mob start` if there are unpushed commits
- better output if one passes a negative number for the timer

diffstat:

 devel/mob/Makefile |   5 ++---
 devel/mob/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (28 lines):

diff -r 2330313aad55 -r feb2b42f16bf devel/mob/Makefile
--- a/devel/mob/Makefile        Fri Apr 02 12:54:28 2021 +0000
+++ b/devel/mob/Makefile        Fri Apr 02 13:01:32 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2021/03/19 17:36:59 bsiegert Exp $
+# $NetBSD: Makefile,v 1.13 2021/04/02 13:01:32 schmonz Exp $
 
-DISTNAME=      ${GITHUB_PROJECT}-1.3.0
-PKGREVISION=   1
+DISTNAME=      ${GITHUB_PROJECT}-1.4.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=remotemobprogramming/}
 GITHUB_PROJECT=        mob
diff -r 2330313aad55 -r feb2b42f16bf devel/mob/distinfo
--- a/devel/mob/distinfo        Fri Apr 02 12:54:28 2021 +0000
+++ b/devel/mob/distinfo        Fri Apr 02 13:01:32 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2021/02/27 18:33:24 schmonz Exp $
+$NetBSD: distinfo,v 1.8 2021/04/02 13:01:32 schmonz Exp $
 
-SHA1 (mob-1.3.0.tar.gz) = eaf01ce3cc115332fa428b076b2a7a01e1451a89
-RMD160 (mob-1.3.0.tar.gz) = 7b9366c0462bf3c25292b7c8492fd85600030266
-SHA512 (mob-1.3.0.tar.gz) = 7a5e5225132405d081512dd71f36a41058dee8f82e6be046be5f4c1e954899ef1f9653bf24492d13f429f2fa1e5d6ff1f176c7674aef13aec5af58fb2bd808c5
-Size (mob-1.3.0.tar.gz) = 27356 bytes
+SHA1 (mob-1.4.0.tar.gz) = c36788800f740fe31bfc59ddb1b2f03ba2971ce8
+RMD160 (mob-1.4.0.tar.gz) = 0cfaa7a1873989184f598c54bd51fd59485c19ad
+SHA512 (mob-1.4.0.tar.gz) = f913792d2ba33c2647b946ac3e24ba5887b5cfcadc638327a562dd9d9be2e2e6d01ceda968a08021b4baffa42c796b1ffc5970a26aeba77849227086df6689c6
+Size (mob-1.4.0.tar.gz) = 30929 bytes



Home | Main Index | Thread Index | Old Index