analog-garage / mkdocstrings-python-xref

Extension of mkdocstrings-python supporting relative cross-references
https://analog-garage.github.io/mkdocstrings-python-xref/
Apache License 2.0
7 stars 1 forks source link

Poetry warnings on install #26

Open mjog opened 1 month ago

mjog commented 1 month ago

The following was output when installing the package, am reporting it as requested in the output.

mjog@sable:~/myproj$ poetry add --group dev mkdocstrings-python-xref
Using version ^1.6.0.1 for mkdocstrings-python-xref

Updating dependencies
Resolving dependencies... (0.5s)

Package operations: 1 install, 0 updates, 0 removals

  - Installing mkdocstrings-python-xref (1.6.0.1): Installing...
Installing /home/mjog/.cache/pypoetry/virtualenvs/myproj-BvS4MufV-py3.12/lib/python3.12/site-packages/mkdocstrings_handlers/python_xref/VERSION over existing file
Installing /home/mjog/.cache/pypoetry/virtualenvs/myproj-BvS4MufV-py3.12/lib/python3.12/site-packages/mkdocstrings_handlers/python_xref/__init__.py over existing file
Installing /home/mjog/.cache/pypoetry/virtualenvs/myproj-BvS4MufV-py3.12/lib/python3.12/site-packages/mkdocstrings_handlers/python_xref/crossref.py over existing file
Installing /home/mjog/.cache/pypoetry/virtualenvs/myproj-BvS4MufV-py3.12/lib/python3.12/site-packages/mkdocstrings_handlers/python_xref/handler.py over existing file
  - Installing mkdocstrings-python-xref (1.6.0.1)
Warning: Validation of the RECORD file of mkdocstrings_python_xref-1.6.0.1-py3-none-any.whl failed. Please report to the maintainers of that package so they can fix their build process. Details:
In /home/mjog/.cache/pypoetry/artifacts/1a/87/fc/2a6c66dec2103c792ffb781140c7bdb34c948c4e713f21f993dcd192e5/mkdocstrings_python_xref-1.6.0.1-py3-none-any.whl, mkdocstrings_handlers/python_xref/VERSION is not mentioned in RECORD
In /home/mjog/.cache/pypoetry/artifacts/1a/87/fc/2a6c66dec2103c792ffb781140c7bdb34c948c4e713f21f993dcd192e5/mkdocstrings_python_xref-1.6.0.1-py3-none-any.whl, mkdocstrings_handlers/python_xref/__init__.py is not mentioned in RECORD
In /home/mjog/.cache/pypoetry/artifacts/1a/87/fc/2a6c66dec2103c792ffb781140c7bdb34c948c4e713f21f993dcd192e5/mkdocstrings_python_xref-1.6.0.1-py3-none-any.whl, mkdocstrings_handlers/python_xref/crossref.py is not mentioned in RECORD
In /home/mjog/.cache/pypoetry/artifacts/1a/87/fc/2a6c66dec2103c792ffb781140c7bdb34c948c4e713f21f993dcd192e5/mkdocstrings_python_xref-1.6.0.1-py3-none-any.whl, mkdocstrings_handlers/python_xref/handler.py is not mentioned in RECORD
In /home/mjog/.cache/pypoetry/artifacts/1a/87/fc/2a6c66dec2103c792ffb781140c7bdb34c948c4e713f21f993dcd192e5/mkdocstrings_python_xref-1.6.0.1-py3-none-any.whl, mkdocstrings_handlers/python_xref/py.typed is not mentioned in RECORD
Writing lock file
analog-cbarber commented 1 month ago

I think that is might be what you get when you install an sdist that doesn't have a RECORD file because there is no wheel for 1.6.0.1.

I built and uploaded a wheel and sdist for 1.6.1