tuna / mirror-web

Source code of the web interface of https://mirrors.tuna.tsinghua.edu.cn/
GNU General Public License v2.0
759 stars 294 forks source link

feat: vendor LooseVersion and some improvements and integrate version.py into genisolist.py #413

Closed Palvef closed 6 months ago

Palvef commented 6 months ago

distutils would be removed in Python 3.12, and we only need the version part. It's a better idea to vendor it instead of asking users to install a new package. Also, LooseVersion is modified to be more robust.

Co-authored-by: Keyu Tao taoky@ustclug.org