Sun Feb 9 14:59:08 2020 UTC ()
py-mercurial: update to 5.3.

== New Features ==

 * Windows will process hgrc files in %PROGRAMDATA%\Mercurial\hgrc.d.

== Bug Fixes  ==

 * The `indent()` template function was documented to not indent empty lines,
   but it still indented the first line even if it was empty. It no longer does
   that.

== Internal API Changes ==

 * Matcher instances no longer have a `explicitdir` property. Consider
   rewriting your code to use `repo.wvfs.isdir()` and/or
   `ctx.hasdir()` instead. Also, the `traversedir` property is now
   also called when only `explicitdir` used to be called. That may
   mean that you can simply remove the use of `explicitdir` if you
   were already using `traversedir`.

 * The `revlog.nodemap` object have been merged into the `revlog.index` object.
   * `n in revlog.nodemap` becomes `revlog.index.has_node(n)`,
   * `revlog.nodemap[n]` becomes `revlog.index.rev(n)`,
   * `revlog.nodemap.get(n)` becomes `revlog.index.get_rev(n)`.

 * `copies.duplicatecopies()` was renamed to
   `copies.graftcopies()`. Its arguments changed from revision numbers
   to context objects. It also lost its `repo` and `skip` arguments
   (they should no longer be needed).


(wiz)
diff -r1.26 -r1.27 pkgsrc/devel/py-mercurial/PLIST
diff -r1.83 -r1.84 pkgsrc/devel/py-mercurial/distinfo
diff -r1.10 -r1.11 pkgsrc/devel/py-mercurial/version.mk

cvs diff -r1.26 -r1.27 pkgsrc/devel/py-mercurial/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/py-mercurial/PLIST 2020/01/04 20:21:15 1.26
+++ pkgsrc/devel/py-mercurial/PLIST 2020/02/09 14:59:08 1.27
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.26 2020/01/04 20:21:15 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.27 2020/02/09 14:59:08 wiz Exp $
2bin/hg 2bin/hg
3${PYSITELIB}/hgdemandimport/__init__.py 3${PYSITELIB}/hgdemandimport/__init__.py
4${PYSITELIB}/hgdemandimport/__init__.pyc 4${PYSITELIB}/hgdemandimport/__init__.pyc
5${PYSITELIB}/hgdemandimport/__init__.pyo 5${PYSITELIB}/hgdemandimport/__init__.pyo
6${PYSITELIB}/hgdemandimport/demandimportpy2.py 6${PYSITELIB}/hgdemandimport/demandimportpy2.py
7${PYSITELIB}/hgdemandimport/demandimportpy2.pyc 7${PYSITELIB}/hgdemandimport/demandimportpy2.pyc
8${PYSITELIB}/hgdemandimport/demandimportpy2.pyo 8${PYSITELIB}/hgdemandimport/demandimportpy2.pyo
9${PYSITELIB}/hgdemandimport/demandimportpy3.py 9${PYSITELIB}/hgdemandimport/demandimportpy3.py
10${PYSITELIB}/hgdemandimport/demandimportpy3.pyc 10${PYSITELIB}/hgdemandimport/demandimportpy3.pyc
11${PYSITELIB}/hgdemandimport/demandimportpy3.pyo 11${PYSITELIB}/hgdemandimport/demandimportpy3.pyo
12${PYSITELIB}/hgdemandimport/tracing.py 12${PYSITELIB}/hgdemandimport/tracing.py
13${PYSITELIB}/hgdemandimport/tracing.pyc 13${PYSITELIB}/hgdemandimport/tracing.pyc
14${PYSITELIB}/hgdemandimport/tracing.pyo 14${PYSITELIB}/hgdemandimport/tracing.pyo
@@ -519,27 +519,30 @@ ${PYSITELIB}/mercurial/copies.pyc @@ -519,27 +519,30 @@ ${PYSITELIB}/mercurial/copies.pyc
519${PYSITELIB}/mercurial/copies.pyo 519${PYSITELIB}/mercurial/copies.pyo
520${PYSITELIB}/mercurial/crecord.py 520${PYSITELIB}/mercurial/crecord.py
521${PYSITELIB}/mercurial/crecord.pyc 521${PYSITELIB}/mercurial/crecord.pyc
522${PYSITELIB}/mercurial/crecord.pyo 522${PYSITELIB}/mercurial/crecord.pyo
523${PYSITELIB}/mercurial/dagop.py 523${PYSITELIB}/mercurial/dagop.py
524${PYSITELIB}/mercurial/dagop.pyc 524${PYSITELIB}/mercurial/dagop.pyc
525${PYSITELIB}/mercurial/dagop.pyo 525${PYSITELIB}/mercurial/dagop.pyo
526${PYSITELIB}/mercurial/dagparser.py 526${PYSITELIB}/mercurial/dagparser.py
527${PYSITELIB}/mercurial/dagparser.pyc 527${PYSITELIB}/mercurial/dagparser.pyc
528${PYSITELIB}/mercurial/dagparser.pyo 528${PYSITELIB}/mercurial/dagparser.pyo
529${PYSITELIB}/mercurial/debugcommands.py 529${PYSITELIB}/mercurial/debugcommands.py
530${PYSITELIB}/mercurial/debugcommands.pyc 530${PYSITELIB}/mercurial/debugcommands.pyc
531${PYSITELIB}/mercurial/debugcommands.pyo 531${PYSITELIB}/mercurial/debugcommands.pyo
532${PYSITELIB}/mercurial/default.d/mergetools.rc 532${PYSITELIB}/mercurial/defaultrc/__init__.py
 533${PYSITELIB}/mercurial/defaultrc/__init__.pyc
 534${PYSITELIB}/mercurial/defaultrc/__init__.pyo
 535${PYSITELIB}/mercurial/defaultrc/mergetools.rc
