pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-hg-git



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jun 26 11:38:37 UTC 2023

Modified Files:
        pkgsrc/devel/py-hg-git: Makefile distinfo

Log Message:
py-hg-git: update to 1.0.2.

This is a minor release, focusing on bugs and compatibility.

Fix --source/-s argument to transplant with Hg-Git
enabled. (#392)
Fix cloning repositories using the old static HTTP support with
Hg-Git enabled.
Handle pushing tags to Git that cannot be stored as references such
as double-quotes on Windows. (#397)
Avoid converting unrelated refs on pull, such as Github PR-related refs. (#386)
Fix tests with GNU Grep 3.8 and later, by avoiding the egrep
alias (#400)
Support reading remote refs even if packed.
Add support for Dulwich 0.21 and later.
Mark Mercurial 6.4 as supported and tested.
Address slowness when pulling large repositories, caused by writing
unchanged references. (#401)


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/py-hg-git/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-hg-git/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/py-hg-git/Makefile
diff -u pkgsrc/devel/py-hg-git/Makefile:1.21 pkgsrc/devel/py-hg-git/Makefile:1.22
--- pkgsrc/devel/py-hg-git/Makefile:1.21        Mon Nov 28 10:20:36 2022
+++ pkgsrc/devel/py-hg-git/Makefile     Mon Jun 26 11:38:37 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2022/11/28 10:20:36 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2023/06/26 11:38:37 wiz Exp $
 
-DISTNAME=      hg-git-1.0.1
+DISTNAME=      hg-git-1.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel scm
 MASTER_SITES=  https://foss.heptapod.net/mercurial/hg-git/-/archive/${PKGVERSION_NOREV}/

Index: pkgsrc/devel/py-hg-git/distinfo
diff -u pkgsrc/devel/py-hg-git/distinfo:1.13 pkgsrc/devel/py-hg-git/distinfo:1.14
--- pkgsrc/devel/py-hg-git/distinfo:1.13        Mon Nov 28 10:20:36 2022
+++ pkgsrc/devel/py-hg-git/distinfo     Mon Jun 26 11:38:37 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2022/11/28 10:20:36 wiz Exp $
+$NetBSD: distinfo,v 1.14 2023/06/26 11:38:37 wiz Exp $
 
-BLAKE2s (hg-git-1.0.1.tar.bz2) = 8d6a6cb16685858339e6386e919dc972bd54c5c7443267dd7b1aecd0cf22f5e2
-SHA512 (hg-git-1.0.1.tar.bz2) = 64fe0af5453b7b3a0003da979978e1eeec8cd0887337400aea6172b7267fc8a015eae0eb93d24db3e4aaa9c62342a1fc47dd30fbd8472072527dc7ee052d73d3
-Size (hg-git-1.0.1.tar.bz2) = 167257 bytes
+BLAKE2s (hg-git-1.0.2.tar.bz2) = 69538fc02867fa3f4e820f273a4589b02e464457a10ba210f17e3378c1ae365e
+SHA512 (hg-git-1.0.2.tar.bz2) = 8df398c059131b4a8f4ab68fde743cfd82b19b3a184ea92f53ac69ba74e0b9cb94366d4a22d595ea44667493f050bd31ee3e9d7632cdb16507c57e156cd611e9
+Size (hg-git-1.0.2.tar.bz2) = 171241 bytes



Home | Main Index | Thread Index | Old Index