pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/mob
Module Name: pkgsrc
Committed By: schmonz
Date: Thu Jul 14 14:09:45 UTC 2022
Modified Files:
pkgsrc/devel/mob: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/devel/mob/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/mob/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/mob/Makefile
diff -u pkgsrc/devel/mob/Makefile:1.51 pkgsrc/devel/mob/Makefile:1.52
--- pkgsrc/devel/mob/Makefile:1.51 Wed Jul 13 16:03:08 2022
+++ pkgsrc/devel/mob/Makefile Thu Jul 14 14:09:45 2022
@@ -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
Index: pkgsrc/devel/mob/distinfo
diff -u pkgsrc/devel/mob/distinfo:1.32 pkgsrc/devel/mob/distinfo:1.33
--- pkgsrc/devel/mob/distinfo:1.32 Wed Jun 1 18:05:57 2022
+++ pkgsrc/devel/mob/distinfo Thu Jul 14 14:09:45 2022
@@ -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