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 3.1.5. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/416bc3825f1d
branches:  trunk
changeset: 381885:416bc3825f1d
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Thu Jul 14 14:09:45 2022 +0000

description:
Update to 3.1.5. From the changelog:

- Add a more specific error message if `git` is not installed.
- Allow for using `mob timer` outside of git repositories.
- Fix: `mob done --squash-wip` now successfully auto-merges
  auto-mergeable diverging changes.
- Print the help output whenever any kind of help argument (`help`,
  `--help`, `-h`) is present in the command, e.g. `mob s 10 -h`.
- Adds a warning to `mob start` in case the wip branch diverges from the
  main branch.
- Various fixes in suggestion of next typist:
  - Show list of last committers only if there are any.
  - Skip suggestions if there has only been a single person so far.
  - Consider the case of a new typist joining the session.
  - Fix reporting on first commit.
- Show a deprecation warning when MOB_DONE_SQUASH is set to `true` or
  `false` in the environment variable or in the .mob configuration file.

diffstat:

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

diffs (26 lines):

diff -r 9bc64d84105c -r 416bc3825f1d devel/mob/Makefile
--- a/devel/mob/Makefile        Thu Jul 14 14:07:10 2022 +0000
+++ b/devel/mob/Makefile        Thu Jul 14 14:09:45 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.51 2022/07/13 16:03:08 bsiegert Exp $
+# $NetBSD: Makefile,v 1.52 2022/07/14 14:09:45 schmonz Exp $
 
-DISTNAME=      ${GITHUB_PROJECT}-3.1.4
-PKGREVISION=   2
+DISTNAME=      ${GITHUB_PROJECT}-3.1.5
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=remotemobprogramming/}
 GITHUB_PROJECT=        mob
diff -r 9bc64d84105c -r 416bc3825f1d devel/mob/distinfo
--- a/devel/mob/distinfo        Thu Jul 14 14:07:10 2022 +0000
+++ b/devel/mob/distinfo        Thu Jul 14 14:09:45 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.32 2022/06/01 18:05:57 schmonz Exp $
+$NetBSD: distinfo,v 1.33 2022/07/14 14:09:45 schmonz Exp $
 
-BLAKE2s (mob-3.1.4.tar.gz) = 05c9456dc57d8dee976a3ab17531cfbc66132ebf584a39c0d6c17a7ecfcb6b1e
-SHA512 (mob-3.1.4.tar.gz) = 886c2473af7befb4d017b138b42da484b7d4d3989cabc1517d8cfc6f45c1e8ad84bec896be7fc3306303f636d884d4adacd46fd36a421735a7fd490f35e50878
-Size (mob-3.1.4.tar.gz) = 507052 bytes
+BLAKE2s (mob-3.1.5.tar.gz) = 690087f29ec2b712e92bd0f3d9fe48607f4606fc140f403fe16a1ed3006ed809
+SHA512 (mob-3.1.5.tar.gz) = 8344e0270b665bb0e119475e353ea8f2bfa648cd687eeab2be46ca406c67eff85879e6b18c28a071139a01e08836245027cf73d6ba0d370f80e9b678378f2b4c
+Size (mob-3.1.5.tar.gz) = 508835 bytes



Home | Main Index | Thread Index | Old Index