Package: plotly / 5.20.0+dfsg-1

Metadata

Package Version Patches format
plotly 5.20.0+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
00 fix static files installation.patch | (download)

plotly/data/__init__.py | 2 1 + 1 - 0 !
plotly/io/_orca.py | 7 3 + 4 - 0 !
plotly/io/_templates.py | 10 7 + 3 - 0 !
plotly/offline/offline.py | 10 7 + 3 - 0 !
setup.py | 31 1 + 30 - 0 !
5 files changed, 19 insertions(+), 41 deletions(-)

 replace static files path for debian specific data path and remove generation
 of JS files.
01 removes install requires.patch | (download)

setup.py | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 removes install_requires in order to avoid automatic package
 installation with some Python package managers.
00 drop distutils.patch | (download)

setup.py | 16 8 + 8 - 0 !
1 file changed, 8 insertions(+), 8 deletions(-)

 in python 3.10 and 3.11, distutils has been formally marked as
 deprecated. Code that imports distutils will no longer work from Python 3.12.
 This patch replaces the distutils usage.