533${PYSITELIB}/mercurial/destutil.py 536${PYSITELIB}/mercurial/destutil.py
534${PYSITELIB}/mercurial/destutil.pyc 537${PYSITELIB}/mercurial/destutil.pyc
535${PYSITELIB}/mercurial/destutil.pyo 538${PYSITELIB}/mercurial/destutil.pyo
536${PYSITELIB}/mercurial/diffhelper.py 539${PYSITELIB}/mercurial/diffhelper.py
537${PYSITELIB}/mercurial/diffhelper.pyc 540${PYSITELIB}/mercurial/diffhelper.pyc
538${PYSITELIB}/mercurial/diffhelper.pyo 541${PYSITELIB}/mercurial/diffhelper.pyo
539${PYSITELIB}/mercurial/diffutil.py 542${PYSITELIB}/mercurial/diffutil.py
540${PYSITELIB}/mercurial/diffutil.pyc 543${PYSITELIB}/mercurial/diffutil.pyc
541${PYSITELIB}/mercurial/diffutil.pyo 544${PYSITELIB}/mercurial/diffutil.pyo
542${PYSITELIB}/mercurial/dirstate.py 545${PYSITELIB}/mercurial/dirstate.py
543${PYSITELIB}/mercurial/dirstate.pyc 546${PYSITELIB}/mercurial/dirstate.pyc
544${PYSITELIB}/mercurial/dirstate.pyo 547${PYSITELIB}/mercurial/dirstate.pyo
545${PYSITELIB}/mercurial/dirstateguard.py 548${PYSITELIB}/mercurial/dirstateguard.py
@@ -587,67 +590,73 @@ ${PYSITELIB}/mercurial/filesetlang.pyc @@ -587,67 +590,73 @@ ${PYSITELIB}/mercurial/filesetlang.pyc
587${PYSITELIB}/mercurial/filesetlang.pyo 590${PYSITELIB}/mercurial/filesetlang.pyo
588${PYSITELIB}/mercurial/formatter.py 591${PYSITELIB}/mercurial/formatter.py
589${PYSITELIB}/mercurial/formatter.pyc 592${PYSITELIB}/mercurial/formatter.pyc
590${PYSITELIB}/mercurial/formatter.pyo 593${PYSITELIB}/mercurial/formatter.pyo
591${PYSITELIB}/mercurial/graphmod.py 594${PYSITELIB}/mercurial/graphmod.py
592${PYSITELIB}/mercurial/graphmod.pyc 595${PYSITELIB}/mercurial/graphmod.pyc
593${PYSITELIB}/mercurial/graphmod.pyo 596${PYSITELIB}/mercurial/graphmod.pyo
594${PYSITELIB}/mercurial/hbisect.py 597${PYSITELIB}/mercurial/hbisect.py
595${PYSITELIB}/mercurial/hbisect.pyc 598${PYSITELIB}/mercurial/hbisect.pyc
596${PYSITELIB}/mercurial/hbisect.pyo 599${PYSITELIB}/mercurial/hbisect.pyo
597${PYSITELIB}/mercurial/help.py 600${PYSITELIB}/mercurial/help.py
598${PYSITELIB}/mercurial/help.pyc 601${PYSITELIB}/mercurial/help.pyc
599${PYSITELIB}/mercurial/help.pyo 602${PYSITELIB}/mercurial/help.pyo
600${PYSITELIB}/mercurial/help/bundlespec.txt 603${PYSITELIB}/mercurial/helptext/__init__.py
601${PYSITELIB}/mercurial/help/color.txt 604${PYSITELIB}/mercurial/helptext/__init__.pyc
602${PYSITELIB}/mercurial/help/common.txt 605${PYSITELIB}/mercurial/helptext/__init__.pyo
603${PYSITELIB}/mercurial/help/config.txt 606${PYSITELIB}/mercurial/helptext/bundlespec.txt
604${PYSITELIB}/mercurial/help/dates.txt 607${PYSITELIB}/mercurial/helptext/color.txt
605${PYSITELIB}/mercurial/help/deprecated.txt 608${PYSITELIB}/mercurial/helptext/common.txt
606${PYSITELIB}/mercurial/help/diffs.txt 609${PYSITELIB}/mercurial/helptext/config.txt
607${PYSITELIB}/mercurial/help/environment.txt 610${PYSITELIB}/mercurial/helptext/dates.txt
608${PYSITELIB}/mercurial/help/extensions.txt 611${PYSITELIB}/mercurial/helptext/deprecated.txt
609${PYSITELIB}/mercurial/help/filesets.txt 612${PYSITELIB}/mercurial/helptext/diffs.txt
610${PYSITELIB}/mercurial/help/flags.txt 613${PYSITELIB}/mercurial/helptext/environment.txt
611${PYSITELIB}/mercurial/help/glossary.txt 614${PYSITELIB}/mercurial/helptext/extensions.txt
612${PYSITELIB}/mercurial/help/hg-ssh.8.txt 615${PYSITELIB}/mercurial/helptext/filesets.txt
613${PYSITELIB}/mercurial/help/hg.1.txt 616${PYSITELIB}/mercurial/helptext/flags.txt
614${PYSITELIB}/mercurial/help/hgignore.5.txt 617${PYSITELIB}/mercurial/helptext/glossary.txt
615${PYSITELIB}/mercurial/help/hgignore.txt 618${PYSITELIB}/mercurial/helptext/hg-ssh.8.txt
616${PYSITELIB}/mercurial/help/hgrc.5.txt 619${PYSITELIB}/mercurial/helptext/hg.1.txt
617${PYSITELIB}/mercurial/help/hgweb.txt 620${PYSITELIB}/mercurial/helptext/hgignore.5.txt
618${PYSITELIB}/mercurial/help/internals/bundle2.txt 621${PYSITELIB}/mercurial/helptext/hgignore.txt
619${PYSITELIB}/mercurial/help/internals/bundles.txt 622${PYSITELIB}/mercurial/helptext/hgrc.5.txt
620${PYSITELIB}/mercurial/help/internals/cbor.txt 623${PYSITELIB}/mercurial/helptext/hgweb.txt
621${PYSITELIB}/mercurial/help/internals/censor.txt 624${PYSITELIB}/mercurial/helptext/internals/__init__.py
622${PYSITELIB}/mercurial/help/internals/changegroups.txt 625${PYSITELIB}/mercurial/helptext/internals/__init__.pyc
623${PYSITELIB}/mercurial/help/internals/config.txt 626${PYSITELIB}/mercurial/helptext/internals/__init__.pyo
624${PYSITELIB}/mercurial/help/internals/extensions.txt 627${PYSITELIB}/mercurial/helptext/internals/bundle2.txt
625${PYSITELIB}/mercurial/help/internals/linelog.txt 628${PYSITELIB}/mercurial/helptext/internals/bundles.txt
626${PYSITELIB}/mercurial/help/internals/mergestate.txt 629${PYSITELIB}/mercurial/helptext/internals/cbor.txt
627${PYSITELIB}/mercurial/help/internals/requirements.txt 630${PYSITELIB}/mercurial/helptext/internals/censor.txt
628${PYSITELIB}/mercurial/help/internals/revlogs.txt 631${PYSITELIB}/mercurial/helptext/internals/changegroups.txt
629${PYSITELIB}/mercurial/help/internals/wireprotocol.txt 632${PYSITELIB}/mercurial/helptext/internals/config.txt
630${PYSITELIB}/mercurial/help/internals/wireprotocolrpc.txt 633${PYSITELIB}/mercurial/helptext/internals/extensions.txt
631${PYSITELIB}/mercurial/help/internals/wireprotocolv2.txt 634${PYSITELIB}/mercurial/helptext/internals/linelog.txt
632${PYSITELIB}/mercurial/help/merge-tools.txt 635${PYSITELIB}/mercurial/helptext/internals/mergestate.txt
633${PYSITELIB}/mercurial/help/pager.txt 636${PYSITELIB}/mercurial/helptext/internals/requirements.txt
634${PYSITELIB}/mercurial/help/patterns.txt 637${PYSITELIB}/mercurial/helptext/internals/revlogs.txt
635${PYSITELIB}/mercurial/help/phases.txt 638${PYSITELIB}/mercurial/helptext/internals/wireprotocol.txt
636${PYSITELIB}/mercurial/help/revisions.txt 639${PYSITELIB}/mercurial/helptext/internals/wireprotocolrpc.txt
637${PYSITELIB}/mercurial/help/scripting.txt 640${PYSITELIB}/mercurial/helptext/internals/wireprotocolv2.txt
638${PYSITELIB}/mercurial/help/subrepos.txt 641${PYSITELIB}/mercurial/helptext/merge-tools.txt
639${PYSITELIB}/mercurial/help/templates.txt 642${PYSITELIB}/mercurial/helptext/pager.txt
640${PYSITELIB}/mercurial/help/urls.txt 643${PYSITELIB}/mercurial/helptext/patterns.txt
 644${PYSITELIB}/mercurial/helptext/phases.txt
 645${PYSITELIB}/mercurial/helptext/revisions.txt
 646${PYSITELIB}/mercurial/helptext/scripting.txt
 647${PYSITELIB}/mercurial/helptext/subrepos.txt
 648${PYSITELIB}/mercurial/helptext/templates.txt
 649${PYSITELIB}/mercurial/helptext/urls.txt
