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:           Sat Feb  6 07:55:09 UTC 2021

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

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

10.2.0 -- 2021-02-01
--------------------

  * compatibility with Mercurial 5.7

  * doc: update the MQ To Evolve guide and fix build warning for index.rst

  * evolve: improve resolution of some case of parent divergence
  * evolve: respect command-templates.oneline-summary if configured
  * evolve: remove spurious "working directory is now at ..." messages
  * evolve: various documentation improvements

  * packaging: default to building docs on Python 3

  * strip: remove experimental.prunestrip option

topic (0.21.0)

  * performance: speed up various operations using an in-memory cache for topic

  * rebase: prevent in-memory rebase from silently dropping topic (by disabling
    the feature)

  * topic: rework how ctx.branch() is wrapped
  * topic: look for topic heads only when necessary, this fixes the output of
    e.g. hg heads when topics are in play


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-hg-evolve/Makefile
cvs rdiff -u -r1.9 -r1.10 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.15 pkgsrc/devel/py-hg-evolve/Makefile:1.16
--- pkgsrc/devel/py-hg-evolve/Makefile:1.15     Mon Nov  9 14:43:14 2020
+++ pkgsrc/devel/py-hg-evolve/Makefile  Sat Feb  6 07:55:09 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2020/11/09 14:43:14 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2021/02/06 07:55:09 wiz Exp $
 
-DISTNAME=      hg-evolve-10.1.0
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+DISTNAME=      hg-evolve-10.2.0.post1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/post//}
 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.9 pkgsrc/devel/py-hg-evolve/distinfo:1.10
--- pkgsrc/devel/py-hg-evolve/distinfo:1.9      Mon Nov  9 14:43:14 2020
+++ pkgsrc/devel/py-hg-evolve/distinfo  Sat Feb  6 07:55:09 2021
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.9 2020/11/09 14:43:14 wiz Exp $
+$NetBSD: distinfo,v 1.10 2021/02/06 07:55:09 wiz Exp $
 
-SHA1 (hg-evolve-10.1.0.tar.gz) = d298034d89e52181f8dd73961334df62596902e2
-RMD160 (hg-evolve-10.1.0.tar.gz) = 1edda6cd7155641aa79f3a9d1f92ecc731b7a60c
-SHA512 (hg-evolve-10.1.0.tar.gz) = 26333db8f71a6116ce9d8cbb21940befa573c1bbba3361af4776b4b2d3a3eca33b2c01ab5b5c9dc95810fb89f1e84b2ad85bf0a48989f5c583ebfca922d7d4da
-Size (hg-evolve-10.1.0.tar.gz) = 836446 bytes
+SHA1 (hg-evolve-10.2.0.post1.tar.gz) = 9a95e4e3452307a2f88d636046f2cf7daf2c1dd6
+RMD160 (hg-evolve-10.2.0.post1.tar.gz) = 260cc800b476b665959fe692037008f1f807c2a4
+SHA512 (hg-evolve-10.2.0.post1.tar.gz) = 474f3cc8812b0dda368118c1f3b86be55191ddd876e7b457fa8c8b62c06496a903e551c2692daebef8374d7edfb8c298657a62d52a43e684e22a45b1ccc3307b
+Size (hg-evolve-10.2.0.post1.tar.gz) = 822791 bytes
 SHA1 (patch-hgext3rd_evolve_obsexchange.py) = 12058a8f27c63b259dcc0ffaf77febafcdeeba46



Home | Main Index | Thread Index | Old Index