xmlsec / python-xmlsec

Python bindings for the XML Security Library.
MIT License
95 stars 99 forks source link

setup.py fails with older versions of xmlsec1 #281

Closed winwinashwin closed 7 months ago

winwinashwin commented 10 months ago

When xmlsec1 version is pinned via env variable PYXMLSEC_XMLSEC1_VERSION, the url resolution logic returns https://www.aleksey.com/xmlsec/download/xmlsec1-<pinned-version>.tar.gz but this url is only valid for the latest version. Older versions seem to be at https://www.aleksey.com/xmlsec/download/older-releases/ The download is failing with 404: Not Found

mxamin commented 7 months ago

Closing the issue because of being duplicate of https://github.com/xmlsec/python-xmlsec/issues/314