641${PYSITELIB}/mercurial/hg.py 650${PYSITELIB}/mercurial/hg.py
642${PYSITELIB}/mercurial/hg.pyc 651${PYSITELIB}/mercurial/hg.pyc
643${PYSITELIB}/mercurial/hg.pyo 652${PYSITELIB}/mercurial/hg.pyo
644${PYSITELIB}/mercurial/hgweb/__init__.py 653${PYSITELIB}/mercurial/hgweb/__init__.py
645${PYSITELIB}/mercurial/hgweb/__init__.pyc 654${PYSITELIB}/mercurial/hgweb/__init__.pyc
646${PYSITELIB}/mercurial/hgweb/__init__.pyo 655${PYSITELIB}/mercurial/hgweb/__init__.pyo
647${PYSITELIB}/mercurial/hgweb/common.py 656${PYSITELIB}/mercurial/hgweb/common.py
648${PYSITELIB}/mercurial/hgweb/common.pyc 657${PYSITELIB}/mercurial/hgweb/common.pyc
649${PYSITELIB}/mercurial/hgweb/common.pyo 658${PYSITELIB}/mercurial/hgweb/common.pyo
650${PYSITELIB}/mercurial/hgweb/hgweb_mod.py 659${PYSITELIB}/mercurial/hgweb/hgweb_mod.py
651${PYSITELIB}/mercurial/hgweb/hgweb_mod.pyc 660${PYSITELIB}/mercurial/hgweb/hgweb_mod.pyc
652${PYSITELIB}/mercurial/hgweb/hgweb_mod.pyo 661${PYSITELIB}/mercurial/hgweb/hgweb_mod.pyo
653${PYSITELIB}/mercurial/hgweb/hgwebdir_mod.py 662${PYSITELIB}/mercurial/hgweb/hgwebdir_mod.py
@@ -847,26 +856,29 @@ ${PYSITELIB}/mercurial/revlog.pyc @@ -847,26 +856,29 @@ ${PYSITELIB}/mercurial/revlog.pyc
847${PYSITELIB}/mercurial/revlog.pyo 856${PYSITELIB}/mercurial/revlog.pyo
848${PYSITELIB}/mercurial/revlogutils/__init__.py 857${PYSITELIB}/mercurial/revlogutils/__init__.py
849${PYSITELIB}/mercurial/revlogutils/__init__.pyc 858${PYSITELIB}/mercurial/revlogutils/__init__.pyc
850${PYSITELIB}/mercurial/revlogutils/__init__.pyo 859${PYSITELIB}/mercurial/revlogutils/__init__.pyo
851${PYSITELIB}/mercurial/revlogutils/constants.py 860${PYSITELIB}/mercurial/revlogutils/constants.py
852${PYSITELIB}/mercurial/revlogutils/constants.pyc 861${PYSITELIB}/mercurial/revlogutils/constants.pyc
853${PYSITELIB}/mercurial/revlogutils/constants.pyo 862${PYSITELIB}/mercurial/revlogutils/constants.pyo
854${PYSITELIB}/mercurial/revlogutils/deltas.py 863${PYSITELIB}/mercurial/revlogutils/deltas.py
855${PYSITELIB}/mercurial/revlogutils/deltas.pyc 864${PYSITELIB}/mercurial/revlogutils/deltas.pyc
856${PYSITELIB}/mercurial/revlogutils/deltas.pyo 865${PYSITELIB}/mercurial/revlogutils/deltas.pyo
857${PYSITELIB}/mercurial/revlogutils/flagutil.py 866${PYSITELIB}/mercurial/revlogutils/flagutil.py
858${PYSITELIB}/mercurial/revlogutils/flagutil.pyc 867${PYSITELIB}/mercurial/revlogutils/flagutil.pyc
859${PYSITELIB}/mercurial/revlogutils/flagutil.pyo 868${PYSITELIB}/mercurial/revlogutils/flagutil.pyo
 869${PYSITELIB}/mercurial/revlogutils/nodemap.py
 870${PYSITELIB}/mercurial/revlogutils/nodemap.pyc
 871${PYSITELIB}/mercurial/revlogutils/nodemap.pyo
