Mercurial > evolve
view debian/control @ 6329:29fb13dcb56c stable
python-compat: adapt to Python 3.11 BC breakage with `random.sample`
As per https://docs.python.org/3/whatsnew/3.11.html#porting-to-python-3-11:
"The population parameter of `random.sample()` must be a sequence, and
automatic conversion of sets to lists is no longer supported.
Also, if the sample size is larger than the population size,
a `ValueError` is raised"
author | Raphaël Gomès <rgomes@octobus.net> |
---|---|
date | Sat, 19 Nov 2022 17:28:10 +0100 |
parents | d5759f574fd9 |
children | 4f051e30fcae |
line wrap: on
line source
Source: mercurial-evolve Section: vcs Priority: optional Maintainer: Logilab <contact@logilab.fr> Uploaders: Julien Cristau <julien.cristau@logilab.fr>, Pierre-Yves David <pierre-yves.david@logilab.fr>, Standards-Version: 4.3.0 Build-Depends: mercurial (>= 4.8), python3, debhelper (>= 10), dh-python, python3-sphinx <!nodoc>, imagemagick <!nodoc>, librsvg2-bin <!nodoc>, graphviz <!nodoc>, X-Python3-Version: >= 3.6 Homepage: https://www.mercurial-scm.org/doc/evolution/ Vcs-Browser: https://www.mercurial-scm.org/repo/evolve/ Vcs-Hg: https://www.mercurial-scm.org/repo/evolve/ Package: mercurial-evolve Architecture: all Depends: ${python3:Depends}, ${misc:Depends}, ${sphinxdoc:Depends}, mercurial (>= 4.8), Built-Using: ${sphinxdoc:Built-Using} Description: evolve extension for Mercurial This package provides the experimental "evolve" extension for the Mercurial DVCS. . This extension provides several commands to mutate history and deal with issues it may raise.