neurobin / mdx_wikilink_plus

A wikilink extension for Python Markdown
Other
16 stars 4 forks source link

fix: markdown.util.etree is deprecated #9

Closed Mara-Li closed 2 years ago

Mara-Li commented 2 years ago

Using Markdown last version (3.4.1) the serve getting an error because of the deprecation of markdown.util.etree.

emign commented 2 years ago

Relevant: https://github.com/neurobin/mdx_wikilink_plus/issues

neurobin commented 2 years ago

Several issues:

  1. setup.py: You have changed the code around version which results in version mismatch (in one place 1.4.1, and in another 1.4.3) due to hard coding the version in setup.py. Please do not do so. Please do not change anything in setup.py file especially the author and related info. You shouldn't need to change anything here.
  2. setup.cfg: Please remove this file.
Mara-Li commented 2 years ago

Several issues:

  1. setup.py: You have changed the code around version which results in version mismatch (in one place 1.4.1, and in another 1.4.3) due to hard coding the version in setup.py. Please do not do so. Please do not change anything in setup.py file especially the author and related info. You shouldn't need to change anything here.
  2. setup.cfg: Please remove this file.

Sorry for that, as I had 4 plugins related to mdx, i needed to create a little fork and a package in waiting for the PR! I will clean the repo :)

Mara-Li commented 2 years ago

Could you please check if everything is okay now ? :)