860${PYSITELIB}/mercurial/revlogutils/sidedata.py 872${PYSITELIB}/mercurial/revlogutils/sidedata.py
861${PYSITELIB}/mercurial/revlogutils/sidedata.pyc 873${PYSITELIB}/mercurial/revlogutils/sidedata.pyc
862${PYSITELIB}/mercurial/revlogutils/sidedata.pyo 874${PYSITELIB}/mercurial/revlogutils/sidedata.pyo
863${PYSITELIB}/mercurial/revset.py 875${PYSITELIB}/mercurial/revset.py
864${PYSITELIB}/mercurial/revset.pyc 876${PYSITELIB}/mercurial/revset.pyc
865${PYSITELIB}/mercurial/revset.pyo 877${PYSITELIB}/mercurial/revset.pyo
866${PYSITELIB}/mercurial/revsetlang.py 878${PYSITELIB}/mercurial/revsetlang.py
867${PYSITELIB}/mercurial/revsetlang.pyc 879${PYSITELIB}/mercurial/revsetlang.pyc
868${PYSITELIB}/mercurial/revsetlang.pyo 880${PYSITELIB}/mercurial/revsetlang.pyo
869${PYSITELIB}/mercurial/rewriteutil.py 881${PYSITELIB}/mercurial/rewriteutil.py
870${PYSITELIB}/mercurial/rewriteutil.pyc 882${PYSITELIB}/mercurial/rewriteutil.pyc
871${PYSITELIB}/mercurial/rewriteutil.pyo 883${PYSITELIB}/mercurial/rewriteutil.pyo
872${PYSITELIB}/mercurial/scmposix.py 884${PYSITELIB}/mercurial/scmposix.py
@@ -1105,26 +1117,29 @@ ${PYSITELIB}/mercurial/templates/static/ @@ -1105,26 +1117,29 @@ ${PYSITELIB}/mercurial/templates/static/
1105${PYSITELIB}/mercurial/templates/static/hglogo.png 1117${PYSITELIB}/mercurial/templates/static/hglogo.png
1106${PYSITELIB}/mercurial/templates/static/mercurial.js 1118${PYSITELIB}/mercurial/templates/static/mercurial.js
1107${PYSITELIB}/mercurial/templates/static/style-extra-coal.css 1119${PYSITELIB}/mercurial/templates/static/style-extra-coal.css
1108${PYSITELIB}/mercurial/templates/static/style-gitweb.css 1120${PYSITELIB}/mercurial/templates/static/style-gitweb.css
1109${PYSITELIB}/mercurial/templates/static/style-monoblue.css 1121${PYSITELIB}/mercurial/templates/static/style-monoblue.css
1110${PYSITELIB}/mercurial/templates/static/style-paper.css 1122${PYSITELIB}/mercurial/templates/static/style-paper.css
1111${PYSITELIB}/mercurial/templates/static/style.css 1123${PYSITELIB}/mercurial/templates/static/style.css
1112${PYSITELIB}/mercurial/templateutil.py 1124${PYSITELIB}/mercurial/templateutil.py
1113${PYSITELIB}/mercurial/templateutil.pyc 1125${PYSITELIB}/mercurial/templateutil.pyc
1114${PYSITELIB}/mercurial/templateutil.pyo 1126${PYSITELIB}/mercurial/templateutil.pyo
1115${PYSITELIB}/mercurial/testing/__init__.py 1127${PYSITELIB}/mercurial/testing/__init__.py
1116${PYSITELIB}/mercurial/testing/__init__.pyc 1128${PYSITELIB}/mercurial/testing/__init__.pyc
1117${PYSITELIB}/mercurial/testing/__init__.pyo 1129${PYSITELIB}/mercurial/testing/__init__.pyo
 1130${PYSITELIB}/mercurial/testing/revlog.py
 1131${PYSITELIB}/mercurial/testing/revlog.pyc
 1132${PYSITELIB}/mercurial/testing/revlog.pyo
