Package: python-pyinstrument / 5.1.1+ds-2

Metadata

Package Version Patches format
python-pyinstrument 5.1.1+ds-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
docs Ignore folder docs _static.patch | (download)

docs/conf.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 docs: ignore folder docs/_static

docs Use python3 instead of python.patch | (download)

docs/guide.md | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 docs: use python3 instead of python

Use 'python3' in the documentation example as using only 'python' isn't
usable now any more on Debian systems without additional preauction.

docs Replace deprecated MyST code.patch | (download)

docs/home.md | 5 3 + 2 - 0 !
1 file changed, 3 insertions(+), 2 deletions(-)

 docs: replace deprecated myst code

Using the 'html_meta' key directly is deprecated.
The now useable syntax is explained on the RTD site for MyST.
https://myst-parser.readthedocs.io/en/latest/configuration.html#setting-html-metadata

Otherwise we will see this:
/build/python-pyinstrument-5.0.2/docs/home.md.rst:1: WARNING: top-level 'html_meta' key is deprecated, place under 'myst' key instead [myst.topmatter]

examples Use python3 in shebang.patch | (download)

examples/demo_scripts/django_example/manage.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 examples: use python3 in shebang

The binary name of 'python' for calling the Python interpreter isn't
usable any more without additional adjustment of the users system. Be
more explicit and call python3 as the code is probabaly not usable with
Python2 in these days.