pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Mar 21 20:29:18 UTC 2025

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

Log Message:
py-hg-evolve: update to 11.1.8.

11.1.8

This is a bugfix release. The most notable change is the compatibility
with Mercurial 7.0rc0 and the upcoming Mercurial 7.0. The files on PyPI
were also produced by the newest available build frontend and they now
include a binary distribution (wheel). We didn't provide wheels for
hg-evolve before, so if there any issues, please let us know.

11.1.7

This is a special bugfix release that includes one feature from default
branch. Now ``obslog --patch`` can show patches for changesets that were
rebased. Since this feature uses in-memory rebase, it requires Mercurial
5.6 or newer, where it is fully supported. Also a version check that was
failing on Mercurial 6.8 was fixed (minor releases like 6.8.1 weren't
affected).


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/devel/py-hg-evolve/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/py-hg-evolve/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-evolve/Makefile
diff -u pkgsrc/devel/py-hg-evolve/Makefile:1.46 pkgsrc/devel/py-hg-evolve/Makefile:1.47
--- pkgsrc/devel/py-hg-evolve/Makefile:1.46     Wed Dec 11 23:32:48 2024
+++ pkgsrc/devel/py-hg-evolve/Makefile  Fri Mar 21 20:29:18 2025
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.46 2024/12/11 23:32:48 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2025/03/21 20:29:18 wiz Exp $
 #
 # Release notes:
 # https://lists.mercurial-scm.org/pipermail/mercurial/
 
-DISTNAME=      hg-evolve-11.1.6
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+DISTNAME=      hg_evolve-11.1.8
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    devel scm
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hg-evolve/}
 

Index: pkgsrc/devel/py-hg-evolve/distinfo
diff -u pkgsrc/devel/py-hg-evolve/distinfo:1.32 pkgsrc/devel/py-hg-evolve/distinfo:1.33
--- pkgsrc/devel/py-hg-evolve/distinfo:1.32     Wed Dec 11 23:32:48 2024
+++ pkgsrc/devel/py-hg-evolve/distinfo  Fri Mar 21 20:29:18 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.32 2024/12/11 23:32:48 wiz Exp $
+$NetBSD: distinfo,v 1.33 2025/03/21 20:29:18 wiz Exp $
 
-BLAKE2s (hg-evolve-11.1.6.tar.gz) = 09bcba9b76afe883b5250156721b78d56bd83660a53f76ebb6896fd7bed16aac
-SHA512 (hg-evolve-11.1.6.tar.gz) = 1f6c6848d730b083601618f7fb3391105d2e0536d5aeac600c04c13dbb603305b7aa286edff7bb712caa70a9c6a479519821d70e7c093f3a4a8d189ec52776f0
-Size (hg-evolve-11.1.6.tar.gz) = 864773 bytes
+BLAKE2s (hg_evolve-11.1.8.tar.gz) = de600f9756939cee43eadb175ffb08d4d6e1bd3df4db0ea3c2e56606e8d2629a
+SHA512 (hg_evolve-11.1.8.tar.gz) = e91d019a2e09d952b01958b33eeeaf1fe91636f0d538169a0a351e8faaab6ced2e4ad91b839f02f754ad96eca1c098e18ec38558977eb1a887462031f60a8a94
+Size (hg_evolve-11.1.8.tar.gz) = 899277 bytes



Home | Main Index | Thread Index | Old Index