1118${PYSITELIB}/mercurial/testing/storage.py 1133${PYSITELIB}/mercurial/testing/storage.py
1119${PYSITELIB}/mercurial/testing/storage.pyc 1134${PYSITELIB}/mercurial/testing/storage.pyc
1120${PYSITELIB}/mercurial/testing/storage.pyo 1135${PYSITELIB}/mercurial/testing/storage.pyo
1121${PYSITELIB}/mercurial/thirdparty/__init__.py 1136${PYSITELIB}/mercurial/thirdparty/__init__.py
1122${PYSITELIB}/mercurial/thirdparty/__init__.pyc 1137${PYSITELIB}/mercurial/thirdparty/__init__.pyc
1123${PYSITELIB}/mercurial/thirdparty/__init__.pyo 1138${PYSITELIB}/mercurial/thirdparty/__init__.pyo
1124${PYSITELIB}/mercurial/thirdparty/attr/__init__.py 1139${PYSITELIB}/mercurial/thirdparty/attr/__init__.py
1125${PYSITELIB}/mercurial/thirdparty/attr/__init__.pyc 1140${PYSITELIB}/mercurial/thirdparty/attr/__init__.pyc
1126${PYSITELIB}/mercurial/thirdparty/attr/__init__.pyo 1141${PYSITELIB}/mercurial/thirdparty/attr/__init__.pyo
1127${PYSITELIB}/mercurial/thirdparty/attr/_compat.py 1142${PYSITELIB}/mercurial/thirdparty/attr/_compat.py
1128${PYSITELIB}/mercurial/thirdparty/attr/_compat.pyc 1143${PYSITELIB}/mercurial/thirdparty/attr/_compat.pyc
1129${PYSITELIB}/mercurial/thirdparty/attr/_compat.pyo 1144${PYSITELIB}/mercurial/thirdparty/attr/_compat.pyo
1130${PYSITELIB}/mercurial/thirdparty/attr/_config.py 1145${PYSITELIB}/mercurial/thirdparty/attr/_config.py
@@ -1156,26 +1171,27 @@ ${PLIST.py2x}${PYSITELIB}/mercurial/thir @@ -1156,26 +1171,27 @@ ${PLIST.py2x}${PYSITELIB}/mercurial/thir
1156${PLIST.py2x}${PYSITELIB}/mercurial/thirdparty/concurrent/futures/__init__.pyo 1171${PLIST.py2x}${PYSITELIB}/mercurial/thirdparty/concurrent/futures/__init__.pyo
1157${PLIST.py2x}${PYSITELIB}/mercurial/thirdparty/concurrent/futures/_base.py 1172${PLIST.py2x}${PYSITELIB}/mercurial/thirdparty/concurrent/futures/_base.py
1158${PLIST.py2x}${PYSITELIB}/mercurial/thirdparty/concurrent/futures/_base.pyc 1173${PLIST.py2x}${PYSITELIB}/mercurial/thirdparty/concurrent/futures/_base.pyc
1159${PLIST.py2x}${PYSITELIB}/mercurial/thirdparty/concurrent/futures/_base.pyo 1174${PLIST.py2x}${PYSITELIB}/mercurial/thirdparty/concurrent/futures/_base.pyo
1160${PLIST.py2x}${PYSITELIB}/mercurial/thirdparty/concurrent/futures/process.py 1175${PLIST.py2x}${PYSITELIB}/mercurial/thirdparty/concurrent/futures/process.py
1161${PLIST.py2x}${PYSITELIB}/mercurial/thirdparty/concurrent/futures/process.pyc 1176${PLIST.py2x}${PYSITELIB}/mercurial/thirdparty/concurrent/futures/process.pyc
1162${PLIST.py2x}${PYSITELIB}/mercurial/thirdparty/concurrent/futures/process.pyo 1177${PLIST.py2x}${PYSITELIB}/mercurial/thirdparty/concurrent/futures/process.pyo
1163${PLIST.py2x}${PYSITELIB}/mercurial/thirdparty/concurrent/futures/thread.py 1178${PLIST.py2x}${PYSITELIB}/mercurial/thirdparty/concurrent/futures/thread.py
1164${PLIST.py2x}${PYSITELIB}/mercurial/thirdparty/concurrent/futures/thread.pyc 1179${PLIST.py2x}${PYSITELIB}/mercurial/thirdparty/concurrent/futures/thread.pyc
1165${PLIST.py2x}${PYSITELIB}/mercurial/thirdparty/concurrent/futures/thread.pyo 1180${PLIST.py2x}${PYSITELIB}/mercurial/thirdparty/concurrent/futures/thread.pyo
1166${PYSITELIB}/mercurial/thirdparty/selectors2.py 1181${PYSITELIB}/mercurial/thirdparty/selectors2.py
1167${PYSITELIB}/mercurial/thirdparty/selectors2.pyc 1182${PYSITELIB}/mercurial/thirdparty/selectors2.pyc
1168${PYSITELIB}/mercurial/thirdparty/selectors2.pyo 1183${PYSITELIB}/mercurial/thirdparty/selectors2.pyo
 1184${PYSITELIB}/mercurial/thirdparty/sha1dc.so
