Updated py27-mercurial to 3.8.2.
Mercurial 3.8.2 (2016-5-16) This is an unscheduled bugfix release. 3.8.1 contained a noisy deprecation warning that was only intended for Mercurial developers, sorry. bookmarks: properly invalidate volatile sets when writing bookmarks builddeb: add distroseries to tagged versions bundle2: properly request phases during getbundle debian: add wish to suggests debian: forgot to make debian/rules executable in 6b95a623ec90 deprecation: gate deprecation warning behind devel configuration help: fix the display for hg help internals.revlogs (issue5227) help: search section of help topic by translated section name correctly hg-ssh: copy doc string to man page patch: show lower-ed translated message correctly progress: stop excessive clearing (issue4801)
This commit is contained in:
parent
7ad13bef2a
commit
d062c23040
3 changed files with 10 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile.version,v 1.33 2016/05/05 12:42:46 wiz Exp $
|
||||
# $NetBSD: Makefile.version,v 1.34 2016/05/22 17:17:33 wiz Exp $
|
||||
|
||||
VERSION= 3.8.1
|
||||
VERSION= 3.8.2
|
||||
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 3.4.1
|
||||
# see also http://mercurial.selenic.com/wiki/SupportedPythonVersions
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.10 2016/05/05 12:42:46 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.11 2016/05/22 17:17:33 wiz Exp $
|
||||
bin/hg
|
||||
${PYSITELIB}/${EGG_FILE}
|
||||
${PYSITELIB}/hgext/__init__.py
|
||||
${PYSITELIB}/hgext/__init__.pyc
|
||||
${PYSITELIB}/hgext/__init__.pyo
|
||||
|
@ -224,6 +223,7 @@ ${PYSITELIB}/hgext/zeroconf/__init__.pyo
|
|||
${PYSITELIB}/hgext3rd/__init__.py
|
||||
${PYSITELIB}/hgext3rd/__init__.pyc
|
||||
${PYSITELIB}/hgext3rd/__init__.pyo
|
||||
${PYSITELIB}/${EGG_FILE}
|
||||
${PYSITELIB}/mercurial/__init__.py
|
||||
${PYSITELIB}/mercurial/__init__.pyc
|
||||
${PYSITELIB}/mercurial/__init__.pyo
|
||||
|
@ -351,6 +351,7 @@ ${PYSITELIB}/mercurial/help/environment.txt
|
|||
${PYSITELIB}/mercurial/help/extensions.txt
|
||||
${PYSITELIB}/mercurial/help/filesets.txt
|
||||
${PYSITELIB}/mercurial/help/glossary.txt
|
||||
${PYSITELIB}/mercurial/help/hg-ssh.8.txt
|
||||
${PYSITELIB}/mercurial/help/hg.1.txt
|
||||
${PYSITELIB}/mercurial/help/hgignore.5.txt
|
||||
${PYSITELIB}/mercurial/help/hgignore.txt
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.35 2016/05/20 17:52:26 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.36 2016/05/22 17:17:33 wiz Exp $
|
||||
|
||||
SHA1 (mercurial-3.8.1.tar.gz) = a77ddd9640600c8901d0a870f525a660fa6251fa
|
||||
RMD160 (mercurial-3.8.1.tar.gz) = 0067ea6ad76a0198f0fde2e90269eef6299cd03f
|
||||
SHA512 (mercurial-3.8.1.tar.gz) = f5a3aae85478cf7fbb70146e56237ee569f0ad51f6bd7b7a763f4cb6333b4aa78b57fd540993c3d36ca35dbab55641e4987ab8212a0fbf32e9e3b53aee300a79
|
||||
Size (mercurial-3.8.1.tar.gz) = 4766849 bytes
|
||||
SHA1 (mercurial-3.8.2.tar.gz) = 9c37481ee317ac4367180dcc4175626566e02343
|
||||
RMD160 (mercurial-3.8.2.tar.gz) = 9b0f7f45a33c03ccdc502fd0ab5138777b3e4fc3
|
||||
SHA512 (mercurial-3.8.2.tar.gz) = 16705396e71d86e7b0eec5d42e39d013812169f62cee10998bdfc088570759576aadcb7845f438b0e12664a3d8487fe5cd19c034811aefda8b2ee59e3d9a0f60
|
||||
Size (mercurial-3.8.2.tar.gz) = 4771143 bytes
|
||||
SHA1 (patch-tests_test-subrepo-git.t) = d4d5ab65a4e2605912882963007ed83e6f1cf747
|
||||
|
|
Loading…
Reference in a new issue