1169${PYSITELIB}/mercurial/thirdparty/zope/__init__.py 1185${PYSITELIB}/mercurial/thirdparty/zope/__init__.py
1170${PYSITELIB}/mercurial/thirdparty/zope/__init__.pyc 1186${PYSITELIB}/mercurial/thirdparty/zope/__init__.pyc
1171${PYSITELIB}/mercurial/thirdparty/zope/__init__.pyo 1187${PYSITELIB}/mercurial/thirdparty/zope/__init__.pyo
1172${PYSITELIB}/mercurial/thirdparty/zope/interface/__init__.py 1188${PYSITELIB}/mercurial/thirdparty/zope/interface/__init__.py
1173${PYSITELIB}/mercurial/thirdparty/zope/interface/__init__.pyc 1189${PYSITELIB}/mercurial/thirdparty/zope/interface/__init__.pyc
1174${PYSITELIB}/mercurial/thirdparty/zope/interface/__init__.pyo 1190${PYSITELIB}/mercurial/thirdparty/zope/interface/__init__.pyo
1175${PYSITELIB}/mercurial/thirdparty/zope/interface/_compat.py 1191${PYSITELIB}/mercurial/thirdparty/zope/interface/_compat.py
1176${PYSITELIB}/mercurial/thirdparty/zope/interface/_compat.pyc 1192${PYSITELIB}/mercurial/thirdparty/zope/interface/_compat.pyc
1177${PYSITELIB}/mercurial/thirdparty/zope/interface/_compat.pyo 1193${PYSITELIB}/mercurial/thirdparty/zope/interface/_compat.pyo
1178${PYSITELIB}/mercurial/thirdparty/zope/interface/_flatten.py 1194${PYSITELIB}/mercurial/thirdparty/zope/interface/_flatten.py
1179${PYSITELIB}/mercurial/thirdparty/zope/interface/_flatten.pyc 1195${PYSITELIB}/mercurial/thirdparty/zope/interface/_flatten.pyc
1180${PYSITELIB}/mercurial/thirdparty/zope/interface/_flatten.pyo 1196${PYSITELIB}/mercurial/thirdparty/zope/interface/_flatten.pyo
1181${PYSITELIB}/mercurial/thirdparty/zope/interface/_zope_interface_coptimizations.so 1197${PYSITELIB}/mercurial/thirdparty/zope/interface/_zope_interface_coptimizations.so
@@ -1238,32 +1254,38 @@ ${PYSITELIB}/mercurial/util.pyc @@ -1238,32 +1254,38 @@ ${PYSITELIB}/mercurial/util.pyc
1238${PYSITELIB}/mercurial/util.pyo 1254${PYSITELIB}/mercurial/util.pyo
1239${PYSITELIB}/mercurial/utils/__init__.py 1255${PYSITELIB}/mercurial/utils/__init__.py
1240${PYSITELIB}/mercurial/utils/__init__.pyc 1256${PYSITELIB}/mercurial/utils/__init__.pyc
1241${PYSITELIB}/mercurial/utils/__init__.pyo 1257${PYSITELIB}/mercurial/utils/__init__.pyo
1242${PYSITELIB}/mercurial/utils/cborutil.py 1258${PYSITELIB}/mercurial/utils/cborutil.py
1243${PYSITELIB}/mercurial/utils/cborutil.pyc 1259${PYSITELIB}/mercurial/utils/cborutil.pyc
1244${PYSITELIB}/mercurial/utils/cborutil.pyo 1260${PYSITELIB}/mercurial/utils/cborutil.pyo
1245${PYSITELIB}/mercurial/utils/compression.py 1261${PYSITELIB}/mercurial/utils/compression.py
1246${PYSITELIB}/mercurial/utils/compression.pyc 1262${PYSITELIB}/mercurial/utils/compression.pyc
1247${PYSITELIB}/mercurial/utils/compression.pyo 1263${PYSITELIB}/mercurial/utils/compression.pyo
1248${PYSITELIB}/mercurial/utils/dateutil.py 1264${PYSITELIB}/mercurial/utils/dateutil.py
1249${PYSITELIB}/mercurial/utils/dateutil.pyc 1265${PYSITELIB}/mercurial/utils/dateutil.pyc
1250${PYSITELIB}/mercurial/utils/dateutil.pyo 1266${PYSITELIB}/mercurial/utils/dateutil.pyo
 1267${PYSITELIB}/mercurial/utils/hashutil.py
 1268${PYSITELIB}/mercurial/utils/hashutil.pyc
 1269${PYSITELIB}/mercurial/utils/hashutil.pyo
1251${PYSITELIB}/mercurial/utils/procutil.py 1270${PYSITELIB}/mercurial/utils/procutil.py
1252${PYSITELIB}/mercurial/utils/procutil.pyc 1271${PYSITELIB}/mercurial/utils/procutil.pyc
1253${PYSITELIB}/mercurial/utils/procutil.pyo 1272${PYSITELIB}/mercurial/utils/procutil.pyo
1254${PYSITELIB}/mercurial/utils/repoviewutil.py 1273${PYSITELIB}/mercurial/utils/repoviewutil.py
1255${PYSITELIB}/mercurial/utils/repoviewutil.pyc 1274${PYSITELIB}/mercurial/utils/repoviewutil.pyc
1256${PYSITELIB}/mercurial/utils/repoviewutil.pyo 1275${PYSITELIB}/mercurial/utils/repoviewutil.pyo
 1276${PYSITELIB}/mercurial/utils/resourceutil.py
 1277${PYSITELIB}/mercurial/utils/resourceutil.pyc
 1278${PYSITELIB}/mercurial/utils/resourceutil.pyo
1257${PYSITELIB}/mercurial/utils/storageutil.py 1279${PYSITELIB}/mercurial/utils/storageutil.py
1258${PYSITELIB}/mercurial/utils/storageutil.pyc 1280${PYSITELIB}/mercurial/utils/storageutil.pyc
1259${PYSITELIB}/mercurial/utils/storageutil.pyo 1281${PYSITELIB}/mercurial/utils/storageutil.pyo
1260${PYSITELIB}/mercurial/utils/stringutil.py 1282${PYSITELIB}/mercurial/utils/stringutil.py
1261${PYSITELIB}/mercurial/utils/stringutil.pyc 1283${PYSITELIB}/mercurial/utils/stringutil.pyc
1262${PYSITELIB}/mercurial/utils/stringutil.pyo 1284${PYSITELIB}/mercurial/utils/stringutil.pyo
1263${PYSITELIB}/mercurial/verify.py 1285${PYSITELIB}/mercurial/verify.py
1264${PYSITELIB}/mercurial/verify.pyc 1286${PYSITELIB}/mercurial/verify.pyc
1265${PYSITELIB}/mercurial/verify.pyo 1287${PYSITELIB}/mercurial/verify.pyo
1266${PYSITELIB}/mercurial/vfs.py 1288${PYSITELIB}/mercurial/vfs.py
1267${PYSITELIB}/mercurial/vfs.pyc 1289${PYSITELIB}/mercurial/vfs.pyc
1268${PYSITELIB}/mercurial/vfs.pyo 1290${PYSITELIB}/mercurial/vfs.pyo
1269${PYSITELIB}/mercurial/win32.py 1291${PYSITELIB}/mercurial/win32.py

cvs diff -r1.83 -r1.84 pkgsrc/devel/py-mercurial/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-mercurial/distinfo 2020/01/16 14:32:50 1.83
+++ pkgsrc/devel/py-mercurial/distinfo 2020/02/09 14:59:08 1.84
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.83 2020/01/16 14:32:50 wiz Exp $ 1$NetBSD: distinfo,v 1.84 2020/02/09 14:59:08 wiz Exp $
2 2
3SHA1 (mercurial-5.2.2.tar.gz) = 2fc96603ef6348ee1bc305bd556baed6cfcb3972 3SHA1 (mercurial-5.3.tar.gz) = 7ab3ee91664e90c331a1e12971409def069ff83e
4RMD160 (mercurial-5.2.2.tar.gz) = 7368f534ce57a82700dd2159bed5edd4a9f47a7b 4RMD160 (mercurial-5.3.tar.gz) = cd7e8fb08f8423413e689a0836ebab4961c05214
5SHA512 (mercurial-5.2.2.tar.gz) = 875e75587ab1f1c54edd2f7198dff21e6b287425f215a9d28ef98d5359420df90ca7ef0128ec7b772c4a31dc95b1082b4d6d28f1754968a08408516ba9ec91ee 5SHA512 (mercurial-5.3.tar.gz) = 74dcfad0fdbc368454a9455f6673715205cbcfee6eb8c92858e37fa314d03ba1cd263a00f2ebac679594461d8448ec9bfa5800d38b3766a997afeabc5abac3af
6Size (mercurial-5.2.2.tar.gz) = 7333065 bytes 6Size (mercurial-5.3.tar.gz) = 7499903 bytes

cvs diff -r1.10 -r1.11 pkgsrc/devel/py-mercurial/version.mk (expand / switch to unified diff)

--- pkgsrc/devel/py-mercurial/version.mk 2020/01/16 14:32:50 1.10
+++ pkgsrc/devel/py-mercurial/version.mk 2020/02/09 14:59:08 1.11
@@ -1,3 +1,3 @@ @@ -1,3 +1,3 @@
1# $NetBSD: version.mk,v 1.10 2020/01/16 14:32:50 wiz Exp $ 1# $NetBSD: version.mk,v 1.11 2020/02/09 14:59:08 wiz Exp $
2 2
3VERSION= 5.2.2 3VERSION= 5.3